dokuwiki-matrixnotifierwas-plugin – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | <?php |
2 | $conf['namespaces'] = ""; |
||
3 | $conf['notify_create'] = 1; |
||
4 | $conf['notify_edit'] = 1; |
||
5 | $conf['notify_edit_minor'] = 1; |
||
6 | $conf['notify_delete'] = 1; |
||
7 | $conf['notify_show_summary'] = 1; |
||
8 | $conf['notify_show_name'] = 'real name'; |
||
9 | $conf['username'] = ""; |
||
10 | $conf['password'] = ""; |
||
11 | $conf['server'] = ""; |
||
12 | $conf['room'] = ""; |