Finish flatpagesplugin; add plugin docs

This commit is contained in:
Will Kahn-Greene
2012-06-10 14:51:13 -04:00
parent 8545dd50f0
commit 4bd65f69c7
11 changed files with 244 additions and 65 deletions

View File

@@ -1,6 +0,0 @@
========
README
========
This is a sample plugin. It does nothing interesting other than show
one way to structure a MediaGoblin plugin.

View File

@@ -0,0 +1,8 @@
==============
sampleplugin
==============
This is a sample plugin. It does nothing interesting other than show
one way to structure a MediaGoblin plugin.
The code for this plugin is in ``mediagoblin/plugins/sampleplugin/``.