diff options
author | Martin Lucina <mato@kotelna.sk> | 2010-09-04 17:42:33 +0200 |
---|---|---|
committer | Martin Lucina <mato@kotelna.sk> | 2010-09-04 17:42:33 +0200 |
commit | 32fd916c731901944e01c0cb445d32ce0d162693 (patch) | |
tree | b10255a85833cf20421a3eca0227ae633b334b62 | |
parent | a6d3629fb4f87c018c7ba2f8c4ff69f7eda07790 (diff) |
doc: Add 0MQ version to XHTML11 backend footer
Thanks to Matt Weinstein for the suggestion.
-rw-r--r-- | doc/asciidoc.conf | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/asciidoc.conf b/doc/asciidoc.conf index 15633a3..d73d711 100644 --- a/doc/asciidoc.conf +++ b/doc/asciidoc.conf @@ -36,6 +36,20 @@ template::[header-declarations] endif::backend-docbook[] endif::doctype-manpage[] +ifdef::backend-xhtml11[] +[footer] +</div> +{disable-javascript%<div id="footnotes"><hr /></div>} +<div id="footer"> +<div id="footer-text"> +ØMQ {zmq_version}<br /> +Last updated {docdate} {doctime} +</div> +</div> +</body> +</html> +endif::backend-xhtml11[] + [replacements] ifdef::backend-xhtml11[] 0MQ=ØMQ |