Added a sample IDatasetForm to show how we can implement a custom form from a plugin.
author rossjones
()
committer rossjones
()
commit ff1fd13f5efd76763453631cad7f12908234dded
tree 3a17a96b78529e014fc635594205caf1b3cedf95
parent 30f5af8b921646bdc782e0d0d9648fa2dbbc9a7f
Added a sample IDatasetForm to show how we can implement a custom form from a plugin.

Currently the form is pretty ugly and the controller_plugin needs simplifying so that it makes a more sensible example. The setup.py has had the plugins section changed and the version upgraded to 0.2 ready for when it is complete
ckanext/example/controller_plugin.py [ new file with mode 0644 ]
ckanext/example/theme/templates/controller/package_plugin.html [ new file with mode 0644 ]
setup.py