emesene EXTRA PLUGINS
This repository contains all user-developed emesene's plugins!
Are you a user? See UserDocumentation then...or
You can use the plugin downloader in order to have easy install/upgrade of your favourite plugins!
Just put this plugin in your ~/.config/emesene1.0/pluginsEmesene folder, and it will appear as the first of the list! Have fun!
Are you a developer? Read DeveloperDocumentation before starting dev
News
- @devs now we have a way to import external dependencies at runtime: this is cool but will work only with trunk (>=r1428)
- @devs Plugin "syntax" changed! read here for details
- @devs update your plugin logs using HowToSvn according to Guidelines
You can update them to the lastest revision just typing the following command into a terminal:
In order to run these commands you must have installed SVN client
Project members authenticate over HTTPS to allow committing changes.
svn checkout https://emesene-plugins.googlecode.com/svn/trunk/ ~/.config/emesene1.0/pluginsEmesene --username your_username
Non-members may check out a read-only working copy anonymously over HTTP.
svn checkout http://emesene-plugins.googlecode.com/svn/trunk/ ~/.config/emesene1.0/pluginsEmesene