36 projects tagged "Documentation"
xslui is an XSLT applet to display Web pages with a modularized XML file in Web browsers. This applet can design page layout by arranging square blocks called "areas". Thus it is very easy to display layouts like horizontal columns. This layout feature can also separate descriptions of an area's arrangement and contents, even in different files. This feature provides Web pages with modularization and sharing of their parts. In addition, xslui has data operating elements with the xsldo library, which can operate on XML data in the same or other XML files as the display data. This feature provides separation of views and data.
i-net Doqua is an Eclipse plug-in that helps documentation writers and developers to keep track of inconsistencies between style guides and the actual documentation. The system integrates into the Eclipse IDE and introduces a new perspective and several views. Since i-net Doqua uses standard JUnit testcases to check the documentation, you can trigger checks using Hudson or similar Ant based systems.
The docbookm package is contributed with LayManSys and contains very simple XSLT drivers for generating XHTML chunks from DocBook XML. This package does not require an installation; you only have to unzip the package's contents into a directory of your choice and start using it. There is no special documentation available. Use the file abstract.xsl for transforming an abstract and section.xsl for transforming sections. All other .xsl files are only includes needed by those two.
The PHP program inidoc is contributed with LayManSys, and is used internally for documenting configuration files in a so-called INI format. This file format is typically used for config files under MS Windows or by PHP Web applications. inidoc uses special comments in the INI files and generates DocBook XML output. The program's output format is DocBook XML, where each INI file is documented within a section. Normal text is put into para tags, and the key-value pairs are described using a glosslist.
The xsd2db package is used for converting XML Schema Definition files into DocBook XML code. The transformer can also be used to generate DocBook XML from plain XML files. It marks up tag names, attribute names, attribute values, and annotation, if parsing XSD code. The resulting DocBook XML code may be styled so that you have syntax highlighted XML code.
The docbooktoc.xsl is an XSLT file for generating an XHTML table of contents from DocBook XML documents. It is used by the LayManSys project for the documentation. docbooktoc generates an XHTML document containing the books' meta information (in DocBook XML, this is the subnode bookinfo) and then lists all of the books' chapters and sections in an ordered list. The meta information is both used for generating the head as well as the document header (in the XHTML body), and the output is the same as what the DocBook XSLT driver for XHTML generates.
Tartan is a text parsing engine targeted at wiki text. The syntax specification is defined in YAML in the form of regex-based rules. It supports layering and multiple output types. Rules for Markdown to HTML are included, with optional layered extensions for tables. It is implemented in Ruby, but looking to have implementations in other languages.