diff options
-rw-r--r-- | trivium.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/trivium.rb b/trivium.rb index f233cc7..bbb43d1 100644 --- a/trivium.rb +++ b/trivium.rb @@ -1,3 +1,8 @@ +# = Trivium -- a minimalist blogging engine +# +# Copyright (C) 2008 Christian Neukirchen <purl.org/net/chneukirchen> +# Licensed under the terms of the MIT license. + require 'time'; require 'cgi' $: << "vendor" require 'bluecloth'; require 'rubypants'; require 'htemplate' |