Skip to content

Commit

Permalink
update doc for GH pages
Browse files Browse the repository at this point in the history
  • Loading branch information
darinfranklin committed Nov 18, 2014
1 parent 895a35f commit b00828f
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions examples/java/src/doc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<h1>Java Example</h1>

<p>Here is a complete Java application that uses the
<a href="../../bbxml/xml/alphasign.xsl">alphasign.xsl</a> file from
the <a href="../..">BBXML package</a>. It reads your XML command
<a href="../../../../xml/alphasign.xsl">alphasign.xsl</a> file from
the <a href="../../../..">BBXML package</a>. It reads your XML command
file, transforms it to Alpha Sign protocol, and writes that
output to the serial port.</p>

Expand All @@ -33,10 +33,6 @@ <h2>Setup</h2>
.jnilib, etc.) to the jre/lib/ext directory of your Java
home directory (C:\j2sdk1.4.2_07\jre\lib\ext, for example).
</p>

<p>
<a href="http://rxtx.qbang.org/pub/rxtx/rxtx-2.1-7-bins-r2.zip">Download the RXTX 2.1 zip file</a>
</p>

<p>
<b>Windows</b><br/>
Expand Down Expand Up @@ -121,14 +117,13 @@ <h2>The Code</h2>

<p>
The application code
is <a
href="dfranklin/bbxml/AlphaSignXMLApp.java.html">AlphaSignXMLApp.java</a>.
is <a href="https://github.com/darinfranklin/bbxml/blob/master/examples/java/src/main/dfranklin/bbxml/AlphaSignXMLApp.java">AlphaSignXMLApp.java</a>.
See comments in that file for further explanation. The original java file
is included inside bbxml.jar.
</p>

<hr>
<a href="../../">[up]</a>
<a href="../../../../">[up]</a>
<address><a href="mailto:dfranklin@pobox.com">Darin Franklin</a></address>
</body>
</html>

0 comments on commit b00828f

Please # to comment.