From 2dd558f5533166a85045f581b042dd539505ecce Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Mon, 11 Jul 2016 20:37:04 +0200 Subject: [PATCH] rengerated --- www/news/asciidoctor_to_rss.html | 22 +++++++++++++++++++--- www/news/feed.xml | 22 +++++++++++++++++++--- www/news/news.html | 22 +++++++++++++++++++--- 3 files changed, 57 insertions(+), 9 deletions(-) diff --git a/www/news/asciidoctor_to_rss.html b/www/news/asciidoctor_to_rss.html index 2ef9441..ffc4cd0 100644 --- a/www/news/asciidoctor_to_rss.html +++ b/www/news/asciidoctor_to_rss.html @@ -97,13 +97,29 @@ 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:

+
+
+
    +
  • +

    one HTML file for each Asciidoctor document

    +
  • +
  • +

    the news.html file

    +
  • +
  • +

    the feed.xml file which is a feed compatible with RSS v2.0.

    +
  • +
diff --git a/www/news/feed.xml b/www/news/feed.xml index 90183ef..c84e42c 100644 --- a/www/news/feed.xml +++ b/www/news/feed.xml @@ -94,13 +94,29 @@ The source document of this news is at <a href="https://wpitchoune.net/gitweb </div> </div> <div class="paragraph"> -<p><code>IN_DIR</code>:</p> +<p><code>IN_DIR</code>: the directory containing the news as Asciidoctor documents.</p> </div> <div class="paragraph"> -<p><code>OUT_DIR</code>:</p> +<p><code>OUT_DIR</code>: the output directory which contains all generated files</p> </div> <div class="paragraph"> -<p><code>CFG_FILE</code>:</p> +<p><code>CFG_FILE</code>: the path to the configuration file</p> +</div> +<div class="paragraph"> +<p>The <code>OUT_DIR</code> will contain:</p> +</div> +<div class="ulist"> +<ul> +<li> +<p>one HTML file for each Asciidoctor document</p> +</li> +<li> +<p>the <code>news.html</code> file</p> +</li> +<li> +<p>the <code>feed.xml</code> file which is a feed compatible with RSS v2.0.</p> +</li> +</ul> </div> </div> </div> diff --git a/www/news/news.html b/www/news/news.html index 5285000..da32c8e 100644 --- a/www/news/news.html +++ b/www/news/news.html @@ -98,13 +98,29 @@ 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:

+
+
+
    +
  • +

    one HTML file for each Asciidoctor document

    +
  • +
  • +

    the news.html file

    +
  • +
  • +

    the feed.xml file which is a feed compatible with RSS v2.0.

    +
  • +
-- 2.7.4