lib/webgen/plugins/filehandler/template.rb in webgen-0.3.2 vs lib/webgen/plugins/filehandler/template.rb in webgen-0.3.3

- old
+ new

@@ -1,9 +1,9 @@ # #-- # -# $Id: template.rb 203 2005-02-21 18:42:04Z thomas $ +# $Id: template.rb 249 2005-04-13 19:23:51Z thomas $ # # webgen: template based static website generator # Copyright (C) 2004 Thomas Leitner # # This program is free software; you can redistribute it and/or modify it under the terms of the GNU @@ -23,10 +23,10 @@ require 'webgen/plugins/filehandler/filehandler' module FileHandlers # Handles template files. Template files are generic files which specify the layout. - class TemplateFileHandler < DefaultHandler + class TemplateFileHandler < DefaultFileHandler summary "Represents the template files for the page generation in the tree" extension 'template' add_param 'defaultTemplate', 'default.template', 'The default file name for the template file.' depends_on 'FileHandler'