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
|
## ----------------------------
## Doc Config File for DAPS
## DAPS User Guide
## ----------------------------
##
## Basics
MAIN="MAIN.DAPS.xml"
ROOTID="art.tutorial"
## Profiling
# "[no]quick" is not an actual OS -- it determines whether or not the links into
# the Quick Start Guide should be added
PROFOS="osuse;noquick"
PROFARCH="x86;amd64;em64t"
# DO NOT SPECIFY A STYLEROOT REQUIRING A SUSE-XSL-STYLESHEET INSTALLATION
# SINCE THIS WILL FAIL WITH A DAPS CHECKOUT OR BUILD ON OTHER DISTRIBUTIONS
#
# IT WILL ALSO CAUSE THE TRAVIS TEST BUILDS TO FAIL
#
# If needed, specify the following on the command line:
# --styleroot="/usr/share/xml/docbook/stylesheet/daps2013"
#--------------------- XSLT Parameters------------------------
#
# show acronyms in the glossary, so as not to confuse the user
XSLTPARAM="--stringparam glossentry.show.acronym=primary"
# Lists
XSLTPARAM+="--param variablelist.as.blocks=1 --param glossary.as.blocks=1"
# Pagination and General Styles
XSLTPARAM+="--param body.start.indent=0 --param double.sided=0 --param header.rule=0 --param footer.rule=0 --stringparam paper.type=A4"
# Font Families
XSLTPARAM+="--stringparam body.font.family="'Charis SIL', CharisSIL, serif" --stringparam sans.font.family="'Open Sans', OpenSans, sans-serif" --stringparam monospace.font.family="'DejaVu Sans Mono', DejaVuSansMono, monospace" --stringparam symbol.font.family="'DejaVu Sans Mono', DejaVuSansMono, KoreanSans, UnBatang, 'Un Batang', 'WenQuanYi Micro Hei Mono', WenQuanYiMicroHeiMono, monospace""
# when using the suse2013 stylesheets, set a link to the DAPS
# homepage at the top of the page
# set a homepage for HTML builds
XSLTPARAM+="--stringparam homepage=https://opensuse.github.com/daps"
XSLTPARAM+="--param suse.content=0"
|