Skip to content

Commit

Permalink
Add voterpal and votersim
Browse files Browse the repository at this point in the history
  • Loading branch information
N4IRS committed Oct 24, 2017
1 parent 9ed7b17 commit dba8414
Show file tree
Hide file tree
Showing 9 changed files with 56 additions and 0 deletions.
Binary file added voterpal/VoterPal.jar
Binary file not shown.
27 changes: 27 additions & 0 deletions voterpal/launch.jnlp
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<jnlp codebase="https://allstarlink.org/voterpal/" href="launch.jnlp" spec="1.0+">
<information>
<title>VoterPal</title>
<vendor>Jim Dixon, WB6NIL</vendor>
<homepage href="http://allstarlink.org"/>
<description>Simulator for chan_voter</description>
<description kind="short">VoterPal</description>


<offline-allowed/>
</information>
<security>
<all-permissions/>
</security>
<resources>
<j2se version="1.5+"/>
<jar eager="true" href="VoterPal.jar" main="true"/>


<jar href="lib/appframework-1.0.3.jar"/>
<jar href="lib/swing-worker-1.1.jar"/>
</resources>
<application-desc main-class="voterpal.VoterPalApp">

</application-desc>
</jnlp>
Binary file added voterpal/lib/appframework-1.0.3.jar
Binary file not shown.
Binary file added voterpal/lib/swing-worker-1.1.jar
Binary file not shown.
2 changes: 2 additions & 0 deletions votersim/.htaccess
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
DirectoryIndex launch.jnlp

Binary file added votersim/VoterSim.jar
Binary file not shown.
27 changes: 27 additions & 0 deletions votersim/launch.jnlp
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<jnlp codebase="https://allstarlink.org/votersim/" href="launch.jnlp" spec="1.0+">
<information>
<title>VoterSim</title>
<vendor>Jim Dixon, WB6NIL</vendor>
<homepage href="http://allstarlink.org"/>
<description>Simulator for chan_voter</description>
<description kind="short">VoterSim</description>


<offline-allowed/>
</information>
<security>
<all-permissions/>
</security>
<resources>
<j2se version="1.5+"/>
<jar eager="true" href="VoterSim.jar" main="true"/>


<jar href="lib/appframework-1.0.3.jar"/>
<jar href="lib/swing-worker-1.1.jar"/>
</resources>
<application-desc main-class="votersim.VoterSimApp">

</application-desc>
</jnlp>
Binary file added votersim/lib/appframework-1.0.3.jar
Binary file not shown.
Binary file added votersim/lib/swing-worker-1.1.jar
Binary file not shown.

0 comments on commit dba8414

Please sign in to comment.