d1bb5a4e48cdb963adaae01481c1296ff862e64e

Former-commit-id: 120f92d626
Former-commit-id: b61f790949ee514490d090c6a3122bf9b9ae31db
i2p.plugins.firefox
A port of the batch scripts from i2p.firefox to Java.
Getting started
Building
This is not actually a plugin yet, but it will be soon. The important bit is the jar. To generate that, you can either generate the full plugin, which will not work but produces the jar as a by-product, or you can:
ant jar
To build just the jar. You'll know it worked if you can:
java -cp ./src/build/i2pfirefox.jar net.i2p.i2pfirefox.I2PFirefox
and a new Firefox instance comes up with a fresh profile, ready-to-use for I2P browsing.
The cooler thing you can do with it is add it to an I2P distribution and somewhere in it, add a UI element that triggers something along the lines of this:
if (i2pIsRunning()) {
logger.warning("I2P is already running");
System.out.println("I2PFirefox");
I2PFirefox i2pFirefox = new I2PFirefox();
i2pFirefox.launch();
}
to add a browser management tool to it.
Description
Languages
HTML
40.5%
Java
40.4%
Shell
11.6%
JavaScript
6%
CSS
1.3%