92 lines
5.1 KiB
HTML
92 lines
5.1 KiB
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||
|
<title>CLiki: Configuration</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=Configuration">
|
||
|
<link rel="stylesheet" href="static/css/style.css">
|
||
|
<link rel="stylesheet" href="static/css/colorize.css">
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<span class="hidden">CLiki - Configuration</span>
|
||
|
<div id="content"><div id="content-area"><div id="article-title">Configuration</div><div id="article"><ul>
|
||
|
<li>
|
||
|
<a href="Chameleon.html" class="internal">Chameleon</a> -
|
||
|
Chameleon is a <a href="configuration.html" class="category">configuration</a> management library shipped with profile support
|
||
|
</li>
|
||
|
<li>
|
||
|
<a href="cl-menusystem.html" class="internal">cl-menusystem</a> -
|
||
|
<a href="cl-menusystem.html" class="internal">cl-menusystem</a> is a library for making pretty menus for controlling an application and editing the multitude of special variables which invariably exist to control an app's settings
|
||
|
</li>
|
||
|
<li>
|
||
|
<a href="clerk.html" class="internal">clerk</a> -
|
||
|
<a href="https://github.com/lisp-maintainers/clerk">Clerk</a> is a cron-like <a href="Schedulers.html" class="internal">scheduler</a> for tasks to execute at given intervals
|
||
|
</li>
|
||
|
<li>
|
||
|
<a href="clinicap.html" class="internal">clinicap</a> -
|
||
|
clinicap is a dialect of ini <a href="file format.html" class="category">file format</a> parser and writer, implemented in Common Lisp
|
||
|
</li>
|
||
|
<li>
|
||
|
<a href="Consfigurator.html" class="internal">Consfigurator</a> -
|
||
|
A system for declarative <a href="configuration.html" class="category">configuration</a> management using Common Lisp
|
||
|
</li>
|
||
|
<li>
|
||
|
<a href="persistent-variables.html" class="internal">persistent-variables</a> -
|
||
|
Persistent-variables is a <a href="convenience library.html" class="category">convenience library</a> that makes it easy to serialize and deserialize variables
|
||
|
</li>
|
||
|
<li>
|
||
|
<a href="py-configparser.html" class="internal">py-configparser</a> -
|
||
|
<a href="https://common-lisp.net/project/py-configparser/">py-configparser</a> allows reading and writing of <a href="configuration.html" class="category">configuration</a> files stored in the Windows INI <a href="file format.html" class="category">file format</a>
|
||
|
</li>
|
||
|
<li>
|
||
|
<a href="ubiquitous.html" class="internal">ubiquitous</a> -
|
||
|
Ubiquitous is a very easy-to-use library for persistent <a href="configuration.html" class="category">configuration</a> storage
|
||
|
</li>
|
||
|
<li>
|
||
|
<a href="Universal-Config.html" class="internal">Universal-Config</a> -
|
||
|
This library tries to provide a layer for <a href="configuration.html" class="category">configuration</a> files and storage that should be able to map any type of object to any configuration format and back
|
||
|
</li>
|
||
|
<li>
|
||
|
<a href="YAML.html" class="internal">YAML</a> -
|
||
|
<a href="https://yaml.org/">Yet Another Markup Language</a>:
|
||
|
</li>
|
||
|
</ul></div></div>
|
||
|
<div id="footer" class="buttonbar"><ul><li><a href="Configuration.html">Current version</a></li>
|
||
|
<li><a href="https://www.cliki.net/site/history?article=Configuration">History</a></li>
|
||
|
<li><a href="https://www.cliki.net/site/backlinks?article=Configuration">Backlinks</a></li><li><a href="https://www.cliki.net/site/edit-article?title=Configuration&from-revision=3803499477">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>
|