Diffstat (limited to 'development/feature_plan/opie-1.3-features.html') (more/less context) (ignore whitespace changes)
-rw-r--r-- | development/feature_plan/opie-1.3-features.html | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/development/feature_plan/opie-1.3-features.html b/development/feature_plan/opie-1.3-features.html new file mode 100644 index 0000000..99dff80 --- a/dev/null +++ b/development/feature_plan/opie-1.3-features.html @@ -0,0 +1,48 @@ +<p> +ODP Opie Development Platform 1.0 +Currently only ideas exist, a wiki page and our experience with the existing +APIs. The goal is to create for users and developers full featured, extendable, +fast, effective and runtime efficent Platform. Currently we're collecting issues +and bottleneck with the existing platform before we start the great overhaul. +The PIM API, BigScreen Extension, Parts of libopie2 will surely be found inside +this new API. +Again if you're developer mail me your problems with the existing framework. +</p> + +<?php + +$version = "1.3"; + +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:34:13 CEST 2003 +<!-- hhmts end --> |