Sha256: e54b9dc5198dcf9d5e9611f356457ce13f28be4bb5e6a0853aaf6803ff8878c6
Contents?: true
Size: 588 Bytes
Versions: 21
Compression:
Stored size: 588 Bytes
Contents
StatusNet ======= StatusNet posts messages to a your StatusNet instance Gem Requirements ---------------- This plugin requires the following gems: ```ruby gem 'curb' ``` Hooks ----- - `after_upload` - `after_promote` Configuration ------------- ```yaml plugins: statusnet: url: YOUR INSTANCE API URL username: YOURUSER password: YOURPASSWORD ``` #### url Your StatusNet instance API url, usually server url + /api/statuses/update.xml - Type: `Srtring` #### username Your StatusNet username. - Type: `String` #### password Your StatusNet password. - Type: `String`
Version data entries
21 entries across 21 versions & 2 rubygems