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 @@ | |||
1 | <p> | ||
2 | Opie 1.2 will be the next minor release based on the Opie 1.0 libraries and will | ||
3 | be compatible to 1.0.x before we will create a new major release. On the way to | ||
4 | ODP1.0 we will keep on improving Opie, identifying bottlenecks and keep on | ||
5 | writing new features. This pages contains ideas we've in mind we want to develop | ||
6 | for Opie 1.2 which is scheduled to be released roughly in January/February 2004. | ||
7 | If you've your own ideas mail me and if you want to take a feature and | ||
8 | implement mail me as well. So pick features implement it pick the next one. | ||
9 | </p> | ||
10 | |||
11 | <?php | ||
12 | |||
13 | $version = "1.2"; | ||
14 | |||
15 | require_once "kde-features.inc"; | ||
16 | |||
17 | parse("opie-featurelist.xml"); | ||
18 | ?> | ||
19 | |||
20 | |||
21 | <table width="100%" border="0"> | ||
22 | <tr><td bgcolor="red"><div align="center">TODO</div></td><td bgcolor="#ffeeee"> | ||
23 | |||
24 | <?php echo printHtml($version,'todo') ?> | ||
25 | |||
26 | </td></tr> | ||
27 | |||
28 | <tr><td bgcolor="yellow"><div align="center">In Progress</div></td><td bgcolor="#ffffee"> | ||
29 | |||
30 | <?php echo printHtml($version,'inprogress') ?> | ||
31 | |||
32 | </td></tr> | ||
33 | |||
34 | <tr><td bgcolor="green"><div align="center">Finished</div></td><td bgcolor="#eeffee"> | ||
35 | |||
36 | <?php echo printHtml($version,'done') ?> | ||
37 | |||
38 | </td></tr> | ||
39 | </table> | ||
40 | |||
41 | |||
42 | <hr> | ||
43 | <address><a href="mailto:zecke@handhelds.org">zecke/hOlgAr</a></address> | ||
44 | <!-- Created: Fri Aug 22 20:00:19 CEST 2003 --> | ||
45 | <!-- hhmts start --> | ||
46 | Last modified: Fri Aug 22 20:22:29 CEST 2003 | ||
47 | <!-- hhmts end --> | ||