Skip to content

!DEPRECATED! An Asciidoctor converter that converts AsciiDoc to DocBook 4.5. This converter is community maintained and will not be released. Use the built-in DocBook 5 converter instead.

License

Notifications You must be signed in to change notification settings

asciidoctor/asciidoctor-docbook45

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DocBook 4.5 Converter for Asciidoctor

An Asciidoctor converter that converts AsciiDoc to DocBook 4.5.

⚠️
This converter is community maintained and will not be released. The built-in DocBook 5 converter is preferred.

Installation

Add the following entry to the Gemfile in your project:

gem 'asciidoctor-docbook45', github: 'asciidoctor/asciidoctor-docbook45'

Then, run Bundler:

$ bundle

Usage

When invoking the asciidoctor command, set the backend to docbook45 and require this library:

$ bundle exec asciidoctor -b docbook45 -r asciidoctor-docbook45 README.adoc

Or when using Asciidoctor via the API:

require 'asciidoctor-docbook45'

Asciidoctor.convert_file 'README.adoc', backend: 'docbook45', safe: :safe

Copyright © 2012-2019 Dan Allen and the individual contributors to Asciidoctor. Use of this software is granted under the terms of the MIT License.

See the LICENSE file to find the full license text.

About

!DEPRECATED! An Asciidoctor converter that converts AsciiDoc to DocBook 4.5. This converter is community maintained and will not be released. Use the built-in DocBook 5 converter instead.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages