Reputation: 1850
I've been reading DocBook Documentation but I don't really get to understand how to do it.
If you see this website, they contain just what I want, a treeview and a search index, it's using the same documentation for that tool, webdocs for DocBook.
http://docbook.sourceforge.net/release/xsl/current/webhelp/docs/ch01.html
I have a json string as:
[
{
"widget":"MyWidget",
"description":"A description here",
"requires":["list","of","requeriments"],
"data":{
"name":"the name of the widget",
"height":"the height of the widget"
}
},
.... more widgets
]
And I need to transform that to DocBook, just the same way it was shown in the link I gave; however each time I read a page on tutorials and documentation they change everything it requires, the programs I should use, the product. So I'm quite confused.
Just give me a small example on what programs should I sudo apt-get install
, and how a book from the data above should look in DocBook's format, (just an example book).
I've heard that DocBooks can be converted into an html, multiple-html, and chm; I want single html.
Upvotes: 0
Views: 262