Skip to content
This repository has been archived by the owner on Feb 14, 2018. It is now read-only.
donpdonp edited this page Aug 22, 2011 · 5 revisions

URLs

  • GET / => Home page (contains the default story)
  • GET /<story name> => Display page containing one story. (Renders JSON on the server.)
  • GET /view/<story name> => Displays page containing one story. (Uses client-side viewer/editor)
  • GET /<story name>/json => the Page JSON for the given page.
  • PUT /page/<story name>/action => add an action to the Journal for this story.
Clone this wiki locally