diff --git a/apps/i2psnark/java/src/org/klomp/snark/SnarkManager.java b/apps/i2psnark/java/src/org/klomp/snark/SnarkManager.java
index 9a9f8daae..c7bec6906 100644
--- a/apps/i2psnark/java/src/org/klomp/snark/SnarkManager.java
+++ b/apps/i2psnark/java/src/org/klomp/snark/SnarkManager.java
@@ -199,7 +199,7 @@ public class SnarkManager implements Snark.CompleteListener {
String[] themes = null;
// "docs/themes/snark/"
String fsc = new String(""+File.separatorChar);
- String look = _context.getConfigDir() + fsc + "docs" + fsc +"themes" + fsc + "snark" + fsc;
+ String look = _context.getBaseDir() + fsc + "docs" + fsc +"themes" + fsc + "snark" + fsc;
FileFilter fileFilter = new FileFilter() { public boolean accept(File file) { return file.isDirectory(); } };
// Walk the themes dir, collecting the theme names, and append them to the map
File dir = new File(look);
diff --git a/installer/resources/readme/readme.html b/installer/resources/readme/readme.html
index 8c93dfc07..181bc177d 100644
--- a/installer/resources/readme/readme.html
+++ b/installer/resources/readme/readme.html
@@ -25,11 +25,11 @@
I2P Darknet & Public Web browsing
On I2P you can host anonymous websites (aka eepsites) and other services (eg. ssh over I2p, your own irc server etc), and you can also access the normal web anonymously via I2P. Configure your browser to use the HTTP proxy I2P provides at 127.0.0.1 port 4444
, then
browse to an eepsite or a normal http://
address. Some useful resources are listed below:
- - I2P Community Forums
forum.i2p: A secure
- and anonymous connection to forum.i2p2.de, an online forum community where developers and users alike discuss problems and ideas relating to I2P and associated interests.
- Invisible Internet Project (I2P) Official Website
www.i2p2.i2p and
mirror i2p-projekt.i2p: Secure and
anonymous connections to www.i2p2.de. There's also an official mirror running on geti2p.net.
+ - I2P Community Forums
forum.i2p: A secure
+ and anonymous connection to forum.i2p2.de, an online forum community where developers and users alike discuss problems and ideas relating to I2P and associated interests.
- I2P Anonymous Pastebin
paste.i2p2.i2p: Secure and
anonymous paste service allowing anonymous text and text-based code sharing over I2P.
- Echelon's I2P Resources
echelon.i2p: I2P Software
@@ -63,7 +63,7 @@ your eepsite will be visible to others. Detailed instructions for starting
- Be patient!
I2P may be slow to start the first time as it searches for peers.
If, after 30 minutes, your Active: connected/recent count has less than 10 connected
- peers, you should open I2P's port on your modem, router and/or firewall(s) for better connectivity. More information on how to go about port forwarding can be found here.
+ peers, you should open I2P's port on your modem, router and/or firewall(s) for better connectivity. More information on how to go about port forwarding can be found at portforward.com, in addition to our forums and irc channels listed elsewhere.
- Check your proxy setttings
If
you cannot see any eepsites at all (even www.i2p2.i2p),
be sure your browser proxy is set to access http traffic (not https, not socks) via 127.0.0.1 port 4444
.
@@ -72,4 +72,4 @@ your eepsite will be visible to others. Detailed instructions for starting
to review the information on the I2P website,
post up messages to the I2P discussion forum,
or swing by
- #i2p-help, #i2p or #i2p-chat on I2P's internal IRC network (irc.postman.i2p
or irc.freshcoffee.i2p
). These channels are also available outside of I2P's encrypted, anonymous servers via Freenode IRC.
Reporting Bugs
If you'd like to report a bug, please file a ticket on trac.i2p2.i2p. For developer related discussions, please visit zzz's developer forums or come and visit the developer channel on I2P's IRC network.
+ #i2p-help, #i2p or #i2p-chat on I2P's internal IRC network (irc.postman.i2p
or irc.freshcoffee.i2p
). These channels are also available outside of I2P's encrypted, anonymous servers via Freenode IRC. Reporting Bugs
If you'd like to report a bug, please file a ticket on trac.i2p2.i2p. For developer related discussions, please visit zzz's developer forums or come and visit the developer channel on I2P's IRC network. Developers can browse source at zzz's mtn repository viewer or Sponge's version.