summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2024-01-04 01:51:30 -0700
committerDan Allen <dan.j.allen@gmail.com>2024-01-04 01:51:42 -0700
commit0d4cedb8cd5cab37ef9e323c844aeff0288bc609 (patch)
tree7b3ac161c1268cb79b1d5dcdaa850cf05e2c85d5 /docs
parent9aed2f4dbfc0913bec7936b8e8efc33ee48eab3f (diff)
revise DocBook to AsciiDoc page; add heading
Diffstat (limited to 'docs')
-rw-r--r--docs/modules/migrate/pages/docbook-xml.adoc8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/modules/migrate/pages/docbook-xml.adoc b/docs/modules/migrate/pages/docbook-xml.adoc
index 8b30ba27..46706c2a 100644
--- a/docs/modules/migrate/pages/docbook-xml.adoc
+++ b/docs/modules/migrate/pages/docbook-xml.adoc
@@ -1,13 +1,13 @@
= Migrate from DocBook XML to Asciidoctor
:navtitle: Migrate from DocBook XML
:url-docbookrx: https://github.com/asciidoctor/docbookrx
-// docbookrx.adoc, included in user-manual: Convert DocBook XML to AsciiDoc
-One of the things Asciidoctor excels at is converting AsciiDoc source into valid and well-formed DocBook XML content.
-
-What if you're in the position where you need to go the other way: migrate all your legacy DocBook XML content to AsciiDoc?
+A task Asciidoctor excels at is converting AsciiDoc source into valid and well-formed DocBook XML content.
+But what if you're in the position where you need to go the other way, to migrate your legacy DocBook XML content to AsciiDoc?
The prescription (℞) you need to get rid of your DocBook pains could be {url-docbookrx}[DocBookRx^].
+== DocBookRx
+
DocBookRx is an early version of a DocBook to AsciiDoc converter written in Ruby.
This converter is far from perfect at the moment, but it improves with each document it converts.