X-Git-Url: http://git.wpitchoune.net/gitweb/?p=www.git;a=blobdiff_plain;f=www%2Fnews%2Fasciidoctor_to_rss.html;h=1f48b4cad05c21216dd6d922a307843c66802630;hp=2ef9441fdb470a72836c9c5a50c0f2ddc1a648db;hb=100fa8ff715a4431da75c3225e1c79db9fa6ed16;hpb=d76e170141a0523ee30feded9154c933dd447609 diff --git a/www/news/asciidoctor_to_rss.html b/www/news/asciidoctor_to_rss.html index 2ef9441..1f48b4c 100644 --- a/www/news/asciidoctor_to_rss.html +++ b/www/news/asciidoctor_to_rss.html @@ -1,10 +1,11 @@ - + - + +Asciidoctor to RSS @@ -78,10 +112,37 @@ The source document of this news is at Configuration
-

The configuration of the utility can be done in text file.

+

The configuration file of asciidoctor_to_rss is text file containing key/value pairs.

+
+
+

See an example at +https://wpitchoune.net/gitweb/?p=www.git;a=blob;f=src/asciidoctorrss.props;hb=HEAD .

+
+
+
+
feed.title=News
+feed.description=News of the wpitchoune.net website.
+feed.link=https://wpitchoune.net/news/feed.xml
+feed.baseurl=https://wpitchoune.net/news
+
+html.header.file=src/header.html
+
+
+
+

feed.title: the title used for the feed, in the RSS 2.0 and news.html files.

+
+
+

feed.description: the description used in the RSS 2.0 file.

+
+
+

feed.link: URI of the RSS 2.0 file.

+
+
+

feed.baseurl: base URI where the HTML news files will be located.

-

See an example at https://wpitchoune.net/gitweb/?p=www.git;a=blob;f=src/asciidoctorrss.props;hb=HEAD .

+

html.header.file: the content of the denoted file will be added in the head block of +the generated HTML documents.

@@ -97,13 +158,30 @@ The source document of this news is at -

IN_DIR:

+

IN_DIR: the directory containing the news as Asciidoctor documents.

-

OUT_DIR:

+

OUT_DIR: the output directory which contains all generated files.

-

CFG_FILE:

+

CFG_FILE: the path to the configuration file.

+
+
+

The OUT_DIR will contain:

+
+
+