From 8dbe81f1cca01ba056056e09fe3253465131fea4 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 11 Dec 2003 18:53:48 +0000 Subject: may changes git-svn-id: file:///home/lennart/svn/public/aeswepd/trunk@37 022f378f-78c4-0310-b860-d162c87e6274 --- doc/README.html.in | 10 +++++++--- doc/style.css | 4 ++++ 2 files changed, 11 insertions(+), 3 deletions(-) (limited to 'doc') diff --git a/doc/README.html.in b/doc/README.html.in index a79e0b9..daa005e 100644 --- a/doc/README.html.in +++ b/doc/README.html.in @@ -42,6 +42,10 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.

News

+
Sat Dec 6 2003:
+ +

Version 0.4 released, changed default rekeying time to 24h, updated wireless extension header, small fixes.

+
Fri Oct 17 2003:

Version 0.3b released, small bugfixes.

@@ -75,7 +79,7 @@ it.

Status

-

Version 0.3 is more or less stable. It features only a single WEP +

Version @PACKAGE_VERSION@ is more or less stable. It features only a single WEP key driver for local NICs supporting the Linux wireless extensions v15. Support for changing WEP keys of remote APs via HTTP is planned for the next version.

@@ -124,9 +128,9 @@ compilation and make install (as root) for installation of

Get aeswepd's development sources from the Subversion repository.


-
Lennart Poettering <@PACKAGE_BUGREPORT@>, October 2003
+
Lennart Poettering <@PACKAGE_BUGREPORT@>, December 2003
-
$Id$
+
$Id$
diff --git a/doc/style.css b/doc/style.css index e122e35..1470559 100644 --- a/doc/style.css +++ b/doc/style.css @@ -27,3 +27,7 @@ ul { margin-left: 0.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; } -- cgit