Re: [CODE4LIB] implementing cool uris in java

2008-07-02 Thread Robert Forkel
if i understood correctly, you already create urls like http://catalog.lib.ncsu.edu/record?id=1234565. since cool urls are the ones that don't change, you will still have to support these. so i'd think an easy way to support the even cooler http://catalog.lib.ncsu.edu/record/123456 would be to use

[CODE4LIB] implementing cool uris in java

2008-07-02 Thread Emily Lynema
I'm looking around for tools to implement cool uris in java. I've been studying the restlet framework tonight, and while it sounds cool, I think it would also require a complete re-write of an application that is currently based on the Servlet API. And, of course, I'm working under a time crunc

[CODE4LIB] Thoreau Lovell is out of the office.

2008-07-02 Thread Thoreau R Lovell
I will be out of the office starting Tue 07/01/2008 and will not return until Tue 08/05/2008. During that time, I may be able to check email occasionally. But you shouldn’t expect a reply until after I return. Thank you.

[CODE4LIB] code4lib LinkedIn group

2008-07-02 Thread Ed Summers
If you happen to have a LinkedIn profile and consider yourself a part of code4lib (c'mon you know you are), then please join the code4lib LinkedIn group: http://www.linkedin.com/e/gis/134499/0A30D700D1CF //Ed

[CODE4LIB] [Fwd: Re: [akismet-pre-sales] Contact form]

2008-07-02 Thread Jonathan Rochkind
For what it's worth, akismet told me, as below, that I can use a free key for our library website's use. Excellent. Original Message Subject:Re: [akismet-pre-sales] Contact form Date: Wed, 02 Jul 2008 16:53:25 + (UTC) From: Mark <[EMAIL PROTECTED]> Reply-To:

Re: [CODE4LIB] perl recaptcha?

2008-07-02 Thread Genny Engel
More anecdote: I got rid of pretty much 100% of spam on our blog by commenting out the URL input box. Then add a few lines of code to the comment processor: if ($_POST['url']) { header('HTTP/1.0 406 Not Acceptable'); exit; } If the post contains a URL it's a bot, since a human wouldn't be a