summaryrefslogtreecommitdiffstats
path: root/doc/global/qt-html-templates-online.qdocconf
diff options
context:
space:
mode:
authorJerome Pasion <jerome.pasion@digia.com>2013-02-19 17:54:54 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-06-25 14:03:24 +0200
commitb11cb96f282fb1037ad31fbafe279c9a8a8dfeda (patch)
treea3fbef8df032458b0d7c745edfd40fbe9478de12 /doc/global/qt-html-templates-online.qdocconf
parent7b48954df25930208491a4434127119b1825161d (diff)
Doc: Fixed QDoc's navigation mechanism.
The HTML pages need to display minimal navigation such as a link to the module landing page or Qt 5's index.html. -new variables available in qdocconf files: navigation.landingpage navigation.homepage navigation.cppclassespage navigation.qmltypespage buildversion The navigation variables are for the new navigation bar. The buildversion variable is to insert documentation build information into the pages. Note about compatibility with Qt Creator docs: The HTML template files for Qt Creator is retained to keep Qt Creator compatible with 5.0.x and 5.1.x. Change-Id: Ibb4d7cada19644204457d822b6b77b2aa7b70f8d Reviewed-by: Martin Smith <martin.smith@digia.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
Diffstat (limited to 'doc/global/qt-html-templates-online.qdocconf')
-rw-r--r--doc/global/qt-html-templates-online.qdocconf82
1 files changed, 7 insertions, 75 deletions
diff --git a/doc/global/qt-html-templates-online.qdocconf b/doc/global/qt-html-templates-online.qdocconf
index fb04a76000..88abc3429b 100644
--- a/doc/global/qt-html-templates-online.qdocconf
+++ b/doc/global/qt-html-templates-online.qdocconf
@@ -1,4 +1,10 @@
-HTML.nobreadcrumbs = "true"
+#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 \
@@ -15,77 +21,3 @@ HTML.extraimages += template/images/ico_out.png \
template/images/Qt-footer_shadow.png \
template/images/Qt-gradient.png \
template/images/Qt-header-bg.jpg
-
-
-HTML.headerstyles = \
- " <link rel=\"stylesheet\" type=\"text/css\" href=\"style/online.css\" />\n"
-
-HTML.endheader = \
- "</head>\n" \
- "<body>\n" \
- "<div class=\"header\" id=\"qtdocheader\"></div>\n" \
- " <div class=\"nav\" id=\"qt13a-header\">\n" \
- " <div class=\"qt13a-gradient\">\n" \
- " <div class=\"qt13a-container qt13a-dynamicREMOVE\" >\n" \
- " <div id=\"qt13a-register\">\n" \
- " <a href=\"http://qt-project.org/\">Qt Home</a>\n" \
- " <a href=\"https://bugreports.qt-project.org/\">Bug Tracker</a>\n" \
- " <a href=\"https://codereview.qt-project.org/\">Code Review</a>\n" \
- " </div>\n" \
- " <div class=\"qt13a-sixCol\">\n" \
- " <div id=\"qt13a-logo\">\n" \
- " <a href=\"http://qt-project.org/\" class=\"qt13a-site-logo\">\n" \
- " <img src=\"images/Qt-logo.png\" alt=\"Qt\"><\img>\n" \
- " </a>\n" \
- " </div>\n" \
- " <div id=\"qt13a-title_nav\">\n" \
- " <div id=\"qt13a-title\">\n" \
- " <p class=\"qt13a-title\">Qt Documentation Snapshots</p>\n" \
- " </div>\n" \
- " <div class=\"qt13a-nav\">\n" \
- " <ul>\n" \
- " <li>\n" \
- " <a href=\"http://doc-snapshot.qt-project.org\">Snapshots</a>\n" \
- " </li>\n" \
- " <li>\n" \
- " <a href=\"http://qt-project.org/doc\">Released</a>\n" \
- " </li>\n" \
- " <li>\n" \
- " <a href=\"http://doc.qt.digia.com\">Archives</a>\n" \
- " </li>\n" \
- " </ul>\n" \
- " </div>\n" \
- " </div>\n" \
- " </div>\n" \
- " </div>\n" \
- " </div>\n" \
- " </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" \
- " <div class="qt13a-copyright" id="copyright">\n" \
- " <div class=\"qt13a-container\">\n" \
- " <p>\n" \
- " <acronym title=\"Copyright\">&copy;</acronym> 2013 Digia Plc and/or its\n" \
- " subsidiaries. Documentation contributions included herein are the copyrights of\n" \
- " their respective owners.</p>\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" \
- " <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" \