# HG changeset patch # User Nick # Date 1283974756 0 # Node ID 5a1eacb9ddeda3024dd33a004499a13e3e13c88e # Parent 8d724e11032c27ea0d4d8c44e06d2165b1c4e26f updated a2.o on suggestions from anonno diff -r 8d724e11032c -r 5a1eacb9dded db/usr/wakawaka/todo --- /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. diff -r 8d724e11032c -r 5a1eacb9dded doc/www.anonet2.org/public_pod/index.pod --- 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 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 + +=item telnet chat + +L + +=item IRC chat + +L -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 +=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 -r 8d724e11032c -r 5a1eacb9dded scripts/head_-c_-1 --- /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