65 lines
3.9 KiB
HTML
65 lines
3.9 KiB
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||
|
<title>CLiki: WuWei</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=WuWei">
|
||
|
<link rel="stylesheet" href="static/css/style.css">
|
||
|
<link rel="stylesheet" href="static/css/colorize.css">
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<span class="hidden">CLiki - WuWei</span>
|
||
|
<div id="content"><div id="content-area"><div id="article-title">WuWei</div><div id="article">WuWei is a toolkit for building <a href="Ajax.html" class="category">Ajax</a> web pages and web sites in Common Lisp. It's designed to be
|
||
|
light-weight, a toolkit rather than a platform. <p><a href="https://en.wikipedia.org/wiki/Wu_wei">Wu wei is Chinese</a> for "effortless doing". <p><h2>Features</h2><p><ul>
|
||
|
<li>Continuation-based AJAX user interfaces
|
||
|
</li>
|
||
|
<li>Server-side DOM operations (add/remove elements, visual fades, drag and drop)
|
||
|
</li>
|
||
|
<li>High-level interfaces to in-place-editing and autocomplete widgets
|
||
|
</li>
|
||
|
<li>Login and session management
|
||
|
</li>
|
||
|
<li>runs in multiple Common Lisp implementations (tested with Allegro, OpenMCL, SBCL).
|
||
|
</li>
|
||
|
</ul><p><h2>Examples and Demos</h2><p>Are at <a href="http://wuwei.name">http://wuwei.name</a><p><h2>Credits</h2><p>WuWei was written primarily by <a href="http://hyperphor.com">Mike Travers</a>, originally under the sponsorship of <a href="https://www.collabrx.com/">CollabRx, Inc.</a>
|
||
|
Some bits of it are derived from <a href="BioBike.html" class="internal">BioBike</a>.<p><h2>Installation</h2><p>See instructions at source, available here: <a href="https://github.com/mtravers/wuwei">https://github.com/mtravers/wuwei</a>.<p><hr>
|
||
|
Tags: <a href="MIT-LICENSE.html" class="category">MIT-LICENSE</a>, <a href="web framework.html" class="category">web framework</a></div></div>
|
||
|
<div id="footer" class="buttonbar"><ul><li><a href="WuWei.html">Current version</a></li>
|
||
|
<li><a href="https://www.cliki.net/site/history?article=WuWei">History</a></li>
|
||
|
<li><a href="https://www.cliki.net/site/backlinks?article=WuWei">Backlinks</a></li><li><a href="https://www.cliki.net/site/edit-article?title=WuWei&from-revision=3827763375">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>
|