Google
 
   
Login
Username:

Password:


Lost Password?

Register now!
Search
Main Menu
service
top books
Polls
What do you think about php-deluxe.net?
Excellent!
Cool
Hmm..not bad
What the hell is this?
encyclopedia
recommendation
Freenet DSL
Who's Online
8 user(s) are online (7 user(s) are browsing encyclopedia)

Members: 0
Guests: 8

more...
partner

DocBook

DocBook is a markup language for technical Documentation, originally intended for authoring technical documents related to computer hardware and software but which can be used for any other sort of documentation. It is maintained and standardized by the DocBook Technical Committee at OASIS (organization) (originally SGML Open ).

DocBook exists as both an SGML and an XML Document Type Definition. It originally started as an SGML application, but an equivalent XML application was developed and has now replaced the SGML one for most uses. (The XML DTD started with version 4 of the SGML DTD and keeps the versioning from there.)

In the past DocBook was mostly used in the open source community only. Examples of this include the Linux Documentation Project, the GNOME and GTK Application programming interface references, and the Linux kernel documentation. In recent years, however, its use has become more widespread. For instance, an increasing number of organizations use a DocBook documentation system for all software documentation, regardless of whether the software is released as open source. Also, several commercial documentation tools based on, or supporting, DocBook XML have become available.

, and also as a print publication.

Because Docbook is XML, documents can be created and edited with any text editor, however many dedicated tools exist that simplify the process. Emacs in nXML mode comes with built-in Docbook schema information that allows users to quickly add elements or validate the document. There are WYSIWYG tools like XMLMind that allow you to view the Docbook document while writing.

=Sample code=

<book id= simple_book > <title>Very simple book</title> <chapter id= simplechapter > <title>Chapter 1</title> <para>Hello world!</para> </chapter> </book>

=References=

  • Norman Walsh: DocBook: The Definitive Guide , O Reilly Associates, ISBN 1-56592-580-7. Available online at [http://www.docbook.org/].
  • Bob Stayton: DocBook XSL: The Complete Guide , Sagehill Enterprises, ISBN 0974152129 (3rd edition). Available online at [http://www.sagehill.net/docbookxsl/].
  • Joe Brockmeier: DocBook Publishing - A Better Way to Create Professional Documents , Prima Tech s Linux Series, ISBN 0-7615-3331-1
  • =See also=

    *List of document markup languages *Comparison of document markup languages

    =External links=

    *[http://www.docbook.org DocBook.org] - Official site for Norman Walsh s book DocBook: The Definitive Guide **[http://wiki.docbook.org/ DocBook Wiki] - (The new wiki requires user registration to prevent automated attacks.) *[http://docbook.sourceforge.net/ DocBook Open Repository] - Official repository for the DocBook XSL and DSSSL stylesheets at SourceForge

  • [http://www.oasis-open.org/docbook/ DocBook Repository at OASIS]- Official home of DocBook DTD
  • [http://www.dpawson.co.uk/docbook/ Docbook Frequently Asked Questions] - DocBook FAQ, maintained by Dave Pawson
  • [http://www.sagehill.net/docbookxsl/ DocBook XSL: The Complete Guide] - Full text of Bob Stayton s DocBook guide
  • *[http://validate.sf.net DocBook validator, XML -> HTML/PDF transformer]. *[http://www.e-novative.info/software/ede.php Free DocBook Environment for Windows] *[http://www.codeproject.com/winhelp/docbook_howto.asp Documention with DocBook on Windows] *[http://newbiedoc.sourceforge.net/metadoc/docbook-guide.html DocBook Newbie Guide] - Guide for writing SGML documents