- basically Restful-Rails interface, plus
- card names: if there are no slashes beyond the first id and the method is not post, it is interpreted as card name.
- namespaces will be delineated by ':' separator in the card name
- any card name in the casespace will resolve
- ids will probably be standard database auto-increment for now, but this is still an open issue: could be casespace+key, or uuid
how do we represent different layouts, ie. page (no sidebar) sidebar no related cards, print version, etc ?
possibilities
http://wagn.org/:layout/:cardname
http://wagn.org/:cardname?layout=:layout
http://wagn.org/:cardname.:layout.:format
http://wagn.org/:cardname.:format-or-layout


