1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70
|
#
# Config file for deploying HTML documents
# Sample file/template
#
# 20.06.2012 by Frank Sundermeyer <fsundermeyer@opensuse.org>
#
# "#" or ";" are allowed for comments
#----------------The General Section---------------------------------
[general]
builddir=
; DAPS builddir
; mandatory
dapsroot=
; DAPS root dir
; optional, default: unset
;--------------------------------------------------------
; the following values may be overwritten in set sections
;--------------------------------------------------------
rsync_target=
; mandatory if not specified in all sets
; rsync target on remote host, use the following syntax:
; <USER>@<HOST>::<TARGET>, e.g. lxbuch@sylow.suse.de::lxbuch
rsync_flags=(archive => 1, delete => 1, exclude => [ "log/", "DC-*", ".*" ])
; command line options for rsync
; default: (archive => 1, delete => 1, exclude => [ "log/", "DC-*", ".*" ])
; needs to be specified in valid perl hash syntax, some options need a
; array refernce, see
; http://search.cpan.org/~leakin/File-Rsync-0.42/Rsync.pm
#----------------The Set Sections------------------------------------
#[SETNAME]
#dcfiles=
; Format; comma-separated list of DC-files
; mandatory: at least one format needs to be specified
#draft=
; enable draft mode
; Format: bool
; optional
#formats=
; comma seperated list of output-formats
; Format: possible values: color-pdf, epub, html, htmlsingle, pdf, txt
; mandatory: at least one format needs to be specified
#meta=
; enable meta data, automatically enables draft mode (via DAPS)
; Format: bool
; optional
#remarks=
; enable remarks, automatically enables draft mode (via DAPS)
; Format: bool
; optional
#source-dc=
; DC file for source target generation
; optional - if set, a source tarball for the given DC-file (usually the
; whole set is generated)
#source-def=
; DEF-File for target package-src
; optional, only used in conjunction with "source-dc"
#workdir=
; working directory for the set containing the DC-filess and xml and images
; subdirectory
|