2007-01-17 zzz

* Add note on Syndie index.html steering people to new Syndie
This commit is contained in:
zzz
2007-01-17 05:13:27 +00:00
committed by zzz
parent 40d209dd7c
commit d705e0ad04
3 changed files with 11 additions and 3 deletions

View File

@ -9,6 +9,11 @@
<a href="blogs.jsp">blogs</a></p>
<p><a href="post.jsp">Create</a> a new post of your own</p>
<p><a href="about.html">Learn more</a> about Syndie</p>
<p><b>NOTE:</b> This version of Syndie is being replaced by
<a href="http://syndie.i2p.net">the new Syndie</a>!
The new Syndie is a standalone application under active development.
Please give the new Syndie a try, as it has lots more traffic
than this version. Don't expect anybody to see your posts here.</p>
</td></tr></table>
</div>
</body></html>

View File

@ -1,6 +1,9 @@
$Id: history.txt,v 1.538 2007-01-15 23:47:59 zzz Exp $
$Id: history.txt,v 1.539 2007-01-16 01:20:23 zzz Exp $
2007-01-17 zzz
* Add note on Syndie index.html steering people to new Syndie
2007-01-16 zzz
* i2psnark: Fix crash when autostart off and
tcrrent started manually

View File

@ -15,9 +15,9 @@ import net.i2p.CoreVersion;
*
*/
public class RouterVersion {
public final static String ID = "$Revision: 1.473 $ $Date: 2007-01-15 23:47:58 $";
public final static String ID = "$Revision: 1.474 $ $Date: 2007-01-16 01:20:23 $";
public final static String VERSION = "0.6.1.26";
public final static long BUILD = 7;
public final static long BUILD = 8;
public static void main(String args[]) {
System.out.println("I2P Router version: " + VERSION + "-" + BUILD);
System.out.println("Router ID: " + RouterVersion.ID);