Changeset 577151
- Timestamp:
- 07/25/2012 12:53:08 PM (14 years ago)
- Location:
- push-syndication
- Files:
-
- 2 edited
-
tags/1.0/readme.txt (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
push-syndication/tags/1.0/readme.txt
r577150 r577151 15 15 WordPress blogs are supported and we have plans to extend it to other platforms as well. 16 16 17 == Installation ==18 As any other WordPress plugin you can enable push syndication plugin through the plugins19 page in the WordPress admin area. You also need to define an encryption key which will be20 used to encrypt user credentials and save to the database securely.21 22 define('PUSH_SYNDICATION_KEY', 'this-is-a-randon-key')23 24 17 The plugin have a settings page along with an API generator tool that can be used to generate 25 18 API tokens needed to push content in a WordPress.com blog. In the settings page you can select … … 36 29 In the post edit screen a Syndication metabox will appear with the all the sitegroups defined. 37 30 Select the sitegroups you want to push content and hit the publish button to push content. 31 32 == Installation == 33 As any other WordPress plugin you can enable push syndication plugin through the plugins 34 page in the WordPress admin area. You also need to define an encryption key which will be 35 used to encrypt user credentials and save to the database securely. 36 37 define('PUSH_SYNDICATION_KEY', 'this-is-a-randon-key') -
push-syndication/trunk/readme.txt
r577150 r577151 15 15 WordPress blogs are supported and we have plans to extend it to other platforms as well. 16 16 17 == Installation ==18 As any other WordPress plugin you can enable push syndication plugin through the plugins19 page in the WordPress admin area. You also need to define an encryption key which will be20 used to encrypt user credentials and save to the database securely.21 22 define('PUSH_SYNDICATION_KEY', 'this-is-a-randon-key')23 17 24 18 The plugin have a settings page along with an API generator tool that can be used to generate … … 36 30 In the post edit screen a Syndication metabox will appear with the all the sitegroups defined. 37 31 Select the sitegroups you want to push content and hit the publish button to push content. 32 33 == Installation == 34 As any other WordPress plugin you can enable push syndication plugin through the plugins 35 page in the WordPress admin area. You also need to define an encryption key which will be 36 used to encrypt user credentials and save to the database securely. 37 38 define('PUSH_SYNDICATION_KEY', 'this-is-a-randon-key')
Note: See TracChangeset
for help on using the changeset viewer.