source: trunk/PublishPlugin/lib/Foswiki/Plugins/PublishPlugin/Config.spec @ 1061

Revision 1061, 880 bytes checked in by CrawfordCurrie, 4 years ago (diff)

Item175: tidy build in CommentPlugin; remove the poinless tie in compat plugin; tweak location of config options for publish and mailer extensions

Line 
1#---+ Extensions
2#---++ Publish Plugin
3# **PATH**
4# File path to the directory where published files will be generated.
5# you will normally want this to be visible via a URL, so a subdirectory
6# of the pub directory is a good choice.
7$Foswiki::cfg{PublishPlugin}{Dir} = '$Foswiki::cfg{PubDir}/publish/';
8# **URL**
9# URL path of the directory you defined above.
10$Foswiki::cfg{PublishPlugin}{URL} = '$Foswiki::cfg{DefaultUrlHost}$Foswiki::cfg{PubUrlPath}/publish/';
11# **COMMAND**
12# Command-line for the PDF generator program.
13# <ul><li>%FILES|F% will expand to the list of input files</li>
14# <li>%FILE|F% will expand to the output file name </li>
15# <li>%EXTRAS|U% will expand to any additional generator options entered
16# in the publishing form.</li></ul>
17$Foswiki::cfg{PublishPlugin}{PDFCmd} = 'htmldoc --webpage --links --linkstyle plain --outfile %FILE|F% %EXTRAS|U% %FILES|F%';
Note: See TracBrowser for help on using the repository browser.