mirror of
https://github.com/alecmuffett/real-world-onion-sites.git
synced 2024-12-26 07:39:35 -05:00
commit: add index
This commit is contained in:
parent
0a56239315
commit
236501a4b8
14
README.md
14
README.md
@ -32,6 +32,20 @@ Sites which display multiple reachability problems will eventually be struck-off
|
|||||||
|
|
||||||
----
|
----
|
||||||
|
|
||||||
|
# Index
|
||||||
|
|
||||||
|
* [Academic](#academic)
|
||||||
|
* [Civil Society And Community](#civil-society-and-community)
|
||||||
|
* [Companies And Services](#companies-and-services)
|
||||||
|
* [Globaleaks](#globaleaks)
|
||||||
|
* [News And Media](#news-and-media)
|
||||||
|
* [Securedrop For Individuals](#securedrop-for-individuals)
|
||||||
|
* [Securedrop For Organisations](#securedrop-for-organisations)
|
||||||
|
* [Tech And Software](#tech-and-software)
|
||||||
|
* [Web And Internet](#web-and-internet)
|
||||||
|
|
||||||
|
----
|
||||||
|
|
||||||
# Academic
|
# Academic
|
||||||
|
|
||||||
## Surveillance Law / Stanford
|
## Surveillance Law / Stanford
|
||||||
|
7
walk.pl
7
walk.pl
@ -66,6 +66,13 @@ foreach $catname (@categories) {
|
|||||||
$tree{$catname} = &docat('directory', $catname);
|
$tree{$catname} = &docat('directory', $catname);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
print "\n";
|
||||||
|
print "----\n\n";
|
||||||
|
print "# Index\n\n";
|
||||||
|
foreach $catname (sort keys %tree) {
|
||||||
|
my $catprint = &canon($catname);
|
||||||
|
print "* [$catprint](#$catname)\n"
|
||||||
|
}
|
||||||
print "\n";
|
print "\n";
|
||||||
foreach $catname (sort keys %tree) {
|
foreach $catname (sort keys %tree) {
|
||||||
print "----\n\n";
|
print "----\n\n";
|
||||||
|
Loading…
Reference in New Issue
Block a user