55 lines
4.1 KiB
HTML
55 lines
4.1 KiB
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||
|
<title>CLiki: clhp</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=clhp">
|
||
|
<link rel="stylesheet" href="static/css/style.css">
|
||
|
<link rel="stylesheet" href="static/css/colorize.css">
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<span class="hidden">CLiki - clhp</span>
|
||
|
<div id="content"><div id="content-area"><div id="article-title">clhp</div><div id="article">CLHP is the <b>Common Lisp Hypertext Preprocessor</b> - a <a href="Web.html" class="category">Web</a> <a href="programming language.html" class="category">programming language</a>. As you might infer from the name, it is similar in capabilities to <a href="http://www.php.net">PHP</a>, only it uses <a href="Common Lisp.html" class="internal">Common Lisp</a> as its underlying language, rather than the C-like language that PHP uses. It is copyrighted under the Lesser GNU Public License (or <a href="LGPL.html" class="category">LGPL</a>)<p>The name CLHP implies that it can only be used in Hypertext contexts, however CLHP allows Lisp code to be embedded in <a href="XML.html" class="category">XML</a> via XML processing instructions, which means it can be included in any XML document and still allow the document to be considered valid XML. In this respect CLHP could be used in any application where a high level language is desirable as part of an XML solution.<p>It is currently in an alpha stage, but is quite useable. At this point, it is implemented in and requires <a href="CMUCL.html" class="internal">CMUCL</a>. It is integrated as an <a href="http://httpd.apache.org/">Apache</a> module, so Apache is required.<p><ul>
|
||
|
<li>Current Version is 0.2.0 alpha</li>
|
||
|
<li><a href="https://common-lisp.net/project/clhp/">CLHP homepage</a></li>
|
||
|
</ul><p>--<a href="Anthony Ventimiglia.html" class="internal">Anthony Ventimiglia</a><p><hr>
|
||
|
<a href="web framework.html" class="category">web framework</a></div></div>
|
||
|
<div id="footer" class="buttonbar"><ul><li><a href="clhp.html">Current version</a></li>
|
||
|
<li><a href="https://www.cliki.net/site/history?article=clhp">History</a></li>
|
||
|
<li><a href="https://www.cliki.net/site/backlinks?article=clhp">Backlinks</a></li><li><a href="https://www.cliki.net/site/edit-article?title=clhp&from-revision=3799335403">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>
|