/todo/mizithra.todo

http://zoop.googlecode.com/ · Unknown · 30 lines · 30 code · 0 blank · 0 comment · 0 complexity · 859a22d56a9b4c7e95493ffc781a101d MD5 · raw file

  1. + Come up with a reasonable name for it
  2. - implement the compiler
  3. + extract code segments
  4. + compile basic code segements into php code
  5. - allow some syntax for controlling whitespace around tags
  6. + insert php code back into the file
  7. - plugins
  8. - set up a system for caching the compiled code
  9. - write them to a file some place instead of just evaling it
  10. - include this file in the view
  11. - check to see if the file exists and and hasn't been modified, if this is true just include it without recompiling
  12. - finish up the objectto do
  13. + assign
  14. - display
  15. - start using it
  16. - create a plugin system
  17. - make sure it can do includes
  18. - offer different types of plugins
  19. - compiler plugins
  20. - plugins where you just get a raw string from the tag
  21. - smarty style paramater plugins
  22. - content plugins
  23. - filter plugins
  24. - pre filter for the orginal file
  25. - filters for the tag generated content
  26. - filters for the static content
  27. - post filters for the result text
  28. - a translation system
  29. - change the name to something easier to type
  30. - ZoopView???