The functionality it has is basically what explained in my last blog post:
- The add-in developer creates a new project in the web site by specifying a name, description and version control urls to the source code. It currently supports Subversion, Git and Bazaar.
- A build service pulls the code from the version control repositories and builds it.
- The built add-ins are published in an standard Mono.Addins add-in repository in the web site.
- Users can subscribe that repository and install the add-ins.
The long term goal is to have a kind of add-in marketplace site, where developers can publish add-ins and users can browse, download, rate and comment them.
For now, I'm happy with having a place where contributors can make add-ins easily available to all users. So if you have developed an add-in for MonoDevelop, please register it!
Add a comment