Remove extra whitespace in English readme; fix a couple of validation errors.
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
<jsp:setProperty name="indexBean" property="*" />
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||
<head>
|
||||
<title>I2PTunnel Webmanager - List</title>
|
||||
<title>I2P Tunnel Manager - List</title>
|
||||
|
||||
<meta htt
|
||||
p-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
|
@ -24,7 +24,7 @@ if (System.getProperty("router.consoleNonce") == null) {
|
||||
|
||||
<jsp:useBean class="net.i2p.router.web.ConfigUpdateHelper" id="updatehelper" scope="request" />
|
||||
<jsp:setProperty name="updatehelper" property="contextId" value="<%=(String)session.getAttribute("i2p.contextId")%>" />
|
||||
<br><i><jsp:getProperty name="updatehelper" property="newsStatus" /></i><br>
|
||||
<hr><i><jsp:getProperty name="updatehelper" property="newsStatus" /></i><br>
|
||||
</div><div class="main" id="main">
|
||||
<jsp:useBean class="net.i2p.router.web.ContentHelper" id="contenthelper" scope="request" />
|
||||
<% fpath = new java.io.File(net.i2p.I2PAppContext.getGlobalContext().getBaseDir(), "docs/readme.html"); %>
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* Optimised for less capable browers and system specifications */
|
||||
/* Optimised for less capable browsers and system specifications */
|
||||
|
||||
body {
|
||||
margin: 2px 0 0 2px;
|
||||
@ -272,7 +272,7 @@ div.news li {
|
||||
list-style: none;
|
||||
margin: -15px 15px -20px -20px;
|
||||
padding: 0px 0 15px 0;
|
||||
border-bottom: 2px solid #cc7;
|
||||
border-bottom: 5px solid #cc7;
|
||||
border-top: 0px solid #cc7;
|
||||
padding: 3px 5px 5px 5px;
|
||||
font-size: 12pt;
|
||||
|
10
readme.html
10
readme.html
@ -10,7 +10,7 @@
|
||||
<p>If you've just started I2P, the Active: numbers on the left should start to
|
||||
grow over the next few minutes and you'll see a "shared clients" local destination
|
||||
listed on the left (if not, <a href="#trouble">see below</a>). Once those show
|
||||
up, you can:
|
||||
up, you can:</p>
|
||||
<ul>
|
||||
<li><b>browse "eepsites"</b> - on I2P there are anonymously hosted websites
|
||||
- tell your browser to use the <b>HTTP proxy at localhost port 4444</b>, then
|
||||
@ -32,12 +32,10 @@
|
||||
Freenet proxy</li>
|
||||
<li><a href="http://echelon.i2p">echelon.i2p</a>: software
|
||||
archive and information for I2P</li>
|
||||
<p></p>
|
||||
</ul></ul><ul>
|
||||
There are many more eepsites - just follow the links from the ones you see,
|
||||
bookmark your favorites, and visit them often!
|
||||
</ul></ul>
|
||||
<br />
|
||||
<br />
|
||||
</ul>
|
||||
<ul>
|
||||
<li class="tidylist"><b>browse the web</b> - there is currently an HTTP
|
||||
"outproxy" in I2P hooked up to your own HTTP proxy on port 4444 - simply
|
||||
@ -80,4 +78,4 @@
|
||||
post up messages to the <a href="http://forum.i2p2.de/">I2P discussion forum</a>,
|
||||
or swing by #i2p or #i2p-chat on IRC at <a href="irc://irc.freenode.net/#i2p">irc.freenode.net</a>,
|
||||
irc.postman.i2p or irc.freshcoffee.i2p (they're linked together).</p>
|
||||
<hr />
|
||||
<hr>
|
||||
|
Reference in New Issue
Block a user