Author: nextgens
Date: 2007-05-31 20:46:39 +0000 (Thu, 31 May 2007)
New Revision: 13420
Modified:
trunk/apps/new_installer/res/welcome.html
Log:
new_installer: wire-in the wizard, open it into a new windows
Modified: trunk/apps/new_installer/res/welcome.html
===================================================================
--- trunk/apps/new_installer/res/welcome.html 2007-05-31 20:42:53 UTC (rev
13419)
+++ trunk/apps/new_installer/res/welcome.html 2007-05-31 20:46:39 UTC (rev
13420)
@@ -96,7 +96,7 @@
<div id="content">
<div class="infobox">
<div class="infobox-header">Next, configure your node and connect
your node to the network.</div>
- <p>The next step is to access the <a
href="http://127.0.0.1:8888/"><i>FProxy</i> web interface</a>. From there, you
can view the status of your <abbr title="A node is a single point on the
Freenet network represented by a single computer.">node</abbr> and set
configuration options including a human-readable name for your node.</p>
+ <p>The next step is to access the <a
href="http://127.0.0.1:8888/wizard/" target="new">First time wizard</a>. From
there, you can view the status of your <abbr title="A node is a single point on
the Freenet network represented by a single computer.">node</abbr> and set
configuration options including a human-readable name for your node.</p>
<p>Once you've done this, 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 <a
href="http://en.wikipedia.org/wiki/IRC" title="Internet Relay Chat is a
non-anonymous chat system used by many developers and users of Freenet">IRC</a>
on <a href="irc://irc.freenode.net/freenet-refs">#freenet-refs</a> on
irc.freenode.net,
@@ -121,7 +121,7 @@
</div>
</div>
<div id="started">
- <a href="http://127.0.0.1:8888/">Get started on Freenet!</a>
+ <a href="http://127.0.0.1:8888/wizard/" target="new">Get started on
Freenet!</a>
</div>
<div id="copyright"><p>This page is licensed under the <a
href="http://www.gnu.org/licenses/fdl.html">GNU Free Documentation
License</a></p></div>
</body>