slitaz-forge view roadmap/README @ rev 213

Add roadmap.slitaz.org files
author Christophe Lincoln <pankso@slitaz.org>
date Tue Mar 27 19:28:34 2012 +0200 (2012-03-27)
parents
children 583645e6eac9
line source
1 SliTaz Roadmap
2 ================================================================================
5 SliTaz roadmap provide guide lines to the next Slitaz Stable realease. We use
6 our Mercurial repo to collaborate on the roadmap. All task are added and edited
7 in releases/[slitaz-release] and then commited to Hg. Any tasks can have a wiki
8 page link, description with HTML code, etc. Each release have also a goals.html
9 page with the summary of the goals to the next release.
11 All contributors are welcome to collaborate and add themself to the PEOPLE
12 variable of a task. The optionnal release task Wiki should be created under
13 the space name en:releases:slitaz-release:task-name, example:
15 http://doc.slitaz.org/en:releases:5.0:update-toolchain
17 All the task are under SliTaz Mercurial repositories in the slitaz-forge repo.
18 To clone the repos and collaborate on task you can clone the roadmap with:
20 hg clone http://hg.slitaz.org/slitaz-forge
24 Task configuration format
25 -------------------------
26 As usual, keep it simple and somthing most people know about: a config files ;-)
27 Bugs refer to the bug number on http://bugs.slitaz.org/ separated by space.
29 # SliTaz task
31 TASK="Update full Toolchain"
32 STATUS="TODO"
33 PRIORITY="1"
34 PEOPLE="Pankso"
35 WIKI=""
36 BUGS=""
38 DESC=""
41 ================================================================================