Skip to content
Snippets Groups Projects
README.md 2.28 KiB
Newer Older
## Welcome to the Gajim Plugins Wiki
                
Daniel Brötzmann's avatar
Daniel Brötzmann committed
In this place you find all plugins that are written for <a href="https://gajim.org">Gajim</a> by the community. If you experience any problems with those plugins, please report them here.
Daniel Brötzmann's avatar
Daniel Brötzmann committed
## How to install plugins

There are several ways to install a plugin:

Daniel Brötzmann's avatar
Daniel Brötzmann committed
 - You can browse / download / enable / configure plugins from within Gajim via 'Gajim' > 'Plugins' menu.
 - You can also clone the repository directly from our Git and copy it to:

    **Linux:** `~/.local/share/gajim/plugins/`
Daniel Brötzmann's avatar
Daniel Brötzmann committed
    **Windows:** `C:\Users\USERNAME\AppData\Roaming\Gajim\Plugins`
Daniel Brötzmann's avatar
Daniel Brötzmann committed
 - Alternatively (for developing), you can also symlink the gajim-plugins repository to Gajim's plugin path
 
    **Symlink:** `ln -s /path/to/gajim-plugins-repository/* ~/.local/share/gajim/plugins/`
Daniel Brötzmann's avatar
Daniel Brötzmann committed
**For each major Gajim version there is a different plugins branch:**
Daniel Brötzmann's avatar
Daniel Brötzmann committed
| Version | Plugins branch |
| ------- | -------------- |
|Gajim 1.0|[1.0 branch](https://dev.gajim.org/gajim/gajim-plugins/tree/gajim_1.0)|
|Gajim 1.1|[1.1 branch](https://dev.gajim.org/gajim/gajim-plugins/tree/gajim_1.1)|
|Gajim master|[master branch](https://dev.gajim.org/gajim/gajim-plugins/tree/master)|
Daniel Brötzmann's avatar
Daniel Brötzmann committed
*Note: Using master branch for plugins requires frequent updates of both Gajim and plugins!*
Daniel Brötzmann's avatar
Daniel Brötzmann committed
## Share / improve Plugins

You have written a new plugin or want to improve an already existing one? 

Daniel Brötzmann's avatar
Daniel Brötzmann committed
First, thanks for that! Here is how to start:
Daniel Brötzmann's avatar
Daniel Brötzmann committed
- Register an account on our Gitlab [here](https://dev.gajim.org/users/sign_in)
- Tell us about your plans at [gajim@conference.gajim.org](xmpp:gajim@conference.gajim.org?join)
- Fork the Gajim-Plugins [repository](https://dev.gajim.org/gajim/gajim-plugins)
Daniel Brötzmann's avatar
Daniel Brötzmann committed
- When you are finished, make a pull request against the main repository. You can read about how to use git [here](https://dev.gajim.org/gajim/gajim/wikis/howtogit).
- Additionally, there is a list of [plugin events](https://dev.gajim.org/gajim/gajim/wikis/development/pluginsevents) which might be helpful
Daniel Brötzmann's avatar
Daniel Brötzmann committed
**Before you put in any work, please contact us on [gajim@conference.gajim.org](xmpp:gajim@conference.gajim.org?join)**
**Don't use dev.gajim.org for any projects that are not directly for the benefit of Gajim**

## Plugins list
Daniel Brötzmann's avatar
Daniel Brötzmann committed

All available plugins are listed [here](https://dev.gajim.org/gajim/gajim-plugins/wikis/home).