Gentoo Archives: gentoo-commits

From: "Göktürk Yüksek" <gokturk@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/devmanual:devbook-guide commit in: appendices/contributing/devbook-guide/
Date: Mon, 17 Apr 2017 23:23:59
Message-Id: 1492465575.a1cad38db2fa2096b1161bf5a6ec85048d5a3a74.gokturk@gentoo
1 commit: a1cad38db2fa2096b1161bf5a6ec85048d5a3a74
2 Author: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 17 21:46:15 2017 +0000
4 Commit: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 17 21:46:15 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=a1cad38d
7
8 appendices/contributing/devbook-guide: remove information on definition lists
9
10 Devmanual doesn't seem to render definition list elements <dl/>,
11 <dt/>, <dd/>.
12
13 appendices/contributing/devbook-guide/text.xml | 47 --------------------------
14 1 file changed, 47 deletions(-)
15
16 diff --git a/appendices/contributing/devbook-guide/text.xml b/appendices/contributing/devbook-guide/text.xml
17 index eb9bd36..6ad3a5d 100644
18 --- a/appendices/contributing/devbook-guide/text.xml
19 +++ b/appendices/contributing/devbook-guide/text.xml
20 @@ -465,53 +465,6 @@ that you can have lists inside lists. Don't forget that you are writing XML and
21 that you must close all tags including list items unlike in HTML.
22 </p>
23
24 -<p>
25 -Definition lists (<c>&lt;dl&gt;</c>) are also supported. Please note that
26 -neither the definition term tag (<c>&lt;dt&gt;</c>) nor the definition data tag
27 -(<c>&lt;dd&gt;</c>) accept any other block level tag such as paragraphs or
28 -admonitions. A definition list comprises:
29 -</p>
30 -
31 -<dl>
32 - <dt><c>&lt;dl&gt;</c></dt>
33 - <dd>A <b>D</b>efinition <b>L</b>ist Tag containing</dd>
34 - <dt><c>&lt;dt&gt;</c></dt>
35 - <dd>Pairs of <b>D</b>efinition <b>T</b>erm Tags</dd>
36 - <dt><c>&lt;dd&gt;</c></dt>
37 - <dd>and <b>D</b>efinition <b>D</b>ata Tags</dd>
38 -</dl>
39 -
40 -<p>
41 -The following list copied from <uri
42 -link="http://www.w3.org/TR/REC-html40/struct/lists.html">w3.org</uri> shows
43 -that a definition list can contain ordered and unordered lists. It may not
44 -contain another definition list though.
45 -</p>
46 -
47 -<dl>
48 - <dt><b>The ingredients:</b></dt>
49 - <dd>
50 - <ul>
51 - <li>100 g. flour</li>
52 - <li>10 g. sugar</li>
53 - <li>1 cup water</li>
54 - <li>2 eggs</li>
55 - <li>salt, pepper</li>
56 - </ul>
57 - </dd>
58 - <dt><b>The procedure:</b></dt>
59 - <dd>
60 - <ol>
61 - <li>Mix dry ingredients thoroughly</li>
62 - <li>Pour in wet ingredients</li>
63 - <li>Mix for 10 minutes</li>
64 - <li>Bake for one hour at 300 degrees</li>
65 - </ol>
66 - </dd>
67 - <dt><b>Notes:</b></dt>
68 - <dd>The recipe may be improved by adding raisins</dd>
69 -</dl>
70 -
71 </body>
72 </section>
73 <section>