17 Jun 2005 02:35
Araneida DARCS repository patches
Alan Shields <Alan-Shields <at> omrf.ouhsc.edu>
2005-06-17 00:35:01 GMT
2005-06-17 00:35:01 GMT
I folded all my (read: 3) patches to araneida into a repository that's publicly accessible so as to make my patches easier to find/apply. I hear it's what the cool kids are doing. http://code.microarray.omrf.org/darcs/alan-araneida/ With the happy-fun CGI: http://code.microarray.omrf.org/cgi-bin/darcs.cgi/alan-araneida/?c=browse If you act now, you'll get the following patches: Thu Jun 16 19:17:56 CDT 2005 Alan-Shields <at> omrf.ouhsc.edu * Eliminate implicit generic style warnings by adding generics - also includes some extra documentation Moved docstrings from methods to generics, added necessary generics, etc, etc, etc. Documentation should exist for all the generics I added...though maybe not. Thu Jun 16 19:08:49 CDT 2005 Alan-Shields <at> omrf.ouhsc.edu * Include the request-url for errors 404 errors were difficult to track down, as they only showed up as "404". So I altered error reporting to include the URL requested. Thu Jun 16 17:55:41 CDT 2005 Alan-Shields <at> omrf.ouhsc.edu * araneida-repl-create Create the araneida-repl directory, and include the first functions that are designed to be used from the repl to get information about araneida. I suppose that these could be useful outside of the repl, but I didn't think cluttering up araneida proper was such a great idea.(Continue reading)
). It's based on Araneida, and runs in sbcl (0.8.16 from debian
sarge, no unicode support).
In my app, users can provide names for certain pages, say:
Page accentuée
which should give birth to an url that matches the name as
much as possible but remains readable, say:
page-accentuee
I get the user input as an utf-8 string. Is there a library to help me
processing the raw name into the url-clean version, or should I write
both an utf-8 parser and the equivalent of python's translate () method?
Any general advice on that topic is welcome, as I don't have much
experience with lisp.
Frédéric


RSS Feed