docbook
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 68
DocBook 4.5CR1
DocBook is an XML/SGML vocabulary that enables you to create document content. more>>
DocBook is an XML/SGML vocabulary that enables you to create document content in a presentation-neutral form that captures the logical structure of the content.
Using the DocBook stylesheets, you can publish DocBook content as HTML pages and PDF files and other formats, including man pages, HTML Help, and JavaHelp.
Enhancements:
- calstblx.dtd, catalog.xml, dbcentx.mod, dbgenent.mod, dbhierx.mod, dbnotnx.mod, dbpoolx.mod, docbook.cat, htmltblx.mod: Updated version number
- docbookx.dtd: DocBook V4.5CR1 Released
- freshmeat.xsl: Tweaked freshmeat changes
<<lessUsing the DocBook stylesheets, you can publish DocBook content as HTML pages and PDF files and other formats, including man pages, HTML Help, and JavaHelp.
Enhancements:
- calstblx.dtd, catalog.xml, dbcentx.mod, dbgenent.mod, dbhierx.mod, dbnotnx.mod, dbpoolx.mod, docbook.cat, htmltblx.mod: Updated version number
- docbookx.dtd: DocBook V4.5CR1 Released
- freshmeat.xsl: Tweaked freshmeat changes
Download (0.074MB)
Added: 2005-06-30 License: Freeware Price:
1576 downloads
docbookm 0.2.0
docbookm project is contributed with LayManSys and contains very simple XSLT drivers for generating XHTML chunks from DocBookXML more>>
docbookm project is contributed with LayManSys and contains very simple XSLT drivers for generating XHTML chunks from DocBook XML.
General
The XSLT files for inline markup only recognize a limited DocBook XML subset, see the file para.xsl for details about supported tags.
Especially, there is currently no support for and which are used for code blocks.
section.xsl
This file does not handle more than one section in a file and may not deal well with subsections.
Enhancements:
- xsltoc supports many more tags:
- Code Markup: constant, varname
- Filesystem Markup: filename
- hyperlinks
- lists
- There are some bug fixes in dealing with block elements.
- Improved Stylesheet Documentation.
<<lessGeneral
The XSLT files for inline markup only recognize a limited DocBook XML subset, see the file para.xsl for details about supported tags.
Especially, there is currently no support for and which are used for code blocks.
section.xsl
This file does not handle more than one section in a file and may not deal well with subsections.
Enhancements:
- xsltoc supports many more tags:
- Code Markup: constant, varname
- Filesystem Markup: filename
- hyperlinks
- lists
- There are some bug fixes in dealing with block elements.
- Improved Stylesheet Documentation.
Download (0.007MB)
Added: 2006-09-04 License: BSD License Price:
1147 downloads
Pod::DocBook 0.06
Pod::DocBook is a Perl module to convert pod files to DocBook SGML. more>>
Pod::DocBook is a Perl module to convert pod files to DocBook SGML.
SYNOPSIS
use Pod::DocBook;
pod2docbook( [options] );
Converts files from pod format ( see perlpod ) to DocBook format. It can automatically generate indexes (but SGML does this better) and cross-references.
<<lessSYNOPSIS
use Pod::DocBook;
pod2docbook( [options] );
Converts files from pod format ( see perlpod ) to DocBook format. It can automatically generate indexes (but SGML does this better) and cross-references.
Download (0.018MB)
Added: 2006-08-23 License: Perl Artistic License Price:
1158 downloads
docbook2X 0.8.8
docbook2X is a software package that converts DocBook documents into the traditional Unix man page. more>>
docbook2X is a software package that converts DocBook documents into the GNU Texinfo format and the traditional Unix man page format.
Notable features include table support for man pages, internationalization support, and easy customization of the output using XSLT. (Easy, because unlike other converters, the docbook2X stylesheets are written in a modular way, and the character escaping and whitespace issues with the man-page and Texinfo formats are encapsulated away from the user.)
Enhancements:
- Errors in the Man-XML and Texi-XML DTD were fixed. These DTDs are now used to validate the output coming out of the stylesheets, as part of automated testing. (Validation provides some assurance that the result of the conversions are correct.)
- Several rendering errors were fixed after they had been discovered through automated testing.
- Two HTML files in the docbook2X documentation were accidentally omitted in the last release. They have been added.
- The pure-XSLT-based man-page conversion now supports table markup. The implemented was copied from the one by Michael Smith in the DocBook XSL stylesheets. Many thanks!
- As requested by Daniel Leidert, the man-pages stylesheets now support the segmentedlist, segtitle and seg DocBook elements.
- As suggested by Matthias Kievermagel, docbook2X now supports the code element.
<<lessNotable features include table support for man pages, internationalization support, and easy customization of the output using XSLT. (Easy, because unlike other converters, the docbook2X stylesheets are written in a modular way, and the character escaping and whitespace issues with the man-page and Texinfo formats are encapsulated away from the user.)
Enhancements:
- Errors in the Man-XML and Texi-XML DTD were fixed. These DTDs are now used to validate the output coming out of the stylesheets, as part of automated testing. (Validation provides some assurance that the result of the conversions are correct.)
- Several rendering errors were fixed after they had been discovered through automated testing.
- Two HTML files in the docbook2X documentation were accidentally omitted in the last release. They have been added.
- The pure-XSLT-based man-page conversion now supports table markup. The implemented was copied from the one by Michael Smith in the DocBook XSL stylesheets. Many thanks!
- As requested by Daniel Leidert, the man-pages stylesheets now support the segmentedlist, segtitle and seg DocBook elements.
- As suggested by Matthias Kievermagel, docbook2X now supports the code element.
Download (0.44MB)
Added: 2007-03-03 License: MIT/X Consortium License Price:
965 downloads
DocBook Wiki 0.9.1
DocBookWiki can display DocBook documents online. more>>
DocBookWiki can display DocBook documents online. Different from the other applications, which convert a DocBook document into HTML first, in order to display it online, DocBookWiki converts it on the fly, so that the format for saving the document will still be XML (DocBook). In order to do this efficiently, DocBookWiki splits it first into chunks, according to chapters, sections etc.
It can also display a list of books, and for each book it can support multiple languages (translations). When the reader is reading a certain section of a book and he changes the language, he will see the same section in the selected language.
DocBookWiki can also be used to edit a DocBook document online, from the web. Editing is done one section at a time, so the editor selects first the section that he wants to edit, and then edits it. He can edit it in several modes: text (like wiki), xml (the original format), html, latex, texi, etc., whichever is more suitable for him. The changes, however, are always saved in the XML(DocBook) format. Authentication of the editors (with username, password) can be enabled as well, if necessary. Also, different editing permissions can be assigned to editors.
It allows the viewers of a document to download the document in other formats, like PDF, RTF, Plain HTML, LaTeX, PS, etc. which can be generated automatically from the DocBook format.
DocBookWiki will also try to keep a history of all the modifications made to the document, by keeping the document chunks in CVS, and so keeping track of all the changes.
Main features:
- Can display a DocBook document online.
- Can display several documents at once (a list of books).
- Can display each of them in several languages.
- Allows to edit a certain section of a certain book in a certain language.
- Editing can be done in several modes, like text, html, xml, texi, latex etc.
- The basic format is always DocBook (XML), no matter how it is displayed or edited.
- Each document (in each language) can be converted automatically into other formats (like PDF, RTF, LaTeX, etc.) for downloading.
- All the history of modifications is kept (in CVS) and any previous versions of a document can be recovered (by tag or by date) by the admin of the site.
- Authentication of editors can be enabled and admin can assign different access rights and permissions to the editors.
<<lessIt can also display a list of books, and for each book it can support multiple languages (translations). When the reader is reading a certain section of a book and he changes the language, he will see the same section in the selected language.
DocBookWiki can also be used to edit a DocBook document online, from the web. Editing is done one section at a time, so the editor selects first the section that he wants to edit, and then edits it. He can edit it in several modes: text (like wiki), xml (the original format), html, latex, texi, etc., whichever is more suitable for him. The changes, however, are always saved in the XML(DocBook) format. Authentication of the editors (with username, password) can be enabled as well, if necessary. Also, different editing permissions can be assigned to editors.
It allows the viewers of a document to download the document in other formats, like PDF, RTF, Plain HTML, LaTeX, PS, etc. which can be generated automatically from the DocBook format.
DocBookWiki will also try to keep a history of all the modifications made to the document, by keeping the document chunks in CVS, and so keeping track of all the changes.
Main features:
- Can display a DocBook document online.
- Can display several documents at once (a list of books).
- Can display each of them in several languages.
- Allows to edit a certain section of a certain book in a certain language.
- Editing can be done in several modes, like text, html, xml, texi, latex etc.
- The basic format is always DocBook (XML), no matter how it is displayed or edited.
- Each document (in each language) can be converted automatically into other formats (like PDF, RTF, LaTeX, etc.) for downloading.
- All the history of modifications is kept (in CVS) and any previous versions of a document can be recovered (by tag or by date) by the admin of the site.
- Authentication of editors can be enabled and admin can assign different access rights and permissions to the editors.
Download (1.9MB)
Added: 2007-05-29 License: GPL (GNU General Public License) Price:
878 downloads

DocBook Doclet 5.2.0
DocBook Doclet provides you with an all-in-one and very useful tool which creates DocBook XML and class diagrams from Javadoc comments, converts HTML to DocBook, and transfoms DocBook XML into various output formats. more>>
DocBook Doclet 5.2.0 provides you with an all-in-one and very useful tool which creates DocBook XML and class diagrams from Javadoc comments, converts HTML to DocBook, and transfoms DocBook XML into various output formats. It consists of a complete DocBook distribution containing schemas and the DocBook XSL stylesheets. It also integrates Apache FOP as the XSL:FO processor. A Swing application is used to customize the doclet and most of the DocBook XSL parameters and to start the transformations.
Enhancements:
- Support for table parameters.
- Support for list parameters.
- Support for callout parameters.
- Fixed some missing resource keys.
Requirements: JDK 1.5 or 1.6.
Added: 2009-07-22 License: GPL Price: FREE
1 downloads
Other version of DocBook Doclet
License:GPL (GNU General Public License)
License:GPL (GNU General Public License)
docbooktoc.xsl 0.1.0
docbooktoc.xsl is a XSLT file for generating a XHTML table of contents from DocBook XML documents. more>>
docbooktoc.xsl is a XSLT file for generating a XHTML table of contents from DocBook XML documents. It is used by the LayManSys project for the documentation.
Parameters
docbooktoc accepts the following parameters:
ext
The names of linked files are determined from the chapters id, which does not contain a filename suffix. This (string) parameter tells docbooktoc the suffix to use. Its default value is html.
style.sheet
This (string) parameter may contain stylesheets for styling the output document. You can pass more than one stylesheet by delimiting their filenames with a white-space (space, tab or newline).
style.type
This (string) parameter contains the MIME type used for content stylesheets. It defaults to text/css.
Program output
docbooktoc generates a XHTML document containing the books meta information (in DocBook XML, this is the subnode bookinfo and than lists all of the books chapters and section in an ordered list. The meta information are both used for generating the < head > as well as the documents header (in the XHTML < body >) and the output is the same like the DocBook XSLT driver for XHTML generates.
The books chapters and sections are presented as a n ordered, nested list, where the chapters are top level items, that contain lists of sections, where a section item again may contain a list of subsections.
You can use the Makefile distributed in this package and the LayManSys documentation for generating the example file toc.html. The make command for this is make test.
<<lessParameters
docbooktoc accepts the following parameters:
ext
The names of linked files are determined from the chapters id, which does not contain a filename suffix. This (string) parameter tells docbooktoc the suffix to use. Its default value is html.
style.sheet
This (string) parameter may contain stylesheets for styling the output document. You can pass more than one stylesheet by delimiting their filenames with a white-space (space, tab or newline).
style.type
This (string) parameter contains the MIME type used for content stylesheets. It defaults to text/css.
Program output
docbooktoc generates a XHTML document containing the books meta information (in DocBook XML, this is the subnode bookinfo and than lists all of the books chapters and section in an ordered list. The meta information are both used for generating the < head > as well as the documents header (in the XHTML < body >) and the output is the same like the DocBook XSLT driver for XHTML generates.
The books chapters and sections are presented as a n ordered, nested list, where the chapters are top level items, that contain lists of sections, where a section item again may contain a list of subsections.
You can use the Makefile distributed in this package and the LayManSys documentation for generating the example file toc.html. The make command for this is make test.
Download (0.016MB)
Added: 2006-09-04 License: Free To Use But Restricted Price:
1145 downloads
IDX-DocBook2LaTeX 1.1.0
IDX-DocBook2LaTeX is a LaTeX stylesheet for DocBook XML. more>>
IDX-DocBook2LaTeX is a LaTeX stylesheet for DocBook XML.
It is written in Perl, using the XML::XPathScript package from AxKit.
It features the ability to handle tables, indices, figures, footnotes, and more.
The XSLT-like templating philosophy built into XPathScript makes it easy to extend.
QUICK START
As root:
# perl -MCPAN -e install XML::XPathScript
As an unprivileged user, from READMEs directory:
# cd samples
# mkdir build; cd build
# ../../configure
# make pdf
<<lessIt is written in Perl, using the XML::XPathScript package from AxKit.
It features the ability to handle tables, indices, figures, footnotes, and more.
The XSLT-like templating philosophy built into XPathScript makes it easy to extend.
QUICK START
As root:
# perl -MCPAN -e install XML::XPathScript
As an unprivileged user, from READMEs directory:
# cd samples
# mkdir build; cd build
# ../../configure
# make pdf
Download (0.31MB)
Added: 2006-10-04 License: Artistic License Price:
1116 downloads
Simple DocBook Processor 0.03
Simple DocBook Processor project reads a DocBook XML file, processes it into typeset pages, and outputs the result as PostScript more>>
Simple DocBook Processor project reads a DocBook XML file, processes it into typeset pages, and outputs the result as PostScript (which can easily be converted to a PDF).
It is "simple" because it supports only a subset of DocBook, and also because it does not make use of a DTD or stylesheets or any other heavyweight apparatus. Simple DocBook Processor is a single program. SDoP is used to format the Exim reference manual.
Enhancements:
- A lot of new processing parameters have been added to make it possible to change the output formatting in many ways.
<<lessIt is "simple" because it supports only a subset of DocBook, and also because it does not make use of a DTD or stylesheets or any other heavyweight apparatus. Simple DocBook Processor is a single program. SDoP is used to format the Exim reference manual.
Enhancements:
- A lot of new processing parameters have been added to make it possible to change the output formatting in many ways.
Download (0.79MB)
Added: 2007-08-17 License: GPL (GNU General Public License) Price:
807 downloads
DocBook XSL Stylesheets 1.73.1
DocBook is an XML/SGML vocabulary that enables you to create document content in a presentation-neutral form. more>>
DocBook is an SGML/XML vocabulary that enables you to create document content in a presentation-neutral form that captures the logical structure of the content.
Using the DocBook stylesheets, you can publish DocBook content as HTML pages and PDF files and other formats, including man pages, HTML Help, and JavaHelp.
<<lessUsing the DocBook stylesheets, you can publish DocBook content as HTML pages and PDF files and other formats, including man pages, HTML Help, and JavaHelp.
Download (2.3MB)
Added: 2007-08-20 License: MIT/X Consortium License Price:
806 downloads
DocBook XSL Configurator 0.5.4_1672
DocBook XSL Configurator consists of a Java GUI used to create DocBook XSL FO customization layers. more>>
DocBook XSL Configurator consists of a Java GUI used to create DocBook XSL FO customization layers.
Users click through tables, select parameters they want to include, edit those parameters, include the customization layer in a project, write out the customization layer as an XSL file, and apply the XSL to the projects DocBook XML using the projects specified XSLT processor.
DocBook XSL Configurator then runs a projects specified FO processor and PDF/PostScript viewer as external subprocesses.
DocBook XSL Configurator version 0.5.4_1672 requires a JVM compatible with Suns JVM version 1.5 or later (generic subtyping).
<<lessUsers click through tables, select parameters they want to include, edit those parameters, include the customization layer in a project, write out the customization layer as an XSL file, and apply the XSL to the projects DocBook XML using the projects specified XSLT processor.
DocBook XSL Configurator then runs a projects specified FO processor and PDF/PostScript viewer as external subprocesses.
DocBook XSL Configurator version 0.5.4_1672 requires a JVM compatible with Suns JVM version 1.5 or later (generic subtyping).
Download (MB)
Added: 2007-01-23 License: GPL (GNU General Public License) Price:
1005 downloads
DocBook to LaTeX/ConTeXt Publishing 0.2.6
DocBook to LaTeX/ConTeXt Publishing project is splitted in two instances working on the same principles. more>>
DocBook to LaTeX/ConTeXt Publishing project is splitted in two instances working on the same principles. Both instances are intended to produce DVI, PostScript, PDF documents from DocBook SGML or XML sources, by converting first to a high level set of TeX macros.
Even if close, each instance is provided as an independent package and works alone. The available instances are:
dblatex
Publishing is done by using LaTeX.
dbcontext
Publishing is done by using ConTeXt.
<<lessEven if close, each instance is provided as an independent package and works alone. The available instances are:
dblatex
Publishing is done by using LaTeX.
dbcontext
Publishing is done by using ConTeXt.
Download (0.64MB)
Added: 2007-06-26 License: LGPL (GNU Lesser General Public License) Price:
854 downloads
GDOC
GDOC is a C Documentation Tool. more>>
GDOC is a C Documentation Tool.
Main features:
- Keeps software and manual in sync.
- Improves source code readability by having extensive comments available directly.
- Improves manual as developers will more likely update the comments when they change source code.
- Support several output formats, such as Texinfo, MAN, DocBook, Doxygen, GTK-DOC tools, LaTeX, HTML.
- Only perl is required, and only for the developers (end-users do not need to have perl installed).
Then start to comment your source code. See the comments in gdoc for the full story, but here is an example:
/**
- stringprep_utf8_to_locale:
- @str: input zero terminated string.
*
- Convert string encoded in UTF-8 into the locales character set by
- using stringprep_convert().
*
- Return value: Returns newly allocated zero-terminated string which
- is @str transcoded into the locales character set.
**/
char *
stringprep_utf8_to_locale (const char *str)
{
return stringprep_convert (str, stringprep_locale_charset (), "UTF-8");
}
You can then extract Man pages, Texinfo fragments, etc, using gdoc as follows:
$ gdoc -texinfo file.c
@deftypefun {char *} {stringprep_utf8_to_locale} (const char * @var{str})
@var{str}: input zero terminated string.
Convert string encoded in UTF-8 into the locales character set by
using @code{stringprep_convert()}.
@strong{Return value:} Returns newly allocated zero-terminated string which
is @code{str} transcoded into the locales character set.
@end deftypefun
$
To simplify generating Texinfo fragments or Man pages for your entire project -- which might contain many files, each contain many functions, that would result in lots of boring Makefile rules to keep track of -- I use a Automake include file to simplify matters.
Enhancements:
- added -texinfo, -listfunc
- man page revamp
- various improvements
<<lessMain features:
- Keeps software and manual in sync.
- Improves source code readability by having extensive comments available directly.
- Improves manual as developers will more likely update the comments when they change source code.
- Support several output formats, such as Texinfo, MAN, DocBook, Doxygen, GTK-DOC tools, LaTeX, HTML.
- Only perl is required, and only for the developers (end-users do not need to have perl installed).
Then start to comment your source code. See the comments in gdoc for the full story, but here is an example:
/**
- stringprep_utf8_to_locale:
- @str: input zero terminated string.
*
- Convert string encoded in UTF-8 into the locales character set by
- using stringprep_convert().
*
- Return value: Returns newly allocated zero-terminated string which
- is @str transcoded into the locales character set.
**/
char *
stringprep_utf8_to_locale (const char *str)
{
return stringprep_convert (str, stringprep_locale_charset (), "UTF-8");
}
You can then extract Man pages, Texinfo fragments, etc, using gdoc as follows:
$ gdoc -texinfo file.c
@deftypefun {char *} {stringprep_utf8_to_locale} (const char * @var{str})
@var{str}: input zero terminated string.
Convert string encoded in UTF-8 into the locales character set by
using @code{stringprep_convert()}.
@strong{Return value:} Returns newly allocated zero-terminated string which
is @code{str} transcoded into the locales character set.
@end deftypefun
$
To simplify generating Texinfo fragments or Man pages for your entire project -- which might contain many files, each contain many functions, that would result in lots of boring Makefile rules to keep track of -- I use a Automake include file to simplify matters.
Enhancements:
- added -texinfo, -listfunc
- man page revamp
- various improvements
Download (MB)
Added: 2006-09-27 License: GPL (GNU General Public License) Price:
655 downloads
GTK-Doc 1.8
GTK-Doc is a GTK+ DocBook Documentation Generator. more>>
GTK-Doc is used to document C code. It is typically used to document the public API of libraries, such as the GTK+ and GNOME libraries, but it can also be used to document application code.
Note that GTK-Doc wasnt originally intended to be a general-purpose documentation tool, so it can be a bit awkward to setup and use. For a more polished general-purpose documentation tool you may want to look at Doxygen (http://www.doxygen.org/). However GTK-Doc has some special code to document the signals and properties of GTK+ widgets and GObject classes which other tools may not have.
GTK-Doc allows your documentation to be written in 2 ways:
a) Embedded inside the source code in specially-formatted comments.
or
b) Added to the template files which gtk-doc outputs after scanning all the header files and parsing the declarations.
From these source code comments and template files GTK-Doc generates a Docbook XML (or SGML) document, which is then transformed into HTML. The generated HTML documentation can be browsed in an ordinary web browser or by using the special Devhelp API browser (see http://developer.imendio.com/wiki/Devhelp).
<<lessNote that GTK-Doc wasnt originally intended to be a general-purpose documentation tool, so it can be a bit awkward to setup and use. For a more polished general-purpose documentation tool you may want to look at Doxygen (http://www.doxygen.org/). However GTK-Doc has some special code to document the signals and properties of GTK+ widgets and GObject classes which other tools may not have.
GTK-Doc allows your documentation to be written in 2 ways:
a) Embedded inside the source code in specially-formatted comments.
or
b) Added to the template files which gtk-doc outputs after scanning all the header files and parsing the declarations.
From these source code comments and template files GTK-Doc generates a Docbook XML (or SGML) document, which is then transformed into HTML. The generated HTML documentation can be browsed in an ordinary web browser or by using the special Devhelp API browser (see http://developer.imendio.com/wiki/Devhelp).
Download (0.23MB)
Added: 2007-02-19 License: LGPL (GNU Lesser General Public License) Price:
980 downloads
Docbkx Maven Plugin 2.0.6
Docbkx Maven Plugin project provides a number of tools for supporting DocBook in a Maven environment. more>>
Docbkx Maven Plugin project provides a number of tools for supporting DocBook in a Maven environment. This may seem odd to you, since
1) Maven 2 is supposed to support DocBook natively, relying on Doxia, and
2) there is already another DocBook plugin at mojo.codehaus.org.
The thruth however is that DocBook support in Doxia is fairly limited, mainly because Doxia as a framework supports only a small fraction of the concepts found in DocBook. The subset of DocBook supported by Doxia is not even close to simplified DocBook.
The DocBook plugin at mojo.codehaus.org is supporting a wider range of DocBook markup, and is in fact more similar to the DocBook tools provided with this project. There are however some significant differences:
- The focus is on ease of use.
- You should not be required to install additional stuff to your hard disk in order to generate content from your DocBook sources. Simply adding a reference to the plugin in your POM should be sufficient.
- This project focuses on providing dedicated support for particular DocBook XSL stylesheet distributions. That means you can rely on the dedicated parameterization mechanism of Maven Plugins to pass in the XSLT parameters defined for a particular version and type of XSLT stylesheet.
- In the DocBook Plugin found at mojo.codehaus.org, you will be required to download a specific version of the DocBook XSL stylesheets manually. The plugins packaged contain the stylesheets as well. (In this project, a particular version of the stylesheets is closely tied to a particular version of the plugin. That you means you can always rely on the plugins documentation to know which parameters you could pass in.)
- The DocBook plugin found at mojo.codehaus.org requires you to have access to the Internet in order allow the plugin to resolve URIs. The plugins provided in this project act differently: if your DocBook sources are referening to a DTD, then you can simply add a dependency to a jar file containing the DTD and related entities, and the plugin will make sure that all references will be resolved correctly.
Enhancements:
- Support for Eclipse help files was added.
<<less1) Maven 2 is supposed to support DocBook natively, relying on Doxia, and
2) there is already another DocBook plugin at mojo.codehaus.org.
The thruth however is that DocBook support in Doxia is fairly limited, mainly because Doxia as a framework supports only a small fraction of the concepts found in DocBook. The subset of DocBook supported by Doxia is not even close to simplified DocBook.
The DocBook plugin at mojo.codehaus.org is supporting a wider range of DocBook markup, and is in fact more similar to the DocBook tools provided with this project. There are however some significant differences:
- The focus is on ease of use.
- You should not be required to install additional stuff to your hard disk in order to generate content from your DocBook sources. Simply adding a reference to the plugin in your POM should be sufficient.
- This project focuses on providing dedicated support for particular DocBook XSL stylesheet distributions. That means you can rely on the dedicated parameterization mechanism of Maven Plugins to pass in the XSLT parameters defined for a particular version and type of XSLT stylesheet.
- In the DocBook Plugin found at mojo.codehaus.org, you will be required to download a specific version of the DocBook XSL stylesheets manually. The plugins packaged contain the stylesheets as well. (In this project, a particular version of the stylesheets is closely tied to a particular version of the plugin. That you means you can always rely on the plugins documentation to know which parameters you could pass in.)
- The DocBook plugin found at mojo.codehaus.org requires you to have access to the Internet in order allow the plugin to resolve URIs. The plugins provided in this project act differently: if your DocBook sources are referening to a DTD, then you can simply add a dependency to a jar file containing the DTD and related entities, and the plugin will make sure that all references will be resolved correctly.
Enhancements:
- Support for Eclipse help files was added.
Download (1.1MB)
Added: 2007-08-01 License: The Apache License 2.0 Price:
814 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above docbook search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed