Hi Michael, meta information is implemented in the new plugin system. The syntax is very simple, just put it at the beginning of the python file like this:
# License: BSD-2-Clause # Author: Your Name # Version: 1.0 ''' Plugin XYZ for PyMOL Here some more general description, link to PyMOLWiki page etc. ''' The hash commented block in the first lines is parsed and shown in a info box, which can be accessed from the plugin manager. Also on the PyMOLWiki we recently introduced a info-box template which has similar fields for meta information. Pages which use this template show a friendly readable box floating in the upper right corner of the page (example: http://pymolwiki.org/index.php/Uniprot_features ). Cheers, Thomas On 05/02/2012 03:21 PM, Michael Banck wrote: > On Mon, Apr 30, 2012 at 01:14:39PM -0400, Jason Vertrees wrote: >> This is just a quick note to let you know that as of revision 3997 >> PyMOL has an improved plugin/script manager. This system was written >> by Thomas Holder as part of his PyMOL Open Source Fellowship. Some new >> features include: >> * install script/plugin from the PyMOLWiki directly >> * install from a URL >> * install from a custom path on your file system >> * setup and install into multiple repositories >> * scripts/plugins requiring a citation will bring up a dialog telling >> you so (authors, please see the docs for information on how to require >> a citation) >> * ...and more. > > One thing which bugged me about scripts and the pymol wiki is that it > has never been very clear about what license those scripts/plugin were > under (PyMOL license, other open source license, all rights > reserved...). Maybe this has changed in the meantime (I haven't looked > for a while), but it might be nice if the plugin manager could help a > bit by at least offering plugins/scripts to declare their license as > part of some (presumably existing) meta-information. > > Michael -- Thomas Holder MPI for Developmental Biology Spemannstr. 35 D-72076 Tübingen ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ PyMOL-users mailing list (PyMOL-users@lists.sourceforge.net) Info Page: https://lists.sourceforge.net/lists/listinfo/pymol-users Archives: http://www.mail-archive.com/pymol-users@lists.sourceforge.net