mirror of
https://github.com/alecmuffett/real-world-onion-sites.git
synced 2024-12-25 23:29:28 -05:00
commit: nits
This commit is contained in:
parent
f260a457ce
commit
0a56239315
@ -29,6 +29,7 @@ Formatting / how to submit entries ("pull-requests") are explained in the footer
|
|||||||
* Reported Reachability Issues: :sos:
|
* Reported Reachability Issues: :sos:
|
||||||
|
|
||||||
Sites which display multiple reachability problems will eventually be struck-off the list.
|
Sites which display multiple reachability problems will eventually be struck-off the list.
|
||||||
|
|
||||||
----
|
----
|
||||||
|
|
||||||
# Academic
|
# Academic
|
||||||
@ -472,6 +473,8 @@ Sites which display multiple reachability problems will eventually be struck-off
|
|||||||
* https://protonirockerxow.onion/ :lock:
|
* https://protonirockerxow.onion/ :lock:
|
||||||
|
|
||||||
|
|
||||||
|
----
|
||||||
|
|
||||||
# Submission Notes
|
# Submission Notes
|
||||||
|
|
||||||
- **NO MORE THAN 1 SITE PER REQUEST WILL BE ACCEPTED**
|
- **NO MORE THAN 1 SITE PER REQUEST WILL BE ACCEPTED**
|
||||||
|
6
walk.pl
6
walk.pl
@ -66,8 +66,7 @@ foreach $catname (@categories) {
|
|||||||
$tree{$catname} = &docat('directory', $catname);
|
$tree{$catname} = &docat('directory', $catname);
|
||||||
}
|
}
|
||||||
|
|
||||||
# print
|
print "\n";
|
||||||
|
|
||||||
foreach $catname (sort keys %tree) {
|
foreach $catname (sort keys %tree) {
|
||||||
print "----\n\n";
|
print "----\n\n";
|
||||||
my $catprint = &canon($catname);
|
my $catprint = &canon($catname);
|
||||||
@ -89,5 +88,4 @@ foreach $catname (sort keys %tree) {
|
|||||||
}
|
}
|
||||||
print "\n";
|
print "\n";
|
||||||
}
|
}
|
||||||
|
print "----\n\n";
|
||||||
#print Dumper(\%tree);
|
|
||||||
|
Loading…
Reference in New Issue
Block a user