]> sipb.mit.edu Git - wiki.git/commitdiff
Update todo list and architecture with Genshi and Elixir
authorEdward Z. Yang <ezyang@mit.edu>
Fri, 13 Feb 2009 19:37:37 +0000 (14:37 -0500)
committersipb-www <sipb-www@old-faithful.mit.edu>
Fri, 13 Feb 2009 19:37:37 +0000 (14:37 -0500)
projects/clockworks.mdwn

index ac35557e3007101794db9e006b41afb44209a7d7..f32acab64eb53b2b86466a0b3b971b2e565078b4 100644 (file)
@@ -34,10 +34,10 @@ What do people not like about Doodle?
 * <del>Make sure the default scaffolding works on Scripts (this includes running TurboGears as CGI). Any work done here should be considered for a TurboGears auto-installer, the equivalent of tgsetup) (**ezyang**)</del>
 * <del>Write a .gitignore file for generated/not versionable items</del>
 * Get friendly URLs working
 * <del>Make sure the default scaffolding works on Scripts (this includes running TurboGears as CGI). Any work done here should be considered for a TurboGears auto-installer, the equivalent of tgsetup) (**ezyang**)</del>
 * <del>Write a .gitignore file for generated/not versionable items</del>
 * Get friendly URLs working
-* Learn Kid (TurboGear's default templating interface)
+* Learn Genshi (The new TurboGear default templating interface for 1.1+)
 * <del>Setup a zephyrbot that watches the repository</del>
 * Learn [Widgets](http://docs.turbogears.org/1.0/Widgets) (we'll be using them for all of the forms in this website)
 * <del>Setup a zephyrbot that watches the repository</del>
 * Learn [Widgets](http://docs.turbogears.org/1.0/Widgets) (we'll be using them for all of the forms in this website)
-* Polish up and get SSL authentication working with TurboGears identity
+* Polish up and get SSL authentication working with TurboGears Identity (the two should be integrated together in a sane manner.)
 
 ### Architecture
 
 
 ### Architecture
 
@@ -46,7 +46,8 @@ What do people not like about Doodle?
 * **SCM**: Git
 * **JavaScript**: Mochikit
 * **Database**: SQLite for development, ? for production
 * **SCM**: Git
 * **JavaScript**: Mochikit
 * **Database**: SQLite for development, ? for production
-* **ORM**: SQLAlchemy
+* **ORM**: SQLAlchemy (possibly Elixir?)
+* **Templating**: Genshi
 
 Other ideas:
 
 
 Other ideas: