summaryrefslogtreecommitdiff
path: root/manual/xmlformat/xmlformat-ardour.conf
diff options
context:
space:
mode:
authorTim Mayberry <mojofunk@gmail.com>2007-02-15 03:49:43 +0000
committerTim Mayberry <mojofunk@gmail.com>2007-02-15 03:49:43 +0000
commitb8a6f94325c46a4129922ad3dbb61ca30761299b (patch)
treef6e688825a494d98ba9dd55157fe695f3d721985 /manual/xmlformat/xmlformat-ardour.conf
parent7f0f19597ae605c10d37a9f6e749c49c254d2700 (diff)
Add a help target(the default target) and format target to the manual
Makefile Reformat the docs, I explained in a prior commit why this modifies every file git-svn-id: svn://localhost/ardour2/trunk@1463 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'manual/xmlformat/xmlformat-ardour.conf')
-rw-r--r--manual/xmlformat/xmlformat-ardour.conf137
1 files changed, 137 insertions, 0 deletions
diff --git a/manual/xmlformat/xmlformat-ardour.conf b/manual/xmlformat/xmlformat-ardour.conf
new file mode 100644
index 0000000000..552dc17778
--- /dev/null
+++ b/manual/xmlformat/xmlformat-ardour.conf
@@ -0,0 +1,137 @@
+# Comments are treated as CDATA and not touched. It's best to set
+# them out from other text if possible. A doublespace is nice but
+# code is still code, so it's not really that important. (Down, inner
+# stickler...)
+#
+
+*DEFAULT
+ format = block
+ entry-break = 1
+ element-break = 1
+ exit-break = 1
+ subindent = 2
+ normalize = no
+ wrap-length = 76
+
+*DOCUMENT
+ format = block
+ wrap-length = 256
+ element-break = 2
+
+article book
+ element-break = 2
+
+articleinfo bookinfo
+ normalize = yes
+
+year holder
+ entry-break = 0
+ exit-break = 0
+ normalize = yes
+
+firstname surname othername
+ entry-break = 0
+ exit-break = 0
+ normalize = yes
+
+revnumber date authorinitials
+ entry-break = 0
+ exit-break = 0
+ normalize = yes
+
+revremark
+ normalize = yes
+
+row listitem
+ entry-break = 1
+ exit-break = 1
+ normalize = yes
+
+tbody
+ element-break = 2
+section chapter glossary
+ entry-break = 1
+ exit-break = 1
+ normalize = yes
+
+# "Normalize" means make smart whitespace decisions
+para simpara example important note warning caution itemizedlist variablelist varlistentry entry quote figure glossdiv glossentry
+ entry-break = 1
+ exit-break = 1
+ normalize = yes
+
+title titleabbrev
+ format = inline
+ normalize = yes
+
+table
+ entry-break = 1
+ exit-break = 1
+ normalize = yes
+
+emphasis literal abbrev
+ format = inline
+
+trademark
+ format = inline
+
+# Do not fubar <screen> or <programlisting>
+screen programlisting
+ format = verbatim
+
+# <entry> is special because a linebreak has meaning, best leave the
+# decisions up to the experts
+#entry
+# format = verbatim
+
+command application filename option userinput computeroutput replaceable glossterm
+ format = inline
+
+# The <primary> and <secondary> subelements of <indexterm> are still block
+firstterm
+ format = inline
+ normalize = yes
+
+indexterm
+ format = block
+ normalize = no
+
+primary secondary
+# format = inline
+ entry-break = 0
+ exit-break = 0
+ normalize = yes
+
+varlistentry
+ element-break = 1
+
+term
+ entry-break = 0
+ exit-break = 0
+
+menuchoice guilabel guimenu guisubmenu guimenuitem guibutton keycap keycombo mousebutton
+ format = inline
+
+wordasword systemitem citetitle footnote email
+ format = inline
+
+acronym
+ format = inline
+
+# Make <ulink> and <xref> less goofy in their use of whitespace
+ulink xref link
+ format = inline
+
+# Cover OMF files
+creator description format identifier language maintainer omf relation subject type
+ format = block
+ normalize = yes
+ entry-break = 1
+ exit-break = 1
+
+# Cover rpm-info files
+details rights version
+ format = block
+ entry-break = 0
+ exit-break = 0
+ normalize = yes