mirror of
https://github.com/alecmuffett/real-world-onion-sites.git
synced 2024-10-01 01:06:18 -04: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:
|
||||
|
||||
Sites which display multiple reachability problems will eventually be struck-off the list.
|
||||
|
||||
----
|
||||
|
||||
# Academic
|
||||
@ -472,6 +473,8 @@ Sites which display multiple reachability problems will eventually be struck-off
|
||||
* https://protonirockerxow.onion/ :lock:
|
||||
|
||||
|
||||
----
|
||||
|
||||
# Submission Notes
|
||||
|
||||
- **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);
|
||||
}
|
||||
|
||||
# print
|
||||
|
||||
print "\n";
|
||||
foreach $catname (sort keys %tree) {
|
||||
print "----\n\n";
|
||||
my $catprint = &canon($catname);
|
||||
@ -89,5 +88,4 @@ foreach $catname (sort keys %tree) {
|
||||
}
|
||||
print "\n";
|
||||
}
|
||||
|
||||
#print Dumper(\%tree);
|
||||
print "----\n\n";
|
||||
|
Loading…
Reference in New Issue
Block a user