Fix 43670, 44501 - Fix how HDGF deals with trailing data in the list of chunk headers
[poi.git] / src / documentation / content / xdocs / hpsf / todo.xml
blob917a1e158c3f415ca357ca118b37a5b98192f328
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3    ====================================================================
4    Licensed to the Apache Software Foundation (ASF) under one or more
5    contributor license agreements.  See the NOTICE file distributed with
6    this work for additional information regarding copyright ownership.
7    The ASF licenses this file to You under the Apache License, Version 2.0
8    (the "License"); you may not use this file except in compliance with
9    the License.  You may obtain a copy of the License at
11        http://www.apache.org/licenses/LICENSE-2.0
13    Unless required by applicable law or agreed to in writing, software
14    distributed under the License is distributed on an "AS IS" BASIS,
15    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16    See the License for the specific language governing permissions and
17    limitations under the License.
18    ====================================================================
19 -->
20 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "../dtd/document-v11.dtd">
21 <!-- $Id$ -->
23 <document>
24  <header>
25   <title>To Do</title>
26   <authors>
27    <person name="Rainer Klute" email="klute@rainer-klute.de"/>
28   </authors>
29  </header>
30  <body>
31   <section><title>To Do</title>
33    <p>The following functionalities should be added to HPFS:</p>
35    <ol>
36     <li>
37      Improve writing support! We need convenience classes and methods for
38      easily writing summary information streams and document summary
39      information streams.
40     </li>
41     <li>
42      Add resource bundles to
43      <code>org.apache.poi.hpsf.wellknown</code> to ease
44      localizations. This would be useful for mapping standard property IDs to
45      localized strings. Example: The property ID 4 could be mapped to "Author"
46      in English or "Verfasser" in German.
47     </li>
48     <li>
49      Implement reading functionality for those property types that are not
50      yet supported. HPSF should return proper Java types instead of just byte
51      arrays.
52     </li>
53     <li>
54      Add WMF to <code>java.awt.Image</code> example code in the <link
55       href="thumbnails.html">Thumbnail HOW-TO</link>.
56     </li>
57    </ol>
58   </section>
59  </body>
60 </document>
62 <!-- Keep this comment at the end of the file
63 Local variables:
64 mode: xml
65 sgml-omittag:nil
66 sgml-shorttag:nil
67 sgml-namecase-general:nil
68 sgml-general-insert-case:lower
69 sgml-minimize-attributes:nil
70 sgml-always-quote-attributes:t
71 sgml-indent-step:1
72 sgml-indent-data:t
73 sgml-parent-document:nil
74 sgml-exposed-tags:nil
75 sgml-local-catalogs:nil
76 sgml-local-ecat-files:nil
77 End:
78 -->