EnglishFrenchSpanish

Ad


OnWorks favicon

docbook2gjots - Online in the Cloud

Run docbook2gjots in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command docbook2gjots that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


docbook2gjots - Convert a DOCBOOK file to gjots format (on stdout)

SYNOPSIS


docbook2gjots [ DOCBOOK-file ]

DESCRIPTION


docbook2gjots converts a DOCBOOK XML file into gjots format.

docbook2gjots uses gawk(1) to perform the conversion.

<preface>, <chapter>, <section>, <sect1>, <sect2>, <sect3> and <sect4> tags are used to
define NewEntry and NewFolder boundaries. They should definitely have <title> tags.

This is a quick and dirty hack using gawk(1) and does no formal checking of XML or SGML
syntax nor does it validate against the DOCBOOK DTD. Consequently, if the syntax of the
file is broken the conversion will probably fail.

It is intended that a round-trip can be made so that gjots(1) can be used as a tool at all
stages of DOCBOOK production - mainly as an outline processor to help the author organise
and order the work. A document may well start its life in gjots(1) as the initial
thoughts are marshalled. As the document forms up, it can be converted to DOCBOOK with the
following command which automatically adds tags such as <?xml...>, <para> etc:

gjots2docbook -b file.gjots >file.xml
docbook2pdf file.xml

Or, starting with an existing DOCBOOK file:

docbook2gjots file.xml >file.gjots

In the latter case, the document will already have a lot of DOCBOOK tags so to convert
back to docbook, add the -e and -p options:

gjots2docbook -b -p -e file.gjots >file.xml
docbook2pdf file.xml

Use docbook2gjots online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    facetracknoir
    facetracknoir
    Modular headtracking program that
    supports multiple face-trackers, filters
    and game-protocols. Among the trackers
    are the SM FaceAPI, AIC Inertial Head
    Tracker ...
    Download facetracknoir
  • 2
    PHP QR Code
    PHP QR Code
    PHP QR Code is open source (LGPL)
    library for generating QR Code,
    2-dimensional barcode. Based on
    libqrencode C library, provides API for
    creating QR Code barc...
    Download PHP QR Code
  • 3
    Freeciv
    Freeciv
    Freeciv is a free turn-based
    multiplayer strategy game, in which each
    player becomes the leader of a
    civilization, fighting to obtain the
    ultimate goal: to bec...
    Download Freeciv
  • 4
    Cuckoo Sandbox
    Cuckoo Sandbox
    Cuckoo Sandbox uses components to
    monitor the behavior of malware in a
    Sandbox environment; isolated from the
    rest of the system. It offers automated
    analysis o...
    Download Cuckoo Sandbox
  • 5
    LMS-YouTube
    LMS-YouTube
    Play YouTube video on LMS (porting of
    Triode's to YouTbe API v3) This is
    an application that can also be fetched
    from
    https://sourceforge.net/projects/lms-y...
    Download LMS-YouTube
  • 6
    Windows Presentation Foundation
    Windows Presentation Foundation
    Windows Presentation Foundation (WPF)
    is a UI framework for building Windows
    desktop applications. WPF supports a
    broad set of application development
    features...
    Download Windows Presentation Foundation
  • More »

Linux commands

Ad