no relative url so it works locally
[www.git] / www / news / asciidoctor_to_rss.html
index 2ef9441..f6228c3 100644 (file)
@@ -1,10 +1,10 @@
 <!DOCTYPE html>
 <html>
 <head>
-<link rel="stylesheet" href="/style.css">
+<link rel="stylesheet" href="https://wpitchoune.net/style.css">
 <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.min.css">
 <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
-<script src="/nav.js"></script>
+<script src="https://wpitchoune.net/nav.js"></script>
 </head>
 <body>
 <div id='header'>
@@ -97,13 +97,29 @@ The source document of this news is at <a href="https://wpitchoune.net/gitweb/?p
 </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></div></body>