public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ulrich Müller" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/devmanual:master commit in: appendices/contributing/devbook-guide/
Date: Mon,  9 Dec 2019 21:39:56 +0000 (UTC)	[thread overview]
Message-ID: <1575804722.fd81a6293d0ab6138dfab3bc429b6cac26de375a.ulm@gentoo> (raw)

commit:     fd81a6293d0ab6138dfab3bc429b6cac26de375a
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Dec  4 14:22:56 2019 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun Dec  8 11:32:02 2019 +0000
URL:        https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=fd81a629

devbook-guide: Rename <impo> and <warn>.

These tags are called <important> and <warning> throughout, and that's
also what devbook.xsl expects. Rename them in the devbook guide.

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 appendices/contributing/devbook-guide/text.xml | 28 +++++++++++++-------------
 1 file changed, 14 insertions(+), 14 deletions(-)

diff --git a/appendices/contributing/devbook-guide/text.xml b/appendices/contributing/devbook-guide/text.xml
index ec4eb28..d1225d6 100644
--- a/appendices/contributing/devbook-guide/text.xml
+++ b/appendices/contributing/devbook-guide/text.xml
@@ -199,13 +199,13 @@ Make HTML/XML easier to read by using selective emphasis:
 This is a note.
 &lt;/note&gt;
 
-&lt;warn&gt;
+&lt;warning&gt;
 This is a warning.
-&lt;/warn&gt;
+&lt;/warning&gt;
 
-&lt;impo&gt;
+&lt;important&gt;
 This is important.
-&lt;/impo&gt;
+&lt;/important&gt;
 </codesample>
 
 <p>
@@ -230,13 +230,13 @@ Make HTML/XML easier to read by using selective emphasis:
 This is a note.
 </note>
 
-<warn>
+<warning>
 This is a warning.
-</warn>
+</warning>
 
-<impo>
+<important>
 This is important.
-</impo>
+</important>
 
 </body>
 </subsection>
@@ -247,10 +247,10 @@ This is important.
 <p>
 We introduced a lot of new tags in the previous section -- here's what you need
 to know. The <c>&lt;p&gt;</c> (paragraph), <c>&lt;pre&gt;</c> (code block),
-<c>&lt;note&gt;</c>, <c>&lt;warn&gt;</c> (warning) and <c>&lt;impo&gt;</c>
-(important) tags all can contain one or more lines of text. Besides the
-<c>&lt;table&gt;</c>, <c>&lt;ul&gt;</c>, <c>&lt;ol&gt;</c> and
-<c>&lt;dl&gt;</c> elements (which we'll cover in just a bit), these are the
+<c>&lt;note&gt;</c>, <c>&lt;warning&gt;</c> (warning) and
+<c>&lt;important&gt;</c> (important) tags all can contain one or more lines of
+text. Besides the <c>&lt;table&gt;</c>, <c>&lt;ul&gt;</c>, <c>&lt;ol&gt;</c>
+and <c>&lt;dl&gt;</c> elements (which we'll cover in just a bit), these are the
 only tags that should appear immediately inside a <c>&lt;body&gt;</c> element.
 Another thing -- these tags <e>should not</e> be stacked -- in other words,
 don't put a <c>&lt;note&gt;</c> element inside a <c>&lt;p&gt;</c> element. As
@@ -490,8 +490,8 @@ GuideXML-tag (both opening as closing), except for:
 <c>&lt;body&gt;</c> (opening tag only) and before <e>every</e>
 <c>&lt;chapter&gt;</c>, <c>&lt;p&gt;</c>, <c>&lt;table&gt;</c>, 
 <c>&lt;author&gt;</c> (set), <c>&lt;pre&gt;</c>, <c>&lt;ul&gt;</c>, 
-<c>&lt;ol&gt;</c>, <c>&lt;warn&gt;</c>, <c>&lt;note&gt;</c> and 
-<c>&lt;impo&gt;</c> (opening tags only).
+<c>&lt;ol&gt;</c>, <c>&lt;warning&gt;</c>, <c>&lt;note&gt;</c> and
+<c>&lt;important&gt;</c> (opening tags only).
 </p>
 
 <p>


             reply	other threads:[~2019-12-09 21:40 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-09 21:39 Ulrich Müller [this message]
  -- strict thread matches above, loose matches on Subject: below --
2019-12-26 21:36 [gentoo-commits] proj/devmanual:master commit in: appendices/contributing/devbook-guide/ Ulrich Müller
2019-12-26 21:36 Ulrich Müller
2019-12-09 21:39 Ulrich Müller
2019-11-29  9:28 Ulrich Müller
2019-03-19 20:25 Ulrich Müller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1575804722.fd81a6293d0ab6138dfab3bc429b6cac26de375a.ulm@gentoo \
    --to=ulm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox