The Lurker's Guide to Babylon 5
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
467 B

  1. #!/usr/bin/python
  2. #
  3. # Per-directory values for /lurk/guide
  4. #
  5. def get_type():
  6. return 'guide'
  7. def get_episode_names_file():
  8. return '../internal/epnames'
  9. def get_page_name_prefix():
  10. return 'Guide Page'
  11. def get_table_of_contents():
  12. return """
  13. <p>
  14. <b>Contents:</b>
  15. <a href="#OV">Overview</a> -
  16. <a href="#BP">Backplot</a> -
  17. <a href="#UQ">Questions</a> -
  18. <a href="#AN">Analysis</a> -
  19. <a href="#NO">Notes</a> -
  20. <a href="#JS">JMS</a>
  21. """
  22. def get_do_jpeg():
  23. return 1