[freenet-cvs] r11842 - trunk/apps/new_installer/res
nextgens at freenetproject.org
nextgens at freenetproject.org
Mon Feb 19 13:01:48 UTC 2007
Author: nextgens
Date: 2007-02-19 13:01:47 +0000 (Mon, 19 Feb 2007)
New Revision: 11842
Modified:
trunk/apps/new_installer/res/welcome.html
Log:
installer: fix a link on the welcome page : # is useless in an irc:// uri
Modified: trunk/apps/new_installer/res/welcome.html
===================================================================
--- trunk/apps/new_installer/res/welcome.html 2007-02-19 00:05:59 UTC (rev 11841)
+++ trunk/apps/new_installer/res/welcome.html 2007-02-19 13:01:47 UTC (rev 11842)
@@ -96,7 +96,7 @@
<div id="content">
<div class="infobox">
<div class="infobox-header">Next, connect your node to the network.</div>
- <p>You will need to get some <abbr title="Darknet is the primary network on Freenet.">darknet</abbr> connections. If you know people using Freenet ask them for their noderefs (this is ideal) otherwise please join us on IRC on <a href="irc://irc.freenode.net/%23freenet-refs">#freenet-refs</a> on irc.freenode.net, and we will get you wired in to the network. Note that you are especially vulnerable to your peers. If you are paranoid you should only connect to people you trust.</p>
+ <p>You will need to get some <abbr title="Darknet is the primary network on Freenet.">darknet</abbr> connections. If you know people using Freenet ask them for their noderefs (this is ideal) otherwise please join us on IRC on <a href="irc://irc.freenode.net/freenet-refs">#freenet-refs</a> on irc.freenode.net, and we will get you wired in to the network. Note that you are especially vulnerable to your peers. If you are paranoid you should only connect to people you trust.</p>
<p>To create a link with another node, send them your <a href="http://127.0.0.1:8888/darknet/myref.txt">noderef</a> and add theirs on the <a href="http://127.0.0.1:8888/darknet/">darknet</a> page. When <b>both ends</b> have added the other's noderef they should connect. If you are having difficulties refer to the <a href="http://wiki.freenetproject.org/FreenetConnections">Freenet Connections</a> page on the <a href="http://wiki.freenetproject.org">Freenet Project Wiki</a>.</p>
</div>
More information about the cvs
mailing list