[plt-scheme] pretty URLs
hi!
wouldn't it be easier to use this feature?:
http://jay-mccarthy.blogspot.com/2008/11/top-level-servlets-in-plt-scheme-web.html
but which version does it refer to?
i have this: MzScheme v4.1.1.3 [3m]
does it work if i download and compile 4.1.3 (current) from here:
http://download.plt-scheme.org/drscheme/all-versions.html
or i have to use the latest Subversion checkout? is it stable enough?
maxigas
From: "Noel Welsh" <noelwelsh at gmail.com>
Subject: Re: [plt-scheme] pretty URLs
Date: Sun, 28 Dec 2008 12:10:37 +0000
> Take a look at the dispatch package on PLaneT.
>
> HTH,
> N.
>
> On Sun, Dec 28, 2008 at 12:34 AM, maxigas <maxigas at anargeek.net> wrote:
> > hi!
> >
> > so now i have a blog engine (based on the Continue... tutorial) that can also handle tags of
> > posts. i want to use it for different personal projects as a blogfarm engine. one requirement
> > for that is that i need something that is i think called "pretty URLs":
> ...