diff options
author | Mauro Toffanin <toffanin.mauro@gmail.com> | 2010-01-10 19:07:18 +0100 |
---|---|---|
committer | Mauro Toffanin <toffanin.mauro@gmail.com> | 2010-01-10 19:07:18 +0100 |
commit | 3fbedcd951482030fe6a9560b641643ae22e3c8c (patch) | |
tree | 236714b702d46855210695f7b19f17c653688ead | |
parent | Transform the profiles chapter. (diff) | |
download | devmanual-3fbedcd951482030fe6a9560b641643ae22e3c8c.tar.gz devmanual-3fbedcd951482030fe6a9560b641643ae22e3c8c.tar.bz2 devmanual-3fbedcd951482030fe6a9560b641643ae22e3c8c.zip |
Implemented a better dir structure for the themes
-rw-r--r-- | Makefile.docbook | 3 | ||||
-rw-r--r-- | public/css-themes/.gitignore (renamed from public/stylesheets/.gitignore) | 0 | ||||
-rw-r--r-- | public/css-themes/localhost-html/images/770-grid.png (renamed from public/stylesheets/web/images/770-grid.png) | bin | 958 -> 958 bytes | |||
-rw-r--r-- | public/css-themes/localhost-html/images/770-grid.svg (renamed from public/stylesheets/web/images/770-grid.svg) | 0 | ||||
-rw-r--r-- | public/css-themes/localhost-html/js/hashgrid.js (renamed from public/stylesheets/web/js/hashgrid.js) | 0 | ||||
-rw-r--r-- | public/css-themes/localhost-html/styles/grid.css (renamed from public/stylesheets/web/css/grid.css) | 0 | ||||
-rw-r--r-- | public/css-themes/localhost-html/styles/main.css (renamed from public/stylesheets/web/css/style.css) | 0 | ||||
-rw-r--r-- | public/css-themes/localhost-html/styles/reset.css (renamed from public/stylesheets/web/css/reset.css) | 0 | ||||
-rw-r--r-- | public/css-themes/localhost-html/styles/typefacing.css (renamed from public/stylesheets/web/css/typefacing.css) | 0 | ||||
-rw-r--r-- | public/stylesheets/web/fonts/DroidSans-Bold.ttf | bin | 191032 -> 0 bytes | |||
-rw-r--r-- | public/stylesheets/web/fonts/DroidSans.ttf | bin | 190044 -> 0 bytes | |||
-rw-r--r-- | public/stylesheets/web/fonts/DroidSansMono.ttf | bin | 117072 -> 0 bytes | |||
-rw-r--r-- | public/stylesheets/web/fonts/DroidSerif-Bold.ttf | bin | 184836 -> 0 bytes | |||
-rw-r--r-- | public/stylesheets/web/fonts/DroidSerif-BoldItalic.ttf | bin | 189916 -> 0 bytes | |||
-rw-r--r-- | public/stylesheets/web/fonts/DroidSerif-Italic.ttf | bin | 177176 -> 0 bytes | |||
-rw-r--r-- | public/stylesheets/web/fonts/DroidSerif-Regular.ttf | bin | 172532 -> 0 bytes | |||
-rw-r--r-- | stylesheets/localhost.xsl (renamed from stylesheets/gentoo.org.xsl) | 0 |
17 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.docbook b/Makefile.docbook index 2b9fdf4..ae77235 100644 --- a/Makefile.docbook +++ b/Makefile.docbook @@ -3,7 +3,7 @@ XSLTPROC = xsltproc XSL-NS-SS = http://docbook.sourceforge.net/release/xsl-ns/current/ BASEURI := $(shell pwd)/public/ - +CSS_THEME_NAME := localhost-html/ generate: main.docbook $(XSLTPROC) \ --xinclude \ @@ -15,6 +15,7 @@ generate: main.docbook --stringparam toc.section.depth 1 \ --stringparam collect.xref.targets "yes" \ --stringparam targets.filename "$(patsubst %.xhtml,%.olinkdb,$@)" \ + --stringparam css.theme.name "${CSS_THEME_NAME}" \ stylesheets/gentoo.org.xsl $< chunk.toc.new: diff --git a/public/stylesheets/.gitignore b/public/css-themes/.gitignore index e69de29..e69de29 100644 --- a/public/stylesheets/.gitignore +++ b/public/css-themes/.gitignore diff --git a/public/stylesheets/web/images/770-grid.png b/public/css-themes/localhost-html/images/770-grid.png Binary files differindex c4bf785..c4bf785 100644 --- a/public/stylesheets/web/images/770-grid.png +++ b/public/css-themes/localhost-html/images/770-grid.png diff --git a/public/stylesheets/web/images/770-grid.svg b/public/css-themes/localhost-html/images/770-grid.svg index 0e2c250..0e2c250 100644 --- a/public/stylesheets/web/images/770-grid.svg +++ b/public/css-themes/localhost-html/images/770-grid.svg diff --git a/public/stylesheets/web/js/hashgrid.js b/public/css-themes/localhost-html/js/hashgrid.js index 428ba43..428ba43 100644 --- a/public/stylesheets/web/js/hashgrid.js +++ b/public/css-themes/localhost-html/js/hashgrid.js diff --git a/public/stylesheets/web/css/grid.css b/public/css-themes/localhost-html/styles/grid.css index a2ed3d0..a2ed3d0 100644 --- a/public/stylesheets/web/css/grid.css +++ b/public/css-themes/localhost-html/styles/grid.css diff --git a/public/stylesheets/web/css/style.css b/public/css-themes/localhost-html/styles/main.css index f24610d..f24610d 100644 --- a/public/stylesheets/web/css/style.css +++ b/public/css-themes/localhost-html/styles/main.css diff --git a/public/stylesheets/web/css/reset.css b/public/css-themes/localhost-html/styles/reset.css index 3a5ff48..3a5ff48 100644 --- a/public/stylesheets/web/css/reset.css +++ b/public/css-themes/localhost-html/styles/reset.css diff --git a/public/stylesheets/web/css/typefacing.css b/public/css-themes/localhost-html/styles/typefacing.css index e61f9a1..e61f9a1 100644 --- a/public/stylesheets/web/css/typefacing.css +++ b/public/css-themes/localhost-html/styles/typefacing.css diff --git a/public/stylesheets/web/fonts/DroidSans-Bold.ttf b/public/stylesheets/web/fonts/DroidSans-Bold.ttf Binary files differdeleted file mode 100644 index 7ac04b6..0000000 --- a/public/stylesheets/web/fonts/DroidSans-Bold.ttf +++ /dev/null diff --git a/public/stylesheets/web/fonts/DroidSans.ttf b/public/stylesheets/web/fonts/DroidSans.ttf Binary files differdeleted file mode 100644 index 2537cc3..0000000 --- a/public/stylesheets/web/fonts/DroidSans.ttf +++ /dev/null diff --git a/public/stylesheets/web/fonts/DroidSansMono.ttf b/public/stylesheets/web/fonts/DroidSansMono.ttf Binary files differdeleted file mode 100644 index 6e79dad..0000000 --- a/public/stylesheets/web/fonts/DroidSansMono.ttf +++ /dev/null diff --git a/public/stylesheets/web/fonts/DroidSerif-Bold.ttf b/public/stylesheets/web/fonts/DroidSerif-Bold.ttf Binary files differdeleted file mode 100644 index 85d6c6b..0000000 --- a/public/stylesheets/web/fonts/DroidSerif-Bold.ttf +++ /dev/null diff --git a/public/stylesheets/web/fonts/DroidSerif-BoldItalic.ttf b/public/stylesheets/web/fonts/DroidSerif-BoldItalic.ttf Binary files differdeleted file mode 100644 index 9d8e798..0000000 --- a/public/stylesheets/web/fonts/DroidSerif-BoldItalic.ttf +++ /dev/null diff --git a/public/stylesheets/web/fonts/DroidSerif-Italic.ttf b/public/stylesheets/web/fonts/DroidSerif-Italic.ttf Binary files differdeleted file mode 100644 index 6acc86d..0000000 --- a/public/stylesheets/web/fonts/DroidSerif-Italic.ttf +++ /dev/null diff --git a/public/stylesheets/web/fonts/DroidSerif-Regular.ttf b/public/stylesheets/web/fonts/DroidSerif-Regular.ttf Binary files differdeleted file mode 100644 index 8c1c2c4..0000000 --- a/public/stylesheets/web/fonts/DroidSerif-Regular.ttf +++ /dev/null diff --git a/stylesheets/gentoo.org.xsl b/stylesheets/localhost.xsl index eb96ba8..eb96ba8 100644 --- a/stylesheets/gentoo.org.xsl +++ b/stylesheets/localhost.xsl |