summaryrefslogtreecommitdiff
path: root/development/feature_plan/opie-1.0-issues.html
authorzecke <zecke>2003-08-22 18:47:14 (UTC)
committer zecke <zecke>2003-08-22 18:47:14 (UTC)
commita8859fac97c0b3255a261221d2b31ebedb56075c (patch) (unidiff)
treeb878e6387d06399839cd5f9b7e1113349364878f /development/feature_plan/opie-1.0-issues.html
parentf4ad258aff432a4b6aff84190d053bbd6e87c490 (diff)
downloadopie-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.0-issues.html') (more/less context) (ignore whitespace changes)
-rw-r--r--development/feature_plan/opie-1.0-issues.html52
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 @@
1
2<p>
3This page contains Issues to be fixed and 'features' we want to implement
4for the Opie 1.0.x release. If you've an issue which needs attention please
5send me the Bug Nr or description and I'll be happy to add it.
6Open tasks are ready to be taken by you. Mail me or opie-devel what you
7want to do and I'll update the site.
8This site also contains completely new apps we would like to implemented or
9ported.
10</p>
11
12<?php
13
14$version = "1.0.2";
15$version2 = "NewApps";
16
17require_once "kde-features.inc";
18
19parse("opie-featurelist.xml");
20?>
21
22
23<table width="100%" border="0">
24 <tr><td bgcolor="red"><div align="center">TODO</div></td><td bgcolor="#ffeeee">
25
26<?php echo printHtml($version,'todo') ?>
27<?php echo printHtml($version2,'todo') ?>
28
29 </td></tr>
30
31 <tr><td bgcolor="yellow"><div align="center">In Progress</div></td><td bgcolor="#ffffee">
32
33<?php echo printHtml($version,'inprogress') ?>
34<?php echo printHtml($version2,'inprogress') ?>
35
36 </td></tr>
37
38<tr><td bgcolor="green"><div align="center">Finished</div></td><td bgcolor="#eeffee">
39
40<?php echo printHtml($version,'done') ?>
41<?php echo printHtml($version2,'done') ?>
42
43</td></tr>
44</table>
45
46
47 <hr>
48 <address><a href="mailto:zecke@handhelds.org">zecke/hOlgAr</a></address>
49<!-- Created: Fri Aug 22 20:00:19 CEST 2003 -->
50<!-- hhmts start -->
51Last modified: Fri Aug 22 20:14:40 CEST 2003
52<!-- hhmts end -->