summaryrefslogtreecommitdiff
path: root/mulkcms-hunchentoot.lisp
Commit message (Collapse)AuthorAgeFilesLines
* Add Dockerfile.Matthias Andreas Benkard2018-05-281-1/+8
| | | | | The Dockerfile uses deploy (https://shinmera.github.io/deploy/) to create a self-contained binary and packages it as a Docker image.
* Fix static file handling.Matthias Andreas Benkard2011-12-231-17/+18
|
* Actually make the decoupled design work.Matthias Andreas Benkard2011-12-231-19/+21
|
* Fix frontend-decoupled authorization.Matthias Andreas Benkard2011-12-231-3/+2
|
* Further decouple the core from Hunchentoot.Matthias Andreas Benkard2011-12-231-20/+28
|
* Loosen the core's dependency on Hunchentoot.Matthias Andreas Benkard2011-12-231-5/+28
|
* Update to latest Hunchentoot release.Matthias Andreas Benkard2011-12-071-3/+7
|
* Introduce site variables *BASE-URI/SSL* and *BASE-URI/PLAIN*. When using ↵Matthias Andreas Benkard2011-03-241-1/+3
| | | | SSL, set *BASE-URI* to the former, otherwise set it to the latter.
* Generate a new random state for each invocation of MAKE-UUID.Matthias Andreas Benkard2011-03-221-0/+1
|
* Use the Accept-Language HTTP header to determine preferred user languages.Matthias Andreas Benkard2011-03-221-1/+4
|
* Add article summary page.Matthias Andreas Benkard2011-03-141-7/+1
|
* Support article editing.Matthias Andreas Benkard2011-03-131-1/+1
|
* Return a 404 for unhandled URIs.Matthias Andreas Benkard2011-03-121-2/+6
|
* Do not handle static file requests for paths outside of *STATIC-FILES*.Matthias Andreas Benkard2011-03-121-3/+7
|
* Calculate the number of comments for each article. Add Google Code Prettify.Matthias Andreas Benkard2011-03-121-4/+1
|
* Fill in a couple of template variables.Matthias Andreas Benkard2011-03-111-0/+2
|
* Add a table of all journal articles to the journal archive page.Matthias Andreas Benkard2011-03-101-1/+3
|
* Add the journal archive.Matthias Andreas Benkard2011-03-101-3/+4
|
* Handle simple article requests.Matthias Andreas Benkard2011-03-101-0/+30
|
* Add package MULKCMS-HUNCHENTOOT.Matthias Andreas Benkard2011-03-021-6/+1
|
* Add initial skeleton files.Matthias Andreas Benkard2011-03-011-0/+7