[yelp-xsl: 8/8] Merge branch 'tmpl' into 'master'
- From: Shaun McCance <shaunm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [yelp-xsl: 8/8] Merge branch 'tmpl' into 'master'
- Date: Sat, 24 Oct 2020 15:09:18 +0000 (UTC)
commit 2b2b0e5ea568d6950260dd14b5b63ce50d05f162
Merge: 35925b00 caa7a781
Author: Shaun McCance <shaunm gnome org>
Date: Sat Oct 24 15:09:17 2020 +0000
Merge branch 'tmpl' into 'master'
Use simple text templates for CSS
See merge request GNOME/yelp-xsl!4
.gitignore | 1 +
configure.ac | 1 +
doc/yelp-xsl/C/db2html-css.page | 88 ---
doc/yelp-xsl/C/db2html-division.page | 20 +
doc/yelp-xsl/C/db2html.page | 2 +-
doc/yelp-xsl/C/db2xhtml.page | 2 +-
doc/yelp-xsl/C/html.css.core.page | 33 +-
doc/yelp-xsl/C/html.css.elements.page | 54 +-
doc/yelp-xsl/C/html.css.syntax.page | 36 +-
doc/yelp-xsl/C/html.page | 57 +-
doc/yelp-xsl/C/mal2html-page.page | 42 +-
doc/yelp-xsl/C/mal2html.page | 1 +
doc/yelp-xsl/C/mal2xhtml.page | 1 +
doc/yelp-xsl/C/tmpl.file.page | 59 ++
doc/yelp-xsl/C/tmpl.page | 53 ++
doc/yelp-xsl/C/tmpl.text.page | 56 ++
test/lipsum/README | 26 +
test/lipsum/index.page | 43 ++
test/lipsum/note1.page | 136 +++++
test/lipsum/task1.page | 34 ++
xslt/common/Makefile.am | 3 +-
xslt/common/css/Makefile.am | 8 +
xslt/common/css/README | 21 +
xslt/common/css/core.css.tmpl | 241 ++++++++
xslt/common/css/docbook.css.tmpl | 175 ++++++
xslt/common/css/elements.css.tmpl | 584 ++++++++++++++++++
xslt/common/css/mallard-editor.css.tmpl | 19 +
xslt/common/css/mallard.css.tmpl | 493 +++++++++++++++
xslt/common/css/syntax.css.tmpl | 51 ++
xslt/common/html.xsl | 1006 ++-----------------------------
xslt/common/tmpl.xsl | 162 +++++
xslt/dita/html/dita2xhtml.xsl | 1 +
xslt/docbook/html/Makefile.am | 1 -
xslt/docbook/html/db2html-css.xsl | 224 -------
xslt/docbook/html/db2html-division.xsl | 25 +-
xslt/docbook/html/db2xhtml.xsl | 2 +-
xslt/mallard/html/mal2html-page.xsl | 578 +-----------------
xslt/mallard/html/mal2xhtml.xsl | 1 +
38 files changed, 2331 insertions(+), 2009 deletions(-)
---
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]