Install Guide for reveal.js and dzslides

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|

Install Guide for reveal.js and dzslides

sappo
Hi Guys,

I'm really excited about the asciidoctor-backend project and the nice templates to deck.js, reveal.js and dzslides.
I followed the guide at http://asciidoctor.org/docs/user-manual/#backend-and-deck-js-installation and got deck.js running rather easily. But with dzslides and reveal.js I didn't have any success.

Where do I get the files I need to compile and run reveal.js and dzslides from? Is there a plan to extend the guide for these two frameworks?

Thank in advance ;)

//sappo
Reply | Threaded
Open this post in threaded view
|

Re: Install Guide for reveal.js and dzslides

ch007m
Reveal.js

The work is in progress to be able to use Reveal.js with asciidoctor. Some files have already been translated  (block_image.html.haml, block_olist.html.haml, block_ulist.html.haml, document.html.haml, section.html.haml) but until now this is not enough to work with it.

DZSlides

This work is finalized and some end users are already using it ! To use it, you should clone the project asciidoctor-backend and pass as parameter the location of the DZSlides backend

Repo to be cloned : https://github.com/asciidoctor/asciidoctor-backends/tree/master/slim/dzslides

Command to be used :

asciidoctor -T ./pathToYourDirc/asciidoctor-backends/slim/dzslides -b dzslides slidedoc.adoc
Charles Moulliard
Apache Committer / Technologist Evangelist / Blogger / MiddleWare Specialist
Twitter : @cmoulliard
Reply | Threaded
Open this post in threaded view
|

Re: Install Guide for reveal.js and dzslides

sappo
Thanks, I can compile my asciidoc file into html for dzslides now. But where do I get the styles and javascript etc. for dzslides?
Reply | Threaded
Open this post in threaded view
|

Re: Install Guide for reveal.js and dzslides

ch007m
Here is the GitHub repo of DZslides



On Mon, Nov 25, 2013 at 2:39 PM, sappo [via Asciidoctor :: Discussion] <[hidden email]> wrote:
Thanks, I can compile my asciidoc file into html for dzslides now. But where do I get the styles and javascript etc. for dzslides?


If you reply to this email, your message will be added to the discussion below:
http://discuss.asciidoctor.org/Install-Guide-for-reveal-js-and-dzslides-tp1081p1084.html
To unsubscribe from Install Guide for reveal.js and dzslides, click here.
NAML



--
Charles Moulliard
Apache Committer / Architect @RedHat
Twitter : @cmoulliard | Blog :  http://cmoulliard.github.io

Charles Moulliard
Apache Committer / Technologist Evangelist / Blogger / MiddleWare Specialist
Twitter : @cmoulliard
Reply | Threaded
Open this post in threaded view
|

Re: Install Guide for reveal.js and dzslides

sappo
The dzslides repo consits of:

/shells
/shells/embedder.html
/shells/onstage.html
readme.md
template.html

While the generate website refers to:

<link rel="stylesheet" href="./dzslides/themes/style/default.css">
<link rel="stylesheet" href="./dzslides/core/dzslides.css">
<link rel="stylesheet" href="./dzslides/themes/transition/horizontal-slide.css">
<script src="./dzslides/core/dzslides.js">

Is there another repository? With these files?
Reply | Threaded
Open this post in threaded view
|

Re: Install Guide for reveal.js and dzslides

ch007m
We need this repo where Dan has extracted the css / js from the dzslides (one page) and place them in dir/files



On Mon, Nov 25, 2013 at 4:00 PM, sappo [via Asciidoctor :: Discussion] <[hidden email]> wrote:
The dzslides repo consits of:

/shells
/shells/embedder.html
/shells/onstage.html
readme.md
template.html

While the generate website refers to:

<link rel="stylesheet" href="./dzslides/themes/style/default.css">
<link rel="stylesheet" href="./dzslides/core/dzslides.css">
<link rel="stylesheet" href="./dzslides/themes/transition/horizontal-slide.css">
<script src="./dzslides/core/dzslides.js">

Is there another repository? With these files?


If you reply to this email, your message will be added to the discussion below:
http://discuss.asciidoctor.org/Install-Guide-for-reveal-js-and-dzslides-tp1081p1088.html
To unsubscribe from Install Guide for reveal.js and dzslides, click here.
NAML



--
Charles Moulliard
Apache Committer / Architect @RedHat
Twitter : @cmoulliard | Blog :  http://cmoulliard.github.io

Charles Moulliard
Apache Committer / Technologist Evangelist / Blogger / MiddleWare Specialist
Twitter : @cmoulliard