[33424] trunk/doc-new/guide/xml/project.xml
jmpp at macports.org
jmpp at macports.org
Sat Jan 26 15:19:44 PST 2008
Revision: 33424
http://trac.macosforge.org/projects/macports/changeset/33424
Author: jmpp at macports.org
Date: 2008-01-26 15:19:38 -0800 (Sat, 26 Jan 2008)
Log Message:
-----------
Reformat the text advising the use of the {{{ }}} for terminal output pastes to make it clear that linebreaks between them and the paste are necessary.
I used the <programlisting> construct as that's the only way I found to get the text propery aligned as:
{{{
your build log here
}}}
But I'm not too happy with the resulting grey background of <programlisting>. Would love advise on improved markup, thanks!
Modified Paths:
--------------
trunk/doc-new/guide/xml/project.xml
Modified: trunk/doc-new/guide/xml/project.xml
===================================================================
--- trunk/doc-new/guide/xml/project.xml 2008-01-26 22:51:58 UTC (rev 33423)
+++ trunk/doc-new/guide/xml/project.xml 2008-01-26 23:19:38 UTC (rev 33424)
@@ -78,9 +78,12 @@
formatting</ulink> or attached log files should be used for large
text blocks. If you want to post a build log make sure you use
<literal>{{{<replaceable>...</replaceable>}}}</literal> around the
- log or it could break the page layout (i.e.
- <literal>{{{<replaceable>your build log
- here</replaceable>}}}</literal>).</para>
+ log or it could break the page layout. Example:</para>
+
+ <programlisting>{{{
+<replaceable>your build log here</replaceable>
+}}}</programlisting>
+
</listitem>
<listitem>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080126/7d182b96/attachment.html
More information about the macports-changes
mailing list