summaryrefslogtreecommitdiffstats
path: root/doc/installerfw-online.qdocconf
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@theqtcompany.com>2014-11-25 09:58:05 +0100
committerLeena Miettinen <riitta-leena.miettinen@theqtcompany.com>2014-11-26 14:18:06 +0100
commitd81176d2dd3b03cc6a2f9d69e1fd1e90832a0374 (patch)
tree8dc6ae4ca9c0c9023d7403d154341cd22fbae702 /doc/installerfw-online.qdocconf
parentac79fa8edf9d81c801c120f3c9d9edf93d2b0bfe (diff)
Doc: prepare for Qt.io
Brought back the online and offline configuration files, because they will use different templates again. Added an HTML footer needed for other docs than Qt reference docs on Qt.io. Added an HTML file with sidebar content used in the online style. Change-Id: I2f806b955fe86618af64df40db414ba82d81092d Reviewed-by: Niels Weber <niels.weber@theqtcompany.com> Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com>
Diffstat (limited to 'doc/installerfw-online.qdocconf')
-rw-r--r--doc/installerfw-online.qdocconf20
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/installerfw-online.qdocconf b/doc/installerfw-online.qdocconf
new file mode 100644
index 000000000..96a119a03
--- /dev/null
+++ b/doc/installerfw-online.qdocconf
@@ -0,0 +1,20 @@
+# Run qdoc from the directory that contains this file.
+include(config/ifw.qdocconf)
+
+HTML.footer = \
+ " </div>\n" \
+ " <p class=\"copy-notice\">\n" \
+ " <acronym title=\"Copyright\">&copy;</acronym> 2014 Digia Plc and/or its\n" \
+ " subsidiaries. Documentation contributions included herein are the copyrights of\n" \
+ " their respective owners. " \
+ " The documentation provided herein is licensed under the terms of the" \
+ " <a href=\"http://www.gnu.org/licenses/fdl.html\">GNU Free Documentation" \
+ " License version 1.3</a> as published by the Free Software Foundation. " \
+ " Digia, Qt and their respective logos are trademarks of Digia Plc " \
+ " in Finland and/or other countries worldwide. All other trademarks are property\n" \
+ " of their respective owners. </p>\n"
+
+include($QT_INSTALL_DOCS/global/qt-html-templates-online.qdocconf)
+
+# Add an .html file with sidebar content, used in the online style
+HTML.stylesheets += config/style/qt5-sidebar.html