summaryrefslogtreecommitdiff
path: root/development/feature_plan/opie-1.3-features.html
Unidiff
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.html48
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 @@
1<p>
2ODP Opie Development Platform 1.0
3Currently only ideas exist, a wiki page and our experience with the existing
4APIs. The goal is to create for users and developers full featured, extendable,
5fast, effective and runtime efficent Platform. Currently we're collecting issues
6and bottleneck with the existing platform before we start the great overhaul.
7The PIM API, BigScreen Extension, Parts of libopie2 will surely be found inside
8this new API.
9Again if you're developer mail me your problems with the existing framework.
10</p>
11
12<?php
13
14$version = "1.3";
15
16require_once "kde-features.inc";
17
18parse("opie-featurelist.xml");
19?>
20
21
22<table width="100%" border="0">
23 <tr><td bgcolor="red"><div align="center">TODO</div></td><td bgcolor="#ffeeee">
24
25<?php echo printHtml($version,'todo') ?>
26
27 </td></tr>
28
29 <tr><td bgcolor="yellow"><div align="center">In Progress</div></td><td bgcolor="#ffffee">
30
31<?php echo printHtml($version,'inprogress') ?>
32
33 </td></tr>
34
35<tr><td bgcolor="green"><div align="center">Finished</div></td><td bgcolor="#eeffee">
36
37<?php echo printHtml($version,'done') ?>
38
39</td></tr>
40</table>
41
42
43 <hr>
44 <address><a href="mailto:zecke@handhelds.org">zecke/hOlgAr</a></address>
45<!-- Created: Fri Aug 22 20:00:19 CEST 2003 -->
46<!-- hhmts start -->
47Last modified: Fri Aug 22 20:34:13 CEST 2003
48<!-- hhmts end -->