68 lines
No EOL
4.7 KiB
HTML
68 lines
No EOL
4.7 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<title>CLiki: Closure</title>
|
|
<link rel="alternate" type="application/atom+xml" title="ATOM feed of edits to current article"
|
|
href="https://www.cliki.net/site/feed/article.atom?title=Closure">
|
|
<link rel="stylesheet" href="static/css/style.css">
|
|
<link rel="stylesheet" href="static/css/colorize.css">
|
|
</head>
|
|
|
|
<body>
|
|
<span class="hidden">CLiki - Closure</span>
|
|
<div id="content"><div id="content-area"><div id="article-title">Closure</div><div id="article"><a href="https://common-lisp.net/project/closure/">Closure</a> is a <a href="free.html" class="category">free</a> <a href="web.html" class="internal">web</a> browser written completely in Common Lisp.<p>Author: Gilbert Baumann<p>Repository: <a href="https://gitlab.common-lisp.net/closure/closure">https://gitlab.common-lisp.net/closure/closure</a><p>Depends on: <a href="mcclim.html" class="internal">mcclim</a>, <a href="cxml.html" class="internal">cxml</a>, <a href="closure-html.html" class="internal">closure-html</a>, <a href="bordeaux-threads.html" class="internal">bordeaux-threads</a>, <a href="trivial-sockets.html" class="internal">trivial-sockets</a>, <a href="zip.html" class="internal">zip</a>, <a href="flexi-streams.html" class="internal">flexi-streams</a>, <a href="skippy.html" class="internal">skippy</a><p>This project doesn't provide a release tarball and is <i>not</i> <a href="asdf-install.html" class="internal">asdf-install</a>able. It is, however, available in <a href="clbuild.html" class="internal">clbuild</a>.<p><h2>Feature overview</h2><p><ul>
|
|
<li>GUI is based on <a href="CLIM.html" class="internal">CLIM</a> - primarily developed using <a href="McCLIM.html" class="internal">McCLIM</a>.
|
|
(Support for images is limited to the CLIM-CLX backend for <a href="X11.html" class="internal">X11</a>-only at
|
|
this point.)
|
|
</li>
|
|
<li>Supports HTML 4, using <a href="closure-html.html" class="internal">closure-html</a>
|
|
</li>
|
|
<li>
|
|
<a href="CSS.html" class="internal">CSS</a> 1 support (support for CSS 2 not complete)
|
|
</li>
|
|
<li>Released under an <a href="MIT.html" class="internal">MIT</a>-style license
|
|
</li>
|
|
<li>known to run, as of December 2006, on <a href="SBCL.html" class="internal">SBCL</a> 1.0 and
|
|
<a href="CMUCL.html" class="internal">CMUCL</a> 19d (probably also <a href="OpenMCL.html" class="internal">OpenMCL</a>).
|
|
</li>
|
|
</ul>
|
|
<h2>Etymology</h2><p>Note that Closure is not related to the <a href="Clozure.html" class="internal">Clozure</a> implementation of Common
|
|
Lisp and works on various <a href="Common Lisp implementation.html" class="internal">Common Lisp implementation</a>s.</div></div>
|
|
<div id="footer" class="buttonbar"><ul><li><a href="Closure.html">Current version</a></li>
|
|
<li><a href="https://www.cliki.net/site/history?article=Closure">History</a></li>
|
|
<li><a href="https://www.cliki.net/site/backlinks?article=Closure">Backlinks</a></li><li><a href="https://www.cliki.net/site/edit-article?title=Closure&from-revision=3802279404">Edit</a></li><li><a href="https://www.cliki.net/site/edit-article?create=t">Create</a></li></ul></div>
|
|
</div>
|
|
<div id="header-buttons" class="buttonbar">
|
|
<ul>
|
|
<li><a href="https://www.cliki.net/">Home</a></li>
|
|
<li><a href="https://www.cliki.net/site/recent-changes">Recent Changes</a></li>
|
|
<li><a href="CLiki.html">About</a></li>
|
|
<li><a href="Text Formatting.html">Text Formatting</a></li>
|
|
<li><a href="https://www.cliki.net/site/tools">Tools</a></li>
|
|
</ul>
|
|
<div id="search">
|
|
<form action="https://www.cliki.net/site/search">
|
|
<label for="search_query" class="hidden">Search CLiki</label>
|
|
<input type="text" name="query" id="search_query" value="" />
|
|
<input type="submit" value="search" />
|
|
</form>
|
|
</div>
|
|
</div>
|
|
<div id="pageheader">
|
|
<div id="header">
|
|
<span id="logo">CLiki</span>
|
|
<span id="slogan">the common lisp wiki</span>
|
|
<div id="login"><form method="post" action="https://www.cliki.net/site/login">
|
|
<label for="login_name" class="hidden">Account name</label>
|
|
<input type="text" name="name" id="login_name" class="login_input" />
|
|
<label for= "login_password" class="hidden">Password</label>
|
|
<input type="password" name="password" id="login_password" class="login_input" />
|
|
<input type="submit" name="login" value="login" id="login_submit" /><br />
|
|
<div id="register"><a href="https://www.cliki.net/site/register">register</a></div>
|
|
<input type="submit" name="reset-pw" value="reset password" id="reset_pw" />
|
|
</form>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body></html> |