Skip to content
luto edited this page Apr 1, 2014 · 22 revisions

General

  • /
    • live list
  • /about
  • /help
  • /contact

Documents

  • /archive
    • list of all episodes for which a document has been created
    • loads of links to /:podcast/:episode
  • /doc/:name
    • readonly view of an document
    • newest publication
    • dropdown for older publications
    • review interface for new publications (+diff)
  • /doc/:name/p/:num
    • same as /doc/:name, but a permalink for one publication
  • /doc/:name/edit
    • edit view of an document
    • chat, userlist, editor
  • /:podcast
    • list of all episodes inside the given podcast which have a document
  • /:podcast/:number
    • a) a document exists => internal redirect to /doc/:name
    • b) no doucment exists => offer the user to create one

Admin

  • /admin/status
    • currently active documents
    • number of online users
    • open publication requests
    • newest publications
    • ???
  • /admin/:tab
    • administration interface
    • tabs
      • users
      • documents
      • podcasts
      • episodes
      • groups
      • publications
  • /admin/createDoc
  • /admin/publicationRequests
Clone this wiki locally