Author: nextgens Date: 2008-01-12 09:16:57 +0000 (Sat, 12 Jan 2008) New Revision: 17027
Modified: trunk/apps/new_installer/res/welcome.html Log: new_installer: patch from Michael T?\195?\164nzer to make the welcome.html file w3c compliant Modified: trunk/apps/new_installer/res/welcome.html =================================================================== --- trunk/apps/new_installer/res/welcome.html 2008-01-12 01:04:42 UTC (rev 17026) +++ trunk/apps/new_installer/res/welcome.html 2008-01-12 09:16:57 UTC (rev 17027) @@ -1,6 +1,7 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html> +<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <head> + <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <title>Successful installation of Freenet 0.7!</title> <link rel="shortcut icon" href="freenet.ico" type="image/x-icon" /> <style type="text/css"> @@ -96,12 +97,12 @@ <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/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>The next step is to access the <a href="http://127.0.0.1:8888/wizard/">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>If you configure your node to automatically connect to untrusted nodes (Strangers), then it should automatically connect to the network within a few minutes.</p> <p>If you know people using Freenet, ask them for their noderefs: If you only connect to your Friends this will greatly improve security. To create a link with another node, send them your <a href="http://127.0.0.1:8888/friends/myref.fref">noderef</a> and add theirs on the <a href="http://127.0.0.1:8888/friends/">friends</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> <p>If you have any problems, please contact 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">#freenet</a> on irc.freenode.net, - or the <a href="support at freenetproject.org">support mailing list</a>.</p> + or the <a href="mailto:support at freenetproject.org">support mailing list</a>.</p> </div> <div class="infobox"> @@ -120,7 +121,7 @@ </div> </div> <div id="started"> - <a href="http://127.0.0.1:8888/wizard/" target="new">Get started on Freenet!</a> + <a href="http://127.0.0.1:8888/wizard/">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>
