slitaz-forge annotate roadmap/README @ rev 482

Tiny edits
author Paul Issott <paul@slitaz.org>
date Tue Mar 11 18:09:11 2014 +0000 (2014-03-11)
parents 3f18fad7a631
children f974819085be
rev   line source
pankso@213 1 SliTaz Roadmap
pankso@213 2 ================================================================================
pankso@213 3
pankso@213 4
paul@219 5 SliTaz roadmap provides guidelines to the next Slitaz Stable release. We use
paul@219 6 our Mercurial repo to collaborate on the roadmap. All tasks are added and edited
paul@482 7 in releases/[slitaz-release] and then committed to Hg. Any tasks can have a wiki
paul@224 8 page link, description with HTML code, etc. Each release also has a goals.html
paul@219 9 page with the summary of goals to the next release.
pankso@213 10
paul@219 11 All contributors are welcome to collaborate and add themselves to the PEOPLE
paul@219 12 variable of a task. The optional release task Wiki should be created under
pankso@213 13 the space name en:releases:slitaz-release:task-name, example:
pankso@213 14
pankso@213 15 http://doc.slitaz.org/en:releases:5.0:update-toolchain
pankso@213 16
paul@219 17 All the tasks are in the SliTaz Mercurial repositories under the slitaz-forge repo.
paul@219 18 To clone the repos and collaborate on tasks you can clone the roadmap with:
pankso@213 19
pankso@213 20 hg clone http://hg.slitaz.org/slitaz-forge
pankso@213 21
pankso@213 22
pankso@213 23
pankso@213 24 Task configuration format
pankso@213 25 -------------------------
paul@219 26 As usual, keep it simple and something most people know about: a config file ;-)
pankso@213 27 Bugs refer to the bug number on http://bugs.slitaz.org/ separated by space.
pankso@213 28
pankso@213 29 # SliTaz task
pankso@213 30
pankso@213 31 TASK="Update full Toolchain"
pankso@213 32 STATUS="TODO"
pankso@213 33 PRIORITY="1"
pankso@213 34 PEOPLE="Pankso"
pankso@213 35 WIKI=""
pankso@213 36 BUGS=""
pankso@213 37
pankso@213 38 DESC=""
pankso@213 39
pankso@213 40
pankso@213 41 ================================================================================