-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
129 lines (125 loc) · 4.92 KB
/
Copy pathindex.html
File metadata and controls
129 lines (125 loc) · 4.92 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>toad hall</title>\
<style>@media only screen and (max-width: 768px) {
[class*="col-"]
{width: 100%;}
}</style>
</head>
<body>
<h1>Toad Hall</h1>
<ul>
<li><a href="http://www.toad.com/gnu/" style="color: blue;">John Gilmore`s home page</a></li>
<p >
<li>
<a href="http://papersplease.org/gilmore/" style="text-decoration: underline; color: blue;">John's Supreme
Court petition against a secret law:
the federal requirement that people show ID to travel. (Gilmore v. Gonzales).
</a>
</li>
<li>
<a href="http://papersplease.org/gilmore/" style="color: blue;">
John's Court of Appeals lawsuit against
the federal requirement that
people show ID to travel inside the US (Gilmore v. Ashcroft/Gonzales).
</a>
</li>
<li>
<a href="John's earlier District Court lawsuit against the same ID-or-no-travel requirement (Gilmore v. Ashcroft)." style="text-decoration: underline;">
John's earlier District Court lawsuit against the same
ID-or-no-travel requirement (Gilmore v. Ashcroft).
</a>
</li>
</p>
<p>
<li>
<a href="http://philsalin.com/patents.html">Freedom of Speech in Software
(Phil Salin's Patent Office submission re software patents)
</a>
</li>
<li>
<a href="http://www.toad.com/freedom.speech.software">Freedom of Speech in Software (ApacheCon speech by John)
</a>
</li>
<li>
<a href="http://www.toad.com/des-stanford-meeting.html">1970s Recording of NSA/NBS/Stanford DES cracking meeting
</a>
</li>
<li>
<a href="http://www.rand.org/publications/RM/RM3420/index.html
">Paul Baran's 1964 papers on a design very very much like the Internet
</a>
</li>
</p>
<p>
<li><a href="http://www.toad.com/gnu/sysadmin/index.html" style="color: blue;">System Administration tips</a></li>
<li><a href="http://www.toad.com/SunUserGroupTape-Rel-1987.1.0.tar.gz">Sun User Group free
software tape from 1987</a>
</li>
<li><a href="http://www.toad.com/SunUserGroupTape-Rel-1989.tar">Sun User Group free software
tape from 1989.</a> (The 1989 tape image also includes the 1985 and 1987 tapes.)
</li>
<li>
<a href="http://www.toad.com/facesaver/loukatz/html/index.html">USENIX FaceSaver
images - the early Unix community
</a>
</li>
<li>
<a href="http://www.toad.com/early-usenix-newsletters/">Early USENIX newsletters --
UNIX NEWS and ;login: from 1975-1978
</a>
</li>
<a href="http://www.toad.com/drugs/index.html">Drug Policy Reform resources
</a>
</li>
</p>
<p>
<li><a href="http://www.google.com/search?hl=en&ie=UTF-8&oe=UTF-8&q=miserable+failure"style="color: blue;">
A miserable failure of a President
</a></li>
<li><a href="http://www.toad.com/us-censors-these/index.html">Early pictures from the
Iraq war that the US tried to censor so that Americans could not see them.
</a></li>
</p>
<p>
<li>
<a href="http://www.freeswan.org/">Linux FreeS/WAN Project to implementIP Security (IPSEC)</a>
</li>
<li>
<a href="http://www.toad.com/grokmail/index.html"style="color: blue;">Grokmail, </a>
a mail reader's prioritizer (and a long-term cure for spam).
</li>
<li>
<a href="http://www.toad.com/dnssec/index.html">Domain Name System Security
</a>
</li>
</p>
<p>
<li><a href="http://www.toad.com/fz-in-prague.qt.Hqx.gz">Gzipped Binhex
QuickTime movie of Frank Zappa in Prague (25MB)
</a></li>
</p>
<p>
<li>
<a href="http://www.toad.com/images/index.html">Digital photos from John and his friends</a>
</li>
<li>
<a href="http://www.toad.com/gnu/verio-censorship.html">Verio was censoring John Gilmore's email under anti-spam pressure
(until he got a new ISP)
</a>
</li>
<li>
<a href="http://www.toad.com/fucknyccensors/wtc100301/">NYC World Trade Center photos, </a>
mirrored from <a href="http://cryptome.org/http://cryptome.org/">Cryptome</a>
</li>
<li>
<a href="http://www.toad.com/Gracenote-cases/">Gracenote/CDDB lawsuit filings</a>
</li>
</p>
</ul>
</body>
</html>