;;; -*- mode: Lisp; Syntax: Common-Lisp; -*- ;;; ;;; Copyright (c) 2009 by the authors. ;;; ;;; See LICENCE for details. (in-package :hu.dwim.blog) (def authorization default-authorization () ;; TODO: change to #f #t) (def authorization blog-authorization (form) (or (default-authorization) ;; TODO: the rest ))