| <?xml version="1.0"?> |
| <!-- |
| Licensed to the Apache Software Foundation (ASF) under one or more |
| contributor license agreements. See the NOTICE file distributed with |
| this work for additional information regarding copyright ownership. |
| The ASF licenses this file to You under the Apache License, Version 2.0 |
| (the "License"); you may not use this file except in compliance with |
| the License. You may obtain a copy of the License at |
| |
| http://www.apache.org/licenses/LICENSE-2.0 |
| |
| Unless required by applicable law or agreed to in writing, software |
| distributed under the License is distributed on an "AS IS" BASIS, |
| WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| See the License for the specific language governing permissions and |
| limitations under the License. |
| --> |
| <status> |
| <developers> |
| <!-- Add new developers here --> |
| <person name="Sina K. Heshmati" email="sina@khakbaz.com" id="SKH"/> |
| <person name="Gavin McDonald" email="gmcdonald@apache.org" id="GM"/> |
| <person name="David Crossley" email="crossley@apache.org" id="DC"/> |
| </developers> |
| <!-- Define here the Title of the Context you want to display in the Changes |
| pages. |
| id = the context value of actions |
| title = Title of the Context |
| --> |
| <contexts> |
| <context id="code" title="Changes to the Code Base"/> |
| <context id="docs" title="Changes to Documentation"/> |
| <context id="admin" title="Changes to Project Administration"/> |
| <context id="design" title="Changes to Design"/> |
| <context id="build" title="Changes to Build"/> |
| </contexts> |
| <changes> |
| <!-- Add new releases here --> |
| <release version="0.1" date="not-released"> |
| <action dev="DC" type="add" context="code" fixes-bug="FOR-1176"> |
| Moved EXSLT stylesheets to the core of Forrest. |
| </action> |
| <action dev="SKH" type="add" context="admin"> |
| Initial plugin code. |
| </action> |
| <action dev="GM" type="add" context="code" due-to="Sina Heshmati" fixes-bug="FOR-1038"> |
| Initial plugin code patched from Jira. Code needed some |
| tweaking in order to work. See Todo list for more. |
| </action> |
| </release> |
| </changes> |
| <todo> |
| <actions priority="high"> |
| <action context="docs" dev="open"> |
| Keep the documentation up-to-date. |
| </action> |
| <action context="code" dev="open"> |
| HTML output of Baetle plugin produces errors. Uncomment |
| out example HTML output in index.xml file to reproduce |
| the error. |
| </action> |
| </actions> |
| <actions priority="medium"> |
| <action context="design" dev="open"> |
| Internationalization. |
| </action> |
| <action context="code" dev="open"> |
| Writing CSS stylesheets and Javascript to have a reach, yet simple |
| user interface. |
| </action> |
| <action context="design" dev="open"> |
| Making the output as compliant as possible to accessibility and |
| usability requirements. |
| </action> |
| </actions> |
| <actions priority="low"> |
| <action context="design" dev="open"> |
| Using an RDF framework for accessing RDF graphs in XSLT. |
| </action> |
| <action context="code" dev="open"> |
| Dispatcher has been disabled, needs investigation. |
| </action> |
| </actions> |
| </todo> |
| </status> |