Revision 1, 0.6 kB
(checked in by jinshiro, 17 years ago)
|
|
Line | |
---|
1 | // Athena Plugins Configuration file |
---|
2 | |
---|
3 | // Should we auto search for plugin files and load them? |
---|
4 | // If set to 'yes' you will not need to set 'plugin:' commands |
---|
5 | // in this conf file to load them |
---|
6 | auto_search: no |
---|
7 | |
---|
8 | //------Plugins List ----------- |
---|
9 | |
---|
10 | // Just a sample plugin |
---|
11 | //plugin: sample |
---|
12 | |
---|
13 | // UPnP core plugin |
---|
14 | plugin: upnp |
---|
15 | |
---|
16 | // GUI core plugin |
---|
17 | //plugin: gui |
---|
18 | |
---|
19 | // Crash and Uptime reporting for CygWin/Linux |
---|
20 | //plugin: sig |
---|
21 | |
---|
22 | // Crash reporting for Windows |
---|
23 | //plugin: exchndl |
---|
24 | |
---|
25 | // Alternative, improved crash reporting for Windows |
---|
26 | //plugin: dbghelpplug |
---|
27 | |
---|
28 | // Process id logging |
---|
29 | //plugin: pid |
---|
30 | |
---|
31 | // Console parser |
---|
32 | //plugin: console |
---|