diff --git a/plugin/clients.config b/plugin/clients.config deleted file mode 100644 index 794b90a..0000000 --- a/plugin/clients.config +++ /dev/null @@ -1,8 +0,0 @@ -clientApp.0.main=net.i2p.i2pcontrol.I2PControlController -clientApp.0.name=I2PControl -clientApp.0.args=-d $PLUGIN start -clientApp.0.stopargs=-d $PLUGIN stop -clientApp.0.delay=15 -clientApp.0.startOnLoad=true -# we also use i2p.jar and i2ptunnel.jar, they are in the standard router classpath -clientApp.0.classpath=$PLUGIN/lib/I2PControl.jar diff --git a/plugin/templates/help.html b/plugin/templates/help.html deleted file mode 100644 index 9208f85..0000000 --- a/plugin/templates/help.html +++ /dev/null @@ -1,56 +0,0 @@ -ZzzOT Plugin Help - -

Welcome to the ZzzOT I2P Plugin!

- -A new eepsite tunnel and Jetty server have been started for your open tracker. - -

Click here to see the current stats. -This link is also at the top of your router console when ZzzOT is running. - -

Report bugs or add comments on -the plugin forum on zzz.i2p. - -

Eepsite Key and Helpful Hints for I2P

- -

Your Base 32 address is $B32. - Others may access your eepsite using this address, even if you do not publish a hostname. -

Once you decide on a host name, you may - add the key to your local addressbook here. -

Your Base 64 key is:     -
You will need this key to register a hostname at stats.i2p. -

Your private key file is $PLUGIN/eepPriv.dat - back it up!!! -

Your eepsite document root is $PLUGIN/eepsite/docroot, - you may put other files there is you wish to have additional content on your eepsite. -

The supported announce URLs are: -

-

The supported scrape URLs are: -

-

Your eepsite tunnel is configured for 2 inbound and 2 outbound tunnels, 3 hops each. - You may change tunnel settings by editing $PLUGIN/i2ptunnel.config and restarting the plugin. - The tunnel will not appear in i2ptunnel. - If your tracker gets over 1000 peers, you will probably want to increase the number of tunnels. -

The Jetty webserver port is 7662. If you must change it, edit jetty.xml, i2ptunnel.config, and plugins.config - in the directory $PLUGIN. Then stop and restart the plugin. -

This help file is $PLUGIN/eepsite/docroot/help.html, you should probably move it - outside of the document root before you announce your eepsite as it may contain your user name. -

As you probably know, an open tracker does not require torrents to be registered, - and it does not host torrent files. You can, however, host torrent files elsewhere on - the eepsite, for example at /torrents. - - diff --git a/plugin/templates/jetty.xml b/plugin/templates/jetty.xml deleted file mode 100644 index 711070d..0000000 --- a/plugin/templates/jetty.xml +++ /dev/null @@ -1,190 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 127.0.0.1 - 7662 - - - 3 - 10 - 60000 - 1000 - 8443 - 8443 - main - - - - - - - - - - - - - - - - - - root - - - $PLUGIN/eepsite/webapps/ - - true - - - - - - / - $PLUGIN/eepsite/docroot - - - - FALSE - - - - - - - - - true - - - - /a - /tracker/announce.jsp - - - /announce - /tracker/announce.jsp - - - /announce.jsp - /tracker/announce.jsp - - - /announce.php - /tracker/announce.jsp - - - - /scrape - /tracker/scrape.jsp - - - /scrape.jsp - /tracker/scrape.jsp - - - /scrape.php - /tracker/scrape.jsp - - - - /Seedless - /tracker/seedless.jsp - - - /Seedless/ - /tracker/seedless.jsp - - - /Seedless/index.jsp - /tracker/seedless.jsp - - - /Seedless/seedless - /tracker/seedless.jsp - - - - - - - - - - /cgi-bin/* - $PLUGIN/eepsite/cgi-bin - - Common Gateway Interface - / - org.mortbay.servlet.CGI - /usr/local/bin:/usr/ucb:/bin:/usr/bin - - - - - - - - - $PLUGIN/eepsite/logs/yyyy_mm_dd.request.log - 30 - true - false - false - GMT - - - - - - - 2000 - false - - diff --git a/scripts/plugin.config b/scripts/plugin.config index e866907..0dfa988 100644 --- a/scripts/plugin.config +++ b/scripts/plugin.config @@ -1,7 +1,6 @@ name=I2PControl signer=dev@robertfoss.se consoleLinkName=I2PControl -consoleLinkURL=http://localhost:7656 description=Remote Control Service author=hottuna websiteURL=http://XR1kDnLKSUO9lhZGmB9kq8a386yDXkgvqc~nCkfUMESL~XIUIYzXO6xkmbHHS6VANkAtapVPSb1x6iwA7S7BL1E9lnUwgBsK3Wzh9YpLVpYq2thFEWAI-mkUgrhcnSTn5VoetjR~Cv4sI7geDL4MsMEnmno5KKTwVJY6di3dJkzwKx4epjfs3KiCqizTqfLykc8KDitjQ~9-PvBUV9q79~reEsJ32AGSwGflV8a8S8OSv0Jw7V4AvljMLdIYD-FwVUCFHUHzqUcDSyEklmOQoYFxDc2fytx5v04H8YZH4Zp29tJq-O97lCx4TBZxyRaQnWcoE74D0ChTv8Y1~kRYwYloWbcya--XgvLgWbnGbOQZgFUpFc1OGhJFukgVHqTrj~S8DaC4Yv2~P7dcjItYZ12JBoq1wXbQN-ZP~BrOW9FJd7qP~AH4vT1MlstkOTxbIvhDVVY-fPvI7Wf~4IR5uwfeSO65luBpoMqlsNML4mTySv7TGkUVB51aVJkziEtDAAAA/ diff --git a/scripts/webapps.config b/scripts/webapps.config deleted file mode 100644 index 2709601..0000000 --- a/scripts/webapps.config +++ /dev/null @@ -1 +0,0 @@ -webapps.I2PControl.classpath=$PLUGIN/lib/I2PControl.jar diff --git a/src/build.xml b/src/build.xml index 56b8c20..d3f9acf 100644 --- a/src/build.xml +++ b/src/build.xml @@ -36,7 +36,7 @@ srcdir="./java" debug="true" deprecation="on" source="1.5" target="1.5" destdir="./build/obj" - classpath="${cp}" > + classpath="${cp}">