From eac1381a6d6632e3cbec5498e7755d6318e2fda1 Mon Sep 17 00:00:00 2001 From: "Edward Z. Yang" Date: Fri, 13 Feb 2009 18:24:36 -0500 Subject: [PATCH 1/1] We're not using Elixir --- projects/clockworks.mdwn | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/projects/clockworks.mdwn b/projects/clockworks.mdwn index f32acab..9854018 100644 --- a/projects/clockworks.mdwn +++ b/projects/clockworks.mdwn @@ -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 -* 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 +* 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). (**ezyang**) +* Learn SQLAlchemy (**ezyang**) * 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**) * Write a .gitignore file for generated/not versionable items -* Get friendly URLs working +* Get friendly URLs working * Learn Genshi (The new TurboGear default templating interface for 1.1+) * Setup a zephyrbot that watches the repository * 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 -* **ORM**: SQLAlchemy (possibly Elixir?) +* **ORM**: SQLAlchemy * **Templating**: Genshi Other ideas: -- 2.44.0