-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit afccf34
Showing
17 changed files
with
2,789 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
languages: bash, css, json, lisp, markdown, plaintext, xml, yaml | ||
theme: atom-one-dark |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<?xml version="1.0" encoding="ISO-8859-1"?> | ||
<rss version="2.0"> | ||
<channel> | ||
<title>40ants-project-templates-docs ChangeLog</title> | ||
<link>https://40ants.com/project-templates/</link> | ||
<generator>xml-emitter</generator> | ||
<language>en-us</language> | ||
<item> | ||
<title>0.4.0 (2024-05-18)</title> | ||
<description><ul><li><p>Update dependencies. Renamed asd files to prevent qlot from trying to process dependencies from these files.</p></li></ul></description> | ||
<pubDate>Sat, 18 May 2024 00:00:00 +0000</pubDate> | ||
</item> | ||
<item> | ||
<title>0.3.0 (2023-05-06)</title> | ||
<description><ul><li><p>Add <code>API</code> section into the docs.</p></li><li><p>Add dependency on <code>clack-handler-hunchentoot</code> system.</p></li></ul></description> | ||
<pubDate>Sat, 06 May 2023 00:00:00 +0000</pubDate> | ||
</item> | ||
<item> | ||
<title>0.2.0 (2023-05-01)</title> | ||
<description><ul><li><p>Added a template for <code>JSON-RPC</code> <code>API</code> server.</p></li></ul></description> | ||
<pubDate>Mon, 01 May 2023 00:00:00 +0000</pubDate> | ||
</item> | ||
<item> | ||
<title>0.1.0 (2023-02-05)</title> | ||
<description><ul><li><p>Initial version.</p></li></ul></description> | ||
<pubDate>Sun, 05 Feb 2023 00:00:00 +0000</pubDate> | ||
</item> | ||
</channel> | ||
</rss> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,98 @@ | ||
<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/project-templates/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> | ||
<script type="text/javascript">$(document).ready(function() {$('a:has(img)').css('border-bottom', 'none')})</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> | ||
<!-- Google tag (gtag.js) --> | ||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-FL71WXK73K"></script> | ||
<script> | ||
window.dataLayer = window.dataLayer || []; | ||
function gtag(){dataLayer.push(arguments);} | ||
gtag('js', new Date()); | ||
|
||
gtag('config', 'G-FL71WXK73K'); | ||
</script> | ||
|
||
<!-- Yandex.Metrika counter --> | ||
<script type="text/javascript" > | ||
(function(m,e,t,r,i,k,a){m[i]=m[i]||function(){(m[i].a=m[i].a||[]).push(arguments)}; | ||
m[i].l=1*new Date(); | ||
for (var j = 0; j < document.scripts.length; j++) {if (document.scripts[j].src === r) { return; }} | ||
k=e.createElement(t),a=e.getElementsByTagName(t)[0],k.async=1,k.src=r,a.parentNode.insertBefore(k,a)}) | ||
(window, document, "script", "https://mc.yandex.ru/metrika/tag.js", "ym"); | ||
|
||
ym(42462884, "init", { | ||
clickmap:true, | ||
trackLinks:true, | ||
accurateTrackBounce:true | ||
}); | ||
</script> | ||
<noscript><div><img src="https://mc.yandex.ru/watch/42462884" style="position:absolute; left:-9999px;" alt="" /></div></noscript> | ||
<!-- /Yandex.Metrika counter --> | ||
|
||
</head> | ||
<body> | ||
<div class=page><a id=fork-me href="https://github.com/40ants/project-templates">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-2840ANTS-PROJECT-TEMPLATES-DOCS-2FINDEX-3A-40INDEX-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29" data-document="../" data-node="x-2840ANTS-PROJECT-TEMPLATES-DOCS-2FINDEX-3A-40INDEX-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29">40ants-project-templates</a></p><ul><li><p><a href="../#40-ants-project-templates-asdf-system-details" data-document="../" data-node="40-ants-project-templates-asdf-system-details">40ANTS-PROJECT-TEMPLATES ASDF System Details</a></p></li><li><p><a href="../#x-2840ANTS-PROJECT-TEMPLATES-DOCS-2FINDEX-3A-3A-40INSTALLATION-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29" data-document="../" data-node="x-2840ANTS-PROJECT-TEMPLATES-DOCS-2FINDEX-3A-3A-40INSTALLATION-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29">Installation</a></p></li><li><p><a href="../#x-2840ANTS-PROJECT-TEMPLATES-DOCS-2FINDEX-3A-3A-40USAGE-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29" data-document="../" data-node="x-2840ANTS-PROJECT-TEMPLATES-DOCS-2FINDEX-3A-3A-40USAGE-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29">Usage</a></p></li><li><p><a href="../#x-2840ANTS-PROJECT-TEMPLATES-DOCS-2FINDEX-3A-3A-40TEMPLATES-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29" data-document="../" data-node="x-2840ANTS-PROJECT-TEMPLATES-DOCS-2FINDEX-3A-3A-40TEMPLATES-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29">Templates</a></p><ul><li><p><a href="../#x-2840ANTS-PROJECT-TEMPLATES-DOCS-2FINDEX-3A-3A-40LIBRARY-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29" data-document="../" data-node="x-2840ANTS-PROJECT-TEMPLATES-DOCS-2FINDEX-3A-3A-40LIBRARY-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29">CL Library</a></p><ul><li><p><a href="../#included-mixins" data-document="../" data-node="included-mixins">Included mixins</a></p></li><li><p><a href="../#options" data-document="../" data-node="options">Options</a></p></li></ul></li><li><p><a href="../#x-2840ANTS-PROJECT-TEMPLATES-DOCS-2FINDEX-3A-3A-40REBLOCKS-APP-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29" data-document="../" data-node="x-2840ANTS-PROJECT-TEMPLATES-DOCS-2FINDEX-3A-3A-40REBLOCKS-APP-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29">Reblocks Web App</a></p><ul><li><p><a href="../#options" data-document="../" data-node="options">Options</a></p></li></ul></li><li><p><a href="../#x-2840ANTS-PROJECT-TEMPLATES-DOCS-2FINDEX-3A-3A-40JSONRPC-APP-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29" data-document="../" data-node="x-2840ANTS-PROJECT-TEMPLATES-DOCS-2FINDEX-3A-3A-40JSONRPC-APP-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29">JSON-RPC API Server</a></p><ul><li><p><a href="../#options" data-document="../" data-node="options">Options</a></p></li></ul></li></ul></li><li><p><a href="../#x-2840ANTS-PROJECT-TEMPLATES-DOCS-2FINDEX-3A-3A-40MIXINS-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29" data-document="../" data-node="x-2840ANTS-PROJECT-TEMPLATES-DOCS-2FINDEX-3A-3A-40MIXINS-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29">Mixins</a></p><ul><li><p><a href="../#x-2840ANTS-PROJECT-TEMPLATES-DOCS-2FINDEX-3A-3A-40CI-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29" data-document="../" data-node="x-2840ANTS-PROJECT-TEMPLATES-DOCS-2FINDEX-3A-3A-40CI-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29">CI</a></p></li><li><p><a href="../#x-2840ANTS-PROJECT-TEMPLATES-DOCS-2FINDEX-3A-3A-40CLPM-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29" data-document="../" data-node="x-2840ANTS-PROJECT-TEMPLATES-DOCS-2FINDEX-3A-3A-40CLPM-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29">CLPM</a></p></li><li><p><a href="../#x-2840ANTS-PROJECT-TEMPLATES-DOCS-2FINDEX-3A-3A-40DOCS-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29" data-document="../" data-node="x-2840ANTS-PROJECT-TEMPLATES-DOCS-2FINDEX-3A-3A-40DOCS-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29">Docs</a></p></li><li><p><a href="../#x-2840ANTS-PROJECT-TEMPLATES-DOCS-2FINDEX-3A-3A-40GITIGNORE-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29" data-document="../" data-node="x-2840ANTS-PROJECT-TEMPLATES-DOCS-2FINDEX-3A-3A-40GITIGNORE-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29">Gitignore</a></p></li><li><p><a href="../#x-2840ANTS-PROJECT-TEMPLATES-DOCS-2FINDEX-3A-3A-40QLFILE-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29" data-document="../" data-node="x-2840ANTS-PROJECT-TEMPLATES-DOCS-2FINDEX-3A-3A-40QLFILE-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29">Qlfile</a></p></li><li><p><a href="../#x-2840ANTS-PROJECT-TEMPLATES-DOCS-2FINDEX-3A-3A-40ROVE-TESTS-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29" data-document="../" data-node="x-2840ANTS-PROJECT-TEMPLATES-DOCS-2FINDEX-3A-3A-40ROVE-TESTS-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29">Rove Tests</a></p></li></ul></li><li><p><a href="../#x-2840ANTS-PROJECT-TEMPLATES-DOCS-2FINDEX-3A-3A-40UTILS-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29" data-document="../" data-node="x-2840ANTS-PROJECT-TEMPLATES-DOCS-2FINDEX-3A-3A-40UTILS-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29">Utilities</a></p></li></ul></li><li><p><a href="#x-2840ANTS-PROJECT-TEMPLATES-DOCS-2FCHANGELOG-3A-40CHANGELOG-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29" data-document="" data-node="x-2840ANTS-PROJECT-TEMPLATES-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/project-templates/changelog.xml"></a></h1><h2>0.4.0 (2024-05-18)<a class=header-link | ||
href=#x-2840ANTS-PROJECT-TEMPLATES-DOCS-2FCHANGELOG-3A-3A-7C0-2E4-2E0-7C-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29 | ||
title="Permalink to this headline" | ||
id=x-2840ANTS-PROJECT-TEMPLATES-DOCS-2FCHANGELOG-3A-3A-7C0-2E4-2E0-7C-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29></a></h2><ul><li><p>Update dependencies. Renamed asd files to prevent qlot from trying to process dependencies from these files.</p></li></ul><h2>0.3.0 (2023-05-06)<a class=header-link | ||
href=#x-2840ANTS-PROJECT-TEMPLATES-DOCS-2FCHANGELOG-3A-3A-7C0-2E3-2E0-7C-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29 | ||
title="Permalink to this headline" | ||
id=x-2840ANTS-PROJECT-TEMPLATES-DOCS-2FCHANGELOG-3A-3A-7C0-2E3-2E0-7C-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29></a></h2><ul><li><p>Add <code>API</code> section into the docs.</p></li><li><p>Add dependency on <code>clack-handler-hunchentoot</code> system.</p></li></ul><h2>0.2.0 (2023-05-01)<a class=header-link | ||
href=#x-2840ANTS-PROJECT-TEMPLATES-DOCS-2FCHANGELOG-3A-3A-7C0-2E2-2E0-7C-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29 | ||
title="Permalink to this headline" | ||
id=x-2840ANTS-PROJECT-TEMPLATES-DOCS-2FCHANGELOG-3A-3A-7C0-2E2-2E0-7C-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29></a></h2><ul><li><p>Added a template for <code>JSON-RPC</code> <code>API</code> server.</p></li></ul><h2>0.1.0 (2023-02-05)<a class=header-link | ||
href=#x-2840ANTS-PROJECT-TEMPLATES-DOCS-2FCHANGELOG-3A-3A-7C0-2E1-2E0-7C-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29 | ||
title="Permalink to this headline" | ||
id=x-2840ANTS-PROJECT-TEMPLATES-DOCS-2FCHANGELOG-3A-3A-7C0-2E1-2E0-7C-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29></a></h2><ul><li><p>Initial version.</p></li></ul> | ||
</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> |
Oops, something went wrong.