From a7bc0c517de73df4d1b77ff0d5534fb9fac651be Mon Sep 17 00:00:00 2001 From: brutzman <brutzman@nps.edu> Date: Sun, 30 Apr 2023 15:30:12 -0700 Subject: [PATCH] distribution index for published products on savage.nps.edu/opendis7-java --- distribution.html | 91 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 91 insertions(+) create mode 100644 distribution.html diff --git a/distribution.html b/distribution.html new file mode 100644 index 0000000000..1959e7ee20 --- /dev/null +++ b/distribution.html @@ -0,0 +1,91 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html> + <head> + <title>opendis7-java build products</title> + <meta name="description" content="index page for opendis7-java distribution and javadoc"/> + <meta name="license" content="Open-Source Software License for NPS MOVES Savage Research Group. + This BSD-style license is non-viral and friendly to academia, government, industry, and individuals."/> + <meta name="author" content="Donald P. Brutzman"/> + <meta name="created" content="21 April 2023"/> + <meta name="modified" content="30 April 2023"/> + <meta name="identifier" content="https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/distribution.html"/> + <meta name="url" content="https://savage.nps.edu/opendis7-java/distribution.html"/> + </head> + <body> + + <h2>MV3500 Networked Simulation course documentation</h2> + + <p> + <!-- symbolic link on server --> + <a href="https://savage.nps.edu/opendis7-java" target="_blank" title="Open-Dis Surfer Dude, Thanks Don McGregor!"><img src="https://savage.nps.edu/opendis7-java/images/OpenDisSurferDude.png" alt="Open-Dis Surfer Dude, Thanks Don McGregor!" style="float:right"/></a> + + <ul> + <li> + <a href="https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500" target="_blank">MV3500 Distributed Simulation</a> course + + <ul> + <li> + <a href="https://savage.nps.edu/opendis7-java/javadoc-assignments/index.html" target="_blank">MV3500 assignments Javadoc</a> + </li> + <li> + <a href="https://savage.nps.edu/opendis7-java/javadoc-examples/index.html" target="_blank">MV3500 examples Javadoc</a> + </li> + </ul> + </li> + </ul> + + </p> + + <h2>opendis7-java jars and documentation</h2> + + <ul> + <li> + <a href="https://savage.nps.edu/opendis7-java/javadoc/index.html" target="_blank">opendis7-java Javadoc</a> + </li> + <li> + <a href="https://savage.nps.edu/opendis7-java/opendis7-full.jar">opendis7-full.jar</a> + </li> + <ul> + <li> + <a href="https://savage.nps.edu/opendis7-java/opendis7-pdus-classes.jar">opendis7-pdus-classes.jar</a> + </li> + <li> + <a href="https://savage.nps.edu/opendis7-java/opendis7-pdus-javadoc.jar">opendis7-pdus-javadoc.jar</a> + </li> + <li> + <a href="https://savage.nps.edu/opendis7-java/opendis7-pdus-source.jar">opendis7-pdus-source.jar</a> + </li> + <li> + <a href="https://savage.nps.edu/opendis7-java/opendis7-enumerations-javadoc.jar">opendis7-enumerations-javadoc.jar</a> + </li> + <li> + <a href="https://savage.nps.edu/opendis7-java/opendis7-enumerations-source.jar">opendis7-enumerations-source.jar</a> + </li> + </ul> + + <li> + <a href="https://github.com/open-dis/opendis7-source-generator/blob/master/xml/DIS_7_2012.autogenerated.xsd" target="_blank">DIS_7_2012.autogenerated.xsd XML Schema</a> + <ul> + <li> + generated by + <a href="https://github.com/open-dis/opendis7-source-generator/tree/master/xml/dis_7_2012" target="_blank">XML for PDUs</a> + (on github) + </li> + <li> + <a href="https://savage.nps.edu/opendis7-java/xml/SchemaDocumentation/DIS_7_2012.autogenerated.html" target="_blank">DIS7 PDU XML Schema Documentation</a> + </li> + </ul> + </li> + </ul> + + <hr /> + + <p> + Online at + <a href="https://savage.nps.edu/opendis7-java">https://savage.nps.edu/opendis7-java</a> + </p> + + <p>30 April 2023</p> + + </body> +</html> -- GitLab