aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMauro Toffanin <toffanin.mauro@gmail.com>2010-01-10 19:07:18 +0100
committerMauro Toffanin <toffanin.mauro@gmail.com>2010-01-10 19:07:18 +0100
commit3fbedcd951482030fe6a9560b641643ae22e3c8c (patch)
tree236714b702d46855210695f7b19f17c653688ead
parentTransform the profiles chapter. (diff)
downloaddevmanual-3fbedcd951482030fe6a9560b641643ae22e3c8c.tar.gz
devmanual-3fbedcd951482030fe6a9560b641643ae22e3c8c.tar.bz2
devmanual-3fbedcd951482030fe6a9560b641643ae22e3c8c.zip
Implemented a better dir structure for the themes
-rw-r--r--Makefile.docbook3
-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)bin958 -> 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.ttfbin191032 -> 0 bytes
-rw-r--r--public/stylesheets/web/fonts/DroidSans.ttfbin190044 -> 0 bytes
-rw-r--r--public/stylesheets/web/fonts/DroidSansMono.ttfbin117072 -> 0 bytes
-rw-r--r--public/stylesheets/web/fonts/DroidSerif-Bold.ttfbin184836 -> 0 bytes
-rw-r--r--public/stylesheets/web/fonts/DroidSerif-BoldItalic.ttfbin189916 -> 0 bytes
-rw-r--r--public/stylesheets/web/fonts/DroidSerif-Italic.ttfbin177176 -> 0 bytes
-rw-r--r--public/stylesheets/web/fonts/DroidSerif-Regular.ttfbin172532 -> 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
index c4bf785..c4bf785 100644
--- a/public/stylesheets/web/images/770-grid.png
+++ b/public/css-themes/localhost-html/images/770-grid.png
Binary files differ
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
deleted file mode 100644
index 7ac04b6..0000000
--- a/public/stylesheets/web/fonts/DroidSans-Bold.ttf
+++ /dev/null
Binary files differ
diff --git a/public/stylesheets/web/fonts/DroidSans.ttf b/public/stylesheets/web/fonts/DroidSans.ttf
deleted file mode 100644
index 2537cc3..0000000
--- a/public/stylesheets/web/fonts/DroidSans.ttf
+++ /dev/null
Binary files differ
diff --git a/public/stylesheets/web/fonts/DroidSansMono.ttf b/public/stylesheets/web/fonts/DroidSansMono.ttf
deleted file mode 100644
index 6e79dad..0000000
--- a/public/stylesheets/web/fonts/DroidSansMono.ttf
+++ /dev/null
Binary files differ
diff --git a/public/stylesheets/web/fonts/DroidSerif-Bold.ttf b/public/stylesheets/web/fonts/DroidSerif-Bold.ttf
deleted file mode 100644
index 85d6c6b..0000000
--- a/public/stylesheets/web/fonts/DroidSerif-Bold.ttf
+++ /dev/null
Binary files differ
diff --git a/public/stylesheets/web/fonts/DroidSerif-BoldItalic.ttf b/public/stylesheets/web/fonts/DroidSerif-BoldItalic.ttf
deleted file mode 100644
index 9d8e798..0000000
--- a/public/stylesheets/web/fonts/DroidSerif-BoldItalic.ttf
+++ /dev/null
Binary files differ
diff --git a/public/stylesheets/web/fonts/DroidSerif-Italic.ttf b/public/stylesheets/web/fonts/DroidSerif-Italic.ttf
deleted file mode 100644
index 6acc86d..0000000
--- a/public/stylesheets/web/fonts/DroidSerif-Italic.ttf
+++ /dev/null
Binary files differ
diff --git a/public/stylesheets/web/fonts/DroidSerif-Regular.ttf b/public/stylesheets/web/fonts/DroidSerif-Regular.ttf
deleted file mode 100644
index 8c1c2c4..0000000
--- a/public/stylesheets/web/fonts/DroidSerif-Regular.ttf
+++ /dev/null
Binary files differ
diff --git a/stylesheets/gentoo.org.xsl b/stylesheets/localhost.xsl
index eb96ba8..eb96ba8 100644
--- a/stylesheets/gentoo.org.xsl
+++ b/stylesheets/localhost.xsl