author | zecke <zecke> | 2003-08-22 18:47:14 (UTC) |
---|---|---|
committer | zecke <zecke> | 2003-08-22 18:47:14 (UTC) |
commit | a8859fac97c0b3255a261221d2b31ebedb56075c (patch) (side-by-side diff) | |
tree | b878e6387d06399839cd5f9b7e1113349364878f /development/feature_plan/opie-1.2-features.html | |
parent | f4ad258aff432a4b6aff84190d053bbd6e87c490 (diff) | |
download | opie-a8859fac97c0b3255a261221d2b31ebedb56075c.zip opie-a8859fac97c0b3255a261221d2b31ebedb56075c.tar.gz opie-a8859fac97c0b3255a261221d2b31ebedb56075c.tar.bz2 |
Add Feature Plan + little desktop add to change the .xml
if you're too lazy to edit it yourself
Diffstat (limited to 'development/feature_plan/opie-1.2-features.html') (more/less context) (ignore whitespace changes)
-rw-r--r-- | development/feature_plan/opie-1.2-features.html | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/development/feature_plan/opie-1.2-features.html b/development/feature_plan/opie-1.2-features.html new file mode 100644 index 0000000..4478bf6 --- a/dev/null +++ b/development/feature_plan/opie-1.2-features.html @@ -0,0 +1,47 @@ +<p> +Opie 1.2 will be the next minor release based on the Opie 1.0 libraries and will +be compatible to 1.0.x before we will create a new major release. On the way to +ODP1.0 we will keep on improving Opie, identifying bottlenecks and keep on +writing new features. This pages contains ideas we've in mind we want to develop +for Opie 1.2 which is scheduled to be released roughly in January/February 2004. +If you've your own ideas mail me and if you want to take a feature and +implement mail me as well. So pick features implement it pick the next one. +</p> + +<?php + +$version = "1.2"; + +require_once "kde-features.inc"; + +parse("opie-featurelist.xml"); +?> + + +<table width="100%" border="0"> + <tr><td bgcolor="red"><div align="center">TODO</div></td><td bgcolor="#ffeeee"> + +<?php echo printHtml($version,'todo') ?> + + </td></tr> + + <tr><td bgcolor="yellow"><div align="center">In Progress</div></td><td bgcolor="#ffffee"> + +<?php echo printHtml($version,'inprogress') ?> + + </td></tr> + +<tr><td bgcolor="green"><div align="center">Finished</div></td><td bgcolor="#eeffee"> + +<?php echo printHtml($version,'done') ?> + +</td></tr> +</table> + + + <hr> + <address><a href="mailto:zecke@handhelds.org">zecke/hOlgAr</a></address> +<!-- Created: Fri Aug 22 20:00:19 CEST 2003 --> +<!-- hhmts start --> +Last modified: Fri Aug 22 20:22:29 CEST 2003 +<!-- hhmts end --> |