17 Commits

Author SHA1 Message Date
Glen Fernandes
8becc1be28
Merge pull request #7 from vprus/meta-viewport
Generate meta viewport element.
2023-02-26 09:28:51 -05:00
Glen Fernandes
53b9e5fe04
Merge pull request #6 from vprus/copyright-footer
Make copyright footer generation simpler and more flexible.
2023-02-26 09:28:26 -05:00
Glen Fernandes
aa3d1d676c Switch encoding to UTF-8 2020-04-10 17:41:32 -04:00
Daniel James
c42075541b Option to add viewpost meta tag for mobile devices 2017-11-04 01:53:56 +00:00
Daniel James
f87d471d5c Write out class for quickbook blurb elements 2017-10-12 01:37:29 +01:00
Vladimir Prus
6700d12201 Generate meta viewport element.
This improves layout on mobile devices. I had to remove declaration
for the 'rev' element as otherwise the 'meta' element would have
namespace declaration as well, for no reason. Possibly there's a
better solution.
2014-12-08 20:31:11 +03:00
Vladimir Prus
9ebd73f432 Make copyright footer generation simpler and more flexible.
The footer template has code to generate revision number,
which was never updated to git and therefore generates no text,
but still generates a somewhat complex table structure. This
commit removes code for version numbers, and makes output a simple
div.

I've also added a hook to use pick content of whatever paragraph
with role of 'copyright' the document has, since right now we
pick copyright only from 'bookinfo' element, and Docbook renders
bookinfo element right at the start, and for Boost.Build documentation
I want documentation to start with some hints how to start, not
with a copyright statement.
2014-12-08 10:37:56 +03:00
Daniel James
ac51c2dcfc Try to make last-revsion a little more robust.
Don't display anything for empty '$Date$' variables, and just display the value
for normal, non version control values.

[SVN r86273]
2013-10-12 20:09:53 +00:00
Robert Kawulak
fae9c57743 [BoostBook] Added support for SVN fixed-length $Date$ keyword.
[SVN r85021]
2013-07-13 12:44:17 +00:00
John Maddock
1371bab260 Add option to permit single depth TOC at chapter level, while maintaining multi-depth TOC at subsequent levels.
This is primarily for the Math lib docs.

[SVN r84270]
2013-05-13 16:51:41 +00:00
Steven Watanabe
982e627f9e Initial work to output MathJax for LaTeX formulae.
[SVN r75059]
2011-10-19 02:20:59 +00:00
John Maddock
70aadf5edf Add AutoIndex tool from sandbox.
Integrate into Boost.Build.
Add HTML stylesheet options for Indexes.
Add rule to XSL stylesheets to place Indexes in their own HTML CSS class.

[SVN r72962]
2011-07-08 11:28:42 +00:00
Daniel James
e361a5181f Revert doctype in html generated from boostbook.
[SVN r68257]
2011-01-18 22:05:34 +00:00
Daniel James
4449e38692 Use a doctype in html documentation.
[SVN r67857]
2011-01-09 12:03:22 +00:00
Daniel James
d6c3e8bb20 Only use '/doc/src/' for images in the main boost repository.
[SVN r63195]
2010-06-21 20:36:47 +00:00
Daniel James
aebcfe8801 When generating boostbook, use images from doc/src
[SVN r63151]
2010-06-20 18:03:40 +00:00
Steven Watanabe
378dccbe06 Add source for Boost.Test docs
[SVN r62071]
2010-05-17 20:09:18 +00:00