From c454a1dab854fd76b964d7c96e5f24c2a90a7cc7 Mon Sep 17 00:00:00 2001
From: kytv <kytv@mail.i2p>
Date: Fri, 25 May 2012 01:20:11 +0000
Subject: [PATCH] explain how to configure browser earlier

---
 www.i2p2/pages/faq.html | 19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)

diff --git a/www.i2p2/pages/faq.html b/www.i2p2/pages/faq.html
index 409ceed0d..f3e827ce4 100644
--- a/www.i2p2/pages/faq.html
+++ b/www.i2p2/pages/faq.html
@@ -8,7 +8,7 @@
 <h4>General</h4>
 </li>
 <li><a href="#systems">What systems will I2P run on?</a></li>
-<li><a href="#eepsite">Whats an "eepsite"?</a></li>
+<li><a href="#eepsite">Whats an "eepsite" and how do I configure my browser so I can use them?</a></li>
 <li><a href="#peers">My router has very few active peers, is this OK?</a></li>
 <li><a href="#active">What do the Active x/y numbers mean in the router console?</a></li>
 <li><a href="#vary">My active peers / known peers / participating tunnels / connections / bandwidth vary dramatically over time! Is anything wrong?</a></li>
@@ -394,6 +394,15 @@ router advanced configuration option <tt>i2cp.tcp.bindAllInterfaces=true</tt> an
 	listens on localhost port 4444), and browsing to the site.
 </p>
 
+<h3 id="browserproxy">How do I configure my browser?
+<span class="permalink">(<a href="#browserproxy">link</a>)</span></h3>
+<p>
+  The proxy config for different browsers is on a <a href="htproxyports.html">
+  separate page</a> with screenshots. More advanced configs with external tools
+  are possible but could introduce leaks in your setup.
+</p>
+
+
 <h3 id="active">What do the Active x/y numbers mean in the router console?
 <span class="permalink">(<a href="#active">link</a>)</span></h3>
 <p>
@@ -421,14 +430,6 @@ router advanced configuration option <tt>i2cp.tcp.bindAllInterfaces=true</tt> an
     there are some helpful hints on the <a href="socks.html">socks page</a>.
 </p>
 
-<h3 id="browserproxy">How do I configure my browser?
-<span class="permalink">(<a href="#browserproxy">link</a>)</span></h3>
-<p>
-  The proxy config for different browsers is on a <a href="htproxyports.html">
-  separate page</a> with screenshots. More advanced configs with external tools
-  are possible but could introduce leaks in your setup.
-</p>
-
 <h3 id="ports">What ports does I2P use?
 <span class="permalink">(<a href="#ports">link</a>)</span></h3>
 <p>
-- 
GitLab