| 7 | {{{ |
| 8 | desc(" general - this may just be a web page with links...") |
| 9 | desc(" should include - general info, road map, links...") |
| 10 | desc(" with Task('SCS_INFO_GENERAL', effort=2):") |
| 11 | desc(" with Task('SCS_INFO_ROAD_MAP', effort=2):") |
| 12 | desc(" with Task('SCS_INFO_LINKS', effort=2):") |
| 13 | desc(" with Task('SCS_INFO_ABOUT', effort=2): #about the developers") |
| 14 | desc(" with Task('SCS_INFO_BUILDS', effort=2): #integrated with the build system") |
| 15 | with Rev(0, effort=2, pre=2): |
| 16 | leaf() |
| 17 | phase("proto") |
| 18 | desc("R0 Fix information in the about part. Fix the information in the community site.") |
| 19 | |
| 20 | }}} |