diff --git a/apps/routerconsole/jsp/config.jsp b/apps/routerconsole/jsp/config.jsp index bf214eef2..e500a20dd 100644 --- a/apps/routerconsole/jsp/config.jsp +++ b/apps/routerconsole/jsp/config.jsp @@ -48,7 +48,7 @@ bursting up to " /> KBps for
- KBps = kilibytes per second = 1024 bytes per second.
+ KBps = kilobytes per second = 1024 bytes per second.
A negative rate means a default limit of 16KBytes per second.

Bandwidth share percentage:
diff --git a/apps/syndie/java/src/net/i2p/syndie/User.java b/apps/syndie/java/src/net/i2p/syndie/User.java index 0fe1a6c5c..badb40c33 100644 --- a/apps/syndie/java/src/net/i2p/syndie/User.java +++ b/apps/syndie/java/src/net/i2p/syndie/User.java @@ -53,7 +53,7 @@ public class User { _shitlistedBlogs = new ArrayList(); _defaultSelector = null; _addressbookLocation = "userhosts.txt"; - _showImagesByDefault = false; + _showImagesByDefault = true; _showExpandedByDefault = false; _allowAccessRemote = false; _eepProxyHost = null; @@ -171,7 +171,7 @@ public class User { } } - String show = props.getProperty("showimages", "false"); + String show = props.getProperty("showimages", "true"); _showImagesByDefault = (show != null) && (show.equals("true")); show = props.getProperty("showexpanded", "false"); _showExpandedByDefault = (show != null) && (show.equals("true")); diff --git a/apps/syndie/java/src/net/i2p/syndie/sml/HTMLRenderer.java b/apps/syndie/java/src/net/i2p/syndie/sml/HTMLRenderer.java index ac31b4492..ff26a507d 100644 --- a/apps/syndie/java/src/net/i2p/syndie/sml/HTMLRenderer.java +++ b/apps/syndie/java/src/net/i2p/syndie/sml/HTMLRenderer.java @@ -395,6 +395,11 @@ public class HTMLRenderer extends EventReceiverImpl { SafeURL surl = new SafeURL(locationSchema + "://" + location); _bodyBuffer.append("").append(sanitizeString(surl.toString())).append(""); + if (_user.getAuthenticated()) { + _bodyBuffer.append(" bookmark it"); + } } if (description != null) _bodyBuffer.append(": ").append(getSpan("archiveSummaryDesc")).append(sanitizeString(description)).append(""); @@ -509,7 +514,7 @@ public class HTMLRenderer extends EventReceiverImpl { if (links == 1) _postBodyBuffer.append("1 external link "); else if (links > 1) - _postBodyBuffer.append(links).append(" external links"); + _postBodyBuffer.append(links).append(" external links "); int addrs = _addresses.size(); if (addrs == 1) @@ -643,7 +648,7 @@ public class HTMLRenderer extends EventReceiverImpl { if (null == _user.getPetNameDB().getNameByLocation(a.location)) { _postBodyBuffer.append(" bookmark"); + _postBodyBuffer.append("\">bookmark it"); } } _postBodyBuffer.append("
\n"); diff --git a/build.xml b/build.xml index a4c7e37d1..2878f87ca 100644 --- a/build.xml +++ b/build.xml @@ -272,6 +272,11 @@ + + + + + @@ -330,6 +335,11 @@ + + + + + diff --git a/core/java/src/net/i2p/CoreVersion.java b/core/java/src/net/i2p/CoreVersion.java index c9e75c384..06b3501ce 100644 --- a/core/java/src/net/i2p/CoreVersion.java +++ b/core/java/src/net/i2p/CoreVersion.java @@ -14,8 +14,8 @@ package net.i2p; * */ public class CoreVersion { - public final static String ID = "$Revision: 1.0 $ $Date: 2005/09/01 15:27:36 $"; - public final static String VERSION = "0.6.0.5"; + public final static String ID = "$Revision: 1.41 $ $Date: 2005/09/02 14:10:08 $"; + public final static String VERSION = "0.6.0.6"; public static void main(String args[]) { System.out.println("I2P Core version: " + VERSION); diff --git a/history.txt b/history.txt index 2d3b79364..842556b83 100644 --- a/history.txt +++ b/history.txt @@ -1,4 +1,11 @@ -$Id: history.txt,v 1.255 2005/09/17 15:08:26 jrandom Exp $ +$Id: history.txt,v 1.256 2005/09/17 18:01:45 jrandom Exp $ + +* 2005-09-17 0.6.0.6 released + +2005-09-17 jrandom + * Clean up syndie a bit more and bundle a default introductory post with + both new installs and updates. + * Typo fixes on the console (thanks bar!) 2005-09-17 jrandom * Updated the bandwidth limiter to use two tiers of bandwidth - our normal diff --git a/initialNews.xml b/initialNews.xml index 620577323..fcc260252 100644 --- a/initialNews.xml +++ b/initialNews.xml @@ -1,5 +1,5 @@ - - + i2p - 0.6.0.5 + 0.6.0.6 diff --git a/installer/resources/blogMeta.snm b/installer/resources/blogMeta.snm new file mode 100644 index 000000000..1345eab10 --- /dev/null +++ b/installer/resources/blogMeta.snm @@ -0,0 +1,7 @@ +Owner:U1oHd4XghnvqZzFaxx2Z8ogH9bfkJ4MCMUZKIu5lGV~0098TLaqB~pOc~GyAPtP55ckS54KX1uJN3pttaawwt61edntulHpatOCwrw5lpAytJcpZhJaahs64NhdnNeFCindHbXFxYU7BiRt7iyHswMlGjup~03uy7xp-JdWlNjw= +Posters: +Name:jrandom +Edition:0 +ContactURL:jrandom@i2p.net +Description:jrandom's ranting +Signature:PstiGeiWOV8VKARVNvk4NRe-EOAwS10yGHMkXb~FUS7GBMVHxaGeDA== diff --git a/installer/resources/blogPost.snd b/installer/resources/blogPost.snd new file mode 100644 index 000000000..7bac111d6 Binary files /dev/null and b/installer/resources/blogPost.snd differ diff --git a/news.xml b/news.xml index ad9029bc5..37d9ae5ab 100644 --- a/news.xml +++ b/news.xml @@ -1,5 +1,5 @@ - - + see below). Once those are up, you can:

    +
  • blog anonymously - check out Syndie
  • chat anonymously - fire up your own IRC client and connect to the server at localhost port 6668. This points at one of two anonymously hosted IRC servers, but neither you nor they know where the other is.
  • @@ -17,7 +18,7 @@ listed (if not, see below). Once those are up, you can:<
  • search.i2p: an anonymously hosted search engine of eepsites
  • ugha.i2p: ugha's eepsite, a wiki that anyone can edit, and lots of links
  • dev.i2p: a secure and anonymous connection to dev.i2p.net
  • -
  • Freenet proxies: fproxy.i2p
  • +
  • Freenet proxies: fproxy.i2p and fproxy.tino.i2p
There are many more eepsites - just follow the links from the ones you see, bookmark your favorites, and visit them often! @@ -25,13 +26,13 @@ listed (if not, see below). Once those are up, you can:< up to your own HTTP proxy on port 4444 - simply set your browser's proxy to use it (as above) and go to any normal URL - your requests will be bounced through the I2P network. -
  • transfer files - there is an I2P port +
  • transfer files - there is an I2P port of the BitTorrent application available.
  • use anonymous email - postman has created a mail system compatible with normal mail clients (POP3 / SMTP) that allows email within I2P as well as mail from and to the normal internet! get your account at hq.postman.i2p. - We bundle susimail, a web based anonymity-oriented pop3/smtp client - configured to access postman's mail services.
  • + We bundle Susi's susimail, + a web based anonymity-oriented pop3/smtp client configured to access postman's mail services.
  • and lots more
  • diff --git a/router/java/src/net/i2p/router/RouterVersion.java b/router/java/src/net/i2p/router/RouterVersion.java index fe4b90586..e8d88f703 100644 --- a/router/java/src/net/i2p/router/RouterVersion.java +++ b/router/java/src/net/i2p/router/RouterVersion.java @@ -15,9 +15,9 @@ import net.i2p.CoreVersion; * */ public class RouterVersion { - public final static String ID = "$Revision: 1.239 $ $Date: 2005/09/16 16:24:43 $"; - public final static String VERSION = "0.6.0.5"; - public final static long BUILD = 14; + public final static String ID = "$Revision: 1.240 $ $Date: 2005/09/17 18:01:44 $"; + public final static String VERSION = "0.6.0.6"; + public final static long BUILD = 0; public static void main(String args[]) { System.out.println("I2P Router version: " + VERSION + "-" + BUILD); System.out.println("Router ID: " + RouterVersion.ID);