aboutsummaryrefslogtreecommitdiff
path: root/README.txt
blob: 3c3c04b8c3482ed29fd7720846f8eb0ddce70b05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Example entry point config ::

    entry_points={
        "moin.plugins.action": [
        ],
        "moin.plugins.converter": [
        ],
        "moin.plugins.events": [
        ],
        "moin.plugins.filter": [
        ],
        "moin.plugins.formatter": [
        ],
        "moin.plugins.macro": [
        ],
        "moin.plugins.parser": [
        ],
        "moin.plugins.theme": [
        ],
        "moin.plugins.userprefs": [
        ],
        "moin.plugins.xmlrpc": [
        ],
    }