Posté par ckyl .
En réponse au journal Format pdb.
Évalué à 4.
Q: How do I generate output for PalmPilot?
A: If you want to support AportisDoc convert your SGML source file to TXT first and convert with a command like: makedoc DOCUMENT.txt DOCUMENT.prc
If you want to support iSilo convert your SGML source file to HTML first and convert with a command like: iSilo386 -y -d0 -Idef DOCUMENT.html DOCUMENT.pdb
Carsten Wartmann pointed me to the following tools, which can convert TXT/HTML files to PalmPilot DOC format: txt2pdbdoc and html2pdbtxt
----------------------
Voila une petite recherche sur google te donne tres rapidement la réponse et des exemples de Makefile pour generer la sortie.
# FAQ Docbook
Posté par ckyl . En réponse au journal Format pdb. Évalué à 4.
A: If you want to support AportisDoc convert your SGML source file to TXT first and convert with a command like: makedoc DOCUMENT.txt DOCUMENT.prc
If you want to support iSilo convert your SGML source file to HTML first and convert with a command like: iSilo386 -y -d0 -Idef DOCUMENT.html DOCUMENT.pdb
Carsten Wartmann pointed me to the following tools, which can convert TXT/HTML files to PalmPilot DOC format: txt2pdbdoc and html2pdbtxt
----------------------
Voila une petite recherche sur google te donne tres rapidement la réponse et des exemples de Makefile pour generer la sortie.