What are the relative merits of slidy vs JQS5?
On 20/08/10 22:16, david wrote:
I'm late and I missed that.
Creation of slides would be a very great improvment of asciidoc... I
was wondering if it was possible to include the support of slidy, the
w3c current recommendation to create slideshow (http://www.w3.org/
Talks/Tools/#slidy). I don't know if it's easily faisable. In slidy,
each slides is contained in<div class="slide"> ...</div>, the title
of the slide is in<h1> ...</h1>. Incremental display (class =
"incremental") and expandable content (class = "outline" or "expand")
are supported.
On 2 août, 23:31, Stuart Rackham<[email protected]> wrote:
On 29/06/10 00:12, Bela Hausmann wrote:
You may also be interested inhttp://staticfree.info/projects/jqs5/,
which is basicS5(not as powerful), but without extra HTML markup.
That's neat, all you would need to do is create a jqs5.conf file that included a
customized version of the html4.conf [header] then run something like (haven't
tried it though).
asciidoc -b html4 -f jqs5.conf myslideshow.txt
Cheers, Stuart
Bela
On 7 Jun., 00:18, svenax<[email protected]> wrote:
I really like simple text markup, and I have been using asciidoc a lot
for documentation and short documents. Sometimes, though, I need to
make some kind of presentations, and a nice and clean way of doing
this is by usingS5which is based on XHTML.
Unfortunately, asciidoc does not have anS5output option, so I tried
Pandoc instead. But it got too confusing to use two different markup
systems with almost, but not quite, the same syntax.
Since asciidoc is eminently configurable, I thought I should try to
make theS5output option myself. It is by no means finished, but it
works reasonably well for me. If anyone is interested, you can grab it
here:
http://github.com/svenax/asciidoc-s5
Please feel free to comment, modify, and help me make it better.
Eventually anS5backend may find its way into the standard asciidoc
distribution.
--
Sven Axelsson
--
You received this message because you are subscribed to the Google Groups
"asciidoc" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/asciidoc?hl=en.