author | mickeyl <mickeyl> | 2003-10-29 22:07:36 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2003-10-29 22:07:36 (UTC) |
commit | d53637f46cf217fc760d7aac58b4596843a73803 (patch) (side-by-side diff) | |
tree | 25289be556fa1ce0ba8539b7f42aeaa037bdf7fd /development/documents/opie-todo.xml | |
parent | 1af1f1d9f398d38a2bc666cd2edff5725da7a770 (diff) | |
download | opie-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.xml | 59 |
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 @@ +<?xml version="1.0" encoding="iso-8859-1"?> +<!DOCTYPE features SYSTEM "opie.dtd"> + +<!-- + +This file serves as central repository of planned KDE features. It's parsed by +the PHP scripts in "features.inc" which are used by "kde-3.2-features.html" to +generate HTML versions for the web. + +If you plan to add a feature to KDE please add it to this file. A feature can +have one of three status types: "todo", "inprogress", "done". Please update +the status from time to time. For a release there shouldn't be any features +with other states than "done". If you can't complete a feature for a release +please move the feature to the next release. The "target" attribute specifies +for which release the feature should be finished. At the moment only the value +"3.2" is evaluated, but we will add pages showing the features for later +versions as needed. + +Each feature consists of a summary giving a short description what the feature is +about and one or more responsible persons. + +A draft for a DTD of the features file can be found in "kde-features.dtd". Use +"xmllint -valid -noout kde-features.xml" to validate the xml file against the +DTD. If there are errors in the XML document they will be shown, if not the +command will not output anything. + +If you have questions or comments please post them to the mailing list or contact +Cornelius Schumacher <schumacher@kde.org>. + +--> + +<features> +<category name="Documentation"> + <feature status="todo" target="1.0"> + <summary>Fix this file</summary> + <responsible name="Carsten Niehaus" email="cniehaus@handhelds.org" /> + </feature> + <feature status="done" target="1.0"> + <summary>add this file</summary> + <responsible name="Carsten Niehaus" email="cniehaus@handhelds.org" /> + </feature> + <feature status="todo" target="1.0"> + <summary>Datebook Recurrence Dialog not fully translated/translatable</summary> + </feature> + </category> +<category name="UI Bugs"> + <feature> + + </feature> +</category> +<category name="HTML Documentation"> + <feature status="todo" target="1.0"> + <summary>A hell lot of Documentation is missing. Check help/en/html</summary> + </feature> + <feature status="todo" target="1.0"> + <summary>OSearch DOCU does refer to settings.html which should be osearch/settings.html</summary> + </feature> +</category> +</features> |