From 7b67648922c02430ac471cf33d1d6ce4c9fde373 Mon Sep 17 00:00:00 2001 From: Jerome Pasion Date: Thu, 15 Aug 2013 13:00:14 +0200 Subject: snapshot: Added HTML template with 'nosubdirs' Change-Id: Ie3789ca40fcbef9d799d9cabe85ed45ce6d3790c Reviewed-by: Martin Smith --- .../qt-html-templates-snapshot-nosubdir.qdocconf | 44 ++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 doc-snapshot/templates/qt-html-templates-snapshot-nosubdir.qdocconf diff --git a/doc-snapshot/templates/qt-html-templates-snapshot-nosubdir.qdocconf b/doc-snapshot/templates/qt-html-templates-snapshot-nosubdir.qdocconf new file mode 100644 index 0000000..ef903d6 --- /dev/null +++ b/doc-snapshot/templates/qt-html-templates-snapshot-nosubdir.qdocconf @@ -0,0 +1,44 @@ +#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 \ + template/images/ico_note.png \ + template/images/ico_note_attention.png \ + template/images/btn_prev.png \ + template/images/btn_next.png \ + template/images/bullet_dn.png \ + template/images/bullet_sq.png \ + template/images/bgrContent.png \ + template/images/Qt-logo.png \ + template/images/Qt-dark_gradient.png \ + template/images/Qt-footer-bg.jpg \ + template/images/Qt-footer_shadow.png \ + template/images/Qt-gradient.png \ + template/images/Qt-header-bg.jpg + +#Google Analytics script +HTML.headerscripts = \ + "\n" \ + "\n\n" \ + "\n\n" \ + +HTML.nosubdirs = "true" +HTML.outputsubdir = "html" -- cgit v1.2.3