summaryrefslogtreecommitdiff
path: root/development/documents/opie-todo.xml
authormickeyl <mickeyl>2003-10-29 22:07:36 (UTC)
committer mickeyl <mickeyl>2003-10-29 22:07:36 (UTC)
commitd53637f46cf217fc760d7aac58b4596843a73803 (patch) (unidiff)
tree25289be556fa1ce0ba8539b7f42aeaa037bdf7fd /development/documents/opie-todo.xml
parent1af1f1d9f398d38a2bc666cd2edff5725da7a770 (diff)
downloadopie-d53637f46cf217fc760d7aac58b4596843a73803.zip
opie-d53637f46cf217fc760d7aac58b4596843a73803.tar.gz
opie-d53637f46cf217fc760d7aac58b4596843a73803.tar.bz2
merge development/* and help/*
Diffstat (limited to 'development/documents/opie-todo.xml') (more/less context) (ignore whitespace changes)
-rw-r--r--development/documents/opie-todo.xml59
1 files changed, 59 insertions, 0 deletions
diff --git a/development/documents/opie-todo.xml b/development/documents/opie-todo.xml
new file mode 100644
index 0000000..8766e92
--- a/dev/null
+++ b/development/documents/opie-todo.xml
@@ -0,0 +1,59 @@
1<?xml version="1.0" encoding="iso-8859-1"?>
2<!DOCTYPE features SYSTEM "opie.dtd">
3
4<!--
5
6This file serves as central repository of planned KDE features. It's parsed by
7the PHP scripts in "features.inc" which are used by "kde-3.2-features.html" to
8generate HTML versions for the web.
9
10If you plan to add a feature to KDE please add it to this file. A feature can
11have one of three status types: "todo", "inprogress", "done". Please update
12the status from time to time. For a release there shouldn't be any features
13with other states than "done". If you can't complete a feature for a release
14please move the feature to the next release. The "target" attribute specifies
15for which release the feature should be finished. At the moment only the value
16"3.2" is evaluated, but we will add pages showing the features for later
17versions as needed.
18
19Each feature consists of a summary giving a short description what the feature is
20about and one or more responsible persons.
21
22A draft for a DTD of the features file can be found in "kde-features.dtd". Use
23"xmllint -valid -noout kde-features.xml" to validate the xml file against the
24DTD. If there are errors in the XML document they will be shown, if not the
25command will not output anything.
26
27If you have questions or comments please post them to the mailing list or contact
28Cornelius Schumacher <schumacher@kde.org>.
29
30-->
31
32<features>
33<category name="Documentation">
34 <feature status="todo" target="1.0">
35 <summary>Fix this file</summary>
36 <responsible name="Carsten Niehaus" email="cniehaus@handhelds.org" />
37 </feature>
38 <feature status="done" target="1.0">
39 <summary>add this file</summary>
40 <responsible name="Carsten Niehaus" email="cniehaus@handhelds.org" />
41 </feature>
42 <feature status="todo" target="1.0">
43 <summary>Datebook Recurrence Dialog not fully translated/translatable</summary>
44 </feature>
45 </category>
46<category name="UI Bugs">
47 <feature>
48
49 </feature>
50</category>
51<category name="HTML Documentation">
52 <feature status="todo" target="1.0">
53 <summary>A hell lot of Documentation is missing. Check help/en/html</summary>
54 </feature>
55 <feature status="todo" target="1.0">
56 <summary>OSearch DOCU does refer to settings.html which should be osearch/settings.html</summary>
57 </feature>
58</category>
59</features>