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:53
Message-Id: 1492466876.4cbf0bacaee312eb0b240205d5566a6660833814.gokturk@gentoo
1 commit: 4cbf0bacaee312eb0b240205d5566a6660833814
2 Author: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 17 22:07:56 2017 +0000
4 Commit: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 17 22:07:56 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=4cbf0bac
7
8 appendices/contributing/devbook-guide: remove the section on FAQ
9
10 We do not have FAQ in devmanual and it doesn't render <faqindex/>.
11
12 appendices/contributing/devbook-guide/text.xml | 24 ------------------------
13 1 file changed, 24 deletions(-)
14
15 diff --git a/appendices/contributing/devbook-guide/text.xml b/appendices/contributing/devbook-guide/text.xml
16 index 2ad0ad7..ce4749e 100644
17 --- a/appendices/contributing/devbook-guide/text.xml
18 +++ b/appendices/contributing/devbook-guide/text.xml
19 @@ -485,30 +485,6 @@ to <uri link="#doc_chap2_pre2">code listing 2 in chapter 2</uri>, type
20
21 </body>
22 </section>
23 -<section>
24 -<title>FAQs</title>
25 -<body>
26 -
27 -<p>
28 -FAQ documents need to start with a list of questions with links to their
29 -answers. Creating such a list is both time-consuming and error-prone. The list
30 -can be created automatically if you use a <c>faqindex</c> element as the first
31 -chapter of your document. This element has the same structure as a
32 -<c>chapter</c> to allow some introductory text. The structure of the document
33 -is expected to be split into chapters (at least one chapter) containing
34 -sections, each section containing one question specified in its <c>title</c>
35 -element with the answer in its <c>body</c>. The FAQ index will appear as one
36 -section per chapter and one link per question.
37 -</p>
38 -
39 -<p>
40 -A quick look at a <uri link="/doc/en/faq.xml">FAQ</uri> and <uri
41 -link="/doc/en/faq.xml?passthru=1">its source</uri> should make the above
42 -obvious.
43 -</p>
44 -
45 -</body>
46 -</section>
47 </chapter>
48
49 <chapter id="codingstyle">