Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
revert debugging commit :/
  • Loading branch information
stmuk committed Sep 14, 2015
1 parent 7f8834e commit 72ceb8d
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions htmlify.pl
Expand Up @@ -6,20 +6,20 @@

sub MAIN(:$no-highlight = False) {
my %base-categories-table =
# "best-of-rosettacode" => "Best of Rosettacode",
# "99-problems" => "99 problems",
"best-of-rosettacode" => "Best of Rosettacode",
"99-problems" => "99 problems",
"cookbook" => "Cookbook examples",
# "euler" => "Answers for Project Euler",
# "games" => "Games written in Perl 6",
# "interpreters" => "Language or DSL interpreters",
# "module-management" => "Module management",
# "parsers" => "Example grammars",
# "perlmonks" => "Answers to perlmonks.org questions",
# "rosalind" => "Bioinformatics programming problems",
# "shootout" => "The Computer Language Benchmark Game",
# "tutorial" => "Tutorial examples",
# "wsg" => "The Winter Scripting Games",
# "other" => "Uncategorized examples",
"euler" => "Answers for Project Euler",
"games" => "Games written in Perl 6",
"interpreters" => "Language or DSL interpreters",
"module-management" => "Module management",
"parsers" => "Example grammars",
"perlmonks" => "Answers to perlmonks.org questions",
"rosalind" => "Bioinformatics programming problems",
"shootout" => "The Computer Language Benchmark Game",
"tutorial" => "Tutorial examples",
"wsg" => "The Winter Scripting Games",
"other" => "Uncategorized examples",
;

my %menu-tabs =
Expand Down

0 comments on commit 72ceb8d

Please sign in to comment.