From 586b7f956420f5bfb962017228a1ece9f1002396 Mon Sep 17 00:00:00 2001 From: hunz Date: Sat, 22 Mar 2003 09:14:51 +0000 Subject: [PATCH] inhalt --- parse.pl | 15 ++++++++++++++- wlan1/wlan1.xml | 35 +++++++++++++++++++++++++++-------- 2 files changed, 41 insertions(+), 9 deletions(-) diff --git a/parse.pl b/parse.pl index 42f453f..df1e306 100755 --- a/parse.pl +++ b/parse.pl @@ -26,10 +26,23 @@ print "\n"; +print "
Inhalt
\n\n"; +foreach(@topics) { + if(/^\d/) { + print "\n"; + $add="fgcolor=\"#ff00cc\""; + } + else { + $add=""; + } + print "$_\n"; +} +print "\n"; + $topic=0; push(@content," 23"); diff --git a/wlan1/wlan1.xml b/wlan1/wlan1.xml index 928e07b..0bc7bf3 100644 --- a/wlan1/wlan1.xml +++ b/wlan1/wlan1.xml @@ -3,7 +3,26 @@ face="../ttf/decker.ttf" size="15" bullet="../img/bullet.png" screen_width="1024" screen_height="768"> - + +
Inhalt
+ + +1 Einfuehrung + 1.1 Was ist Wireless LAN? + 1.2 WaveLAN Hardware + +2 Funktionsweise + 2.1 Begriffserklaerungen + 2.2 Managed Mode + 2.3 AdHoc Mode + 2.4 WDS + +3 WaveLAN unter Linux + 3.1 Vorraussetzungen + 3.2 Client Setup + 3.3 AP Setup +
+
1.1 Was ist Wireless LAN?
@@ -36,7 +55,7 @@
- +
2.1 Begriffserklaerungen
@@ -49,7 +68,7 @@ 4 Keys moeglich
- +
2.2 Managed Mode
@@ -68,7 +87,7 @@ Bsp.: {Client 1} ~~~ (AP 1)---[Ethernet]---(AP 2) ~~~ {Client 2}
- +
2.3 AdHoc Mode
@@ -81,7 +100,7 @@
- +
2.4 WDS
@@ -93,7 +112,7 @@ Bsp.: [Ethernet 1]---(AP 1) ~~~ (AP 2)---[Ethernet 2]
- +
3.1 Vorraussetzungen
@@ -134,7 +153,7 @@ start/stop: /etc/init.d/pcmcia start/stop
- +
3.2 Client Setup
@@ -148,7 +167,7 @@ ifconfig eth0 192.168.1.5 up
- +
3.3 AP Setup
-- 2.20.1