summaryrefslogtreecommitdiff
path: root/development/feature_plan/new-and-maintained.html
Side-by-side diff
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 @@
+<p>
+Opie needs <b>YOUR help</b>. Below is a list of application ideas, existing
+unmaintained software and a list of application we would like to port.
+So if you've interest feel free to help us. We would really appreciate it.
+</p>
+
+
+<?php
+
+$version = "NewApps";
+$version2 = "Unmaintained";
+
+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') ?>
+<?php echo printHtml($version2,'todo') ?>
+ </td></tr>
+
+ <tr><td bgcolor="yellow"><div align="center">In Progress</div></td><td bgcolor="#ffffee">
+
+<?php echo printHtml($version,'inprogress') ?>
+<?php echo printHtml($version2,'inprogress') ?>
+
+ </td></tr>
+
+<tr><td bgcolor="green"><div align="center">Finished</div></td><td bgcolor="#eeffee">
+
+<?php echo printHtml($version,'done') ?>
+<?php echo printHtml($version2,'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:29:56 CEST 2003
+<!-- hhmts end -->