- Add support for multiple applications. That's almost done, but there are still some issues to be fixed. The idea is that a single Cydin installation could be used as add-in repository for many applications (for example, MonoDevelop, F-Spot, Tomboy, etc). The add-in repo for each application would be independent, but they would share some services, such as user authentication and the build service. It would be nice to have in the future a single web server which can be used by all Mono.Addins based applications to host add-ins.
- Add support for multiple add-ins per project. Right now, a project can only generate one add-in. In some cases it may be useful to be able to generate several related add-ins without having to create a project for each of them.
- Add a search and browse views, so users can look for add-ins.
- Add support for 1-click install. This would allow users to install add-ins by clicking on them in the web site, instead of having to do it through the add-in manager in the application. That's partially implemented, but requires changes in the application (that is, MonoDevelop).
So, quite a lot of work to do. I'm open to contributions :)
2 comments:
I get the following error when adding
Exception occurred: The remote server returned an error: (404) Not Found.
Url:
http://addins.monodevelop.com/addins/linux/2.4/main.mrep
Found it ...
Its uppercase "Linux"
Cool project!
Post a Comment