Re: [asciidoc-discuss] How to put timestamp at top of .html output?

2007-01-24 Thread Stuart Rackham
Hi Matt

Matt England wrote:
 I currently generate my .html docs using:
 
asciidoc -a toc source-file.asciidoc
 
 How can I get the timestamp, which appears at the bottom of the page by 
 default, to appear somewhere at the top or near the top of the page?

You need to move the lines containing {revision} and {localdate} from 
the xhtml11.conf [footer] section to [header] section. The prefered way 
would be to create a local xhtml11.conf file containing your customized 
[header] and [footer] sections.


 
 -Matt
 
 
 ___
 Asciidoc-discuss mailing list
 Asciidoc-discuss@metaperl.com
 http://metaperl.com/cgi-bin/mailman/listinfo/asciidoc-discuss
 

Cheers, Stuart
-- 
Stuart Rackham

___
Asciidoc-discuss mailing list
Asciidoc-discuss@metaperl.com
http://metaperl.com/cgi-bin/mailman/listinfo/asciidoc-discuss


[asciidoc-discuss] How to put timestamp at top of .html output?

2007-01-21 Thread Matt England
I currently generate my .html docs using:

   asciidoc -a toc source-file.asciidoc

How can I get the timestamp, which appears at the bottom of the page by 
default, to appear somewhere at the top or near the top of the page?

-Matt


___
Asciidoc-discuss mailing list
Asciidoc-discuss@metaperl.com
http://metaperl.com/cgi-bin/mailman/listinfo/asciidoc-discuss