summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJerome Pasion <jerome.pasion@digia.com>2013-08-15 13:00:14 +0200
committerJerome Pasion <jerome.pasion@digia.com>2013-08-15 13:25:37 +0200
commit7b67648922c02430ac471cf33d1d6ce4c9fde373 (patch)
tree19b4bf886b1b492beba3b43408d4ecf3338a027a
parent10398f243ae8571d2807940a7df75b4fd9375bce (diff)
snapshot: Added HTML template with 'nosubdirs'
Change-Id: Ie3789ca40fcbef9d799d9cabe85ed45ce6d3790c Reviewed-by: Martin Smith <martin.smith@digia.com>
-rw-r--r--doc-snapshot/templates/qt-html-templates-snapshot-nosubdir.qdocconf44
1 files changed, 44 insertions, 0 deletions
diff --git a/doc-snapshot/templates/qt-html-templates-snapshot-nosubdir.qdocconf b/doc-snapshot/templates/qt-html-templates-snapshot-nosubdir.qdocconf
new file mode 100644
index 0000000..ef903d6
--- /dev/null
+++ b/doc-snapshot/templates/qt-html-templates-snapshot-nosubdir.qdocconf
@@ -0,0 +1,44 @@
+#include standard set of HTML header and footer.
+include(html-config.qdocconf)
+include(html-header-online.qdocconf)
+include(html-footer.qdocconf)
+
+#uncomment if navigation bar is not wanted
+#HTML.nonavigationbar = "true"
+
+HTML.stylesheets = template/style/online.css
+HTML.extraimages += template/images/ico_out.png \
+ template/images/ico_note.png \
+ template/images/ico_note_attention.png \
+ template/images/btn_prev.png \
+ template/images/btn_next.png \
+ template/images/bullet_dn.png \
+ template/images/bullet_sq.png \
+ template/images/bgrContent.png \
+ template/images/Qt-logo.png \
+ template/images/Qt-dark_gradient.png \
+ template/images/Qt-footer-bg.jpg \
+ template/images/Qt-footer_shadow.png \
+ template/images/Qt-gradient.png \
+ template/images/Qt-header-bg.jpg
+
+#Google Analytics script
+HTML.headerscripts = \
+ "<script src=\"scripts/superfish.js\" type=\"text/javascript\"></script>\n" \
+ "<script src=\"scripts/narrow.js\" type=\"text/javascript\"></script>\n\n" \
+ "<script type=\"text/javascript\">\n" \
+ " \n" \
+ " var _gaq = _gaq || [];\n" \
+ " _gaq.push(['_setAccount', 'UA-35529873-1']);\n" \
+ " _gaq.push(['_trackPageview']);\n" \
+ " \n" \
+ " (function() {\n" \
+ " var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;\n" \
+ " ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';\n" \
+ " var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);\n" \
+ " })();\n" \
+ " \n" \
+ "</script>\n\n" \
+
+HTML.nosubdirs = "true"
+HTML.outputsubdir = "html"