From randy at psg.com Tue Jul 15 21:29:02 2014 From: randy at psg.com (Randy Bush) Date: Wed, 16 Jul 2014 13:29:02 +0900 Subject: [ih] usable archive of list Message-ID: for a paper, i need to find some old messages i remember from this list. the archive at isi/postel.org is the useless default mailman form, chopped up into months. like good luck searching that. i would be happy with a total zip, tarball, or whatever. i do not need sexy indexing, i have a well-scaled mua. does anyone have a usable archive of this list? randy From randy at psg.com Tue Jul 15 21:58:39 2014 From: randy at psg.com (Randy Bush) Date: Wed, 16 Jul 2014 13:58:39 +0900 Subject: [ih] usable archive of list In-Reply-To: References: Message-ID: > for a paper, i need to find some old messages i remember from this list. > the archive at isi/postel.org is the useless default mailman form, > chopped up into months. like good luck searching that. i would be > happy with a total zip, tarball, or whatever. i do not need sexy > indexing, i have a well-scaled mua. does anyone have a usable archive > of this list? never mind. {{{ #!/bin/sh for i in 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014; do for j in January February March April May June July August September October November December; do eyejay="$i-$j.txt" wget http://mailman.postel.org/pipermail/internet-history/$eyejay cat $eyejay >> interhist.mbox echo >> interhist.mbox rm $eyejay done done }}} one small problem. the archive did not preserve even the mail headers, e.g., note the missing To: {{{ From feinler at earthlink.net Tue Mar 30 10:12:29 2010 From: feinler at earthlink.net (Elizabeth Feinler) Date: Tue, 30 Mar 2010 10:12:29 -0700 Subject: [ih] Naming and addressing 1971-1989 Message-ID: <79638F43-21A2-4060-A4DB-CFBA39BD11A2 at earthlink.net> }}} and another. does someone know how to decode jake feinler's http://mailman.postel.org/pipermail/internet-history/attachments/20100330/0031a53c/HistoryoftheTLDs.bin thanks randy From mfidelman at meetinghouse.net Tue Jul 15 22:18:41 2014 From: mfidelman at meetinghouse.net (Miles Fidelman) Date: Wed, 16 Jul 2014 01:18:41 -0400 Subject: [ih] usable archive of list In-Reply-To: References: Message-ID: <53C60B31.3000902@meetinghouse.net> Randy Bush wrote: > for a paper, i need to find some old messages i remember from this list. > the archive at isi/postel.org is the useless default mailman form, > chopped up into months. like good luck searching that. i would be > happy with a total zip, tarball, or whatever. i do not need sexy > indexing, i have a well-scaled mua. does anyone have a usable archive > of this list? > > looks like Google crawls the archive - you could always add "site:mailman.postel.org/pipermail/internet-history/" to some google search terms Miles -- In theory, there is no difference between theory and practice. In practice, there is. .... Yogi Berra From fgont at si6networks.com Tue Jul 15 22:24:46 2014 From: fgont at si6networks.com (Fernando Gont) Date: Wed, 16 Jul 2014 02:24:46 -0300 Subject: [ih] usable archive of list In-Reply-To: References: Message-ID: <53C60C9E.8010200@si6networks.com> On 07/16/2014 01:58 AM, Randy Bush wrote: > and another. does someone know how to decode jake feinler's > > http://mailman.postel.org/pipermail/internet-history/attachments/20100330/0031a53c/HistoryoftheTLDs.bin First two letters of the file are "PK", which are the signature for ".zip" files. So just "mv HistoryoftheTLDs.bin HistoryoftheTLDs.zip", and open with your favourite archiver. Cheers, -- Fernando Gont SI6 Networks e-mail: fgont at si6networks.com PGP Fingerprint: 6666 31C6 D484 63B2 8FB1 E3C4 AE25 0D55 1D4E 7492 From randy at psg.com Tue Jul 15 22:29:24 2014 From: randy at psg.com (Randy Bush) Date: Wed, 16 Jul 2014 14:29:24 +0900 Subject: [ih] usable archive of list In-Reply-To: <53C60C9E.8010200@si6networks.com> References: <53C60C9E.8010200@si6networks.com> Message-ID: >> http://mailman.postel.org/pipermail/internet-history/attachments/20100330/0031a53c/HistoryoftheTLDs.bin > First two letters of the file are "PK", which are the signature for > ".zip" files. So just "mv HistoryoftheTLDs.bin HistoryoftheTLDs.zip", > and open with your favourite archiver. on a mac, you can just open it and it uncompresses. my issue is with the resulting uncompressed content. from some of the dir names, i think it is some sort of ms word doc. aha! libre office can open the .bin! sorry. i am slow today. randy From Andreu at Vea.cat Wed Jul 16 02:14:50 2014 From: Andreu at Vea.cat (Andreu Vea) Date: Wed, 16 Jul 2014 11:14:50 +0200 Subject: [ih] usable archive of list In-Reply-To: <53C60C9E.8010200@si6networks.com> References: <53C60C9E.8010200@si6networks.com> Message-ID: Randy, it would be better if you just RENAME (or add the original file extension) ".docx" to this ".bin" file. then you'll be able to open it with any Office suite (libre, open, MS...) greetings from sunny Barcelona. &reu Andreu Ve?, Ph.D. 'The Internet Biographer' Internet Society (ISOC-es) President of the the Board andreu at vea.cat On Wed, Jul 16, 2014 at 7:24 AM, Fernando Gont wrote: > On 07/16/2014 01:58 AM, Randy Bush wrote: > > and another. does someone know how to decode jake feinler's > > > > > http://mailman.postel.org/pipermail/internet-history/attachments/20100330/0031a53c/HistoryoftheTLDs.bin > > First two letters of the file are "PK", which are the signature for > ".zip" files. So just "mv HistoryoftheTLDs.bin HistoryoftheTLDs.zip", > and open with your favourite archiver. > > Cheers, > -- > Fernando Gont > SI6 Networks > e-mail: fgont at si6networks.com > PGP Fingerprint: 6666 31C6 D484 63B2 8FB1 E3C4 AE25 0D55 1D4E 7492 > > > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From el at lisse.NA Wed Jul 16 02:36:32 2014 From: el at lisse.NA (Dr Eberhard Lisse) Date: Wed, 16 Jul 2014 10:36:32 +0100 Subject: [ih] usable archive of list In-Reply-To: References: <53C60C9E.8010200@si6networks.com> Message-ID: <53C647A0.6010102@lisse.NA> I renamed to HistoryoftheTLDs.odt and a plain open did just that in NeoOffice which I use on the Mac for OO/LibreOffice. el on 2014-07-16, 10:14 Andreu Vea said the following: > Randy, > > it would be better if you just RENAME (or add the original file > extension) ".docx" to this ".bin" file. > then you'll be able to open it with any Office suite (libre, open, MS...) > greetings from sunny Barcelona. > > &reu > > > Andreu Ve?, Ph.D. > 'The Internet Biographer' > Internet Society (ISOC-es) > President of the the Board > andreu at vea.cat > > > > On Wed, Jul 16, 2014 at 7:24 AM, Fernando Gont > wrote: > > On 07/16/2014 01:58 AM, Randy Bush wrote: > > and another. does someone know how to decode jake feinler's > > > > > http://mailman.postel.org/pipermail/internet-history/attachments/20100330/0031a53c/HistoryoftheTLDs.bin > > First two letters of the file are "PK", which are the signature for > ".zip" files. So just "mv HistoryoftheTLDs.bin HistoryoftheTLDs.zip", > and open with your favourite archiver. > > Cheers, > -- > Fernando Gont > SI6 Networks > e-mail: fgont at si6networks.com > PGP Fingerprint: 6666 31C6 D484 63B2 8FB1 E3C4 AE25 0D55 1D4E 7492 > > > > > -- Dr. Eberhard W. Lisse \ / Obstetrician & Gynaecologist (Saar) el at lisse.NA / * | Telephone: +264 81 124 6733 (cell) PO Box 8421 \ / Bachbrecht, Namibia ;____/ From el at lisse.NA Wed Jul 16 02:51:51 2014 From: el at lisse.NA (Dr Eberhard Lisse) Date: Wed, 16 Jul 2014 10:51:51 +0100 Subject: [ih] usable archive of list In-Reply-To: <53C647A0.6010102@lisse.NA> References: <53C60C9E.8010200@si6networks.com> <53C647A0.6010102@lisse.NA> Message-ID: <53C64B37.2010801@lisse.NA> ENclosed 10 minutes worth of work :-)-O el on 2014-07-16, 10:36 Dr Eberhard Lisse said the following: > I renamed to HistoryoftheTLDs.odt and a plain open did just that in > NeoOffice which I use on the Mac for OO/LibreOffice. > > el [...] -- Dr. Eberhard W. Lisse \ / Obstetrician & Gynaecologist (Saar) el at lisse.NA / * | Telephone: +264 81 124 6733 (cell) PO Box 8421 \ / Bachbrecht, Namibia ;____/ -------------- next part -------------- A non-text attachment was scrubbed... Name: HistoryoftheTLDs.pdf Type: application/pdf Size: 180529 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: HistoryoftheTLDs.tex Type: application/x-tex Size: 23704 bytes Desc: not available URL: