From a48f58ece5b9ff4f98c7c55e3a8039bc58513694 Mon Sep 17 00:00:00 2001
From: Frank Steinberg <steinberg@ibr.cs.tu-bs.de>
Date: Sat, 5 Oct 2019 23:20:40 +0200
Subject: [PATCH] Minor.

---
 README.md                         | 7 ++-----
 xsl/bjcp-2015-styleguide-html.xsl | 1 -
 2 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index c0fd01b..c7f4d69 100644
--- a/README.md
+++ b/README.md
@@ -27,9 +27,7 @@ Besides all the contributors to the original BJCP document we would like to than
 
 ## Getting Started
 
-- If you are just curious about the current state of this project's results, you may take a look at the so called "[artifacts](https://gitlab.ibr.cs.tu-bs.de/steinb/bjcp-2015-styleguide/-/jobs/artifacts/master/download?job=build)" of the GitLab repository which get automatically rebuilt after each commit and push to the repository server.
-
-- MacOS systems should have the required tools once the XCode App is installed. On Linux you should install some packages, e.g. on Ubuntu:
+- MacOS systems should have all required tools once the XCode App is installed. On Linux you should install some packages, e.g. on Ubuntu:
   ```
   apt install make curl libxml2-utils xsltproc
   ```
@@ -101,8 +99,7 @@ See the LICENSE file. Note that this license relates only to the content of this
 ## TODO
 
 - Add Acknowledgements to futher contributors?
-- Implement links.
 - Improved tags handling (links, grouped lists, translated meaning, ...)
 - Appendices
-- XML Schema Definition
+- XML Schema Definition & make check
 - Artifacts on GitHub?
diff --git a/xsl/bjcp-2015-styleguide-html.xsl b/xsl/bjcp-2015-styleguide-html.xsl
index 0bd511d..2abe57a 100644
--- a/xsl/bjcp-2015-styleguide-html.xsl
+++ b/xsl/bjcp-2015-styleguide-html.xsl
@@ -178,7 +178,6 @@ styleguide specs div * {
 	</xsl:element>
       </xsl:element>
       <xsl:element name="body">
-	<!--<xsl:apply-templates select="chapter"/>-->
 	<xsl:apply-templates select="." mode="copy"/>
       </xsl:element>
     </xsl:element>
-- 
GitLab