summaryrefslogtreecommitdiffstats
path: root/source-builder/sb/asciidoc/lang-uk.conf
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2017-08-07 09:59:49 +1000
committerChris Johns <chrisj@rtems.org>2017-08-07 09:59:49 +1000
commit8b96e17c8abf61d97dd224b23370dc148f32fe3c (patch)
treee8eb043159d145ffbbbf9c23ef872226de5ab059 /source-builder/sb/asciidoc/lang-uk.conf
parent4.12: Fix SIS patch URL (diff)
downloadrtems-source-builder-8b96e17c8abf61d97dd224b23370dc148f32fe3c.tar.bz2
doc: Remove in source documentation and the asciidoc package
The RSB documentation is now in ReST format and part of the RTEMS Documentation project. See https://docs.rtems.org/. Remove support for the GPL based asciidoc tool and remove the asciidoc package from the RSB. Add the Python Markdown package and update the reporter to use Markdown for HTML generation. The resuling HTML report is a single self contained file. Closes #3047.
Diffstat (limited to 'source-builder/sb/asciidoc/lang-uk.conf')
-rw-r--r--source-builder/sb/asciidoc/lang-uk.conf60
1 files changed, 0 insertions, 60 deletions
diff --git a/source-builder/sb/asciidoc/lang-uk.conf b/source-builder/sb/asciidoc/lang-uk.conf
deleted file mode 100644
index b9dd7b8..0000000
--- a/source-builder/sb/asciidoc/lang-uk.conf
+++ /dev/null
@@ -1,60 +0,0 @@
-#
-# AsciiDoc Ukrainian language configuration file.
-# Originally written by Oleksandr Lavrushchenko
-#
-
-[attributes]
-# Left and right single and double quote characters.
-ldquo=&#0171;
-rdquo=&#0187;
-
-# Captions, used by (X)HTML backends.
-# Captions on RHS are displayed in outputs.
-ifdef::basebackend-html[]
-
-caution-caption=Попередження
-important-caption=Важливо
-note-caption=Зауваження
-tip-caption=Підказка
-warning-caption=Увага
-figure-caption=Рисунок
-table-caption=Таблиця
-example-caption=Приклад
-toc-title=Зміст
-appendix-caption=Додаток
-# Man page NAME section title.
-manname-title=НАЗВА
-
-[footer-text]
-#TODO: Translation of 'Version' and 'Last updated'.
-Version {revnumber}{basebackend-xhtml11?<br />}{basebackend-xhtml11=<br>}
-Last updated {docdate} {doctime}
-
-endif::basebackend-html[]
-
-
-[specialsections]
-# DocBook special sections.
-# The regular expression on LHS is matched against source titles.
-ifdef::basebackend-docbook[]
-
-ifdef::doctype-article[]
-^Анотація$=abstract
-endif::doctype-article[]
-
-ifdef::doctype-book[]
-^Колофон$=colophon
-^Присвячення$=dedication
-^Вступ$=preface
-endif::doctype-book[]
-
-^Предметний покажчик$=index
-^Бібліографія$=bibliography
-^Словник термінів$=glossary
-^Додаток [А-Я][:.](?P<title>.*)$=appendix
-
-endif::basebackend-docbook[]
-
-ifdef::doctype-manpage[]
-(?i)^ОГЛЯД$=synopsis
-endif::doctype-manpage[]