diff options
author | Craig Andrews <candrews@integralblue.com> | 2009-08-06 22:38:06 -0400 |
---|---|---|
committer | Craig Andrews <candrews@integralblue.com> | 2009-08-06 22:38:06 -0400 |
commit | 1c3a1360a9bde9bd916df8a2e064438d3ef600e7 (patch) | |
tree | 775668662785556b7d79209b9cc453368d04c053 /README | |
parent | 49eb6009a54e9fd5609cce1ba7cfc9d85edff8c0 (diff) | |
parent | 7c9e12a0b8117809d559e1120b5f4f0cf578e646 (diff) |
Merge commit 'jeff-themovie/0.8.x-subsystems-enabled' into 0.8.x
Diffstat (limited to 'README')
-rw-r--r-- | README | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -1228,6 +1228,30 @@ enabled: Set to true to enable. Default false. server: a string with the hostname of the sphinx server. port: an integer with the port number of the sphinx server. +emailpost +--------- + +For post-by-email. + +enabled: Whether to enable post-by-email. Defaults to true. You will + also need to set up maildaemon.php. + +sms +--- + +For SMS integration. + +enabled: Whether to enable SMS integration. Defaults to true. Queues + should also be enabled. + +twitter +------- + +For Twitter integration + +enabled: Whether to enable Twitter integration. Defaults to true. + Queues should also be enabled. + integration ----------- |