summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-01-23 23:20:25 +0000
committerLennart Poettering <lennart@poettering.net>2004-01-23 23:20:25 +0000
commit95c6823f9d0eb7110d8327bccfa52f57cc391bc4 (patch)
treeedbefa79d13e8954db50e52bc819b7e8f61f1fb2 /doc
parentb651436a9783a7b2c929ab6b7f4c08cc2454f623 (diff)
compatibility with 2.6
documentation update git-svn-id: file:///home/lennart/svn/public/ifmetric/trunk@16 b1ab5a0b-19c4-0310-9d9a-ef184d715f50
Diffstat (limited to 'doc')
-rw-r--r--doc/README.html.in18
-rw-r--r--doc/style.css24
2 files changed, 35 insertions, 7 deletions
diff --git a/doc/README.html.in b/doc/README.html.in
index 2287644..e897992 100644
--- a/doc/README.html.in
+++ b/doc/README.html.in
@@ -10,7 +10,7 @@
<body>
<h1><a name="top">ifmetric @PACKAGE_VERSION@</a></h1>
-<p><i>Copyright 2003 Lennart Poettering &lt;@PACKAGE_BUGREPORT@&gt;</i></p>
+<p><i>Copyright 2003,2004 Lennart Poettering &lt;@PACKAGE_BUGREPORT@&gt;</i></p>
<ul class="toc">
<li><a href="#license">License</a></li>
@@ -42,11 +42,15 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.</p>
<h2><a name="news">News</a></h2>
-<div class="news-date">Sa Aug 23 2003: </div> <p class="news-text"><a
+<div class="news-date">Sat Jan 24 2004: </div> <p class="news-text"><a
+href="@PACKAGE_URL@ifmetric-0.3.tar.gz">Version
+0.3</a> release; fix compatibility with Linux 2.6</p>
+
+<div class="news-date">Sat Aug 23 2003: </div> <p class="news-text"><a
href="@PACKAGE_URL@ifmetric-0.2b.tar.gz">Version
0.2b</a> release; URL fix</p>
-<div class="news-date">Sa Aug 23 2003: </div> <p class="news-text"><a
+<div class="news-date">Sat Aug 23 2003: </div> <p class="news-text"><a
href="@PACKAGE_URL@ifmetric-0.2.tar.gz">Version
0.2</a> released; changes include updated documentation, build system, contact information</p>
@@ -92,6 +96,8 @@ modifying them.</p>
<h3>Usage</h3>
+<p>Have a look on the manual page <a href="@PACKAGE_URL@ifmetric.8.xml"><tt>ifmetric(8)</tt></a>.
+
<p>To give all other interfaces a higher priority than <tt>wlan0</tt> simply run:</p>
<pre>ifmetric wlan0 1</pre>
@@ -131,11 +137,13 @@ on their source codes for learning how to use NETLINK.</p>
<p>The current release is <a href="@PACKAGE_URL@ifmetric-@PACKAGE_VERSION@.tar.gz">@PACKAGE_VERSION@</a></p>
+<p>If you want to be notified whenever I release a new version of this software use the subscription feature of <a href="http://freshmeat.net/projects/ifmetric/">Freshmeat</a>.</p>
+
<hr/>
-<address>Lennart Poettering &lt;@PACKAGE_BUGREPORT@&gt;, July 2003</address>
+<address class="grey">Lennart Poettering &lt;@PACKAGE_BUGREPORT@&gt;, January 2004</address>
-<div><i>$Id$</i></div>
+<div class="grey"><i>$Id$</i></div>
</body>
</html>
diff --git a/doc/style.css b/doc/style.css
index 0a40aef..2f41be1 100644
--- a/doc/style.css
+++ b/doc/style.css
@@ -1,12 +1,32 @@
/* $Id$ */
+
+/***
+ * This file is part of aeswepd.
+ *
+ * aeswepd is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * aeswepd is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * 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
+ * along with aeswepd; 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; }
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; }
-ul { margin-left: .5cm; }
-ol { margin-left: .5cm; }
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; }