Update html documentation page with new version and date
authorSvjatoslav Agejenko <svjatoslav@svjatoslav.eu>
Sun, 29 Oct 2023 21:24:03 +0000 (23:24 +0200)
committerSvjatoslav Agejenko <svjatoslav@svjatoslav.eu>
Sun, 29 Oct 2023 21:24:03 +0000 (23:24 +0200)
Updated the version of the CLI Helper library from 1.0 to 1.1 in the documentation pages (index.html and index.org). Furthermore, also updated date in index.html. These changes were made to reflect the latest updates in the library and to keep the documentation up to date.

doc/index.html
doc/index.org

index 9ff3194..da2f39d 100644 (file)
@@ -3,7 +3,7 @@
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
 <head>
-<!-- 2023-10-23 Mon 00:22 -->
+<!-- 2023-10-29 Sun 23:23 -->
 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
 <meta name="viewport" content="width=device-width, initial-scale=1" />
 <title>CLI Helper - library to help implementing commandline interfaces</title>
 <h2>Table of Contents</h2>
 <div id="text-table-of-contents" role="doc-toc">
 <ul>
-<li><a href="#org86cb438">1. General</a>
+<li><a href="#orgc216ff6">1. General</a>
 <ul>
-<li><a href="#orgb60e280">1.1. Source code</a></li>
+<li><a href="#org6b89dd1">1.1. Source code</a></li>
 </ul>
 </li>
-<li><a href="#org03c9da8">2. Overview</a>
+<li><a href="#org0547dd8">2. Overview</a>
 <ul>
-<li><a href="#orgf267c1f">2.1. Ask for user input</a></li>
+<li><a href="#org3f5c7fb">2.1. Ask for user input</a></li>
 </ul>
 </li>
-<li><a href="#orgafc2748">3. Getting the library</a></li>
-<li><a href="#org09c922a">4. TODO:</a></li>
+<li><a href="#org7d0c46b">3. Getting the library</a></li>
+<li><a href="#org26c02b7">4. TODO:</a></li>
 </ul>
 </div>
 </div>
 
-<div id="outline-container-org86cb438" class="outline-2">
-<h2 id="org86cb438"><span class="section-number-2">1.</span> General</h2>
+<div id="outline-container-orgc216ff6" class="outline-2">
+<h2 id="orgc216ff6"><span class="section-number-2">1.</span> General</h2>
 <div class="outline-text-2" id="text-1">
 <ul class="org-ul">
 <li>This program is free software: released under Creative Commons Zero
 </ul>
 </div>
 
-<div id="outline-container-orgb60e280" class="outline-3">
-<h3 id="orgb60e280"><span class="section-number-3">1.1.</span> Source code</h3>
+<div id="outline-container-org6b89dd1" class="outline-3">
+<h3 id="org6b89dd1"><span class="section-number-3">1.1.</span> Source code</h3>
 <div class="outline-text-3" id="text-1-1">
 <ul class="org-ul">
 <li><a href="https://www2.svjatoslav.eu/gitweb/?p=cli-helper.git;a=snapshot;h=HEAD;sf=tgz">Download latest snapshot in TAR GZ format</a></li>
@@ -257,8 +257,8 @@ git clone https://www2.svjatoslav.eu/git/cli-helper.git
 </div>
 </div>
 
-<div id="outline-container-org03c9da8" class="outline-2">
-<h2 id="org03c9da8"><span class="section-number-2">2.</span> Overview</h2>
+<div id="outline-container-org0547dd8" class="outline-2">
+<h2 id="org0547dd8"><span class="section-number-2">2.</span> Overview</h2>
 <div class="outline-text-2" id="text-2">
 <ul class="org-ul">
 <li>See also: <a href="https://www3.svjatoslav.eu/projects/svjatoslav_commons/apidocs/">CLI Helper JavaDoc</a>.</li>
@@ -275,13 +275,13 @@ dependency to your project.
 Library provides following general functionalities:
 </p>
 <ul class="org-ul">
-<li><a href="#orgf267c1f">Asking for user input</a></li>
+<li><a href="#org3f5c7fb">Asking for user input</a></li>
 <li><a href="CLI arguments processing.html#ID-46115263-ed3d-4acc-9ec5-523d7acf87b8">Commandline arguments processing</a></li>
 </ul>
 </div>
 
-<div id="outline-container-orgf267c1f" class="outline-3">
-<h3 id="orgf267c1f"><span class="section-number-3">2.1.</span> Ask for user input</h3>
+<div id="outline-container-org3f5c7fb" class="outline-3">
+<h3 id="org3f5c7fb"><span class="section-number-3">2.1.</span> Ask for user input</h3>
 <div class="outline-text-3" id="text-2-1">
 <dl class="org-dl">
 <dt>askBoolean()</dt><dd>Asks the user to enter a boolean value (yes/no).</dd>
@@ -292,8 +292,8 @@ Library provides following general functionalities:
 </div>
 </div>
 
-<div id="outline-container-orgafc2748" class="outline-2">
-<h2 id="orgafc2748"><span class="section-number-2">3.</span> Getting the library</h2>
+<div id="outline-container-org7d0c46b" class="outline-2">
+<h2 id="org7d0c46b"><span class="section-number-2">3.</span> Getting the library</h2>
 <div class="outline-text-2" id="text-3">
 <p>
 Instructions to embed svjatoslav-commons library in your project:
@@ -309,7 +309,7 @@ Maven pom.xml file snippet:
     &lt;<span style="color: #89b4fa;">dependency</span>&gt;
         &lt;<span style="color: #89b4fa;">groupId</span>&gt;eu.svjatoslav&lt;/<span style="color: #89b4fa;">groupId</span>&gt;
         &lt;<span style="color: #89b4fa;">artifactId</span>&gt;cli-helper&lt;/<span style="color: #89b4fa;">artifactId</span>&gt;
-        &lt;<span style="color: #89b4fa;">version</span>&gt;1.0&lt;/<span style="color: #89b4fa;">version</span>&gt;
+        &lt;<span style="color: #89b4fa;">version</span>&gt;1.1&lt;/<span style="color: #89b4fa;">version</span>&gt;
     &lt;/<span style="color: #89b4fa;">dependency</span>&gt;
     ...
 &lt;/<span style="color: #89b4fa;">dependencies</span>&gt;
@@ -328,8 +328,8 @@ Maven pom.xml file snippet:
 </div>
 </div>
 </div>
-<div id="outline-container-org09c922a" class="outline-2">
-<h2 id="org09c922a"><span class="section-number-2">4.</span> TODO:</h2>
+<div id="outline-container-org26c02b7" class="outline-2">
+<h2 id="org26c02b7"><span class="section-number-2">4.</span> TODO:</h2>
 <div class="outline-text-2" id="text-4">
 <p>
 List of improvement suggestions:
@@ -360,7 +360,7 @@ dependencies and conflicts resolution.</li>
 </div>
 <div id="postamble" class="status">
 <p class="author">Author: Svjatoslav Agejenko</p>
-<p class="date">Created: 2023-10-23 Mon 00:22</p>
+<p class="date">Created: 2023-10-29 Sun 23:23</p>
 <p class="validation"><a href="https://validator.w3.org/check?uri=referer">Validate</a></p>
 </div>
 </body>
index 6ed2f6e..ef68c70 100644 (file)
@@ -59,7 +59,7 @@ Maven pom.xml file snippet:
     <dependency>
         <groupId>eu.svjatoslav</groupId>
         <artifactId>cli-helper</artifactId>
-        <version>1.0</version>
+        <version>1.1</version>
     </dependency>
     ...
 </dependencies>