/samples/README

http://github.com/keplerproject/orbit · #! · 18 lines · 16 code · 2 blank · 0 comment · 0 complexity · 637099e45631e12ca8849df43ca2556c MD5 · raw file

  1. This folder contains several sample Orbit applications, from trivial
  2. to quite sophisticated:
  3. hello The traditional "Hello World"
  4. songs A simple song list formatted with Cosmo
  5. todo An AJAX todo list, using both straight Orbit (todo.ws)
  6. and Orbit Pages (todo.op)
  7. pages Simple Orbit Pages examples
  8. blog A simple blog with comments
  9. toycms A simple CMS with posts, categories, moderated comments,
  10. and an admin interface
  11. It also has a op.ws Orbit pages launcher that can be used to
  12. launch .op files without having this extension configured in
  13. your web server. For example, if you put op.ws in your document
  14. root and go to http://server/op.ws/foo/bar.op op.ws will look
  15. for a file foo/bar.op in your document root and process it using
  16. Orbit Pages.