Add entities for a couple of common sections and use them where appropriate
authorTim Mayberry <mojofunk@gmail.com>
Thu, 10 Jul 2008 10:18:25 +0000 (10:18 +0000)
committerTim Mayberry <mojofunk@gmail.com>
Thu, 10 Jul 2008 10:18:25 +0000 (10:18 +0000)
Move Track Display section to separate file

Move section on track controls to a separate file

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3546 d708f5d6-7413-0410-9779-e7cbd77b26cf

manual/xml/editor_window.xml
manual/xml/entities.ent
manual/xml/mixer_strip_list.xml
manual/xml/mixer_strips.xml
manual/xml/removing_tracks.xml
manual/xml/renaming_tracks.xml
manual/xml/track_controls.xml [new file with mode: 0644]
manual/xml/track_display.xml [new file with mode: 0644]
manual/xml/tracks_and_busses.xml

index 8f56afaa2ef7f8586363fdbf87f8938eae16bc55..006882d5a5a08d7ff2b316f4d9abb9aec06abe83 100644 (file)
       sections.
     </para>
   </section>
-
-  <section id="editor-window-track-display">
-    <title>Track Display</title>
-    <para>
-      This is the main area within the editor. Each track or bus is
-      represented by a horizontal "stripe", with a set of controls on the
-      left side, with the timeline above them all.
-    </para>
-  </section>
+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 
+               href="track_display.xml" />
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 
                href="editor_window_timeline.xml" />
   <section id="editor-window-track-controls">
index f21530b9f457f1ff876b542c2230294c5cec5e12..95cd0ef2a5624eeff5bdd7a1219798e21383b1d9 100644 (file)
@@ -9,3 +9,12 @@
 <!ENTITY ARDOUR_COMMAND "<command>ardour-&ARDOUR_VERSION;</command>">
 <!ENTITY ARDOUR_APPLICATION "<application>&ARDOUR_NAME;</application>">
 <!ENTITY COPYRIGHT_HOLDER "&ARDOUR_NAME; Foundation">
+
+<!ENTITY MIX_WIN '<link linkend="sn-mixer-window">Mixer Window</link>'>
+<!ENTITY EDIT_WIN '<link linkend="sn-editor-window">Editor Window</link>'>
+
+<!ENTITY MIXER_STRIP '<link linkend="sn-mixer-strips">Mixer Strip</link>'>
+<!ENTITY MIXER_STRIP_LIST '<link linkend="sn-mixer-strip-list">Mixer Strip List</link>'>
+
+<!ENTITY TRACK_DISPLAY '<link linkend="sn-track-display">Track Display</link>'>
+<!ENTITY TRACK_CONTROLS '<link linkend="sn-track-controls">Track Controls</link>'>
index ca72916e85fe78de4874475221d085f2a89f21db..4f1d4c1d9f51f154b23d3cdd85f7260a069b897a 100644 (file)
@@ -4,7 +4,7 @@
 
 ]>
 
-<section id="mixer-window-strip-list">
+<section id="sn-mixer-strip-list">
   <title> Strip List </title>
   <para>
     The Strip List provides a simple interface to the layout of the mixer
index e6d461777405b98f877424c0dac753672025c9df..502dbd64d3f4fa410103cd2583c2baa08ad13bf9 100644 (file)
@@ -6,7 +6,7 @@
 
 <!-- XXX lots to do on this page -->
 
-<section id="mixer-strips">
+<section id="sn-mixer-strips">
   <title>Mixer Strips</title>
   <para>
     Each track and bus is represented in the mixer window by a
index 67d3fc69fb9b21037c4487d601fb0638a2803818..5297ae05aec71f900ce5968bf45f5b8e9e931d74 100644 (file)
     <secondary>Removing</secondary>
   </indexterm>
   <para>
-    A track can be removed from within the
-    <link linkend="sn-editor-window">Editor Window</link> by right-clicking
-    in the empty space in the <link linkend="track-controls">Track
-    Controls</link> to bring up the track context menu and choosing
-    <guimenuitem>Remove</guimenuitem>.
+    A track can be removed from within the &MIX_WIN; by right-clicking in
+    the empty space in the &TRACK_CONTROLS; to bring up the track context
+    menu and choosing <guimenuitem>Remove</guimenuitem>.
   </para>
   <mediaobject>
     <imageobject>
@@ -26,9 +24,9 @@
     </imageobject>
   </mediaobject>
   <para>
-    Alternatively a track can also be removed from within the
-    <link linkend="sn-mixer-window">Mixer Window</link> by clicking on the
-    track name button and choosing <guimenuitem>Remove</guimenuitem>.
+    Alternatively a track can also be removed from within the &MIX_WIN; by
+    clicking on the track name button and choosing
+    <guimenuitem>Remove</guimenuitem>.
   </para>
 
   <note>
index 22aa34e72b7021d29a99530a09d054d4be852ee8..6d1bfb9701836502ec306b6ea3268fba0232ace3 100644 (file)
@@ -2,21 +2,21 @@
 
 <!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
 
+<!ENTITY % BOOK_ENTITIES SYSTEM "./entities.ent">
+%BOOK_ENTITIES;
+
 ]>
 
 <section id="renaming-tracks">
   <title>Renaming Tracks</title>
   <para>
-    Tracks can be renamed from within the
-    <link linkend="sn-editor-window">Editor Window</link> or the
-    <link linkend="sn-mixer-window">Mixer Window</link>.
+    Tracks can be renamed from within the &EDIT_WIN; or the &MIX_WIN;.
   </para>
 
   <para>
     To change the name of a track in the Editor Window click within the
-    track name field in the <link linkend="track-controls">Track
-    Controls</link>, enter the new track name and press the
-    <keycap>Enter</keycap> key to confirm the change.
+    track name field in the &TRACK_CONTROLS;, enter the new track name and
+    press the <keycap>Enter</keycap> key to confirm the change.
   </para>
   <mediaobject>
     <imageobject>
diff --git a/manual/xml/track_controls.xml b/manual/xml/track_controls.xml
new file mode 100644 (file)
index 0000000..77a5447
--- /dev/null
@@ -0,0 +1,13 @@
+<?xml version="1.0" standalone="no"?>
+
+<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
+
+<!ENTITY % BOOK_ENTITIES SYSTEM "./entities.ent">
+%BOOK_ENTITIES;
+
+]>
+
+<section id="sn-track-controls">
+  <title>Track Controls</title>
+  <para></para>
+</section>
diff --git a/manual/xml/track_display.xml b/manual/xml/track_display.xml
new file mode 100644 (file)
index 0000000..603bc91
--- /dev/null
@@ -0,0 +1,17 @@
+<?xml version="1.0" standalone="no"?>
+
+<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
+
+<!ENTITY % BOOK_ENTITIES SYSTEM "./entities.ent">
+%BOOK_ENTITIES;
+
+]>
+
+<section id="sn-track-display">
+  <title>Track Display</title>
+  <para>
+    This is the main area within the editor. Each track or bus is
+    represented by a horizontal "stripe", with a set of controls on the left
+    side, with the timeline above them all.
+  </para>
+</section>
index 37e1fce313d0e2094963aa0ac9590a0229912730..4e1ac6adb56088e751933b6a7f927adb71a9e39e 100644 (file)
     </section>
   </section>
 
-  <section id="track-controls">
-    <title>Track Controls</title>
-    <para></para>
-  </section>
+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 
+               href="track_controls.xml" />
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 
                href="default_track_names.xml" />
 <!--