Merge commit 'cc026178a9' as 'third_party/lisp/trivial-backtrace'

This commit is contained in:
Vincent Ambo 2020-01-17 17:53:27 +00:00
commit fdcfd59aa4
19 changed files with 809 additions and 0 deletions

View file

@ -0,0 +1,15 @@
<div id="footer" class="footer">
<div id="buttons">
<a class="nav" href="http://validator.w3.org/check/referer" title="xhtml1.1"><img src="http://common-lisp.net/project/cl-containers/shared/buttons/xhtml.gif" width="80" height="15" title="valid xhtml button" alt="valid xhtml" /></a>
<a class="nav" href="http://common-lisp.net/project/cl-markdown/" title="Mark with CL-Markdown"><img src="http://common-lisp.net/project/cl-containers/shared/buttons/cl-markdown.png" width="80" height="15" title="Made with CL-Markdown" alt="CL-Markdown" /></a>
<a class="nav" href="http://www.catb.org/hacker-emblem/" title="hacker"><img src="http://common-lisp.net/project/cl-containers/shared/buttons/hacker.png" width="80" height="15" title="hacker emblem" alt="hacker button" /></a>
<a class="nav" href="http://www.lisp.org/" title="Association of Lisp Users"><img src="http://common-lisp.net/project/cl-containers/shared/buttons/lambda-lisp.png" width="80" height="15" title="ALU emblem" alt="ALU button" /></a>
<a class="nav" href="http://common-lisp.net/" title="Common-Lisp.net"><img src="http://common-lisp.net/project/cl-containers/shared/buttons/lisp-lizard.png" width="80" height="15" title="Common-Lisp.net" alt="Common-Lisp.net button" /></a>
</div>
### Copyright (c) 2009 - 2011 Gary Warren King (gwking@metabang.com)
trivial-backtrace has an [MIT style][mit-license] license
<div id="timestamp">Last updated {today} at {now}</div>
</div>

View file

@ -0,0 +1,19 @@
{include shared-links.md}
{set-property html yes}
{set-property style-sheet "styles.css"}
{set-property author "Gary Warren King"}
{set-property title "trivial-backtrace | watch where you've been"}
[devel-list]: http://common-lisp.net/cgi-bin/mailman/listinfo/trivial-backtrace-devel
[cliki-home]: http://www.cliki.net//trivial-backtrace
[tarball]: http://common-lisp.net/project/trivial-backtrace/trivial-backtrace.tar.gz
<div id="header">
<span class="logo"><a href="http://www.metabang.com/" title="metabang.com"><img src="http://common-lisp.net/project/cl-containers/shared/metabang-2.png" title="metabang.com" width="100" alt="Metabang Logo" /></a></span>
## trivial-backtrace
#### watch where you've been
</div>

View file

@ -0,0 +1,2 @@
<div id="navigation">
</div>