After reading the dev docs, I realized there's not actually much in there that talks about developing your plugin. Florian told me to look at the example plugin mentioned there, which is what I am doing now.
Two initial remarks: - is there any reason at all that the tarball is still stamped 'elisa' all over ? - the permissions inside the plugin are bad: [tho...@otto elisa-plugin-example]$ ls -l total 36 d---------. 3 thomas thomas 4096 2009-09-21 12:52 elisa d---------. 2 thomas thomas 4096 2009-09-21 12:52 elisa_plugin_example.egg-info ----------. 1 thomas thomas 0 2009-09-21 12:52 __init__.py ----------. 1 thomas thomas 2000 2009-09-21 12:52 README.txt ----------. 1 thomas thomas 2604 2009-09-21 12:52 setup.py I would recommend fixing both issues. Thomas
