Skip to content

Commit

Permalink
Rebuilt docs/ for release 0.3.19
Browse files Browse the repository at this point in the history
  • Loading branch information
eddelbuettel committed Dec 17, 2023
1 parent 9cffae1 commit 82ef358
Show file tree
Hide file tree
Showing 9 changed files with 248 additions and 12 deletions.
76 changes: 76 additions & 0 deletions docs/changelog/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -886,6 +886,82 @@
<h1>Changelog</h1>

<h3 id="2023">2023</h3>
<p>2023-12-17 Dirk Eddelbuettel <a href="&#109;&#97;&#105;&#108;&#116;&#111;&#58;&#101;&#100;&#100;&#64;&#100;&#101;&#98;&#105;&#97;&#110;&#46;&#111;&#114;&#103;">&#101;&#100;&#100;&#64;&#100;&#101;&#98;&#105;&#97;&#110;&#46;&#111;&#114;&#103;</a> </p>
<div class="highlight"><pre><span></span><code> * DESCRIPTION (Version, Date): Release 0.3.19
* configure.ac: Idem
* configure: Idem
</code></pre></div>
<p>2023-12-12 Dirk Eddelbuettel <a href="&#109;&#97;&#105;&#108;&#116;&#111;&#58;&#101;&#100;&#100;&#64;&#100;&#101;&#98;&#105;&#97;&#110;&#46;&#111;&#114;&#103;">&#101;&#100;&#100;&#64;&#100;&#101;&#98;&#105;&#97;&#110;&#46;&#111;&#114;&#103;</a> </p>
<div class="highlight"><pre><span></span><code> * inst/examples/installRSPM.r: Update to p3m, install as installP3M.r
</code></pre></div>
<p>2023-12-01 Dirk Eddelbuettel <a href="&#109;&#97;&#105;&#108;&#116;&#111;&#58;&#101;&#100;&#100;&#64;&#100;&#101;&#98;&#105;&#97;&#110;&#46;&#111;&#114;&#103;">&#101;&#100;&#100;&#64;&#100;&#101;&#98;&#105;&#97;&#110;&#46;&#111;&#114;&#103;</a> </p>
<div class="highlight"><pre><span></span><code> * inst/examples/r2u.r: Add new --compile flag, small edits

* inst/examples/installDeps.r: Small edit for --help text
</code></pre></div>
<p>2023-11-03 Dirk Eddelbuettel <a href="&#109;&#97;&#105;&#108;&#116;&#111;&#58;&#101;&#100;&#100;&#64;&#100;&#101;&#98;&#105;&#97;&#110;&#46;&#111;&#114;&#103;">&#101;&#100;&#100;&#64;&#100;&#101;&#98;&#105;&#97;&#110;&#46;&#111;&#114;&#103;</a> </p>
<div class="highlight"><pre><span></span><code> * inst/examples/installGithub.r: Add usage example for installation
from repository sub-directory
</code></pre></div>
<p>2023-10-09 Dirk Eddelbuettel <a href="&#109;&#97;&#105;&#108;&#116;&#111;&#58;&#101;&#100;&#100;&#64;&#100;&#101;&#98;&#105;&#97;&#110;&#46;&#111;&#114;&#103;">&#101;&#100;&#100;&#64;&#100;&#101;&#98;&#105;&#97;&#110;&#46;&#111;&#114;&#103;</a> </p>
<div class="highlight"><pre><span></span><code> * inst/examples/r2u.r: Add --dryrun argument for (single) package build
</code></pre></div>
<p>2023-10-03 Dirk Eddelbuettel <a href="&#109;&#97;&#105;&#108;&#116;&#111;&#58;&#101;&#100;&#100;&#64;&#100;&#101;&#98;&#105;&#97;&#110;&#46;&#111;&#114;&#103;">&#101;&#100;&#100;&#64;&#100;&#101;&#98;&#105;&#97;&#110;&#46;&#111;&#114;&#103;</a> </p>
<div class="highlight"><pre><span></span><code> * inst/examples/tt.r: Switch the default value for &#39;effects&#39; from
FALSE to TRUE which, while a breaking change, is the better default.
</code></pre></div>
<p>2023-09-25 Dirk Eddelbuettel <a href="&#109;&#97;&#105;&#108;&#116;&#111;&#58;&#101;&#100;&#100;&#64;&#100;&#101;&#98;&#105;&#97;&#110;&#46;&#111;&#114;&#103;">&#101;&#100;&#100;&#64;&#100;&#101;&#98;&#105;&#97;&#110;&#46;&#111;&#114;&#103;</a> </p>
<div class="highlight"><pre><span></span><code> * inst/examples/installRub.r: Also allow &#39;package@universe&#39; format
</code></pre></div>
<p>2023-09-20 Dirk Eddelbuettel <a href="&#109;&#97;&#105;&#108;&#116;&#111;&#58;&#101;&#100;&#100;&#64;&#100;&#101;&#98;&#105;&#97;&#110;&#46;&#111;&#114;&#103;">&#101;&#100;&#100;&#64;&#100;&#101;&#98;&#105;&#97;&#110;&#46;&#111;&#114;&#103;</a> </p>
<div class="highlight"><pre><span></span><code> * inst/examples/r2u.r: Another posit.co URL update
</code></pre></div>
<p>2023-09-19 Dirk Eddelbuettel <a href="&#109;&#97;&#105;&#108;&#116;&#111;&#58;&#101;&#100;&#100;&#64;&#100;&#101;&#98;&#105;&#97;&#110;&#46;&#111;&#114;&#103;">&#101;&#100;&#100;&#64;&#100;&#101;&#98;&#105;&#97;&#110;&#46;&#111;&#114;&#103;</a> </p>
<div class="highlight"><pre><span></span><code> * inst/examples/tttf.r: Extend --library to several arguments
</code></pre></div>
<p>2023-09-16 Dirk Eddelbuettel <a href="&#109;&#97;&#105;&#108;&#116;&#111;&#58;&#101;&#100;&#100;&#64;&#100;&#101;&#98;&#105;&#97;&#110;&#46;&#111;&#114;&#103;">&#101;&#100;&#100;&#64;&#100;&#101;&#98;&#105;&#97;&#110;&#46;&#111;&#114;&#103;</a> </p>
<div class="highlight"><pre><span></span><code> * inst/examples/installRSPM.r: Edits to help text, also show default
distribution
</code></pre></div>
<p>2023-09-02 Dirk Eddelbuettel <a href="&#109;&#97;&#105;&#108;&#116;&#111;&#58;&#101;&#100;&#100;&#64;&#100;&#101;&#98;&#105;&#97;&#110;&#46;&#111;&#114;&#103;">&#101;&#100;&#100;&#64;&#100;&#101;&#98;&#105;&#97;&#110;&#46;&#111;&#114;&#103;</a> </p>
<div class="highlight"><pre><span></span><code> * inst/examples/r2u.r: Support BioConductor updates
</code></pre></div>
<p>2023-09-01 Dirk Eddelbuettel <a href="&#109;&#97;&#105;&#108;&#116;&#111;&#58;&#101;&#100;&#100;&#64;&#100;&#101;&#98;&#105;&#97;&#110;&#46;&#111;&#114;&#103;">&#101;&#100;&#100;&#64;&#100;&#101;&#98;&#105;&#97;&#110;&#46;&#111;&#114;&#103;</a> </p>
<div class="highlight"><pre><span></span><code> * inst/examples/tttf.r: Add --source argument
</code></pre></div>
<p>2023-08-21 Dirk Eddelbuettel <a href="&#109;&#97;&#105;&#108;&#116;&#111;&#58;&#101;&#100;&#100;&#64;&#100;&#101;&#98;&#105;&#97;&#110;&#46;&#111;&#114;&#103;">&#101;&#100;&#100;&#64;&#100;&#101;&#98;&#105;&#97;&#110;&#46;&#111;&#114;&#103;</a> </p>
<div class="highlight"><pre><span></span><code> * DESCRIPTION (Date, Version): Roll micro version and date

* README.md: Add r-universe badge
</code></pre></div>
<p>2023-08-20 Dirk Eddelbuettel <a href="&#109;&#97;&#105;&#108;&#116;&#111;&#58;&#101;&#100;&#100;&#64;&#100;&#101;&#98;&#105;&#97;&#110;&#46;&#111;&#114;&#103;">&#101;&#100;&#100;&#64;&#100;&#101;&#98;&#105;&#97;&#110;&#46;&#111;&#114;&#103;</a> </p>
<div class="highlight"><pre><span></span><code> * inst/examples/installRSPM.r: Minor edits for coexistence, update
base url to new corporate name and URL
* inst/examples/installPPM.r: Install as hard link to installRSPM.r
</code></pre></div>
<p>2023-08-09 Dirk Eddelbuettel <a href="&#109;&#97;&#105;&#108;&#116;&#111;&#58;&#101;&#100;&#100;&#64;&#100;&#101;&#98;&#105;&#97;&#110;&#46;&#111;&#114;&#103;">&#101;&#100;&#100;&#64;&#100;&#101;&#98;&#105;&#97;&#110;&#46;&#111;&#114;&#103;</a> </p>
<div class="highlight"><pre><span></span><code> * DESCRIPTION (Date, Version): Roll micro version and date

* inst/examples/r2u.r: Add two more options for modifying the Debian
version of a package being built

* inst/examples/tttf.r: Very initial version of a single file
testthat runner (aka &#39;testthat::test_file()&#39;
</code></pre></div>
<p>2023-07-15 Dirk Eddelbuettel <a href="&#109;&#97;&#105;&#108;&#116;&#111;&#58;&#101;&#100;&#100;&#64;&#100;&#101;&#98;&#105;&#97;&#110;&#46;&#111;&#114;&#103;">&#101;&#100;&#100;&#64;&#100;&#101;&#98;&#105;&#97;&#110;&#46;&#111;&#114;&#103;</a> </p>
<div class="highlight"><pre><span></span><code> * inst/examples/installDeps.r: Support dependencies argument

* inst/examples/check.r: Correct one line in help text
</code></pre></div>
<p>2023-06-01 Dirk Eddelbuettel <a href="&#109;&#97;&#105;&#108;&#116;&#111;&#58;&#101;&#100;&#100;&#64;&#100;&#101;&#98;&#105;&#97;&#110;&#46;&#111;&#114;&#103;">&#101;&#100;&#100;&#64;&#100;&#101;&#98;&#105;&#97;&#110;&#46;&#111;&#114;&#103;</a> </p>
<div class="highlight"><pre><span></span><code> * README.md: Note more prominently that this does not build on Windows
</code></pre></div>
<p>2023-05-15 Dirk Eddelbuettel <a href="&#109;&#97;&#105;&#108;&#116;&#111;&#58;&#101;&#100;&#100;&#64;&#100;&#101;&#98;&#105;&#97;&#110;&#46;&#111;&#114;&#103;">&#101;&#100;&#100;&#64;&#100;&#101;&#98;&#105;&#97;&#110;&#46;&#111;&#114;&#103;</a> </p>
<div class="highlight"><pre><span></span><code> * inst/examples/tttl.r: Expanded usage text
</code></pre></div>
<p>2023-05-11 Dirk Eddelbuettel <a href="&#109;&#97;&#105;&#108;&#116;&#111;&#58;&#101;&#100;&#100;&#64;&#100;&#101;&#98;&#105;&#97;&#110;&#46;&#111;&#114;&#103;">&#101;&#100;&#100;&#64;&#100;&#101;&#98;&#105;&#97;&#110;&#46;&#111;&#114;&#103;</a> </p>
<div class="highlight"><pre><span></span><code> * inst/examples/r2u.r: Micro-edit to displayed text
</code></pre></div>
<p>2023-03-25 Dirk Eddelbuettel <a href="&#109;&#97;&#105;&#108;&#116;&#111;&#58;&#101;&#100;&#100;&#64;&#100;&#101;&#98;&#105;&#97;&#110;&#46;&#111;&#114;&#103;">&#101;&#100;&#100;&#64;&#100;&#101;&#98;&#105;&#97;&#110;&#46;&#111;&#114;&#103;</a> </p>
<div class="highlight"><pre><span></span><code> * DESCRIPTION (Version, Date): Release 0.3.18
* configure.ac: Idem
Expand Down
7 changes: 7 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -795,6 +795,7 @@ <h1 id="a-scripting-and-command-line-front-end-for-gnu-r">A scripting and comman
<p><a href="https://github.com/eddelbuettel/littler/actions?query=workflow%3Aci"><img alt="CI" src="https://github.com/eddelbuettel/littler/workflows/ci/badge.svg" /></a>
<a href="https://www.gnu.org/licenses/gpl-2.0.html"><img alt="License" src="https://img.shields.io/badge/license-GPL%20%28%3E=%202%29-brightgreen.svg?style=flat" /></a>
<a href="https://cran.r-project.org/package=littler"><img alt="CRAN" src="https://www.r-pkg.org/badges/version/littler" /></a>
<a href="https://eddelbuettel.r-universe.dev/littler"><img alt="r-universe" src="https://eddelbuettel.r-universe.dev/badges/littler" /></a>
<a href="https://cran.r-project.org/package=littler"><img alt="Dependencies" src="https://tinyverse.netlify.com/badge/littler" /></a>
<a href="https://www.r-pkg.org/pkg/littler"><img alt="Downloads" src="https://cranlogs.r-pkg.org/badges/littler?color=brightgreen" /></a>
<a href="https://github.com/eddelbuettel/littler"><img alt="Last Commit" src="https://img.shields.io/github/last-commit/eddelbuettel/littler" /></a>
Expand Down Expand Up @@ -835,6 +836,12 @@ <h4 id="version-030-or-later">Version 0.3.0 or later</h4>
<p>The package resides on the CRAN network and can be installed via</p>
<div class="highlight"><pre><span></span><code>install.packages(&quot;littler&quot;)
</code></pre></div>
<p>Note that the package states <code>OS_type: unix</code>. It works great on all Linux
variants, with a naming caveat on macOS (see below and the <a href="https://github.com/eddelbuettel/littler/blob/master/vignettes/littler-faq.md">FAQ
vignettes</a>)
and not at all on Windows (but could be ported just like
<a href="https://github.com/eddelbuettel/rinside">RInside</a> has been--the two show
architectural similarities).</p>
<h4 id="previous-versions-up-to-023">Previous Versions up to 0.2.3</h4>
<p>In general, simply running the script <code>bootstrap</code> will configure and build the
executable. Running <code>make install</code> (possibly as <code>sudo make install</code>) will
Expand Down
95 changes: 95 additions & 0 deletions docs/mkdmt-src/src/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,100 @@
### 2023

2023-12-17 Dirk Eddelbuettel <edd@debian.org>

* DESCRIPTION (Version, Date): Release 0.3.19
* configure.ac: Idem
* configure: Idem

2023-12-12 Dirk Eddelbuettel <edd@debian.org>

* inst/examples/installRSPM.r: Update to p3m, install as installP3M.r

2023-12-01 Dirk Eddelbuettel <edd@debian.org>

* inst/examples/r2u.r: Add new --compile flag, small edits

* inst/examples/installDeps.r: Small edit for --help text

2023-11-03 Dirk Eddelbuettel <edd@debian.org>

* inst/examples/installGithub.r: Add usage example for installation
from repository sub-directory

2023-10-09 Dirk Eddelbuettel <edd@debian.org>

* inst/examples/r2u.r: Add --dryrun argument for (single) package build

2023-10-03 Dirk Eddelbuettel <edd@debian.org>

* inst/examples/tt.r: Switch the default value for 'effects' from
FALSE to TRUE which, while a breaking change, is the better default.

2023-09-25 Dirk Eddelbuettel <edd@debian.org>

* inst/examples/installRub.r: Also allow 'package@universe' format

2023-09-20 Dirk Eddelbuettel <edd@debian.org>

* inst/examples/r2u.r: Another posit.co URL update

2023-09-19 Dirk Eddelbuettel <edd@debian.org>

* inst/examples/tttf.r: Extend --library to several arguments

2023-09-16 Dirk Eddelbuettel <edd@debian.org>

* inst/examples/installRSPM.r: Edits to help text, also show default
distribution

2023-09-02 Dirk Eddelbuettel <edd@debian.org>

* inst/examples/r2u.r: Support BioConductor updates

2023-09-01 Dirk Eddelbuettel <edd@debian.org>

* inst/examples/tttf.r: Add --source argument

2023-08-21 Dirk Eddelbuettel <edd@debian.org>

* DESCRIPTION (Date, Version): Roll micro version and date

* README.md: Add r-universe badge

2023-08-20 Dirk Eddelbuettel <edd@debian.org>

* inst/examples/installRSPM.r: Minor edits for coexistence, update
base url to new corporate name and URL
* inst/examples/installPPM.r: Install as hard link to installRSPM.r

2023-08-09 Dirk Eddelbuettel <edd@debian.org>

* DESCRIPTION (Date, Version): Roll micro version and date

* inst/examples/r2u.r: Add two more options for modifying the Debian
version of a package being built

* inst/examples/tttf.r: Very initial version of a single file
testthat runner (aka 'testthat::test_file()'

2023-07-15 Dirk Eddelbuettel <edd@debian.org>

* inst/examples/installDeps.r: Support dependencies argument

* inst/examples/check.r: Correct one line in help text

2023-06-01 Dirk Eddelbuettel <edd@debian.org>

* README.md: Note more prominently that this does not build on Windows

2023-05-15 Dirk Eddelbuettel <edd@debian.org>

* inst/examples/tttl.r: Expanded usage text

2023-05-11 Dirk Eddelbuettel <edd@debian.org>

* inst/examples/r2u.r: Micro-edit to displayed text

2023-03-25 Dirk Eddelbuettel <edd@debian.org>

* DESCRIPTION (Version, Date): Release 0.3.18
Expand Down
8 changes: 8 additions & 0 deletions docs/mkdmt-src/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ description: A scripting and command-line front-end for GNU R
[![CI](https://github.com/eddelbuettel/littler/workflows/ci/badge.svg)](https://github.com/eddelbuettel/littler/actions?query=workflow%3Aci)
[![License](https://img.shields.io/badge/license-GPL%20%28%3E=%202%29-brightgreen.svg?style=flat)](https://www.gnu.org/licenses/gpl-2.0.html)
[![CRAN](https://www.r-pkg.org/badges/version/littler)](https://cran.r-project.org/package=littler)
[![r-universe](https://eddelbuettel.r-universe.dev/badges/littler)](https://eddelbuettel.r-universe.dev/littler)
[![Dependencies](https://tinyverse.netlify.com/badge/littler)](https://cran.r-project.org/package=littler)
[![Downloads](https://cranlogs.r-pkg.org/badges/littler?color=brightgreen)](https://www.r-pkg.org/pkg/littler)
[![Last Commit](https://img.shields.io/github/last-commit/eddelbuettel/littler)](https://github.com/eddelbuettel/littler)
Expand Down Expand Up @@ -62,6 +63,13 @@ The package resides on the CRAN network and can be installed via
install.packages("littler")
```

Note that the package states `OS_type: unix`. It works great on all Linux
variants, with a naming caveat on macOS (see below and the [FAQ
vignettes](https://github.com/eddelbuettel/littler/blob/master/vignettes/littler-faq.md))
and not at all on Windows (but could be ported just like
[RInside](https://github.com/eddelbuettel/rinside) has been--the two show
architectural similarities).

#### Previous Versions up to 0.2.3

In general, simply running the script `bootstrap` will configure and build the
Expand Down
29 changes: 27 additions & 2 deletions docs/mkdmt-src/src/news.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,29 @@
<div class="container">
<section id="NEWS" class="container">
<h2>News for Package <code>littler</code></h2>
<h3 id="version-0.3.19-2023-12-17">Version 0.3.19 (2023-12-17)</h3>
<ul>
<li><p>Changes in examples scripts</p>
<ul>
<li><p>The help or usage text display for <code>r2u.r</code>,
<code>ttt.r</code>, <code>check.r</code> has been improved, expanded or
corrected, respectively</p></li>
<li><p><code>installDeps.r</code> has a new argument for dependency
selection</p></li>
<li><p>An initial 'single test file' runner <code>tttf.r</code> has been
added</p></li>
<li><p><code>r2u.r</code> has two new options for setting / varying the
Debian build version of package that is built, and one for BioConductor
builds, one for a 'dry run' build, and a new <code>--compile</code>
option</p></li>
<li><p><code>installRSPM.r</code>, <code>installPPM.r</code>,
<code>installP3M.r</code> have been updates to reflect the name
changes</p></li>
<li><p><code>installRub.r</code> now understands 'package@universe'
too</p></li>
<li><p><code>tt.r</code> flips the default of the <code>--effects</code>
switch</p></li>
</ul></li>
</ul>
<h3 id="version-0.3.18-2023-03-25">Version 0.3.18 (2023-03-25)</h3>
<ul>
<li><p>Changes in examples scripts</p>
Expand Down Expand Up @@ -436,4 +461,4 @@ release tarballs</p></li>
<li><p>Added new vignette with examples</p></li>
</ul></li>
</ul>
</div>
</section>
29 changes: 27 additions & 2 deletions docs/news/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,32 @@

<h1>News</h1>

<div class="container">
<section id="NEWS" class="container">
<h2>News for Package <code>littler</code></h2>
<h3 id="version-0.3.19-2023-12-17">Version 0.3.19 (2023-12-17)</h3>
<ul>
<li><p>Changes in examples scripts</p>
<ul>
<li><p>The help or usage text display for <code>r2u.r</code>,
<code>ttt.r</code>, <code>check.r</code> has been improved, expanded or
corrected, respectively</p></li>
<li><p><code>installDeps.r</code> has a new argument for dependency
selection</p></li>
<li><p>An initial 'single test file' runner <code>tttf.r</code> has been
added</p></li>
<li><p><code>r2u.r</code> has two new options for setting / varying the
Debian build version of package that is built, and one for BioConductor
builds, one for a 'dry run' build, and a new <code>--compile</code>
option</p></li>
<li><p><code>installRSPM.r</code>, <code>installPPM.r</code>,
<code>installP3M.r</code> have been updates to reflect the name
changes</p></li>
<li><p><code>installRub.r</code> now understands 'package@universe'
too</p></li>
<li><p><code>tt.r</code> flips the default of the <code>--effects</code>
switch</p></li>
</ul></li>
</ul>
<h3 id="version-0.3.18-2023-03-25">Version 0.3.18 (2023-03-25)</h3>
<ul>
<li><p>Changes in examples scripts</p>
Expand Down Expand Up @@ -1036,7 +1061,7 @@ <h3 id="version-0.3.0-2015-10-29">Version 0.3.0 (2015-10-29)</h3>
<li><p>Added new vignette with examples</p></li>
</ul></li>
</ul>
</div>
</section>



Expand Down
2 changes: 1 addition & 1 deletion docs/search/search_index.json

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions docs/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,37 +2,37 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://github.com/eddelbuettel/littler/</loc>
<lastmod>2023-03-25</lastmod>
<lastmod>2023-12-17</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://github.com/eddelbuettel/littler/changelog/</loc>
<lastmod>2023-03-25</lastmod>
<lastmod>2023-12-17</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://github.com/eddelbuettel/littler/news/</loc>
<lastmod>2023-03-25</lastmod>
<lastmod>2023-12-17</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://github.com/eddelbuettel/littler/man/littler/</loc>
<lastmod>2023-03-25</lastmod>
<lastmod>2023-12-17</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://github.com/eddelbuettel/littler/man/r/</loc>
<lastmod>2023-03-25</lastmod>
<lastmod>2023-12-17</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://github.com/eddelbuettel/littler/vignettes/littler-examples/</loc>
<lastmod>2023-03-25</lastmod>
<lastmod>2023-12-17</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://github.com/eddelbuettel/littler/vignettes/littler-faq/</loc>
<lastmod>2023-03-25</lastmod>
<lastmod>2023-12-17</lastmod>
<changefreq>daily</changefreq>
</url>
</urlset>
Binary file modified docs/sitemap.xml.gz
Binary file not shown.

0 comments on commit 82ef358

Please sign in to comment.