xargs: improve accuracy of title a bit - www.codemadness.org - www.codemadness.org saait content files
 (HTM) git clone git://git.codemadness.org/www.codemadness.org
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit be18dc3aeddc322644047e8f9353a5a6d0528e63
 (DIR) parent 32c11fc0471f7a0e7354a089ff663668863701fe
 (HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Wed, 22 Nov 2023 19:34:00 +0100
       
       xargs: improve accuracy of title a bit
       
       Diffstat:
         M output/atom.xml                     |       4 ++--
         M output/atom_content.xml             |       6 +++---
         M output/index                        |       2 +-
         M output/index.html                   |       2 +-
         M output/rss.xml                      |       4 ++--
         M output/rss_content.xml              |       4 ++--
         M output/twtxt.txt                    |       2 +-
         M output/xargs.html                   |       6 +++---
         M pages/xargs.cfg                     |       4 ++--
       
       9 files changed, 17 insertions(+), 17 deletions(-)
       ---
 (DIR) diff --git a/output/atom.xml b/output/atom.xml
       @@ -7,7 +7,7 @@
                <id>https://www.codemadness.org/atom.xml</id>
                <link rel="self" type="application/atom+xml" href="https://www.codemadness.org/atom.xml" />
        <entry>
       -        <title>xargs: an example for batch jobs</title>
       +        <title>xargs: an example for parallel batch jobs</title>
                <link rel="alternate" type="text/html" href="https://www.codemadness.org/xargs.html" />
                <id>https://www.codemadness.org/xargs.html</id>
                <updated>2023-11-22T00:00:00Z</updated>
       @@ -16,7 +16,7 @@
                        <name>Hiltjo</name>
                        <uri>https://www.codemadness.org</uri>
                </author>
       -        <summary>xargs: an example for batch jobs</summary>
       +        <summary>xargs: an example for parallel batch jobs</summary>
        </entry>
        <entry>
                <title>Improved Youtube RSS/Atom feed</title>
 (DIR) diff --git a/output/atom_content.xml b/output/atom_content.xml
       @@ -7,7 +7,7 @@
                <id>https://www.codemadness.org/atom_content.xml</id>
                <link rel="self" type="application/atom+xml" href="https://www.codemadness.org/atom_content.xml" />
        <entry>
       -        <title>xargs: an example for batch jobs</title>
       +        <title>xargs: an example for parallel batch jobs</title>
                <link rel="alternate" type="text/html" href="https://www.codemadness.org/xargs.html" />
                <id>https://www.codemadness.org/xargs.html</id>
                <updated>2023-11-22T00:00:00Z</updated>
       @@ -16,8 +16,8 @@
                        <name>Hiltjo</name>
                        <uri>https://www.codemadness.org</uri>
                </author>
       -        <summary>xargs: an example for batch jobs</summary>
       -        <content type="html"><![CDATA[<h1>xargs: an example for batch jobs</h1>
       +        <summary>xargs: an example for parallel batch jobs</summary>
       +        <content type="html"><![CDATA[<h1>xargs: an example for parallel batch jobs</h1>
                <p><strong>Last modification on </strong> <time>2023-11-22</time></p>
                <p>This describes a simple shellscript programming pattern to process a list of
        jobs in parallel. This script example is contained in one file.</p>
 (DIR) diff --git a/output/index b/output/index
       @@ -11,7 +11,7 @@ i                codemadness.org        70
        i                codemadness.org        70
        iPhlog posts                codemadness.org        70
        i                codemadness.org        70
       -12023-11-22 xargs: an example for batch jobs        /phlog/xargs        codemadness.org        70
       +12023-11-22 xargs: an example for parallel batch jobs        /phlog/xargs        codemadness.org        70
        12023-11-20 Improved Youtube RSS/Atom feed        /phlog/youtube-feed        codemadness.org        70
        12023-10-25 Setup your own mail paste service        /phlog/mailservice        codemadness.org        70
        12022-07-01 A simple TODO application        /phlog/todo        codemadness.org        70
 (DIR) diff --git a/output/index.html b/output/index.html
       @@ -40,7 +40,7 @@
                        <div id="main">
                                <h1>Posts</h1>
                                <table>
       -<tr><td><time>2023-11-22</time></td><td><a href="xargs.html">xargs: an example for batch jobs</a></td></tr>
       +<tr><td><time>2023-11-22</time></td><td><a href="xargs.html">xargs: an example for parallel batch jobs</a></td></tr>
        <tr><td><time>2023-11-20</time></td><td><a href="youtube-feed.html">Improved Youtube RSS/Atom feed</a></td></tr>
        <tr><td><time>2023-10-25</time></td><td><a href="mailservice.html">Setup your own mail paste service</a></td></tr>
        <tr><td><time>2022-07-01</time></td><td><a href="todo-application.html">A simple TODO application</a></td></tr>
 (DIR) diff --git a/output/rss.xml b/output/rss.xml
       @@ -7,12 +7,12 @@
                <description>blog with various projects and articles about computer-related things</description>
                <link>https://www.codemadness.org</link>
        <item>
       -        <title>xargs: an example for batch jobs</title>
       +        <title>xargs: an example for parallel batch jobs</title>
                <link>https://www.codemadness.org/xargs.html</link>
                <guid>https://www.codemadness.org/xargs.html</guid>
                <dc:date>2023-11-22T00:00:00Z</dc:date>
                <author>Hiltjo</author>
       -        <description>xargs: an example for batch jobs</description>
       +        <description>xargs: an example for parallel batch jobs</description>
        </item>
        <item>
                <title>Improved Youtube RSS/Atom feed</title>
 (DIR) diff --git a/output/rss_content.xml b/output/rss_content.xml
       @@ -7,12 +7,12 @@
                <description>blog with various projects and articles about computer-related things</description>
                <link>https://www.codemadness.org</link>
        <item>
       -        <title>xargs: an example for batch jobs</title>
       +        <title>xargs: an example for parallel batch jobs</title>
                <link>https://www.codemadness.org/xargs.html</link>
                <guid>https://www.codemadness.org/xargs.html</guid>
                <dc:date>2023-11-22T00:00:00Z</dc:date>
                <author>Hiltjo</author>
       -        <description><![CDATA[<h1>xargs: an example for batch jobs</h1>
       +        <description><![CDATA[<h1>xargs: an example for parallel batch jobs</h1>
                <p><strong>Last modification on </strong> <time>2023-11-22</time></p>
                <p>This describes a simple shellscript programming pattern to process a list of
        jobs in parallel. This script example is contained in one file.</p>
 (DIR) diff --git a/output/twtxt.txt b/output/twtxt.txt
       @@ -1,4 +1,4 @@
       -2023-11-22T00:00:00Z        xargs: an example for batch jobs: https://www.codemadness.org/xargs.html
       +2023-11-22T00:00:00Z        xargs: an example for parallel batch jobs: https://www.codemadness.org/xargs.html
        2023-11-20T00:00:00Z        Improved Youtube RSS/Atom feed: https://www.codemadness.org/youtube-feed.html
        2023-10-25T00:00:00Z        Setup your own mail paste service: https://www.codemadness.org/mailservice.html
        2022-07-01T00:00:00Z        A simple TODO application: https://www.codemadness.org/todo-application.html
 (DIR) diff --git a/output/xargs.html b/output/xargs.html
       @@ -5,10 +5,10 @@
                <meta http-equiv="Content-Language" content="en" />
                <meta name="viewport" content="width=device-width" />
                <meta name="keywords" content="xargs, wow hyper speed" />
       -        <meta name="description" content="xargs: an example for batch jobs" />
       +        <meta name="description" content="xargs: an example for parallel batch jobs" />
                <meta name="author" content="Hiltjo" />
                <meta name="generator" content="Static content generated using saait: https://codemadness.org/saait.html" />
       -        <title>xargs: an example for batch jobs - Codemadness</title>
       +        <title>xargs: an example for parallel batch jobs - Codemadness</title>
                <link rel="stylesheet" href="style.css" type="text/css" media="screen" />
                <link rel="stylesheet" href="print.css" type="text/css" media="print" />
                <link rel="alternate" href="atom.xml" type="application/atom+xml" title="Codemadness Atom Feed" />
       @@ -40,7 +40,7 @@
                        <div id="main">
                                <article>
        <header>
       -        <h1>xargs: an example for batch jobs</h1>
       +        <h1>xargs: an example for parallel batch jobs</h1>
                <p>
                <strong>Last modification on </strong> <time>2023-11-22</time>
                </p>
 (DIR) diff --git a/pages/xargs.cfg b/pages/xargs.cfg
       @@ -1,6 +1,6 @@
       -title = xargs: an example for batch jobs
       +title = xargs: an example for parallel batch jobs
        id = xargs
       -description = xargs: an example for batch jobs
       +description = xargs: an example for parallel batch jobs
        keywords = xargs, wow hyper speed
        created = 2023-11-22
        updated = 2023-11-22