dweb - A simple website written in D

dweb is a simple website framework inspired by the werc software.

Its principles are:

It was created because werc was annoying to deploy on UW Computer Science Club's Apache setup and because Not Invented Here.

Install Guide

You will need: - An HTTP server with CGI support. - The D compiler.

Extract the contents into the location you want to serve webpages from. Edit the following files:

Run ./build in $DWEB_ROOT/src to recompile the website software.

Source

You can get the source code on github or by running

 git clone git://github.com/j3parker/dweb.git

Contact

For questions, suggestions, bug reports and contributing patches email j3parker

License

Public domain.

Credits

The idea and css stolen from werc. This page itself also plagarised.

Thanks to John Gruber for the Markdown.pl script.