diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 00000000..f5233523 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,3 @@ +# These owners will be the default owners for everything in +# the repo. +* @oreillymedia/tools-team \ No newline at end of file diff --git a/htmlbook-xsl/chunk.xsl b/htmlbook-xsl/chunk.xsl index 95222d9d..fc575802 100755 --- a/htmlbook-xsl/chunk.xsl +++ b/htmlbook-xsl/chunk.xsl @@ -320,7 +320,7 @@ sect5:s - .xhtml + .html diff --git a/htmlbook-xsl/localizations/en.xml b/htmlbook-xsl/localizations/en.xml index fffff53d..77ce24c3 100644 --- a/htmlbook-xsl/localizations/en.xml +++ b/htmlbook-xsl/localizations/en.xml @@ -511,13 +511,13 @@ - + - + - + diff --git a/htmlbook-xsl/opf.xsl b/htmlbook-xsl/opf.xsl index 32bbe3d1..6de0062f 100755 --- a/htmlbook-xsl/opf.xsl +++ b/htmlbook-xsl/opf.xsl @@ -91,6 +91,100 @@ + + + + + + + + + + e:accessibility-terms + e:accessibility-features + e:accessibility-hazards + + + + + + + + + + + + + + + + + + + e:term + e:feature + e:hazard + + + + + + + + + + + + + + + + + + e:term + e:feature + e:hazard + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -379,6 +473,31 @@ true + + + + + + + + + + + + + + + + + + + + + + + + + @@ -421,16 +540,6 @@ - - - - - - - - - - @@ -454,7 +563,7 @@ - + diff --git a/htmlbook-xsl/param.xsl b/htmlbook-xsl/param.xsl index 0d2e369b..92694616 100755 --- a/htmlbook-xsl/param.xsl +++ b/htmlbook-xsl/param.xsl @@ -223,6 +223,9 @@ sidebar refsect1 refsect2 refentry +note +tip +warning diff --git a/htmlbook-xsl/tocgen.xsl b/htmlbook-xsl/tocgen.xsl index c5ed6bff..39ab3406 100755 --- a/htmlbook-xsl/tocgen.xsl +++ b/htmlbook-xsl/tocgen.xsl @@ -23,10 +23,12 @@ + + + diff --git a/htmlbook-xsl/xrefgen.xsl b/htmlbook-xsl/xrefgen.xsl index 23d4ee0e..fb3dba3c 100755 --- a/htmlbook-xsl/xrefgen.xsl +++ b/htmlbook-xsl/xrefgen.xsl @@ -245,6 +245,28 @@ + + + + + + + + + + + + + + Cannot output gentext for XREF to Admonition (id: + + ) that does not contain a descendant h1 element + + + ??? + + + @@ -586,23 +608,6 @@ - - - - - - - - - - - - - - - - - diff --git a/htmlbook-xsl/xspec/fileextension.xspec b/htmlbook-xsl/xspec/fileextension.xspec old mode 100755 new mode 100644 diff --git a/htmlbook-xsl/xspec/opf.xspec b/htmlbook-xsl/xspec/opf.xspec index e29b3fa4..14cee535 100755 --- a/htmlbook-xsl/xspec/opf.xspec +++ b/htmlbook-xsl/xspec/opf.xspec @@ -544,7 +544,9 @@ and the script from https://github.com/xspec/xspec."> - + + + diff --git a/htmlbook-xsl/xspec/tocgen.xspec b/htmlbook-xsl/xspec/tocgen.xspec index 92c797f6..2662ba5b 100755 --- a/htmlbook-xsl/xspec/tocgen.xspec +++ b/htmlbook-xsl/xspec/tocgen.xspec @@ -235,8 +235,34 @@ and the script from https://github.com/xspec/xspec."> + + + > + + +
+

First chapter

+
+

First sect1

+

A paragraph

+
+
+
+

Second chapter

+

A paragraph

+
+
+

About the Author

+

There should be an entry for this in the TOC

+
+ +
+ +
  • ...
  • +
    +
    - + > @@ -252,7 +278,7 @@ and the script from https://github.com/xspec/xspec.">

    A paragraph

    -

    About the Author

    +

    Colophon

    There shouldn't be an entry for this in the TOC

    diff --git a/htmlbook-xsl/xspec/xrefgen.xspec b/htmlbook-xsl/xspec/xrefgen.xspec index 432f12b2..739e6107 100755 --- a/htmlbook-xsl/xspec/xrefgen.xspec +++ b/htmlbook-xsl/xspec/xrefgen.xspec @@ -1419,21 +1419,21 @@ and the script from https://github.com/xspec/xspec."> We were using the Saxon JAR file version SAXON HE 9.5.1.2 and the script from https://github.com/xspec/xspec."> - Chapter 1, AWESOME CHAPTER + Chapter 1, “AWESOME CHAPTER“
    - Appendix A, Appendix Title + Appendix A, “Appendix Title“ - Part I, I'm Part of the Solution! + Part I, “I'm Part of the Solution!“ oreilly.com - + + + + +
    +
    +

    I am a note title!

    +

    This is a note

    +
    +
    +

    I am a tip title!

    +

    This is a tip

    +
    +
    +

    I am a warning title!

    +

    This is a warning

    +
    +
    +
    + + + + “I am a note title!” + + + + “I am a tip title!” + + + + + “I am a warning title!” + +
    + + + +
    +
    +

    This is a note

    +
    +
    +

    This is a tip

    +
    +
    +

    This is a warning

    +
    +
    +
    + + + + ??? + + + + + ??? + + + + + ??? + +
    + + + + + note + tip + warning + +
    +

    XREF to Note:

    + +

    XREF to Tip:

    + +

    XREF to Warning:

    + +
    +

    I am a title!

    +

    This is a note

    +
    + +
    +

    I am a title!

    +

    This is a tip

    +
    + +
    +

    I am a title!

    +

    This is a warning

    +
    +
    +
    + + + ...
    + + + + ... + + + + ... + + + diff --git a/index.html b/index.html index 1969872a..78a3ade7 100644 --- a/index.html +++ b/index.html @@ -3,43 +3,43 @@ HTMLBook - +