update index.html
Former-commit-id: adb8c8b2c7
Former-commit-id: 708eb3bcba7181ca0512f3746d20bced389d508b
This commit is contained in:
21
I2PPureJavaBrowser.md
Normal file
21
I2PPureJavaBrowser.md
Normal file
@ -0,0 +1,21 @@
|
||||
# Class I2PPureJavaBrowser [[src]](src/java/net/i2p/i2pfirefox/I2PPureJavaBrowser.java)
|
||||
|
||||
>
|
||||
|
||||
Access: public
|
||||
package: net.i2p.i2pfirefox
|
||||
|
||||
## Dependencies
|
||||
|
||||
<details>
|
||||
<summary>
|
||||
Show dependencies
|
||||
</summary>
|
||||
<ul>
|
||||
</ul>
|
||||
</details>
|
||||
|
||||
## No member variables in this class
|
||||
|
||||
## No methods in this class
|
||||
|
12
build.xml
12
build.xml
@ -204,7 +204,7 @@ Linux(because the top command will be run and the script will exit).\n\nBoth det
|
||||
<arg value="" />
|
||||
</exec>
|
||||
<exec executable="echo" failonerror="true" append="true" output="src/i2p.firefox.base.profile/version.md">
|
||||
<property name="release.number" value="0.0.37" />
|
||||
<property name="release.number" value="0.0.36" />
|
||||
</exec>
|
||||
<exec executable="echo" failonerror="true" append="true" output="src/i2p.firefox.base.profile/version.md">
|
||||
<arg value="" />
|
||||
@ -396,7 +396,7 @@ Linux(because the top command will be run and the script will exit).\n\nBoth det
|
||||
<arg value="" />
|
||||
</exec>
|
||||
<exec executable="echo" failonerror="true" append="true" output="src/i2p.firefox.usability.profile/version.md">
|
||||
<property name="release.number" value="0.0.37" />
|
||||
<property name="release.number" value="0.0.36" />
|
||||
</exec>
|
||||
<exec executable="echo" failonerror="true" append="true" output="src/i2p.firefox.usability.profile/version.md">
|
||||
<arg value="" />
|
||||
@ -446,7 +446,7 @@ Linux(because the top command will be run and the script will exit).\n\nBoth det
|
||||
<arg value="" />
|
||||
</exec>
|
||||
<exec executable="echo" failonerror="true" append="true" output="src/i2p.chromium.base.profile/version.md">
|
||||
<property name="release.number" value="0.0.37" />
|
||||
<property name="release.number" value="0.0.36" />
|
||||
</exec>
|
||||
<exec executable="echo" failonerror="true" append="true" output="src/i2p.chromium.base.profile/version.md">
|
||||
<arg value="" />
|
||||
@ -499,7 +499,7 @@ Linux(because the top command will be run and the script will exit).\n\nBoth det
|
||||
<arg value="" />
|
||||
</exec>
|
||||
<exec executable="echo" failonerror="true" append="true" output="src/i2p.chromium.usability.profile/version.md">
|
||||
<property name="release.number" value="0.0.37" />
|
||||
<property name="release.number" value="0.0.36" />
|
||||
</exec>
|
||||
<exec executable="echo" failonerror="true" append="true" output="src/i2p.chromium.usability.profile/version.md">
|
||||
<arg value="" />
|
||||
@ -674,7 +674,7 @@ Linux(because the top command will be run and the script will exit).\n\nBoth det
|
||||
<arg value="update-only=true" />
|
||||
</exec>
|
||||
<exec executable="echo" osfamily="unix" failonerror="true" output="plugin/plugin.config" append="true">
|
||||
<property name="release.number" value="0.0.37" />
|
||||
<property name="release.number" value="0.0.36" />
|
||||
</exec>
|
||||
<input message="Enter su3 signing key password:" addproperty="release.password.su3" />
|
||||
<fail message="You must enter a password." >
|
||||
@ -697,7 +697,7 @@ Linux(because the top command will be run and the script will exit).\n\nBoth det
|
||||
<copy file="scripts/robots.txt" todir="plugin/eepsite/docroot/" overwrite="true" />
|
||||
<mkdir dir="plugin/eepsite/docroot/torrents/" />
|
||||
<exec executable="echo" osfamily="unix" failonerror="true" output="plugin/plugin.config" append="true">
|
||||
<property name="release.number" value="0.0.37" />
|
||||
<property name="release.number" value="0.0.36" />
|
||||
</exec>
|
||||
<exec executable="scripts/makeplugin.sh" inputstring="${release.password.su3}" failonerror="true" >
|
||||
<arg value="plugin" />
|
||||
|
@ -92,6 +92,11 @@
|
||||
I2PGenericUnsafeBrowser
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="I2PPureJavaBrowser.html">
|
||||
I2PPureJavaBrowser
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="LICENSE.html">
|
||||
LICENSE
|
||||
@ -235,7 +240,7 @@
|
||||
</h3>
|
||||
<pre><code class="language-sh">
|
||||
mkdir ~/tmp-i2pfirefox && cd ~/tmp-i2pfirefox
|
||||
wget https://github.com/eyedeekay/i2p.plugins.firefox/releases/download/0.0.37/i2pfirefox.zip
|
||||
wget https://github.com/eyedeekay/i2p.plugins.firefox/releases/download/0.0.36/i2pfirefox.zip
|
||||
unzip i2pfirefox.zip
|
||||
./i2pfirefox.cmd
|
||||
|
||||
|
Reference in New Issue
Block a user