No commit activity in last 3 years
An Asciidoctor converter that converts AsciiDoc documents representing quizzes to Moodle XML documents
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

~> 12.3.0
~> 3.8.0

Runtime

>= 2.0.0
 Project Readme

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.