summaryrefslogtreecommitdiff
path: root/development/feature_plan/new-and-maintained.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/new-and-maintained.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/new-and-maintained.html') (more/less context) (ignore whitespace changes)
-rw-r--r--development/feature_plan/new-and-maintained.html47
1 files changed, 47 insertions, 0 deletions
diff --git a/development/feature_plan/new-and-maintained.html b/development/feature_plan/new-and-maintained.html
new file mode 100644
index 0000000..045f5da
--- a/dev/null
+++ b/development/feature_plan/new-and-maintained.html
@@ -0,0 +1,47 @@
1<p>
2Opie needs <b>YOUR help</b>. Below is a list of application ideas, existing
3unmaintained software and a list of application we would like to port.
4So if you've interest feel free to help us. We would really appreciate it.
5</p>
6
7
8<?php
9
10$version = "NewApps";
11$version2 = "Unmaintained";
12
13require_once "kde-features.inc";
14
15parse("opie-featurelist.xml");
16?>
17
18
19<table width="100%" border="0">
20 <tr><td bgcolor="red"><div align="center">TODO</div></td><td bgcolor="#ffeeee">
21
22<?php echo printHtml($version,'todo') ?>
23<?php echo printHtml($version2,'todo') ?>
24 </td></tr>
25
26 <tr><td bgcolor="yellow"><div align="center">In Progress</div></td><td bgcolor="#ffffee">
27
28<?php echo printHtml($version,'inprogress') ?>
29<?php echo printHtml($version2,'inprogress') ?>
30
31 </td></tr>
32
33<tr><td bgcolor="green"><div align="center">Finished</div></td><td bgcolor="#eeffee">
34
35<?php echo printHtml($version,'done') ?>
36<?php echo printHtml($version2,'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 -->
46Last modified: Fri Aug 22 20:29:56 CEST 2003
47<!-- hhmts end -->