Content Management/Best Practices: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
== Best Practices == |
== Best Practices == |
||
=== Project Website === |
|||
WIKI: http://wiki.laptop.org/go/Content_Management |
|||
=== Code Repository === |
|||
Subversion: https://sddteam.com/svn/olpc/ |
|||
=== Documented Coding Standard === |
=== Documented Coding Standard === |
||
Line 5: | Line 11: | ||
Style Checker: http://mail.python.org/pipermail/python-announce-list/2006-December/005491.html |
Style Checker: http://mail.python.org/pipermail/python-announce-list/2006-December/005491.html |
||
=== Bug Tracking System === |
|||
https://sddteam.com/projects/olpc/report |
|||
=== Design Pattern === |
|||
MVC - model, view, and controller |
|||
[[Category:Content Management]] |
Latest revision as of 00:14, 1 February 2008
Best Practices
Project Website
WIKI: http://wiki.laptop.org/go/Content_Management
Code Repository
Subversion: https://sddteam.com/svn/olpc/
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
Bug Tracking System
https://sddteam.com/projects/olpc/report
Design Pattern
MVC - model, view, and controller