| 1 |
- look into using roles in the xml file so that we can have specific |
| 2 |
sections/pictiures for Win32 and WinCE. |
| 3 |
|
| 4 |
- Clean up the way en and jp versions of the CHM are built |
| 5 |
- ?? remove htmlhelp_[en/jp].xsl and use --stringparam on command line?? |
| 6 |
- ?? let it use defaults and put results into separate directories ?? |
| 7 |
(when I tried 'base.dir' this did not work before) |
| 8 |
|
| 9 |
- move history section to it's own file and include it in the |
| 10 |
main files (put into tombo.ent to define it, then out %revisions; in the text |
| 11 |
so that the 'history' section would live in a file (history.xml for example) |
| 12 |
and be included in both the English and Japanese versions of the final |
| 13 |
document. |
| 14 |
|
| 15 |
|
| 16 |
- Make InnoSetup install file for Tombo Windows?? |
| 17 |
Make sure unintall deletes key: HKCU\Software\flatfish\TOMBO |
| 18 |
(and HKCU\Software\flatfish if TOMBO was only key) |
| 19 |
|
| 20 |
- Inno Setup for documentation tools? |
| 21 |
+ DocBook DTDs (etc/dtds?) |
| 22 |
+ DocBook XSL files (etc/xsl?) |
| 23 |
+ catalog.xml |
| 24 |
+ env var: XML_CATALOG_FILES=c:\etc\catalog.xml |
| 25 |
+ libxml2 EXE files |
| 26 |
+ add install dir to PATH (as option?) |
| 27 |
+ Can I compress directories where DTDs and XSLs live? |
| 28 |
|
| 29 |
- ?? Make install file for PocketPC (already have CAB) |
| 30 |
|
| 31 |
- Put release_history into separate file so that it can be included in both |
| 32 |
the Japanese and English versions of the XML document |
| 33 |
|
| 34 |
- find DTDs for XSLT files (download, install in catalog) (so I can verify my XSL files??) |
| 35 |
- Put DOCTYPE line in htmlhelp.xsl, include ENTIES line like in UserGuide_en.xml |
| 36 |
- Use entities for Footer text and link line. |
| 37 |
|
| 38 |
- Add more figures (ones for PPC and Windows?) |
| 39 |
(save screens from Windows, use Resco to save screens on PPC) |
| 40 |
|
| 41 |
- Proof and update the document |
| 42 |
|
| 43 |
- Get FOP working (and document it!) |
| 44 |
|
| 45 |
- ?? Get better navigation images? (took from DocBook XSL image area, in distro) |
| 46 |
- Use base.dir parameter option to build docs in a subdir? |
| 47 |
|
| 48 |
- Makefile |
| 49 |
- setup to build HTMLHELP files in subdirs so both versions can really be there |
| 50 |
at the same time. Need to unzip image files into build dir? |
| 51 |
|
| 52 |
Inlcuding different pictures for FOP and HTML |
| 53 |
|
| 54 |
<mediaobject id="MousePicture"> |
| 55 |
<imageobject role="fop"> |
| 56 |
<imagedata format="SVG" fileref="mouse.svg"/> |
| 57 |
</imageobject> |
| 58 |
<imageobject role="html"> |
| 59 |
<imagedata format="PNG" fileref="mouse.png"/> |
| 60 |
</imageobject> |
| 61 |
</mediaobject> |
| 62 |
|
| 63 |
|
| 64 |
|
| 65 |
|
| 66 |
|
| 67 |
- UserGuide_en.xml |
| 68 |
?? Put installation in Appendix? (DocBook TDG does) |
| 69 |
New Structure |
| 70 |
Installation |
| 71 |
Installing Windows Version |
| 72 |
Installing Pocket PC Version |
| 73 |
(other??) |
| 74 |
|
| 75 |
|
| 76 |
|
| 77 |
To clean up generated XHTML code |
| 78 |
tidy -asxhtml -utf8 -im BLAH.html |
| 79 |
|
| 80 |
|
| 81 |
Make targets: |
| 82 |
make html # single XHTML file |
| 83 |
make htmlhelp # many files for MS HTML Help compiler (HHC) |
| 84 |
make fo # on FO file |
| 85 |
|
| 86 |
Haven't yet figured out |
| 87 |
1) How to convert FO to PDF (tried Apache FOP, but can not get it to work) |
| 88 |
2) Convert to PDB format for Palm machines |
| 89 |
(should be able to conver the HTML to PDB probably...) |
| 90 |
3) Convert to HTML that works on Pocket PC (have not tested!) |