Changes between Version 6 and Version 7 of SummerOfCode2008
- Timestamp:
- Mar 6, 2008, 1:02:46 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SummerOfCode2008
v6 v7 37 37 * Improve static page support in the built-in webserver. Make it useful for testing sites that may include CSS. 38 38 39 * Make a set of sub-classes from models.Model to cover common website design patterns. Lots of design questions here, success would hinge on making a good choice of what design patterns to implement (things like User and UploadedFilecome to mind) and implementing them in such a way as to be as useful as possible to as many people as possible.39 * Make a set of sub-classes from models.Model to cover common website design patterns. Lots of design questions here, success would hinge on making a good choice of what design patterns to implement (things like User come to mind) and implementing them in such a way as to be as useful as possible to as many people as possible. 40 40