public
Description: A mirror of the mephisto code-base
Homepage: http://mephistoblog.com/
Clone URL: git://github.com/halorgium/mephisto.git
Search Repo:
technoweenie (author)
Wed Feb 13 10:12:12 -0800 2008
commit  2772ec18227b04b3cb618748a2900a7b93b84d94
tree    4381c9dcb98d67e4ad78416831a93b6afdb80cdc
parent  1cd5005248cd280b894971da122345a1616d280f parent  b9b07612fbb61a73530bd0920ef62ddbddfb2aa7
mephisto / lib / mephisto.rb
100644 5 lines (5 sloc) 0.265 kb
1
2
3
4
5
module Mephisto
  @@liquid_filters = [CoreFilters, DropFilters, UrlFilters]
  @@liquid_tags = {:textile => Mephisto::Liquid::Textile, :commentform => Mephisto::Liquid::CommentForm, :head => Mephisto::Liquid::Head}
  mattr_reader :liquid_tags, :liquid_filters
end