summaryrefslogtreecommitdiff
path: root/manual/xml
diff options
context:
space:
mode:
authorTim Mayberry <mojofunk@gmail.com>2007-02-14 13:41:30 +0000
committerTim Mayberry <mojofunk@gmail.com>2007-02-14 13:41:30 +0000
commit0892e5830588b9b621eef76414c2848df3ccbb0e (patch)
tree0388db74b90ecbb7bb41e96d749668a8a41eeb27 /manual/xml
parent9d548f998b94dcc5e04496740aead50f2b9f5f07 (diff)
Manual style updates:
Added definitions for the Important and Warning admonitions in the formatting section. Removed the caution admonition from the formatting conventions section Add Tango icons and use them for admonition graphics aswell as some xsl and css to make them look better. Removed the table border from the manual navigation git-svn-id: svn://localhost/ardour2/trunk@1458 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'manual/xml')
-rw-r--r--manual/xml/bcf2000.xml5
-rw-r--r--manual/xml/formatting_conventions.xml16
-rw-r--r--manual/xml/renaming_tracks.xml4
3 files changed, 11 insertions, 14 deletions
diff --git a/manual/xml/bcf2000.xml b/manual/xml/bcf2000.xml
index 7933aac448..43e6bb2070 100644
--- a/manual/xml/bcf2000.xml
+++ b/manual/xml/bcf2000.xml
@@ -88,11 +88,12 @@ xtc:~% cat /proc/asound/cards
<screen>
cat bcf2000_1-07.syx > /dev/snd/midiC2D0
</screen>
- <caution>
+
+ <important>
<para>
Make sure you use the actual device you determined in the previous step
</para>
- </caution>
+ </important>
<para>
The BCF display will show a whirling figure-8 animation and count up to 18.
diff --git a/manual/xml/formatting_conventions.xml b/manual/xml/formatting_conventions.xml
index 286de128b9..02c7d652f2 100644
--- a/manual/xml/formatting_conventions.xml
+++ b/manual/xml/formatting_conventions.xml
@@ -60,23 +60,19 @@
<title>Important</title>
<para>
- Some appropriate definition
+ The important admonition is used to draw attention to parts of
+ the interface that may be overlooked or certain settings that
+ are vital in determining the behaviour of the Ardour.
</para>
</important>
- <caution>
- <title>Caution</title>
-
- <para>
- Some appropriate definition
- </para>
- </caution>
-
<warning>
<title>Warning</title>
<para>
- Some appropriate definition
+ The warning admonition is used where an action may result in
+ consequences that are unintended or permanent such as changes to
+ the session that can not be undone or the removal of files.
</para>
</warning>
</section>
diff --git a/manual/xml/renaming_tracks.xml b/manual/xml/renaming_tracks.xml
index fc524eb0ed..e1318550a7 100644
--- a/manual/xml/renaming_tracks.xml
+++ b/manual/xml/renaming_tracks.xml
@@ -48,9 +48,9 @@
<guimenuitem>Rename</guimenuitem> to confirm the name change.
</para>
- <caution>
+ <warning>
<para>
Changes to track names cannot be undone.
</para>
- </caution>
+ </warning>
</section>