Flatpages first pass
authorWill Kahn-Greene <willg@bluesock.org>
Sun, 10 Jun 2012 15:50:14 +0000 (11:50 -0400)
committerWill Kahn-Greene <willg@bluesock.org>
Mon, 16 Jul 2012 13:26:28 +0000 (09:26 -0400)
commit8545dd50f0cd588d505c217d367450198199a2b0
tree3ba262185cbbf7366f1ab9673efd49d1c6856fe0
parent62157a898f60fab7c82eb76b2969354f9f02390d
Flatpages first pass

This fixes the template loader so that it can load plugin templates.

This adds code for registering template paths so that plugins can add
their own templates.

This adds the base code for the flatpagesfile plugin. It doesn't serve
pages, yet, but it's pretty close.
mediagoblin/app.py
mediagoblin/init/__init__.py
mediagoblin/plugins/flatpagesfile/README [new file with mode: 0644]
mediagoblin/plugins/flatpagesfile/__init__.py [new file with mode: 0644]
mediagoblin/plugins/flatpagesfile/main.py [new file with mode: 0644]
mediagoblin/plugins/flatpagesfile/templates/flatpagesfile/base.html [new file with mode: 0644]
mediagoblin/tools/pluginapi.py