Projet

Général

Profil

Paste
Télécharger au format
Statistiques
| Branche: | Révision:

root / README.md @ f14628ad

Historique | Voir | Annoter | Télécharger (1,3 ko)

1 fa07809f Steve Schnepp
# This is the repository for all user contributed stuff
2 bf387adb Steve Schnepp
3 fa07809f Steve Schnepp
## contrib/plugins/ - 3rd-party plugins
4 957d0931 Steve Schnepp
5
**This is usually where you want to begin your journey.**
6
7
Here you'll find all the plugins coming from http://exchange.munin-monitoring.org/. 
8 962d6142 Steve Schnepp
That web site is for the time being disabled, new updates are done here.
9
10
If a dedicated website comes back alive, its plugin backend will be this git repo.
11 957d0931 Steve Schnepp
12 fa07809f Steve Schnepp
## contrib/templates/ -  3rd-party templates
13 957d0931 Steve Schnepp
14
Feel free to update templates here, or even to create new ones.
15
16
Bonus points for mobile-friendly ones :)
17
18
Note that the one named `official` is a loose-synced copy of the one in SVN trunk. 
19
It should serves as a base for small editions that can be resynced in SVN trunk, so for that : 
20
21
* don't copy the whole template
22
* directly edit files in this directory
23
24 fa07809f Steve Schnepp
## contrib/tools/ - 3rd-party tools
25 957d0931 Steve Schnepp
26
Here, you can put just any kind of tool. Please use this directory instead of a random place on the internet. 
27
It makes things way more easy to search for others.
28
29
And, it serves as an incubator of SVN `trunk/contrib` :-)
30 355ee21d Steve Schnepp
31
## Notes to contributors
32
33
We like to have ''elementary'' commits (a good rationale is : one per Changelog entry), as it is much easier to manage for reviewing. Debugging is also usually easier that way.
34
35
So please **don't** be afraid to make as many commits as needed.