From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 770FF139694 for ; Mon, 17 Apr 2017 23:23:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6EC7AE0CD8; Mon, 17 Apr 2017 23:23:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4A7FDE0CD8 for ; Mon, 17 Apr 2017 23:23:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A7F32340AC7 for ; Mon, 17 Apr 2017 23:23:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1C878742B for ; Mon, 17 Apr 2017 23:23:50 +0000 (UTC) From: "Göktürk Yüksek" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Göktürk Yüksek" Message-ID: <1492465575.a1cad38db2fa2096b1161bf5a6ec85048d5a3a74.gokturk@gentoo> Subject: [gentoo-commits] proj/devmanual:devbook-guide commit in: appendices/contributing/devbook-guide/ X-VCS-Repository: proj/devmanual X-VCS-Files: appendices/contributing/devbook-guide/text.xml X-VCS-Directories: appendices/contributing/devbook-guide/ X-VCS-Committer: gokturk X-VCS-Committer-Name: Göktürk Yüksek X-VCS-Revision: a1cad38db2fa2096b1161bf5a6ec85048d5a3a74 X-VCS-Branch: devbook-guide Date: Mon, 17 Apr 2017 23:23:50 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d237fc13-10e8-4243-b4ee-ec3a75e97cf6 X-Archives-Hash: c018b05632da5f07a58fbb76c434d9f6 commit: a1cad38db2fa2096b1161bf5a6ec85048d5a3a74 Author: Göktürk Yüksek gentoo org> AuthorDate: Mon Apr 17 21:46:15 2017 +0000 Commit: Göktürk Yüksek gentoo org> CommitDate: Mon Apr 17 21:46:15 2017 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=a1cad38d appendices/contributing/devbook-guide: remove information on definition lists Devmanual doesn't seem to render definition list elements
,
,
. appendices/contributing/devbook-guide/text.xml | 47 -------------------------- 1 file changed, 47 deletions(-) diff --git a/appendices/contributing/devbook-guide/text.xml b/appendices/contributing/devbook-guide/text.xml index eb9bd36..6ad3a5d 100644 --- a/appendices/contributing/devbook-guide/text.xml +++ b/appendices/contributing/devbook-guide/text.xml @@ -465,53 +465,6 @@ that you can have lists inside lists. Don't forget that you are writing XML and that you must close all tags including list items unlike in HTML.

-

-Definition lists (<dl>) are also supported. Please note that -neither the definition term tag (<dt>) nor the definition data tag -(<dd>) accept any other block level tag such as paragraphs or -admonitions. A definition list comprises: -

- -
-
<dl>
-
A Definition List Tag containing
-
<dt>
-
Pairs of Definition Term Tags
-
<dd>
-
and Definition Data Tags
-
- -

-The following list copied from w3.org shows -that a definition list can contain ordered and unordered lists. It may not -contain another definition list though. -

- -
-
The ingredients:
-
-
    -
  • 100 g. flour
  • -
  • 10 g. sugar
  • -
  • 1 cup water
  • -
  • 2 eggs
  • -
  • salt, pepper
  • -
-
-
The procedure:
-
-
    -
  1. Mix dry ingredients thoroughly
  2. -
  3. Pour in wet ingredients
  4. -
  5. Mix for 10 minutes
  6. -
  7. Bake for one hour at 300 degrees
  8. -
-
-
Notes:
-
The recipe may be improved by adding raisins
-
-