Skip to content
This repository has been archived by the owner on Feb 14, 2018. It is now read-only.
jhulten edited this page Mar 4, 2012 · 5 revisions

Content URLs

  • GET / => Home page (contains the default story)
  • GET /favicon.png
  • GET /random.png
  • GET /system/slugs.json
  • GET /style.css
  • GET /plugins/factory.js

Story URLs

  • 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 Story JSON for the given story.
  • PUT /page/<story name>/action => add an action to the Journal for this story.

Authentication URLs

  • POST /logout => Deletes the session
  • POST /login => Begins OpenID process for parameter "identifier"
  • GET /login/openid/complete => OpenID process redirects here

Remote/Federation URLs

  • GET /remote/<hostname>/<story name>.json =>
  • GET /remote/<hostname>/favicon.png =>
Clone this wiki locally