[publican-list] Is it possible to work offline with Publican?

Jeff Fearn jfearn at redhat.com
Thu Jun 9 22:29:23 UTC 2011


Hi Norman, how did you install Publican on Windows? If you used the 
installer, it should have offered to do a local install of the Docbook 
DTD and XSL, if you select those options then you will be able to work 
offline.

If you installed by another method, or didn't select them in the 
installer, then you need to get local copies of the DTD and XSL and edit 
the registry to let publican know where to find them.

 From the NSIS installation config:

WriteRegStr HKLM "Software\Publican" "" $INSTDIR
WriteRegStr HKLM "Software\Publican" "dtd_path" "$INSTDIR\DocBook_DTD"
WriteRegStr HKLM "Software\Publican" "xsl_path" 
"$INSTDIR\docbook-xsl-1.75.2"

Cheers, Jeff.




More information about the publican-list mailing list