summaryrefslogtreecommitdiff
path: root/site.lisp
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2011-03-19 19:54:53 +0100
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2011-03-19 19:54:53 +0100
commit39c8b495e8f384702a41b6aa4b36944220e6c1db (patch)
tree0a2e28e8c179b49872e71dd5e1fab69679d1a95f /site.lisp
parentf6dac8876601b5fdc9a834951f5052c901922d69 (diff)
Support the edition of article revision characteristics.
Diffstat (limited to 'site.lisp')
-rw-r--r--site.lisp6
1 files changed, 6 insertions, 0 deletions
diff --git a/site.lisp b/site.lisp
index 7ff43c9..43410e8 100644
--- a/site.lisp
+++ b/site.lisp
@@ -26,3 +26,9 @@
;; Set the following to your Wordpress key if you want to use Akismet.
;; Otherwise, set it to NIL or comment the line out.
(defparameter *wordpress-key* nil)
+
+(defparameter *default-characteristics-precedence-list*
+ '((("language" "en"))
+ (("language" "la"))
+ (("language" "de") ("s" "long"))
+ (("language" "fr"))))