summaryrefslogtreecommitdiffstats
path: root/doc/global/qt-html-templates-offline.qdocconf
diff options
context:
space:
mode:
authorJerome Pasion <jerome.pasion@digia.com>2012-09-21 14:33:45 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-09-22 19:56:07 +0200
commit82f863caeaeff89a2082c2bc32ef9d4c459db1a8 (patch)
treea21a31af5fcd68c17a85fa1fb9e5e92137662500 /doc/global/qt-html-templates-offline.qdocconf
parent9626ab0f01c5a6f05a3a49a59dbed64778937faa (diff)
Doc: Adding documentation templates from qtbase
Task-number: QTBUG-27293 Change-Id: I8b91da22b62b5ad8d36a5c0e0eaee5321fa500cf Reviewed-by: Martin Smith <martin.smith@digia.com>
Diffstat (limited to 'doc/global/qt-html-templates-offline.qdocconf')
-rw-r--r--doc/global/qt-html-templates-offline.qdocconf45
1 files changed, 45 insertions, 0 deletions
diff --git a/doc/global/qt-html-templates-offline.qdocconf b/doc/global/qt-html-templates-offline.qdocconf
new file mode 100644
index 00000000..135d0ab9
--- /dev/null
+++ b/doc/global/qt-html-templates-offline.qdocconf
@@ -0,0 +1,45 @@
+#
+# W A R N I N G
+# -------------
+#
+# A common HTML template for modules in this repository.
+# This template is common among the Qt 5 modules.
+#
+# A change in this template must be replicated in all of the repositories.
+#
+# We mean it.
+#
+
+HTML.templatedir = ../../../doc
+
+HTML.nobreadcrumbs = "true"
+
+HTML.stylesheets = global/style/offline.css
+
+HTML.headerstyles = \
+ " <link rel=\"stylesheet\" type=\"text/css\" href=\"style/offline.css\" />\n"
+
+HTML.endheader = \
+ "</head>\n" \
+
+HTML.footer = \
+ "<div class=\"footer\">\n" \
+ " <p>\n" \
+ " <acronym title=\"Copyright\">&copy;</acronym> 2012 Nokia Corporation and/or its\n" \
+ " subsidiaries. Documentation contributions included herein are the copyrights of\n" \
+ " their respective owners.</p>\n" \
+ " <br />\n" \
+ " <p>\n" \
+ " The documentation provided herein is licensed under the terms of the\n" \
+ " <a href=\"http://www.gnu.org/licenses/fdl.html\">GNU Free Documentation\n" \
+ " License version 1.3</a> as published by the Free Software Foundation.</p>\n" \
+ " <p>\n" \
+ " Documentation sources may be obtained from <a href=\"http://www.qt-project.org\">\n" \
+ " www.qt-project.org</a>.</p>\n" \
+ " <br />\n" \
+ " <p>\n" \
+ " Nokia, Qt and their respective logos are trademarks of Nokia Corporation \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" \