Skip to content

Commit 605d369

Browse files
authored
Merge branch 'main' into fiddlededee-patch-1
2 parents e926843 + 5c32804 commit 605d369

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
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].

docs/a-od-basic-doc.adoc

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
= Open Document backend for Asciidoctor
1+
= Open Document converter for Asciidoctor
22
:toc: left
33

44
== About
@@ -27,10 +27,8 @@ include::../lib/a-od-producer/asciidoctor-od.rb[tag = algorithm_description, lev
2727
audio
2828
dlist
2929
inline_button
30-
inline_indexterm
3130
inline_kbd
3231
inline_menu
33-
listing
3432
open
3533
page_break
3634
pass
@@ -42,9 +40,9 @@ verse
4240
video
4341
----
4442

45-
=== Backend variables
43+
=== Converter variables
4644

47-
Backend variables are set as global variables. They start with `def` prefix.
45+
Converter variables are set as global variables. They start with `def` prefix.
4846

4947
They can now be overriden only in custom library, but the ability to set them as document attributes is in the TODO-list.
5048

0 commit comments

Comments
 (0)