diff --git a/README.md b/README.md index c0fd01b2b44caf2ce2cb99c19adc54b5914d9529..c7f4d69d0e3ffebd5d24e574e19faa7b53c8a47b 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 0bd511d19e6eb7164e252accf269fe5e8c4d7ee1..2abe57a41377be3e6013a534f9d2cf7dde5e1f57 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>