Skip to content

Commit eac3fff

Browse files
authored
Update README.adoc
1 parent b069dc5 commit eac3fff

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
image::https://github.com/CourseOrchestra/asciidoctor-open-document/workflows/build/badge.svg[link=https://github.com/CourseOrchestra/asciidoctor-open-document/actions?query=workflow%3A"build"]
22

3-
= Open Document backend for Asciidoctor
3+
= Open Document converter for Asciidoctor
44

55
== About
66

77
//tag::about[]
8-
Open Document backend for Asciidoctor allows to convert asciidoc documentation into fodt (plain Open Document) format. It relies on https://docs.asciidoctor.org/home/[Asciidoctor project].
8+
Open Document converter for Asciidoctor allows to convert asciidoc documentation into fodt (plain Open Document) format. It relies on https://docs.asciidoctor.org/home/[Asciidoctor project].
99

1010
Fodt file may be converted with https://www.libreoffice.org/[LibreOffice] SDK or CLI into pdf, odt, docx, doc etc.
1111

@@ -17,7 +17,7 @@ Examples (built automatically as a part of CI routine):
1717
* https://courseorchestra.github.io/asciidoctor-open-document/test.pdf[pdf file];
1818
* https://courseorchestra.github.io/asciidoctor-open-document/test.docx[docx file] -- yes, sometimes messy, but generally not so bad and there is always a possibility to simplify conversion rules and tailor them to the needs of the exact project.
1919

20-
The asciidoctor-open-document backend can be extended in the following ways:
20+
The asciidoctor-open-document converter can be extended in the following ways:
2121

2222
* custom fodt template. Allows to customize paragraph properties, text properties, page properties (orientation, header, footer and like), list properties, table properties. Custom fodt template can contain title page or any before/after content;
2323
* custom slim templates;
@@ -101,4 +101,4 @@ ruby [path to script]/a-od-producer.rb -i [prelimenary content file] -o [final f
101101
There is a wrapper `a-od-out` in docker image. It just runs ruby with `a-od-producer.rb`.
102102
//end::usage[]
103103

104-
More details can be found in https://courseorchestra.github.io/asciidoctor-open-document/[Open Document backend for Asciidoctor documentation].
104+
More details can be found in https://courseorchestra.github.io/asciidoctor-open-document/[Open Document converter for Asciidoctor documentation].

0 commit comments

Comments
 (0)