summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2005-03-30 16:28:56 +0000
committerLennart Poettering <lennart@poettering.net>2005-03-30 16:28:56 +0000
commit7dccb3fcb73314052db84079c986c42eca9c3b73 (patch)
tree14de22014459a8c558589cdd3c8c9b9ae60538c9
parent726c4751159c34e551012a7cec380d29881dddac (diff)
documentation update
git-svn-id: file:///home/lennart/svn/public/ifplugd/trunk@121 2bf48fe7-cfc1-0310-909f-d9042e1e0fef
-rw-r--r--doc/README.html.in14
-rw-r--r--doc/style.css19
2 files changed, 17 insertions, 16 deletions
diff --git a/doc/README.html.in b/doc/README.html.in
index 02ae906..7b89de0 100644
--- a/doc/README.html.in
+++ b/doc/README.html.in
@@ -10,7 +10,7 @@
<body>
<h1><a name="top">ifplugd @PACKAGE_VERSION@</a></h1>
-<p><i>Copyright 2002-2004 Lennart Poettering &lt;@PACKAGE_BUGREPORT@&gt;</i></p>
+<p><i>Copyright 2002-2005 Lennart Poettering &lt;@PACKAGE_BUGREPORT@&gt;</i></p>
<ul class="toc">
<li><a href="#license">License</a></li>
@@ -42,6 +42,10 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.</p>
<h2><a name="news">News</a></h2>
+<div class="news-date">Wed Mar 30 2005: </div> <p class="news-text"><a
+href="@PACKAGE_URL@ifplugd-0.27.tar.gz">Version 0.27</a> released,
+changes include: new option <tt>--no-startup</tt>.</p>
+
<div class="news-date">Sun Dec 19 2004: </div> <p class="news-text"><a
href="@PACKAGE_URL@ifplugd-0.26.tar.gz">Version 0.26</a> released,
changes include: changed MII code for better compatibility with some 3COM Boomerang cards.</p>
@@ -270,9 +274,13 @@ than <tt>miid</tt>. For a
comparison of <tt>miid</tt> and <tt>ifplugd</tt>, have a look on
<a href="http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=162763&amp;repeatmerged=yes">http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=162763&amp;repeatmerged=yes</a></p></li>
-</ol>
+<li><p><b>Q:</b> I have two interfaces (e.g. WLAN and copper ethernet), both controlled by <tt>ifplugd</tt>, and want to force the network traffic to go over the faster one of them, in case both are available at the same time. How can I do this?</p>
+
+<p><b>A:</b> A tool I wrote called <a href="http://0pointer.de/lennart/projects/ifmetric/"><tt>ifmetric</tt></a> might be exactly what you're looking for.</p></li>
+</ol>
+
<h2><a name="requirements">Requirements</a></h2>
<p>A newer Linux Kernel (I think 2.2 is good enough, alltough I tested it
@@ -337,7 +345,7 @@ manpage</p>
<p><b>New!</b> There is a joint <tt>ifplugd</tt> and <tt>waproamd</tt> <a href="https://seth.intheinter.net/mailman/listinfo/ifplugd-discuss">mailing list</a> available.</p>
<hr/>
-<address class="grey">Lennart Poettering &lt;@PACKAGE_BUGREPORT@&gt;, December 2004</address>
+<address class="grey">Lennart Poettering &lt;@PACKAGE_BUGREPORT@&gt;, March 2005</address>
<div class="grey"><i>$Id$</i></div>
</body>
diff --git a/doc/style.css b/doc/style.css
index 8f30b98..92a920e 100644
--- a/doc/style.css
+++ b/doc/style.css
@@ -4,7 +4,7 @@
* This file is part of ifplugd.
*
* ifplugd is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by
+ * under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
@@ -13,20 +13,13 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
+ * You should have received a copy of the GNU Lesser General Public License
* along with ifplugd; if not, write to the Free Software Foundation,
* Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
***/
-body { color: black; background-color: white; margin: 0.5cm; }
+body { color: black; background-color: white; }
a:link, a:visited { color: #900000; }
-p { margin-left: 0.5cm; margin-right: 0.5cm; }
-div.news-date { margin-left: 0.5cm; font-size: 80%; color: #4f0000; }
-p.news-text { margin-left: 1cm; }
-h1 { color: #00009F; }
-h2 { color: #00009F; }
-h3 { color: #00004F; margin-left: 0.5cm; }
-ul { margin-left: .5cm; }
-ol { margin-left: .5cm; }
-pre { margin-left: .5cm; background-color: #f0f0f0; padding: 0.4cm;}
-.grey { color: #afafaf; }
+div.news-date { font-size: 80%; font-style: italic; }
+pre { background-color: #f0f0f0; padding: 0.4cm; }
+.grey { color: #8f8f8f; font-size: 80%; }