Differences between revisions 1 and 2
Revision 1 as of 2006-05-12 10:04:16
Size: 1519
Editor: lalinekw2
Comment:
Revision 2 as of 2006-05-22 12:58:07
Size: 1085
Editor: lalinekw2
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
== Generate User Manual from XML as HTML ==

 * checkout the doc-files from the herschel.pacs
 * make you changes in the *.xml files in doc-files/help/um/xml
 * make sure the following env variables are set:
     * $HCSS_DIR pointing to your hcss distribution
     * $PCSS_OUT pointing to your development out directory
 * run the make_um.local from the doc-files directory
      help/bin/make_um.local html
 * check the result in your web browser pointing to $HOME/out/pcss/doc/help/um/html/um.html
 * let me know if it worked, then I'll adopt the other scripts and write a nicer procedure!
Line 35: Line 24:

== Usage of TestExecutionBrowser just to get an overview ==
In JIDE :
{{{
from herschel.access.util import *
t=TestExecutionBrowser()
t.main(["apid=1152"])
}}}

PACS - PCSS

Generate User Manual from XML as HTML

  • checkout the doc-files from the herschel.pacs
  • make you changes in the *.xml files in doc-files/help/um/xml
  • make sure the following env variables are set:
    • $HCSS_DIR pointing to your hcss distribution
    • $PCSS_OUT pointing to your development out directory
  • run the make_um.local from the doc-files directory
    •          help/bin/make_um.local pdf 
  • check the result in your web browser pointing to $HOME/out/pcss/doc/help/um/html/um.html
  • let me know if it worked, then I'll adopt the other scripts and write a nicer procedure!

Now you get a um.fo which will be converted (with the help of FOP http://xmlgraphics.apache.org/fop/download.html#binary) to PDF

  java -Xmx3g herschel.ia.document.tools.Fo \
     -fo ${LOCATION_PDF}/${DOC_NAME}.fo ${LOCATION_PDF}/${DOC_NAME}.pdf 

Usage of TestExecutionBrowser just to get an overview

In JIDE :

from herschel.access.util import *
t=TestExecutionBrowser()
t.main(["apid=1152"])

Herschel: PACS/Pcss (last edited 2009-07-15 14:32:37 by localhost)