This module provides a GUI tool that manages Pnuts modules. See 'Publishing and Sharing Pnuts Modules' for background information.
Starts a GUI tool that manages modules.
Installs modules silently (without GUI). module_descriptor_url should be a URL of a module descriptor file .
Merges one or more module descriptor files and returns a DOM object that represents the module descriptors.
elem = merge_module_descriptors(["http://pnuts.org/modules/module1.xml", "http://pnuts.org/modules/module2.xml"]) writeDocument(elem)