fixed a bug (last item not displayed)
authorhunz <hunz>
Sat, 22 Mar 2003 08:03:34 +0000 (08:03 +0000)
committerhunz <hunz>
Sat, 22 Mar 2003 08:03:34 +0000 (08:03 +0000)
parse.pl
wlan1/wlan1.xml

index 0dbf9a0..a06ff05 100755 (executable)
--- a/parse.pl
+++ b/parse.pl
@@ -51,7 +51,6 @@ foreach(@content) {
        if(/^ \d/) {
                if(@slide) {
                        print "<slide>\n";
-                       pop(@slide);
                        print STDERR "$topics[$topic]\n";
                        print "<header size=\"20\" fgcolor=\"#22FF22\">$topics[$topic]</header>\n<text></text>\n";
                        foreach(@slide) {
index ba01f4d..38713ed 100644 (file)
@@ -12,6 +12,8 @@
 <listitem fgcolor="#ff00cc" size="20">   2.4 GHz Bereich, 14 Channels (unterschiedl. Frequenzen)</listitem>
 <text></text>
 <listitem fgcolor="#ff00cc" size="20">   Übertragungsraten 1 - 54 MBit</listitem>
+<text></text>
+<listitem fgcolor="#ff00cc" size="20">   Reichweite 50 - 300m</listitem>
 </slide>
 
 <slide>
@@ -31,6 +33,7 @@
 <text>    http://www.turnpoint.net/wireless/cantennahowto.html</text>
 <text>    Aber: nicht alle Karten/APs haben (gleichen) Antennenanschluss</text>
 <text>    maximale Reichweiten 2 - 20 km (nicht alles erlaubt)</text>
+<text>    </text>
 </slide>
 
 <slide>
@@ -42,6 +45,8 @@
 <listitem fgcolor="#ff00cc" size="20">   WEP: Verschluesselung (RC4)</listitem>
 <text></text>
 <listitem size="20">    40 (64) oder 104 (128) Bit Schluessellaenge</listitem>
+<text></text>
+<listitem size="20">    4 Keys moeglich</listitem>
 </slide>
 
 <slide>
@@ -60,6 +65,7 @@
 <text></text>
 <listitem fgcolor="#ff00cc" size="20">   An einem Ethernet koennen mehrere APs angeschlossen werden</listitem>
 <text>  </text>
+<text>    Bsp.: {Client 1} ~~~ (AP 1)---[Ethernet]---(AP 2) ~~~ {Client 2}</text>
 </slide>
 
 <slide>
@@ -72,6 +78,7 @@
 <text></text>
 <listitem fgcolor="#ff00cc" size="20">   Clients muessen selben Channel, SSID und WEPkey haben</listitem>
 <text>    Bsp.: {Client 1} ~~~ {Client 2} ~~~ ...</text>
+<text>  </text>
 </slide>
 
 <slide>
@@ -83,6 +90,7 @@
 <listitem fgcolor="#ff00cc" size="20">   keine Clients noetig</listitem>
 <text></text>
 <listitem fgcolor="#ff00cc" size="20">   APs muessen auf selbem Channel sein und die selben WEPkeys haben</listitem>
+<text>    Bsp.: [Ethernet 1]---(AP 1) ~~~ (AP 2)---[Ethernet 2]</text>
 </slide>
 
 <slide>
 <text>     make all &amp;&amp; make install</text>
 <text></text>
 <listitem size="20">    config: card Eintrag in /etc/pcmcia/config (cardctl info)</listitem>
+<text></text>
+<listitem size="20">    start/stop: /etc/init.d/pcmcia start/stop</listitem>
 </slide>
 
 <slide>
 <text>    iwconfig eth0 essid "" oder iwconfig eth0 essid any</text>
 <text></text>
 <listitem fgcolor="#ff00cc" size="20">   Wireless device hochfahren</listitem>
+<text>    ifconfig eth0 192.168.1.5 up</text>
 </slide>
 
 <slide>
 <text>     ssid / wepkeys / channel setzen wie oben</text>
 <text>     hidden mode mit iwpriv ethX hidden 1</text>
 <text></text>
+<text></text>
 </slide>
 
 </slides>