Author: nextgens Date: 2007-02-18 19:53:27 +0000 (Sun, 18 Feb 2007) New Revision: 11836
Modified: trunk/apps/new_installer/res/welcome.html Log: installer: new Welcome page. Thanks to tha tjoe Modified: trunk/apps/new_installer/res/welcome.html =================================================================== --- trunk/apps/new_installer/res/welcome.html 2007-02-18 19:21:45 UTC (rev 11835) +++ trunk/apps/new_installer/res/welcome.html 2007-02-18 19:53:27 UTC (rev 11836) @@ -1,59 +1,111 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html> - <head> - <title>Successful installation of Freenet 0.7!</title> - <style type="text/css"> - p, span, div, td, th, li, h1, h2, h3, h4, h5 { - font-family: Arial; - font-weight: normal; - font-size: 11pt; - } + <head> + <title>Successful installation of Freenet 0.7!</title> + <link rel="shortcut icon" href="freenet.ico" type="image/x-icon" /> + <style type="text/css"> +p, span, div, td, th, li, h1, h2, h3, h4, h5 { + font-family: Arial; + font-weight: normal; + font-size: 11pt; +} - h2 { - text-align: center; - font-weight: bold; - font-size: 16pt; - } - - pre, textarea { - font-family: Courier; - font-weight: normal; - font-size: 8pt; - } +body { + margin: 0; + padding: 0; + background-color: #f0f0f0; +} - table, pre { - margin: 0 0 5px 0; - padding: 0; - } +/* page's topbar */ - body { - margin: 0; - padding: 0; - background-color: #f0f0f0; - } - - a { - color: #000000; - } +#topbar { + margin: 0; + padding: 5px; + min-height: 50px; + background-color: #e8e8e8; + background-image: url(http://127.0.0.1:8888/static/themes/clean/logo.png); + background-repeat: no-repeat; + background-position: 30px 3px; + border-bottom: 1px solid #d0d0d0; +} - a:hover { - color: #ff0000; - } +#topbar h1 { + margin: 0; + padding: 7px 0 0 0; + text-align: center; + font-size: 20pt; +} - </style> - </head> - <body> - <div name="title"> - <h2>Successful installation of Freenet 0.7!</h2> - </div> - <p>Congratulations, you have successfully installed a Freenet 0.7 alpha-test node.</p> - <p>You can access it <a href="http://127.0.0.1:8888/">here</a>.</p> - <p>These links will take you to FProxy, the web interface to Freenet. You can also run Frost, a message boards program, which may have been installed; there may be an icon on your desktop, otherwise have a look at the directory the node was installed to.</p> - <p>You will need to get some darknet (or testnet) connections. If you know people using Freenet, ask them for their noderefs (this is ideal), otherwise please join us on IRC on #freenet-refs (or #freenet) on irc.freenode.net, and we will get you wired in to the network. Note that you are especially vulnerable to your peers, so if you are paranoid you should only connect to people you trust.</p> - <p>Connecting to a node means you send them your <a href="http://127.0.0.1:8888/darknet/myref.txt">noderef</a> and they send you theirs, for you to add on the <a href="http://127.0.0.1:8888/darknet/">darknet</a> page, when <b>both ends</b> have added the other they should connect.</p> - <br> - <div name="greetings"> - <p>Once again thanks for using Freenet!</p> - </div> - <p>If you can we would really appreciate it if you could <a href="http://freenetproject.org/index.php?page=donate">donate here</a> so that we can continue to employ a full time coder.</p> - </body> +/* content */ + +#content { + margin: 10px 50px; + padding: 0; +} + +a { + color: #000000; +} + +a:hover { + color: #ff0000; +} + +abbr { + cursor: help; + border-bottom: dotted 1px black; +} + +#copyright { + font-size: 8pt; + text-align: center; +} + +/* infoboxes */ + +div.infobox { + margin: 0 0 5px 0; + padding: 10px; + background-color: #f0f0f0; + border: 1px solid #d0d0d0; +} + +div.infobox div.infobox-header { + margin: -10px -10px 10px -10px; + padding: 10px 35px 10px 10px; + border-bottom: 1px dotted #a0a0a0; + font-weight: bold; + font-size: 11pt; + background-color: #e8e8e8; + background-repeat: no-repeat; + background-position: right; +} + </style> + </head> + <body> + <div id="page"> + <div id="topbar"> + <h1>Successful Installation of Freenet 0.7!</h1> + </div> + <div id="content"> + <div class="infobox"> + <div class="infobox-header">Congratulations, you have successfully installed a Freenet 0.7 alpha-test node.</div> + <p>You should first access the <a href="http://127.0.0.1:8888/"><i>FProxy</i> web interface</a>. Here 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>, set configuration options, or start browsing <abbr title="Websites on Freenet are called freesites.">freesites</abbr> using one of the bookmarks listed.</p> + <p>You can also run <abbr title="A message boards program.">Frost</abbr> which may have been installed; there may be an icon on your desktop otherwise have a look at Freenet installation directory.</p> + </div> + + <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> (or testnet) 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 so 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 Freenet Project Wiki.</p> + </div> + + <div class="infobox"> + <div class="infobox-header">Once again thank you for using Freenet!</div> + <p>The Freenet Project employs a full-time developer to produce this system. If you can, we would appreciate it if could <a href="http://freenetproject.org/index.php?page=donate">donate to the project</a> so that we can continue to employ him.</p> + </div> + </div> + </div> + <div id="copyright">© Copyright 2007 <a href="http://freenetproject.org/">The Freenet Project</a>.</div> + </body> </html>
