Changeset 13777 for trunk/ImmediateNotifyPlugin/lib/Foswiki/Plugins/ImmediateNotifyPlugin/Config.spec
- Timestamp:
- 01/22/12 15:23:10 (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ImmediateNotifyPlugin/lib/Foswiki/Plugins/ImmediateNotifyPlugin/Config.spec
r12051 r13777 1 1 # ---+ Extensions 2 2 # ---++ ImmediateNotifyPlugin 3 # ---+++ EMail Notifications 3 4 # **BOOLEAN** 4 5 # Enable SMTP for mailing messages. Note: This plugin uses Foswiki core email support for sending … … 15 16 $Foswiki::cfg{Plugins}{ImmediateNotifyPlugin}{SMTP}{EmailFilterIn} = ''; 16 17 18 # ---+++ Jabber / XMPP 17 19 # **BOOLEAN** 18 20 # Enable XMPP (XMPP) for notifications. … … 33 35 $Foswiki::cfg{Plugins}{ImmediateNotifyPlugin}{XMPP}{Password} = ''; 34 36 37 # ---+++ Twitter 38 # **BOOLEAN** 39 # Enable Twitter for notifications. 40 $Foswiki::cfg{Plugins}{ImmediateNotifyPlugin}{Twitter}{Enabled} = $FALSE; 41 42 # **STRING 30** 43 # Specify the username for the twitter account 44 $Foswiki::cfg{Plugins}{ImmediateNotifyPlugin}{Twitter}{Username} = ''; 45 46 # **PASSWORD 30** 47 # Specify the password for the twitter account 48 $Foswiki::cfg{Plugins}{ImmediateNotifyPlugin}{Twitter}{Password} = ''; 49 50 # ---+++ Bit.ly URL Shortening 51 # **BOOLEAN** 52 # Enable URL Shortening with Bit.ly. 53 $Foswiki::cfg{Plugins}{ImmediateNotifyPlugin}{Bitly}{Enabled} = $FALSE; 54 55 # **STRING** 56 # Optionally, specify a bit.ly username 57 $Foswiki::cfg{Plugins}{ImmediateNotifyPlugin}{Bitly}{Username} = ''; 58 59 # **STRING** 60 # Optionally, specify a bit.ly API key 61 $Foswiki::cfg{Plugins}{ImmediateNotifyPlugin}{Bitlly}{APIKey} = '';
Note: See TracChangeset
for help on using the changeset viewer.
