I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 134ec7ac authored by zzz's avatar zzz
Browse files

* news.xml: make links relative

* wrapper.config: Add some comments
* checklist.txt: Add some things
parent 0802a5ae
No related branches found
No related tags found
No related merge requests found
...@@ -7,6 +7,20 @@ Change revision in: ...@@ -7,6 +7,20 @@ Change revision in:
installer/install.xml installer/install.xml
router/java/src/net/i2p/router/RouterVersion.java router/java/src/net/i2p/router/RouterVersion.java
make dist
Create a signed update file with: Create a signed update file with:
export I2P=~/i2p export I2P=~/i2p
java -cp $I2P/lib/i2p.jar net.i2p.crypto.TrustedUpdate sign i2pupdate.zip i2pupdate.sud /path/to/private.key 0.6.1.xx java -cp $I2P/lib/i2p.jar net.i2p.crypto.TrustedUpdate sign i2pupdate.zip i2pupdate.sud /path/to/private.key 0.6.1.xx
More signatures:
sha1sum i2pinstall.exe i2p.tar.bz2 i2p-0.6.1.xx.tar.bz2 i2pupdate.zip
gpg -b i2pinstall.exe
gpg -b i2p.tar.bz2
gpg -b i2p-0.6.1.xx.tar.bz2
gpg -b i2pupdate.zip
Website files to change:
announcements.html
download.html
index.html
#******************************************************************** #********************************************************************
# Wrapper Properties # Wrapper Properties
#
# WARNING - for any changes to take effect, you must completely
# stop the router and the wrapper. Clicking 'Restart' on your
# router console will NOT reread this file! You must
# click "Shutdown", wait 11 minutes, then start i2p.
#
#******************************************************************** #********************************************************************
# Java Application # Java Application
wrapper.java.command=java wrapper.java.command=java
...@@ -60,6 +66,13 @@ wrapper.java.additional.4=-Dorg.mortbay.xml.XmlParser.NotValidating=true ...@@ -60,6 +66,13 @@ wrapper.java.additional.4=-Dorg.mortbay.xml.XmlParser.NotValidating=true
# The JVM's default is 64MB, and I2P can work fine in that, but to handle # The JVM's default is 64MB, and I2P can work fine in that, but to handle
# lots of I2PSnark activity in the same JVM, increasing the default max heap # lots of I2PSnark activity in the same JVM, increasing the default max heap
# size should help. Feel free to reduce this if not using I2PSnark in the jvm # size should help. Feel free to reduce this if not using I2PSnark in the jvm
# High-bandwidth routers may need to increase to 256 or more.
#
# WARNING - for any changes to take effect, you must completely
# stop the router and the wrapper. Clicking 'Restart' on your
# router console will NOT reread this file! You must
# click "Shutdown", wait 11 minutes, then start i2p.
#
wrapper.java.maxmemory=128 wrapper.java.maxmemory=128
# Application parameters. Add parameters as needed starting from 1 # Application parameters. Add parameters as needed starting from 1
......
...@@ -49,7 +49,7 @@ you will still be able to download the new i2pupdate.zip file yourself from loca ...@@ -49,7 +49,7 @@ you will still be able to download the new i2pupdate.zip file yourself from loca
be announced. be announced.
<ol><li> <ol><li>
On On
<a href="http://localhost:7657/configupdate.jsp">configupdate.jsp</a>: <a href="configupdate.jsp">configupdate.jsp</a>:
</li><ol type="a"><li> </li><ol type="a"><li>
Change the News URL to: http://complication.i2p/news.xml Change the News URL to: http://complication.i2p/news.xml
</li><li> </li><li>
...@@ -64,7 +64,7 @@ Click "Save" ...@@ -64,7 +64,7 @@ Click "Save"
</li></ol> </li></ol>
<li> <li>
On On
<a href="http://localhost:7657/configadvanced.jsp">configadvanced.jsp</a>: <a href="configadvanced.jsp">configadvanced.jsp</a>:
<ol type="a"><li> <ol type="a"><li>
Add the following line: Add the following line:
<br /> <br />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment