[31024] trunk/doc-new/guide/xml/intro.xml

source_changes at macosforge.org source_changes at macosforge.org
Tue Nov 13 21:03:47 PST 2007


Revision: 31024
          http://trac.macosforge.org/projects/macports/changeset/31024
Author:   markd at macports.org
Date:     2007-11-13 21:03:46 -0800 (Tue, 13 Nov 2007)

Log Message:
-----------
Move the text in the "document conventions" section into the intro body; it is awkward
to have a single subsection in the TOC for the intro chapter.

Modified Paths:
--------------
    trunk/doc-new/guide/xml/intro.xml

Modified: trunk/doc-new/guide/xml/intro.xml
===================================================================
--- trunk/doc-new/guide/xml/intro.xml	2007-11-14 02:46:55 UTC (rev 31023)
+++ trunk/doc-new/guide/xml/intro.xml	2007-11-14 05:03:46 UTC (rev 31024)
@@ -45,37 +45,33 @@
   portable so it can work on other Unix-like systems, especially those
   descended from the Berkeley Software Distribution (BSD).</para>
 
-  <section id="introduction.conventions">
-    <title>Document Conventions</title>
+  <para>The following notational conventions are used in the MacPorts Guide to
+  distinguish between terminal input/output, file text, and other special text
+  types.</para>
 
-    <para>The MacPorts Guide uses some notational conventions to distinguish
-    between terminal input/output, file text, and other special text
-    types.</para>
+  <itemizedlist>
+    <listitem>
+      <para>Terminal I/O and file text.</para>
 
-    <itemizedlist>
-      <listitem>
-        <para>Terminal I/O and file text.</para>
+      <programlisting><prompt>%% </prompt><userinput>Commands to be typed into a terminal window.</userinput></programlisting>
 
-        <programlisting><prompt>%% </prompt><userinput>Commands to be typed into a terminal window.</userinput></programlisting>
+      <screen>Command output to a terminal window.</screen>
 
-        <screen>Command output to a terminal window.</screen>
+      <programlisting>File text.</programlisting>
+    </listitem>
 
-        <programlisting>File text.</programlisting>
-      </listitem>
+    <listitem>
+      <para>Other special text types.</para>
 
-      <listitem>
-        <para>Other special text types.</para>
+      <para>A hyperlink: <ulink
+      url="http://en.wikipedia.org/wiki/Spontaneous_combustion">spontaneous
+      combustion</ulink>.</para>
 
-        <para>A hyperlink: <ulink
-        url="http://en.wikipedia.org/wiki/Spontaneous_combustion">spontaneous
-        combustion</ulink>.</para>
+      <para>A file: <filename>/var/log/system.log</filename>.</para>
 
-        <para>A file: <filename>/var/log/system.log</filename>.</para>
+      <para>A command: <command>ifconfig</command>.</para>
 
-        <para>A command: <command>ifconfig</command>.</para>
-
-        <para>An option: port <option>install</option></para>
-      </listitem>
-    </itemizedlist>
-  </section>
+      <para>An option: port <option>install</option></para>
+    </listitem>
+  </itemizedlist>
 </chapter>
\ No newline at end of file

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071113/fd7ca245/attachment.html


More information about the macports-changes mailing list