diff options
author | Joshua Branson <jbranso@fastmail.com> | 2018-10-30 12:55:08 -0400 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-10-30 21:15:36 +0100 |
commit | 4de0ca82d4e8cd07630eb770a40ca0f7695bd01c (patch) | |
tree | 66907a480638ae234f55385802ba2b8b8b69e180 /documentation.mdwn | |
parent | 9cdfa70767a880d705fb65ea03d0f304e94f5ae2 (diff) | |
download | web-4de0ca82d4e8cd07630eb770a40ca0f7695bd01c.tar.gz web-4de0ca82d4e8cd07630eb770a40ca0f7695bd01c.tar.bz2 web-4de0ca82d4e8cd07630eb770a40ca0f7695bd01c.zip |
Documentation page now shows how to download all of the irc logs. the lwip page now mentions Joan's blog. Apparently -redir option is deprecated. -net user,hostfwd= is the one to use.
Diffstat (limited to 'documentation.mdwn')
-rw-r--r-- | documentation.mdwn | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/documentation.mdwn b/documentation.mdwn index e784ba4b..9300622c 100644 --- a/documentation.mdwn +++ b/documentation.mdwn @@ -137,3 +137,10 @@ from userlandish interfaces (Hurd) or from the micro kernel itself (Mach). # General * [[Media_Appearances]] + +# IRC Logs + +The IRC logs contain wealth of information. Many topics have been covered before in the IRC logs. You can use wget to +download all of the logs and grep for the information that you want. + +`wget --mirror --no-parent -A "hurd-*" -e robots=off http://richtlijn.be/~larstiq/hurd/` |