Welcome to the Naked Planning Project! This is a quick overview to help you get started. The goal is to get you ready to join us at one of our bi-weekly code sprints, where you'll really learn to work on this project. Administrivia: -------------- 1. You'll need the following: a. Python 2.5: Get Python from http://www.python.org/download/. You want the installer or the framework build, or similar. b. Svn command-line client: Get from http://subversion.tigris.org/project_packages.html. 2. Download and run http://svn.arlim.org/code_sprint/planningtool/_scripts/naked_planning-devel.py 3. We have a project file, using WingIDE. You can feel free to go without an IDE - you don't even need to update any project file (Wing will find your changes for us when we next look). However, Wing is a fantastic IDE for Python development. There is a free trial, and you can also get free usage for open source development if you ask them nicely. See http://www.wingide.com/ for details. Overview: --------- We're writing a planning tool. The plan for the tool will be in the tool, as soon as it is capable of that. For now, there is only one goal: Get the tool capable of holding its own plan. The tool is (currently) a web app written using TurboGears. We're using SqlAlchemy for DB, and the TurboGears defaults for everything else.