From 5d46e420a56fcc2b57dc7b5653a9a3ddd601aaae Mon Sep 17 00:00:00 2001 From: Nick Date: Wed, 8 Sep 2010 19:39:16 +0000 Subject: updated a2.o on suggestions from anonno --- db/usr/wakawaka/todo | 1 + doc/www.anonet2.org/public_pod/index.pod | 74 +++++++++++++++++++++----------- scripts/head_-c_-1 | 9 ++++ 3 files changed, 59 insertions(+), 25 deletions(-) create mode 100644 db/usr/wakawaka/todo create mode 100755 scripts/head_-c_-1 diff --git a/db/usr/wakawaka/todo b/db/usr/wakawaka/todo new file mode 100644 index 0000000..93775e7 --- /dev/null +++ b/db/usr/wakawaka/todo @@ -0,0 +1 @@ +SRN thinks wakawaka should remove as63999, now that wakawaka switched to as111. diff --git a/doc/www.anonet2.org/public_pod/index.pod b/doc/www.anonet2.org/public_pod/index.pod index 55c70b1..f0b0e3c 100644 --- a/doc/www.anonet2.org/public_pod/index.pod +++ b/doc/www.anonet2.org/public_pod/index.pod @@ -89,32 +89,56 @@ rules - it has no rules whatsoever. =head2 How to Join -Disclaimer: If the following paragraph makes no sense to you, you can -join our webchat at L 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. - -Joining is pretty simple: If you know how to connect to a -client port, UFO's CP (L -or L) will already -land you in the right place. (Once you're online, you -can join "the club" at L, -or L +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 + +=item telnet chat + +L + +=item IRC chat + +L + +=back + +If you're adventurous enough to connect, UFO has a client port at +L. + +Once you're online, you can reconnect to IRC from inside AnoNet: + +=over + +=item IRC + +L + +=item IRC + +L (L, if you don't have -DNS for some reason), or L -(L, 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 -(or L, 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). 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). +DNS for some reason) + +=item IRC + +L (L, for the same reason as before and if you want you can use SSL on port 6697) + +=item telnet + +L + +=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). If you're looking to browse the diff --git a/scripts/head_-c_-1 b/scripts/head_-c_-1 new file mode 100755 index 0000000..b2e7916 --- /dev/null +++ b/scripts/head_-c_-1 @@ -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 -- cgit v1.2.3