This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[docbook-apps] plaintext comment TO docbook utility


Hello all.

I'd like announce a tool that converts comments in plaintext
files to DocBook XML sources.

It's now called dbgen - docbbook generator, but i'd like to change it's name because net is full of projects with that name.

--- FROM DBGEN Documentation
Example 1.  Article with sections and one refentry

 /\*##
   =Article mytool

   =Introduction
   mytool is a ...

   =Examples of usage
   Here are few meaningfull examples ...

   =Command mytool
        convert a foo on bar
   =Synopsis
   | mytool [options] [input]

   =Description
    <mytool> converts *.bar files to *.foo files ...
  */

Structure of Docbook document generated by example from above this text is following:

 <article>
     <title>mytool</title
     <section><title>Indroduction
         <para> mytool is a ...</section>
     <section><title>Examples of usage
          para> Here are few meaningfull examples ...  </section>
     <refentry> ... for command mytool
 </article>


--- END FROM DBGEN Documentation



Download and resources ___________________________

If someone is interested, it's available currently only via
Debian packaging system or you can get sources by BitKeeper.

Documentation is available at:
  http:/zbig.pentagon.eu.org/dbgen/doc-html
                        sorry  for my English.

Debian.
  sources.list entry: deb http://zbig.pentagon.eu.org/debian ./

  Package: dbgen
  Depends: libzcompat0 - which is also available from ths repository

Bitkeeper
  - bk clone bk://pentagon.eu.org:11000/dbgen
  - bk clone bk://pentagon.eu.org:11000/zcompat - you need make and
                                  install it before compiling dbgen

Sorry currenly project has no homepage. If there will be some answers
i'll be mobilized to make such one.

Greetings.
--
Zbigniew Zagórski ::::::::::::::::::::::::::
:: zzbigg (at) o2 (dot) pl ::: GG:5280474 ::
:::: http://zbig.pentagon.eu.org/ ::::::::::

To unsubscribe from this list, send a post to docbook-apps-unsubscribe@lists.oasis-open.org, or visit http://www.oasis-open.org/mlmanage/.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]