Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add table with backends supported - README file #28

Open
cmoulliard opened this issue Nov 18, 2013 · 4 comments
Open

Add table with backends supported - README file #28

cmoulliard opened this issue Nov 18, 2013 · 4 comments

Comments

@cmoulliard
Copy link
Member

The README file of asciidoctor backends does not list the backends supported. Should be great to have a table listing what we have and also what is compatible with asciidoc (or not like slidy)

screen shot 2013-11-18 at 12 59 31

@mojavelinux
Copy link
Member

Want to take a stab at it? I'd be happy to review.

@cmoulliard
Copy link
Member Author

will have a look tomorrow afternoon. Most probably that we will to change a
little the css

On Wed, Nov 27, 2013 at 9:34 PM, Dan Allen [email protected] wrote:

Want to take a stab at it? I'd be happy to review.


Reply to this email directly or view it on GitHubhttps://github.com//issues/28#issuecomment-29417995
.

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

@cmoulliard
Copy link
Member Author

Here is a mardown example

| | Tech : | ERB [1] | Haml [2] | Slim [3] |
|:-------- | |:--------: | :--------: | :--------: | :--------: |
| **Unix Man Page** | |  | | |
| Man page | | x | | |
| **SGML/XML** | | | | | 
| DocBook 45 [4] | | x | x | x | 
| **Web**| | | | | 
| HTML5 | | x | x | x |
| **Slideshow**| | | | | 
| DZslides [5] | | | | x |
| DeckJS [6] | | | x | |
| RevealJS [7] | | | o | |
| Impress |  | - | - | -
| Slidy [8] | | - | - | - |
| **eFormat**| | | | | 
| pdf [9] | | x | x | x |
| epub [10] | | - | - | - |  

[x] : supported
[o] : not yet finalized
[-] : not supported

Template Engine

[1] : [ERB](http://www.ruby-doc.org/stdlib-2.0.0/libdoc/erb/rdoc/ERB.html)
[2] : [Haml](http://haml.info)
[3] : [Slim](http://slim-lang.com)

Format

[4] : [Docbook](http://www.docbook.org/)
[5] : [DZSlides](http://paulrouget.com/dzslides/)
[6] : [DeckJS](http://imakewebthings.com/deck.js/)
[7] : [RevealJS](http://lab.hakim.se/reveal-js/#/)
[8] : Slideshow supported by Asciidoc
[9] : Can be generated from `DocBook45` format using [FoP](https://github.com/asciidoctor/asciidoctor-fopub)
[10] : Can be generated from `DocBook45` format using Asciidoc ToolChain [A2x](http://www.methods.co.nz/asciidoc/a2x.1.html) 

and HTML rendering

<table>
<thead>
<tr>
<th align="left"> </th>
<th> Tech : </th>
<th align="center"> ERB [1] </th>
<th align="center"> Haml [2] </th>
<th align="center"> Slim [3] </th>
</tr>
</thead>
<tbody>
<tr>
<td align="left"> <strong>Unix Man Page</strong> </td>
<td> </td>
<td align="center">  </td>
<td align="center"> </td>
<td align="center"> </td>
</tr>
<tr>
<td align="left"> Man page </td>
<td> </td>
<td align="center"> x </td>
<td align="center"> </td>
<td align="center"> </td>
</tr>
<tr>
<td align="left"> <strong>SGML/XML</strong> </td>
<td> </td>
<td align="center"> </td>
<td align="center"> </td>
<td align="center"> </td>
</tr>
<tr>
<td align="left"> DocBook 45 [4] </td>
<td> </td>
<td align="center"> x </td>
<td align="center"> x </td>
<td align="center"> x </td>
</tr>
<tr>
<td align="left"> <strong>Web</strong></td>
<td> </td>
<td align="center"> </td>
<td align="center"> </td>
<td align="center"> </td>
</tr>
<tr>
<td align="left"> HTML5 </td>
<td> </td>
<td align="center"> x </td>
<td align="center"> x </td>
<td align="center"> x </td>
</tr>
<tr>
<td align="left"> <strong>Slideshow</strong></td>
<td> </td>
<td align="center"> </td>
<td align="center"> </td>
<td align="center"> </td>
</tr>
<tr>
<td align="left"> DZslides [5] </td>
<td> </td>
<td align="center"> </td>
<td align="center"> </td>
<td align="center"> x </td>
</tr>
<tr>
<td align="left"> DeckJS [6] </td>
<td> </td>
<td align="center"> </td>
<td align="center"> x </td>
<td align="center"> </td>
</tr>
<tr>
<td align="left"> RevealJS [7] </td>
<td> </td>
<td align="center"> </td>
<td align="center"> o </td>
<td align="center"> </td>
</tr>
<tr>
<td align="left"> Impress </td>
<td>  </td>
<td align="center"> - </td>
<td align="center"> - </td>
<td align="center"> -</td>
</tr>
<tr>
<td align="left"> Slidy [8] </td>
<td> </td>
<td align="center"> - </td>
<td align="center"> - </td>
<td align="center"> - </td>
</tr>
<tr>
<td align="left"> <strong>eFormat</strong></td>
<td> </td>
<td align="center"> </td>
<td align="center"> </td>
<td align="center"> </td>
</tr>
<tr>
<td align="left"> pdf [9] </td>
<td> </td>
<td align="center"> x </td>
<td align="center"> x </td>
<td align="center"> x </td>
</tr>
<tr>
<td align="left"> epub [10] </td>
<td> </td>
<td align="center"> - </td>
<td align="center"> - </td>
<td align="center"> - </td>
</tr>
</tbody>
</table>


<p>[x] : supported
[o] : not yet finalized
[-] : not supported</p>

<p>Template Engine</p>

<p>[1] : <a href="http://www.ruby-doc.org/stdlib-2.0.0/libdoc/erb/rdoc/ERB.html">ERB</a></p>

<p>[2] : <a href="http://haml.info">Haml</a></p>

<p>[3] : <a href="http://slim-lang.com">Slim</a></p>

<p>Format</p>

<p>[4] : <a href="http://www.docbook.org/">Docbook</a></p>

<p>[5] : <a href="http://paulrouget.com/dzslides/">DZSlides</a></p>

<p>[6] : <a href="http://imakewebthings.com/deck.js/">DeckJS</a></p>

<p>[7] : <a href="http://lab.hakim.se/reveal-js/#/">RevealJS</a></p>

<p>[8] : Slideshow supported by Asciidoc</p>

<p>[9] : Can be generated from <code>DocBook45</code> format using <a href="https://github.com/asciidoctor/asciidoctor-fopub">FoP</a></p>

<p>[10] : Can be generated from <code>DocBook45</code> format using Asciidoc ToolChain <a href="http://www.methods.co.nz/asciidoc/a2x.1.html">A2x</a></p>

@cmoulliard
Copy link
Member Author

screen shot 2013-12-02 at 11 00 08

shallada pushed a commit to datastax-training/asciidoctor-backends that referenced this issue Oct 19, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants