From 9fbed0b74b8ec6ae70e10b0514cfd54254888069 Mon Sep 17 00:00:00 2001 From: hunz Date: Sat, 22 Mar 2003 09:21:06 +0000 Subject: [PATCH] added header support --- parse.pl | 6 ++++++ wlan1/wlan1.xml | 32 +++++++++++++++++++++++--------- 2 files changed, 29 insertions(+), 9 deletions(-) diff --git a/parse.pl b/parse.pl index fb51509..ff374bc 100755 --- a/parse.pl +++ b/parse.pl @@ -21,6 +21,12 @@ print "\n\n"; +open(IN,"../head2xml header|") or die "no head2xml / header!!\n"; +while() { + print $_; +} +close(IN); + @topics=(); foreach(@content) { diff --git a/wlan1/wlan1.xml b/wlan1/wlan1.xml index 21b6d48..4fa8130 100644 --- a/wlan1/wlan1.xml +++ b/wlan1/wlan1.xml @@ -5,6 +5,20 @@ bullet="../img/bullet.png" screen_width="1024" screen_height="768"> + +
+
WaveLAN
+
+
Teil 1: Wireless LAN unter Linux
+
+Benedikt 'Hunz' Heinz, Frank Zirkelbach + +email: hunz@hunz.org, frank@luga.de +event: Linuxinfotag 2003 +location: FH-Augsburg +
+ +
Inhalt
@@ -25,7 +39,7 @@ 3.3 AP Setup
- +
1.1 Was ist Wireless LAN?
@@ -38,7 +52,7 @@ Reichweite 50 - 300m
- +
1.2 WaveLAN Hardware
@@ -58,7 +72,7 @@
- +
2.1 Begriffserklaerungen
@@ -71,7 +85,7 @@ 4 Keys moeglich
- +
2.2 Managed Mode
@@ -90,7 +104,7 @@ Bsp.: {Client 1} ~~~ (AP 1)---[Ethernet]---(AP 2) ~~~ {Client 2}
- +
2.3 AdHoc Mode
@@ -103,7 +117,7 @@
- +
2.4 WDS
@@ -115,7 +129,7 @@ Bsp.: [Ethernet 1]---(AP 1) ~~~ (AP 2)---[Ethernet 2]
- +
3.1 Vorraussetzungen
@@ -156,7 +170,7 @@ start/stop: /etc/init.d/pcmcia start/stop
- +
3.2 Client Setup
@@ -170,7 +184,7 @@ ifconfig eth0 192.168.1.5 up
- +
3.3 AP Setup
-- 2.20.1