On 29/12/10 03:20, Robert Clipsham wrote:
Hey all,
I've just uploaded the source code to a pet project I've been working on
over the past few weeks - an MVC web framework written with D.
https://bitbucket.org/mrmonday/serenity/src
-snip-
Currently features include:
Knew I'd forget something - the document builder includes an almost
complete method for finding elements using CSS selectors, so you can use
doc.find("p.content") to get an array of all paragraph elements with the
content class in the current document.
I'll also note that it currently only builds/runs on linux with ldc,
this is purely because it's my development environment, I do plan to
remove this limitation as the project matures.
--
Robert
http://octarineparrot.com/