aboutsummaryrefslogtreecommitdiffstats
path: root/stylesheets/lfs-xsl/docbook-xsl-1.78.1/xhtml5/README
diff options
context:
space:
mode:
authorPierre Labastie <pieere@linuxfromscratch.org>2020-03-13 09:20:45 +0000
committerPierre Labastie <pieere@linuxfromscratch.org>2020-03-13 09:20:45 +0000
commit2e524f93fc03353e6fb05333d8041505948959eb (patch)
tree0e2f8a60e47c994d49152b300f0d698a7eb29c4f /stylesheets/lfs-xsl/docbook-xsl-1.78.1/xhtml5/README
parentcc98817b6165e5307c1fc38328cdc2a1cc2de257 (diff)
Since LFS started using docbook-1.78.1, there is a lot of unused data
in the stylesheet directory. Basically, a whole docbook-stylesheet is there, while we need only fo and xhtml (+ some common dirs). Each time we checkout the repo, we have to download this whole thing, which is by far the biggest part of the repo (~33 M). By removing unused cruft, this could be down to ~12 M. Of course, it would be even better to remove completely the stylesheets and use host ones (repo size down to 2M). but let's do this first, it is easier :) git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11778 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'stylesheets/lfs-xsl/docbook-xsl-1.78.1/xhtml5/README')
-rw-r--r--stylesheets/lfs-xsl/docbook-xsl-1.78.1/xhtml5/README61
1 files changed, 0 insertions, 61 deletions
diff --git a/stylesheets/lfs-xsl/docbook-xsl-1.78.1/xhtml5/README b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/xhtml5/README
deleted file mode 100644
index c0db6b7e5..000000000
--- a/stylesheets/lfs-xsl/docbook-xsl-1.78.1/xhtml5/README
+++ /dev/null
@@ -1,61 +0,0 @@
-DocBook stylesheets for HTML5 output
-=============================================
-
-This directory contains XSL stylesheets
-for generating HTML5 output from DocBook content.
-For information on HTML5, see:
-
-http://dev.w3.org/html5/spec/Overview.html
-
-Note that there is no schema available for HTML5, by design.
-
-The output of these stylesheets is the XML serialization of
-HTML5. There is no provision for generating the HTML
-serialization of HTML5 with these stylesheets.
-
-These HTML5 stylesheets are also used by the EPUB3
-stylesheets included in this distribution.
-
-These stylesheets are customizations of the
-existing stylesheets in the "xhtml/" directory.
-Using a customization layer enables the HTML5
-stylesheets to inherit all the features of the
-XHTML stylesheets while making the minimum changes
-for them to produce valid HTML5.
-
-If you are processing DocBook 5 document, you should use
-the namespaced version of the stylesheets, with "-ns-"
-in the directory name.
-
-
-Usage
------------
-You should be able to apply any of these stylesheet files
-to a DocBook document as with any other DocBook stylesheet:
-
-xhtml5/docbook.xsl - Single file output.
-xhtml5/chunk.xsl - Chunked output.
-xhtml5/profile-docbook.xsl - Profiled single file output.
-xhtml5/profile-chunk.xsl - Profiled chunk output.
-xhtml5/chunkfast.xsl - Chunked output with precomputed chunks.
-
-Do not attempt to directly use the following two stylesheet files:
-
-xhtml-docbook.xsl
-xhtml-profile-docbook.xsl
-
-Those are copies of the corresponding files in the
-xhtml/ directory, modified to remove the doctype
-declarations in the xsl:output elements. They were also
-modified to import from the original xhtml/ directory.
-They will produce xhtml output, not HTML5 output.
-They are imported by the xhtml5 stylesheet files.
-
-Testing
---------------
-
-The HTML5 output of these stylesheets should pass the
-W3C online validator, available here:
-
-http://validator.w3.org/
-