]> sipb.mit.edu Git - wiki.git/commitdiff
We're not using Elixir
authorEdward Z. Yang <ezyang@mit.edu>
Fri, 13 Feb 2009 23:24:36 +0000 (18:24 -0500)
committersipb-www <sipb-www@old-faithful.mit.edu>
Fri, 13 Feb 2009 23:24:36 +0000 (18:24 -0500)
projects/clockworks.mdwn

index f32acab64eb53b2b86466a0b3b971b2e565078b4..98540180263010646928089d346c2f23f1c6bd70 100644 (file)
@@ -28,12 +28,12 @@ What do people not like about Doodle?
 ### What to do?
 
 * [Configure](http://docs.turbogears.org/1.0/Configuration?action=show&redirect=1.0%2FGettingStarted%2FConfiguration) the default TurboGears scaffolding
 ### What to do?
 
 * [Configure](http://docs.turbogears.org/1.0/Configuration?action=show&redirect=1.0%2FGettingStarted%2FConfiguration) the default TurboGears scaffolding
-* Work through the [TurboGears tutorial](http://docs.turbogears.org/1.0/Wiki20/Page1) (the tutorial seems to focus on SQLObject, which is not necessarily the best thing. Maybe someone can find some better docs?)
-* Setup database configuration and installer (an auxiliary issue is the presence of an installer for people). Also, make sure SQLAlchemy is being used
-* Learn SQLAlchemy
+* <del>Work through the [TurboGears tutorial](http://docs.turbogears.org/1.0/Wiki20/Page1) (the tutorial seems to focus on SQLObject, which is not necessarily the best thing. Maybe someone can find some better docs?)</del>
+* Setup database configuration and installer (an auxiliary issue is the presence of an installer for people). (**ezyang**)
+* Learn SQLAlchemy (**ezyang**)
 * <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>
 * <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>Get friendly URLs working</del>
 * 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)
 * 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)
@@ -46,7 +46,7 @@ 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 (possibly Elixir?)
+* **ORM**: SQLAlchemy
 * **Templating**: Genshi
 
 Other ideas:
 * **Templating**: Genshi
 
 Other ideas: