Content Management/Best Practices
From OLPC
< Content Management
Revision as of 00:14, 1 February 2008 by Sethwoodworth (Talk | contribs)
Contents |
[edit] Best Practices
[edit] Project Website
WIKI: http://wiki.laptop.org/go/Content_Management
[edit] Code Repository
Subversion: https://sddteam.com/svn/olpc/
[edit] Documented Coding Standard
PEP 8: http://www.python.org/dev/peps/pep-0008/
Style Checker: http://mail.python.org/pipermail/python-announce-list/2006-December/005491.html
[edit] Bug Tracking System
https://sddteam.com/projects/olpc/report
[edit] Design Pattern
MVC - model, view, and controller

