emacs.d/clones/lisp/www.cliki.net/cl-rss-gen.html
2022-10-07 15:47:14 +02:00

54 lines
No EOL
4.1 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>CLiki: cl-rss-gen</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=cl-rss-gen">
<link rel="stylesheet" href="static/css/style.css">
<link rel="stylesheet" href="static/css/colorize.css">
</head>
<body>
<span class="hidden">CLiki - cl-rss-gen</span>
<div id="content"><div id="content-area"><div id="article-title">cl-rss-gen</div><div id="article">cl-rss-gen is a tiny Common Lisp library that generates <a href="RSS.html" class="category">RSS</a> (<a href="RDF.html" class="category">RDF</a> Site Summary).
It's released under the <a href="LGPL.html" class="category">LGPL</a> license.
It's capable of generating RSS items directly from any <a href="CLOS.html" class="internal">CLOS</a> class instances by mapping each slot to specific RSS tag (you just specify which slots map to which tags).<p>The code is hosted on GitHub (<a href="https://github.com/lukaramishvili/cl-rss-gen">https://github.com/lukaramishvili/cl-rss-gen</a>).<p>cl-rss-gen depends on <a href="cl-who.html" class="internal">cl-who</a> by Edi Weitz, and thanks to him cl-rss-gen is so short.
You should load cl-who by your favorite package manager before loading cl-rss-gen. It's (asdf:operate 'asdf:load-op 'cl-who) for <a href="ASDF.html" class="internal">ASDF</a>, and (ql:quickload :cl-who) for <a href="Quicklisp.html" class="internal">Quicklisp</a>.<p>cl-rss-gen is in draft stage. I needed and couldn't find such functionality, so wrote my own. I suggest looking at the code (it's really tiny) before using it.<p>Anyway, for simple needs cl-rss-gen already works. Feel free to send suggestions. corrections, patches and bug-fixes to mail@luka.ge. I will add your name to this page if the changes get incorporated (very likely so).<p>This library is written by Luka Ramishvili (luka.ge), in the hope that it will be useful.</div></div>
<div id="footer" class="buttonbar"><ul><li><a href="cl-rss-gen.html">Current version</a></li>
<li><a href="https://www.cliki.net/site/history?article=cl-rss-gen">History</a></li>
<li><a href="https://www.cliki.net/site/backlinks?article=cl-rss-gen">Backlinks</a></li><li><a href="https://www.cliki.net/site/edit-article?title=cl-rss-gen&amp;from-revision=3822264825">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&#32;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>