changeset 134:5a1eacb9dded draft

updated a2.o on suggestions from anonno
author Nick <nick@somerandomnick.ano>
date Wed, 08 Sep 2010 19:39:16 +0000
parents 8d724e11032c
children e1a8ea9055fd
files db/usr/wakawaka/todo doc/www.anonet2.org/public_pod/index.pod scripts/head_-c_-1
diffstat 3 files changed, 58 insertions(+), 24 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/db/usr/wakawaka/todo	Wed Sep 08 19:39:16 2010 +0000
@@ -0,0 +1,1 @@
+SRN thinks wakawaka should remove as63999, now that wakawaka switched to as111.
--- a/doc/www.anonet2.org/public_pod/index.pod	Mon Sep 06 19:38:35 2010 +0200
+++ b/doc/www.anonet2.org/public_pod/index.pod	Wed Sep 08 19:39:16 2010 +0000
@@ -89,32 +89,56 @@
 
 =head2 How to Join
 
-Disclaimer: If the following paragraph makes no sense to you, you can
-join our webchat at L<http://webchat.kwaaknet.org/?c=AnoNet> to have a
-real human help you get up and running in a hurry.  It's a lot easier
-(and not half as boring) to learn the technical details interactively,
-once you're online.
+There are many ways to join AnoNet.  If you just want to hang out with
+us and chat, it's very esay:
+
+=over
+
+=item webchat
+
+L<http://webchat.kwaaknet.org/?c=AnoNet>
+
+=item telnet chat
+
+L<telnet://ufo-net.nl:2323/>
+
+=item IRC chat
+
+L<irc://irc.kwaaknet.org:6667/anonet>
 
-Joining is pretty simple: If you know how to connect to a
-client port, UFO's CP (L<http://ix.ucis.nl/clientport.php>
-or L<http://www.qontrol.nl/anonet-cp.tgz>) will already
-land you in the right place.  (Once you're online, you
-can join "the club" at L<irc://1.3.3.7:6667/anonet>,
-or L<irc://irc.somerandomnick.ano:6667/RendezVous>
+=back
+
+If you're adventurous enough to connect, UFO has a client port at
+L<http://ix.ucis.nl/clientport.php>.
+
+Once you're online, you can reconnect to IRC from inside AnoNet:
+
+=over
+
+=item IRC
+
+L<irc://1.3.3.7:6667/anonet>
+
+=item IRC
+
+L<irc://irc.somerandomnick.ano:6667/RendezVous>
 (L<irc://1.0.27.103:6667/RendezVous>, if you don't have
-DNS for some reason), or L<irc://irc.pragmo.ano:6667/atomic>
-(L<irc://1.0.16.111:6667/atomic>, for the same reason as before and if you
-want you can use SSL on port 6697).  If you don't have an IRC client handy
-(or if you're too lazy to set it up to avoid leaking your real info),
-you can just telnet over to L<telnet://irc.somerandomnick.ano:2323/>
-(or L<telnet://ufo-net.nl:2323/>, from the outside).  Alternatively,
-you can point your Jabber client over to irc.somerandomnick.ano, or you
-can even use Jabber s2s to talk with everybody else by just joining the
-MUC room RendezVouz at irc.somerandomnick.ano.)  If OpenVPN is all Greek
-to you, UFO's IRC server is also reachable from the public Internet
-(L<irc://irc.kwaaknet.org:6667/anonet>).  If IRC is all Greek to you,
-you may want to talk to your favorite search engine about that, or just
-use KwaakNet's Webchat (L<http://webchat.kwaaknet.org/?c=AnoNet>).
+DNS for some reason)
+
+=item IRC
+
+L<irc://irc.pragmo.ano:6667/atomic> (L<irc://1.0.16.111:6667/atomic>, for the same reason as before and if you want you can use SSL on port 6697)
+
+=item telnet
+
+L<telnet://irc.somerandomnick.ano:2323/>
+
+=item Jabber
+
+irc.somerandomnick.ano (RendezVous MUC)
+
+=back
+
 (Note that if your only aim in joining AnoNet is to search Google
 anonymously, you can save yourself the hassle by just heading over to
 Scroogle (L<http://www.scroogle.org/>).  If you're looking to browse the
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/scripts/head_-c_-1	Wed Sep 08 19:39:16 2010 +0000
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+#This script is necessary because head from GNU textutils 2.0 (on Borg's
+# machine) doesn't implement negative arguments for the -n and -c options.
+
+#FIXME: The emulation here fails if there's a newline at the end:
+#sed '$s/.$//'
+
+rev | tac | dd bs=1 skip=1 status=noxfer 2>/dev/null | tac | rev