summaryrefslogtreecommitdiffstats
path: root/src/doc/config/html-offline.qdocconf
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@digia.com>2013-04-25 11:24:35 +0200
committerTopi Reiniƶ <topi.reinio@digia.com>2013-04-26 14:02:26 +0300
commit15bb09549f57de1f1dc0dc29104261e82d949c22 (patch)
treede3924c2cb861ee26ebd58f0a930fad6d6cfa3e1 /src/doc/config/html-offline.qdocconf
parent32e01c765ee47efbaab25e121481dc267c42e78f (diff)
Doc: Initial documentation set for B2Qt
Contains introduction, getting started, setting up development hardware, supported platforms and troubleshooting sections. Task-number: QTRD-1956 Change-Id: Ib14d2314f35ec929b4f62293b5efdb5a9c5ebdb4 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.qdocconf34
1 files changed, 34 insertions, 0 deletions
diff --git a/src/doc/config/html-offline.qdocconf b/src/doc/config/html-offline.qdocconf
new file mode 100644
index 0000000..2bbce93
--- /dev/null
+++ b/src/doc/config/html-offline.qdocconf
@@ -0,0 +1,34 @@
+HTML.nobreadcrumbs = "true"
+
+HTML.stylesheets = template/style/offline.css
+
+qhp.extraFiles += style/offline.css
+
+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" \
+
+HTML.footer = \
+ "</div>\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" \
+ " <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" \
+ " <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" \