Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Oct 16, 2023
0 parents commit dfb9764
Show file tree
Hide file tree
Showing 17 changed files with 2,863 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
2 changes: 2 additions & 0 deletions METADATA
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
languages: bash, css, json, lisp, markdown, plaintext, xml, yaml
theme: a11y-dark
53 changes: 53 additions & 0 deletions changelog.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<rss version="2.0">
<channel>
<title>project-docs ChangeLog</title>
<link>https://40ants.com/setup-lisp/</link>
<generator>xml-emitter</generator>
<language>en-us</language>
<item>
<title>2.1.0 (2022-11-10)</title>
<description>&lt;p&gt;Moved to newer action msys2/[email protected] where a warning about stale Node.js version is fixed.&lt;/p&gt;</description>
<pubDate>Thu, 10 Nov 2022 00:00:00 +0000</pubDate>
</item>
<item>
<title>2.0.0 (2021-10-28)</title>
<description>&lt;h1 id=&quot;new&quot;&gt;New&lt;/h1&gt;&lt;ul&gt;&lt;li&gt;&lt;p&gt;Add Windows support.&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h1 id=&quot;breaking-changes&quot;&gt;Breaking changes&lt;/h1&gt;&lt;p&gt;Now instead of latest version of &lt;code&gt;ASDF&lt;/code&gt;, Roswell and Qlot
we pin versions which known to work in supported environments.&lt;/p&gt;&lt;p&gt;If you want latest version, pass &amp;quot;latest&amp;quot; as value of
&amp;quot;asdf-version&amp;quot;, &amp;quot;roswell-version&amp;quot; or &amp;quot;qlot-version&amp;quot;.&lt;/p&gt;&lt;p&gt;Currently these versions are used:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;p&gt;&lt;code&gt;ASDF&lt;/code&gt;: 3.3.5.3&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;Roswell: v21.10.14.111&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;Qlot: 0.11.5&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Thanks for these changes to Matteo Landi!&lt;/p&gt;</description>
<pubDate>Thu, 28 Oct 2021 00:00:00 +0000</pubDate>
</item>
<item>
<title>1.1.2 (2021-09-19)</title>
<description>&lt;p&gt;Move from Qlot 0.11.1 to 0.11.5.&lt;/p&gt;</description>
<pubDate>Sun, 19 Sep 2021 00:00:00 +0000</pubDate>
</item>
<item>
<title>1.1.1 (2021-09-12)</title>
<description>&lt;p&gt;Version of qlot was fixed on 0.11.1, because later versions are broken and unable to install
systems from the GitHub. See issue &lt;a href=&quot;https://github.com/fukamachi/qlot/issues/118&quot;&gt;#118&lt;/a&gt;.&lt;/p&gt;</description>
<pubDate>Sun, 12 Sep 2021 00:00:00 +0000</pubDate>
</item>
<item>
<title>1.1.0 (2021-06-06)</title>
<description>&lt;p&gt;Added a new input variable &lt;code&gt;asdf-version&lt;/code&gt;. By default, the latest
&lt;code&gt;ASDF&lt;/code&gt; will be used.&lt;/p&gt;</description>
<pubDate>Sun, 06 Jun 2021 00:00:00 +0000</pubDate>
</item>
<item>
<title>1.0.2 (2021-04-04)</title>
<description>&lt;p&gt;Fixed installation of &lt;code&gt;libcurl4-openssl-dev&lt;/code&gt; on Ubuntu Focal.&lt;/p&gt;</description>
<pubDate>Sun, 04 Apr 2021 00:00:00 +0000</pubDate>
</item>
<item>
<title>1.0.1 (2021-02-22)</title>
<description>&lt;p&gt;Fixed error when there is no &lt;code&gt;qlfile&lt;/code&gt; in the repository.&lt;/p&gt;</description>
<pubDate>Mon, 22 Feb 2021 00:00:00 +0000</pubDate>
</item>
<item>
<title>1.0.0 (2021-01-07)</title>
<description>&lt;p&gt;Initial version.&lt;/p&gt;</description>
<pubDate>Thu, 07 Jan 2021 00:00:00 +0000</pubDate>
</item>
</channel>
</rss>
97 changes: 97 additions & 0 deletions changelog/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,97 @@
<html lang=en>
<head>
<meta charset=UTF-8><meta name=viewport
content="width=device-width, initial-scale=1">
<title>ChangeLog</title>
<link rel=alternate
href=https://40ants.com/setup-lisp/changelog.xml
type=application/rss+xml>
<link rel=stylesheet type=text/css
href=../theme.css>
<script type=text/javascript src=../jquery.js></script>
<script type=text/javascript src=../toc.js></script>
<link rel=stylesheet type=text/css
href=../highlight.min.css>
<script type=text/javascript
src=../highlight.min.js></script>
<script type=text/javascript>hljs.highlightAll();</script>
<script type=text/javascript>
MathJax = {
tex: {
inlineMath: [['$','$']],
processEscapes: true
}
};
</script>
<script type=text/javascript
src=https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-svg.js></script>
<script type=text/javascript>$(document).ready(function() {$('a:has(img)').css('border-bottom', 'none')})</script>
</head>
<body>
<div class=page><a id=fork-me href=https://github.com/40ants/setup-lisp>Fork me on GitHub</a>
<div class=navbar>
<div class=navbar-inner>
<a class=brand href="/">
<img class=logo
src=https://40ants.com/img/logo.svg></a>
<ul class=nav>
<li><a href=/about.html>Who We Are</a>
<li><a href=https://gitter.im/40ants/team>Chat With Us</a>
<li><a href=/tips.html>Lisp Tips</a>
<li><a href=/projects.html>Our Projects</a>
</ul>
</div>
</div>
<input type=checkbox id=sidebar-check>
<label for=sidebar-check>
<div id=sidebar-trigger>
<span></span><span></span><span></span>
</div></label><div class=sidebar><div class=header><form class=search method=GET
action="../search/">
<input type=text name=q>
<input type=submit value=Search><span id=search-progress></span>
</form>
</div><div class=content><div class=page-toc><ul><li><p><a href="../#x-28PROJECT-DOCS-3A-40INDEX-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29" data-document="../" data-node="x-28PROJECT-DOCS-3A-40INDEX-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29">GitHub Action to Setup Common Lisp for CI</a></p><ul><li><p><a href="../#x-28PROJECT-DOCS-3A-3A-40FEATURES-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29" data-document="../" data-node="x-28PROJECT-DOCS-3A-3A-40FEATURES-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29">What this action does for you?</a></p></li><li><p><a href="../#x-28PROJECT-DOCS-3A-3A-40TYPICAL-USAGE-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29" data-document="../" data-node="x-28PROJECT-DOCS-3A-3A-40TYPICAL-USAGE-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29">A typical usage</a></p></li><li><p><a href="../#x-28PROJECT-DOCS-3A-3A-40ROSWELL-VERSION-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29" data-document="../" data-node="x-28PROJECT-DOCS-3A-3A-40ROSWELL-VERSION-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29">Overriding Roswell version</a></p></li><li><p><a href="../#x-28PROJECT-DOCS-3A-3A-40ASDF-VERSION-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29" data-document="../" data-node="x-28PROJECT-DOCS-3A-3A-40ASDF-VERSION-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29">Overriding ASDF version</a></p></li><li><p><a href="../#x-28PROJECT-DOCS-3A-3A-40QLOT-VERSION-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29" data-document="../" data-node="x-28PROJECT-DOCS-3A-3A-40QLOT-VERSION-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29">Overriding Qlot version</a></p></li><li><p><a href="../#x-28PROJECT-DOCS-3A-3A-40QL-FILE-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29" data-document="../" data-node="x-28PROJECT-DOCS-3A-3A-40QL-FILE-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29">Overriding qlfile</a></p></li><li><p><a href="../#x-28PROJECT-DOCS-3A-3A-40CACHING-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29" data-document="../" data-node="x-28PROJECT-DOCS-3A-3A-40CACHING-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29">Caching</a></p></li><li><p><a href="../#x-28PROJECT-DOCS-3A-3A-40ROADMAP-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29" data-document="../" data-node="x-28PROJECT-DOCS-3A-3A-40ROADMAP-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29">Roadmap</a></p></li><li><p><a href="../#x-28PROJECT-DOCS-3A-3A-40CONTRIBUTION-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29" data-document="../" data-node="x-28PROJECT-DOCS-3A-3A-40CONTRIBUTION-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29">Contribution</a></p></li></ul></li><li><p><a href="#x-28PROJECT-DOCS-2FCHANGELOG-3A-40CHANGELOG-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29" data-document="" data-node="x-28PROJECT-DOCS-2FCHANGELOG-3A-40CHANGELOG-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29">ChangeLog</a></p></li></ul>
</div>
</div><div class=footer>
<a href=https://40ants.com/doc>[generated by 40ANTS-DOC]</a>
</div>
</div><div class=content role=main><h1>ChangeLog<a class=rss-icon href=https://40ants.com/setup-lisp/changelog.xml></a></h1><h2>2.1.0 (2022-11-10)<a class=header-link
href=#x-28PROJECT-DOCS-2FCHANGELOG-3A-3A-7C2-2E1-2E0-7C-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29
title="Permalink to this headline"
id=x-28PROJECT-DOCS-2FCHANGELOG-3A-3A-7C2-2E1-2E0-7C-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29></a></h2><p>Moved to newer action msys2/[email protected] where a warning about stale Node.js version is fixed.</p><h2>2.0.0 (2021-10-28)<a class=header-link
href=#x-28PROJECT-DOCS-2FCHANGELOG-3A-3A-7C2-2E0-2E0-7C-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29
title="Permalink to this headline"
id=x-28PROJECT-DOCS-2FCHANGELOG-3A-3A-7C2-2E0-2E0-7C-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29></a></h2><h3 id="new">New</h3><ul><li><p>Add Windows support.</p></li></ul><h3 id="breaking-changes">Breaking changes</h3><p>Now instead of latest version of <code>ASDF</code>, Roswell and Qlot
we pin versions which known to work in supported environments.</p><p>If you want latest version, pass &quot;latest&quot; as value of
&quot;asdf-version&quot;, &quot;roswell-version&quot; or &quot;qlot-version&quot;.</p><p>Currently these versions are used:</p><ul><li><p><code>ASDF</code>: 3.3.5.3</p></li><li><p>Roswell: v21.10.14.111</p></li><li><p>Qlot: 0.11.5</p></li></ul><p>Thanks for these changes to Matteo Landi!</p><h2>1.1.2 (2021-09-19)<a class=header-link
href=#x-28PROJECT-DOCS-2FCHANGELOG-3A-3A-7C1-2E1-2E2-7C-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29
title="Permalink to this headline"
id=x-28PROJECT-DOCS-2FCHANGELOG-3A-3A-7C1-2E1-2E2-7C-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29></a></h2><p>Move from Qlot 0.11.1 to 0.11.5.</p><h2>1.1.1 (2021-09-12)<a class=header-link
href=#x-28PROJECT-DOCS-2FCHANGELOG-3A-3A-7C1-2E1-2E1-7C-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29
title="Permalink to this headline"
id=x-28PROJECT-DOCS-2FCHANGELOG-3A-3A-7C1-2E1-2E1-7C-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29></a></h2><p>Version of qlot was fixed on 0.11.1, because later versions are broken and unable to install
systems from the GitHub. See issue <a href="https://github.com/fukamachi/qlot/issues/118">#118</a>.</p><h2>1.1.0 (2021-06-06)<a class=header-link
href=#x-28PROJECT-DOCS-2FCHANGELOG-3A-3A-7C1-2E1-2E0-7C-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29
title="Permalink to this headline"
id=x-28PROJECT-DOCS-2FCHANGELOG-3A-3A-7C1-2E1-2E0-7C-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29></a></h2><p>Added a new input variable <code>asdf-version</code>. By default, the latest
<code>ASDF</code> will be used.</p><h2>1.0.2 (2021-04-04)<a class=header-link
href=#x-28PROJECT-DOCS-2FCHANGELOG-3A-3A-7C1-2E0-2E2-7C-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29
title="Permalink to this headline"
id=x-28PROJECT-DOCS-2FCHANGELOG-3A-3A-7C1-2E0-2E2-7C-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29></a></h2><p>Fixed installation of <code>libcurl4-openssl-dev</code> on Ubuntu Focal.</p><h2>1.0.1 (2021-02-22)<a class=header-link
href=#x-28PROJECT-DOCS-2FCHANGELOG-3A-3A-7C1-2E0-2E1-7C-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29
title="Permalink to this headline"
id=x-28PROJECT-DOCS-2FCHANGELOG-3A-3A-7C1-2E0-2E1-7C-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29></a></h2><p>Fixed error when there is no <code>qlfile</code> in the repository.</p><h2>1.0.0 (2021-01-07)<a class=header-link
href=#x-28PROJECT-DOCS-2FCHANGELOG-3A-3A-7C1-2E0-2E0-7C-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29
title="Permalink to this headline"
id=x-28PROJECT-DOCS-2FCHANGELOG-3A-3A-7C1-2E0-2E0-7C-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29></a></h2><p>Initial version.</p>
</div><div class=footer>
<hr class=separator>
<p class=fineprint>Created with passion by <em>40Ants</em><a class=lisp-logo
href="http://lisp-lang.org/">
<img
src=https://40ants.com/img/made-with-lisp.svg></a>
</div>
</div>
</body>
</html>
Loading

0 comments on commit dfb9764

Please sign in to comment.