From a30d1b79724ca2414f6342147111f534bac0ed9a Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 16 Oct 2003 23:00:32 +0000 Subject: documentation fixed git-svn-id: file:///home/lennart/svn/public/aeswepd/trunk@28 022f378f-78c4-0310-b860-d162c87e6274 --- doc/README.html.in | 15 +++++++++------ man/Makefile.am | 2 +- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/doc/README.html.in b/doc/README.html.in index 7de603a..9660586 100644 --- a/doc/README.html.in +++ b/doc/README.html.in @@ -42,7 +42,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.

News

-
Fri Sep 13 2003:
+
Fri Oct 17 2003:

Version 0.3 released, split from waproamd, added documentation, manpage, some bug fixes.

@@ -71,7 +71,10 @@ it.

Status

-

Version 0.3 is more or less stable. It features only a single WEP key driver for local NICs supporting the Linux wireless extensions v15.

+

Version 0.3 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.

Documentation

@@ -83,18 +86,18 @@ it.

A newer Linux Kernel with a compatible device driver and WLAN NIC (Wireless extensions v15 or newer). Most modern cards and drivers are -compatible, like mines which work with the hostap driver, version 0.0.3 and above.

+compatible, like mines which work with the hostap driver, version 0.0.3 and above.

aeswepd was developed and tested on Debian GNU/Linux -"testing" from october 2003, it should work on most other Linux +"testing" from October 2003, it should work on most other Linux distributions since it uses GNU autoconf for source code configuration.

The machines used for development are a Medion 9580-F laptop with a TEAC and a ZONET PCMCIA WLAN NIC, and an 1 GHz Celeron PC with a noname PCI -WLAN NIC. All three cards feature a PRISM2 chipset.

+WLAN NIC. All three cards feature a PRISM2 chipset. hostap 0.0.4 was used as driver.

-

aeswepd needs libdaemon.

+

aeswepd needs libdaemon and libmcrypt 4.

Installation

diff --git a/man/Makefile.am b/man/Makefile.am index 11ac17d..fa010f1 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -20,7 +20,7 @@ man_MANS = aeswepd.8 aeswepls.8 noinst_DATA = aeswepd.8.xml -EXTRA_DIST = $(man_MANS) aeswepd.8.xml.in man.css man.xsl +EXTRA_DIST = $(man_MANS) aeswepd.8.xml.in xmltoman.css xmltoman.xsl CLEANFILES = aeswepd.8.xml aeswepls.8 -- cgit