Diffstat (limited to 'development/feature_plan/opie-1.0-issues.html') (more/less context) (ignore whitespace changes)
-rw-r--r-- | development/feature_plan/opie-1.0-issues.html | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/development/feature_plan/opie-1.0-issues.html b/development/feature_plan/opie-1.0-issues.html new file mode 100644 index 0000000..dc241f2 --- a/dev/null +++ b/development/feature_plan/opie-1.0-issues.html @@ -0,0 +1,52 @@ + +<p> +This page contains Issues to be fixed and 'features' we want to implement +for the Opie 1.0.x release. If you've an issue which needs attention please +send me the Bug Nr or description and I'll be happy to add it. +Open tasks are ready to be taken by you. Mail me or opie-devel what you +want to do and I'll update the site. +This site also contains completely new apps we would like to implemented or +ported. +</p> + +<?php + +$version = "1.0.2"; +$version2 = "NewApps"; + +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') ?> +<?php echo printHtml($version2,'todo') ?> + + </td></tr> + + <tr><td bgcolor="yellow"><div align="center">In Progress</div></td><td bgcolor="#ffffee"> + +<?php echo printHtml($version,'inprogress') ?> +<?php echo printHtml($version2,'inprogress') ?> + + </td></tr> + +<tr><td bgcolor="green"><div align="center">Finished</div></td><td bgcolor="#eeffee"> + +<?php echo printHtml($version,'done') ?> +<?php echo printHtml($version2,'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:14:40 CEST 2003 +<!-- hhmts end --> |