On 09/02/12 05:29, Qingping Hou wrote:
Oops... I see. ;-P

This time I packed following the guides you provide. See if this one
meets the requirements:
https://github.com/downloads/houqp/asciidoc-deckjs/deckjs-1.2.1.zip

I installed it and compiled the tutorial-slide.asciidoc and it worked fine (after I remembered to include the deck.js and ad-stylesheet directories with the output).

I made one small change to deckjs.conf so that the built-in xhtml11.conf file is located regardless of the OS or the install location, here's the diff:

8<------------
--- deckjs.conf.orig    2012-02-09 08:56:04.593387610 +1300
+++ deckjs.conf 2012-02-09 08:56:09.392182281 +1300
@@ -1,6 +1,6 @@
 # version 1.2.1

-include::/usr/share/asciidoc/xhtml11.conf[]
+include::{asciidoc-confdir}/xhtml11.conf[]


 [miscellaneous]
8<------------

I've also added it to the 'Plugins' web page (http://www.methods.co.nz/asciidoc/plugins.html).



BTW, can I update or reinstall a plugin in one command?

No you need to run the 'remove' then 'install' plugin commands (if I get some time I'll add and 'update' command to combine the two).


Cheers, Stuart



On Wed, Feb 8, 2012 at 7:35 AM, Stuart Rackham<[email protected]>  wrote:


On 07/02/12 15:25, Qingping Hou wrote:

Thx Stuart! I have packed it up and uploaded to github:
https://github.com/houqp/asciidoc-deckjs/downloads

Also the project page is updated for the downloadable package. :-)


What you've done is zipped up the project directory, what I was suggesting
was packaging the project as an AsciiDoc plugin i.e. to install you would do
something like:

  asciidoc --backend install deckjs-1.1.zip

Then to use it:

  asciidoc --backend deckjs mydocument.txt

See also:

http://www.methods.co.nz/asciidoc/userguide.html#X100
http://www.methods.co.nz/asciidoc/userguide.html#X101
http://www.methods.co.nz/asciidoc/manpage.html#X1


Cheers, Stuart




On Tue, Feb 7, 2012 at 4:51 AM, Stuart Rackham<[email protected]>    wrote:

Hi Qingping

That's really nice.

I've added it the list of 'Documents written using AsciiDoc'
(http://www.methods.co.nz/asciidoc/#X2). If you get time to package it up
into a downloadable plugin that would be great and I'll add it to the
backend plugins list (http://www.methods.co.nz/asciidoc/plugins.html).


Cheers, Stuart



On 06/02/12 21:05, Qingping Hou wrote:


Hi all,

I write a deck.js backend for ascdoc to cut down my work when writing
deck.js slides. Currently it supports all the standard features, but
not third-party extensions.

project page:
http://houqp.github.com/asciidoc-deckjs/

a demo slide written with asciidoc:
http://houqp.github.com/asciidoc-deckjs/tutorial-slide.html

Hope you enjoy this. :-)

---
Best Regards,
Dave Hou


--
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.



--
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.



--
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.

Reply via email to