diff --git a/tools/moth.py b/tools/moth.py index 07986b0..6ba2646 100644 --- a/tools/moth.py +++ b/tools/moth.py @@ -102,6 +102,10 @@ class Puzzle: self.summary = val elif key == 'answer': self.answers.append(val) + elif key == 'hint': + pass + elif key == 'name': + pass elif key == 'file': parts = val.split() name = parts[0] diff --git a/tools/package-puzzles.py b/tools/package-puzzles.py index 86d4055..4a8da80 100755 --- a/tools/package-puzzles.py +++ b/tools/package-puzzles.py @@ -76,11 +76,6 @@ def generate_html(ziphandle, puzzle, puzzledir, category, points, authors, files
Puzzle by {authors}
-
- Los Alamos National Laboratory - US Department Of Energy - Sandia National Laboratories -
'''.format( category=category,