|
a/Allura/setup.py |
|
b/Allura/setup.py |
|
... |
|
... |
102 |
local = allura.lib.plugin:LocalProjectRegistrationProvider
|
102 |
local = allura.lib.plugin:LocalProjectRegistrationProvider
|
103 |
|
103 |
|
104 |
[allura.theme]
|
104 |
[allura.theme]
|
105 |
allura = allura.lib.plugin:ThemeProvider
|
105 |
allura = allura.lib.plugin:ThemeProvider
|
106 |
|
106 |
|
|
|
107 |
[allura.spam]
|
|
|
108 |
#akismet = allura.lib.spam.akismetfilter:AkismetSpamFilter
|
|
|
109 |
#mollom = allura.lib.spam.mollomfilter:MollomSpamFilter
|
|
|
110 |
|
107 |
[paste.paster_command]
|
111 |
[paste.paster_command]
|
108 |
taskd = allura.command.taskd:TaskdCommand
|
112 |
taskd = allura.command.taskd:TaskdCommand
|
109 |
taskd_cleanup = allura.command.taskd_cleanup:TaskdCleanupCommand
|
113 |
taskd_cleanup = allura.command.taskd_cleanup:TaskdCleanupCommand
|
110 |
task = allura.command.taskd:TaskCommand
|
114 |
task = allura.command.taskd:TaskCommand
|
111 |
models = allura.command:ShowModelsCommand
|
115 |
models = allura.command:ShowModelsCommand
|