summaryrefslogtreecommitdiffstats
path: root/src/doc/config/html-offline.qdocconf
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@digia.com>2013-04-29 14:01:12 +0200
committerTopi Reiniƶ <topi.reinio@digia.com>2013-04-29 16:18:38 +0300
commit62fdd5ee286d482b97ab6b3112a3ec76309e209e (patch)
treedae258f83563cbcfed29506aa88586e1a0cbb26b /src/doc/config/html-offline.qdocconf
parent50ce908098eb617ae0f37176b97048d8c60f6bd4 (diff)
Doc: Updated CSS style and license information
Adopted the same style and license texts as the emulator doc set. Also a few minor fixes to doc content. Change-Id: Iee8ab5c4405ba636d9891aad25c0c68b7ca9d716 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
Diffstat (limited to 'src/doc/config/html-offline.qdocconf')
-rw-r--r--src/doc/config/html-offline.qdocconf52
1 files changed, 36 insertions, 16 deletions
diff --git a/src/doc/config/html-offline.qdocconf b/src/doc/config/html-offline.qdocconf
index 2bbce93..103d739 100644
--- a/src/doc/config/html-offline.qdocconf
+++ b/src/doc/config/html-offline.qdocconf
@@ -1,34 +1,54 @@
-HTML.nobreadcrumbs = "true"
+#HTML.nobreadcrumbs = "true"
-HTML.stylesheets = template/style/offline.css
+HTML.stylesheets = template/style/offline.css
-qhp.extraFiles += style/offline.css
+# Copy images used by the template to images folder in output directory
+HTML.extraimages = template/images/bgrContent.png \
+ template/images/blu_dot.png \
+ template/images/btn_next.png \
+ template/images/btn_prev.png \
+ template/images/ico_note.png \
+ template/images/ico_note_attention.png \
+ template/images/ico_out.png \
+ template/images/arrow_bc.png \
+ template/images/home.png
+
+# Add style-related files into qch package
+qhp.extraFiles += style/offline.css \
+ images/bgrContent.png \
+ images/blu_dot.png \
+ images/btn_next.png \
+ images/btn_prev.png \
+ images/ico_note.png \
+ images/ico_note_attention.png \
+ images/ico_out.png \
+ images/home.png \
+ images/arrow_bc.png
HTML.headerstyles = \
" <link rel=\"stylesheet\" type=\"text/css\" href=\"style/offline.css\" />\n"
HTML.endheader = \
"</head>\n" \
- "<body>\n" \
- "<div class=\"header\" id=\"qtdocheader\"></div>\n"\
- "<div class=\"content\">\n" \
- "<div class=\"line\">\n" \
- "<div class=\"content mainContent\">\n" \
+ "<body>\n"
HTML.footer = \
- "</div>\n" \
- "</div>\n" \
- "</div>\n" \
+ " <div class=\"ft\">\n" \
+ " <span></span>\n" \
+ " </div>\n" \
+ "</div> \n" \
"<div class=\"footer\">\n" \
" <p>\n" \
- " <acronym title=\"Copyright\">&copy;</acronym> 2013 Digia Plc and/or its subsidiaries.</p>\n" \
+ " <acronym title=\"Copyright\">&copy;</acronym> 2013 Digia Plc and/or its\n" \
+ " subsidiaries.</p>\n" \
" <p>\n" \
- " Licensees holding valid Qt Commercial licenses may use this document in accordance\n" \
- " with the Qt Commercial License Agreement provided with the Software or, alternatively,\n" \
- " in accordance with the terms contained in a written agreement between you and Digia.</p>\n" \
+ " Licensees holding valid Qt Commercial licenses may use this document in\n" \
+ " accordance with the Qt Commercial License Agreement provided with the\n" \
+ " Software or, alternatively, in accordance with the terms contained in a\n" \
+ " written agreement between you and Digia.<\p>\n" \
" <p>\n" \
" Digia, Qt and their respective logos are trademarks of Digia Plc \n" \
" in Finland and/or other countries worldwide. All other trademarks are property\n" \
" of their respective owners. <a title=\"Privacy Policy\"\n" \
" href=\"http://en.gitorious.org/privacy_policy/\">Privacy Policy</a></p>\n" \
- "</div>\n" \
+ "</div>\n"