/todo/admin.todo

http://zoop.googlecode.com/ · Unknown · 21 lines · 21 code · 0 blank · 0 comment · 0 complexity · 68f76b2065f47c797f76d274b1ab146a MD5 · raw file

  1. - library for automating stuff
  2. - forms
  3. - base library where all the hard work is done and reused
  4. - wrap the library with different interfaces
  5. - command line interface (zap?)
  6. - web interface (might only work if running a web server as the user)
  7. - ide / editor wrappers
  8. - ide / editor
  9. - textmate
  10. - navigation between files (see below)
  11. - create zones files, template files, page and post functions, domain objects, etc.
  12. - snippets or commands for creating all of those things inside existing files
  13. - functions
  14. - given a template find its zone file and page function
  15. - how to handle includes?
  16. - give a zone file and page / post function find it's template
  17. - build system
  18. - setting perms to make stuff writable to the web server
  19. - monitoring of system, scaling, performance, concurrency etc
  20. - performance log
  21. -