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 074D6138334 for ; Sat, 14 Dec 2019 10:46:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B777AE089C; Sat, 14 Dec 2019 10:46:44 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8E0ECE089C for ; Sat, 14 Dec 2019 10:46:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 43E3934D988 for ; Sat, 14 Dec 2019 10:46:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8922226C for ; Sat, 14 Dec 2019 10:46:40 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1576058540.12fb6e610b2ed3f486ff3a6eb397f5eae0811e5d.ulm@gentoo> Subject: [gentoo-commits] proj/devmanual:master commit in: /, bin/ X-VCS-Repository: proj/devmanual X-VCS-Files: bin/gen-eclass-html.sh devbook.dtd devbook.xsl X-VCS-Directories: / bin/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 12fb6e610b2ed3f486ff3a6eb397f5eae0811e5d X-VCS-Branch: master Date: Sat, 14 Dec 2019 10:46:40 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 897fd924-791b-487a-908f-7b0d402a37d4 X-Archives-Hash: c2b58146586de05eac236200ceb9d3b7 commit: 12fb6e610b2ed3f486ff3a6eb397f5eae0811e5d Author: Ulrich Müller gentoo org> AuthorDate: Wed Dec 11 10:02:20 2019 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Wed Dec 11 10:02:20 2019 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=12fb6e61 devbook.xsl: Support class="list-group" in
    element. This replaces , which was only used for the list of eclasses. Remove which was unused. Update devbook.dtd and bin/gen-eclass-html.sh accordingly. Generated output in eclass-reference/index.html is identical as before, except for an (intentionally) removed empty line before the closing . Signed-off-by: Ulrich Müller gentoo.org> bin/gen-eclass-html.sh | 8 ++++---- devbook.dtd | 9 ++++----- devbook.xsl | 24 +++++++++++++++--------- 3 files changed, 23 insertions(+), 18 deletions(-) diff --git a/bin/gen-eclass-html.sh b/bin/gen-eclass-html.sh index 9705d04..e7a72ab 100755 --- a/bin/gen-eclass-html.sh +++ b/bin/gen-eclass-html.sh @@ -135,16 +135,16 @@ installed by emerging app-portage/eclass-manpages.
    Contents - +
      EOF for i in $(find $OUTPUTDIR/ -maxdepth 1 -mindepth 1 -type d | sort); do - echo "$(basename $i) Reference" >> ${OUTPUTDIR}/text.xml + echo "
    • $(basename $i) Reference
    • " >> ${OUTPUTDIR}/text.xml done cat << EOF >> ${OUTPUTDIR}/text.xml - - +
    +
    diff --git a/devbook.dtd b/devbook.dtd index 96d1c9d..dac1815 100644 --- a/devbook.dtd +++ b/devbook.dtd @@ -5,8 +5,7 @@ + |figure|table|ul|ol|dl"> @@ -75,7 +74,10 @@ align (left|center|right) "left"> + + + @@ -83,9 +85,6 @@ - - - diff --git a/devbook.xsl b/devbook.xsl index cadd975..94cbf96 100644 --- a/devbook.xsl +++ b/devbook.xsl @@ -204,15 +204,21 @@ -
    -
    - - -
    list-group-item
    -
    - - -
      list-group-item
    + + +
    + + + list-group-item + + + +
    +
    + +
    +
    +