Changeset 671586
- Timestamp:
- 02/22/2013 05:27:12 AM (13 years ago)
- Location:
- dell-cloud-connect
- Files:
-
- 4 edited
-
tags/0.2.3/plugin.php (modified) (2 diffs)
-
tags/0.2.3/readme.txt (modified) (1 diff)
-
trunk/plugin.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
dell-cloud-connect/tags/0.2.3/plugin.php
r671584 r671586 1 1 <?php 2 2 /* 3 Plugin Name: <%= pluginName %>4 Plugin URI: <%= url %>3 Plugin Name: Dell Cloud Connect 4 Plugin URI: http://marketing.dell.com/healthcare-widget 5 5 Description: Adds a widget to display the latest news and information from the most influential healthcare blogs. 6 Version: <%= version %>6 Version: 0.2.3 7 7 Author: Dell 8 8 Author URI: http://www.dell.com … … 16 16 17 17 18 define('DELL_CONNECT_DIVISION', ' <%= slug %>');19 define('DELL_CONNECT_PLUGIN_NAME', ' <%= pluginName %>');20 define('DELL_CONNECT_SETTINGS_MENU_TITLE', ' <%= menuTitle %>');21 define('DELL_CONNECT_WIDGET_TITLE', ' <%= widgetTitle %>');18 define('DELL_CONNECT_DIVISION', 'cloudcomputing'); 19 define('DELL_CONNECT_PLUGIN_NAME', 'Dell Cloud Connect'); 20 define('DELL_CONNECT_SETTINGS_MENU_TITLE', 'Cloud Connect Settings'); 21 define('DELL_CONNECT_WIDGET_TITLE', 'The latest from Cloud Computing'); 22 22 23 23 define('DELL_CONNECT_PLUGIN_URL', WP_PLUGIN_URL.'/'.plugin_basename(dirname(__FILE__))); -
dell-cloud-connect/tags/0.2.3/readme.txt
r671584 r671586 1 === <%= pluginName %> ===2 Contributors: mattlsmith, clintonb11 3 Tags: <%= tags %>4 Requires at least: 3.0 5 Tested up to: 3.3 6 Stable tag: <%= version %>7 8 <%= pluginName %> is a widget/plugin that helps connect <%= descriptor %> blogs around the World. 9 10 == Description == 11 12 <%= pluginName %> is a widget/plugin that helps connect <%= descriptor %> blogs blogs around the World. The widget is a content aggregator for <%= descriptor %> blog articles. The aggregator takes content from the highest quality <%= descriptor %> blogs and presents the titles and a brief summary within the widget. 13 14 The widget has a special crawler that goes to a pre-set list of <%= descriptor %> blogs that are selected based on content quality. It then takes the title of the latest articles written by that blog and populates the widget sitting on the installer's website. Articles within the widget are then ranked based on a variety of social media factors to present only the best freshest articles.15 16 The goal of <%= pluginName %> it to help users and publishers to discover new content and readers.17 18 For more information, see <%= url %>19 20 == Installation == 21 22 1. Upload the ` <%= widgetFolder %>` folder to the `/wp-content/plugins/` directory23 1. Activate the plugin through the 'Plugins' menu in WordPress 24 1. Add the <%= pluginName %> widget to your sidebar through the `Appearance->Sidebar` menu25 26 == Frequently Asked Questions == 27 28 = Which blogs are included? = 29 30 We have hand-picked a selection of industry leading blogs to populate the widget. 31 32 = Can I exclude certain blogs? = 33 34 Yes, in the WordPress admin panel, click on Settings-> <%= menuTitle %> and you can choose to not include any of the blogs on our list.35 36 = Will this affect my website's loading time? = 37 38 No, we use asyncronous javascript to load the article list from our servers, so your page loads as snappy as ever. 39 40 41 == Changelog == 42 43 = 0.2.2 = 44 * Style Updates 45 * Fixed upgrade bug 46 47 = 0.2.1 = 48 * Updated JavaScript file 49 * Match WP plugin guidelines 50 51 = 0.2.0 = 52 * Added ability to add blog roll blogs to the widget 53 * Moved settings page to the default wordpress settings menu 54 * Added tabs for easier navigation in admin settings page 55 56 = 0.1.4 = 57 * Added categories to blog list 58 * Improved loading time 59 60 = 0.1.3 = 61 * Updated styling 62 * Added an save button for updating your feed instantly 63 64 = 0.1.2 = 65 * Moved additional settings into the admin panel. 66 * Added new blogs 67 68 = 0.1.1 = 69 * Small bug fixes 70 71 = 0.1.0 = 1 === Dell Cloud Connect === 2 Contributors: mattlsmith, clintonb11 3 Tags: news, cloud, computing 4 Requires at least: 3.0 5 Tested up to: 3.3 6 Stable tag: 0.2.3 7 8 Dell Cloud Connect is a widget/plugin that helps connect cloud computing blogs around the World. 9 10 == Description == 11 12 Dell Cloud Connect is a widget/plugin that helps connect cloud computing blogs blogs around the World. The widget is a content aggregator for cloud computing blog articles. The aggregator takes content from the highest quality cloud computing blogs and presents the titles and a brief summary within the widget. 13 14 The widget has a special crawler that goes to a pre-set list of cloud computing blogs that are selected based on content quality. It then takes the title of the latest articles written by that blog and populates the widget sitting on the installer's website. Articles within the widget are then ranked based on a variety of social media factors to present only the best freshest articles. 15 16 The goal of Dell Cloud Connect it to help users and publishers to discover new content and readers. 17 18 For more information, see http://marketing.dell.com/healthcare-widget 19 20 == Installation == 21 22 1. Upload the `dell-cloud-connect` folder to the `/wp-content/plugins/` directory 23 1. Activate the plugin through the 'Plugins' menu in WordPress 24 1. Add the Dell Cloud Connect widget to your sidebar through the `Appearance->Sidebar` menu 25 26 == Frequently Asked Questions == 27 28 = Which blogs are included? = 29 30 We have hand-picked a selection of industry leading blogs to populate the widget. 31 32 = Can I exclude certain blogs? = 33 34 Yes, in the WordPress admin panel, click on Settings->Cloud Connect Settings and you can choose to not include any of the blogs on our list. 35 36 = Will this affect my website's loading time? = 37 38 No, we use asyncronous javascript to load the article list from our servers, so your page loads as snappy as ever. 39 40 41 == Changelog == 42 43 = 0.2.2 = 44 * Style Updates 45 * Fixed upgrade bug 46 47 = 0.2.1 = 48 * Updated JavaScript file 49 * Match WP plugin guidelines 50 51 = 0.2.0 = 52 * Added ability to add blog roll blogs to the widget 53 * Moved settings page to the default wordpress settings menu 54 * Added tabs for easier navigation in admin settings page 55 56 = 0.1.4 = 57 * Added categories to blog list 58 * Improved loading time 59 60 = 0.1.3 = 61 * Updated styling 62 * Added an save button for updating your feed instantly 63 64 = 0.1.2 = 65 * Moved additional settings into the admin panel. 66 * Added new blogs 67 68 = 0.1.1 = 69 * Small bug fixes 70 71 = 0.1.0 = 72 72 * First version -
dell-cloud-connect/trunk/plugin.php
r671584 r671586 1 1 <?php 2 2 /* 3 Plugin Name: <%= pluginName %>4 Plugin URI: <%= url %>3 Plugin Name: Dell Cloud Connect 4 Plugin URI: http://marketing.dell.com/healthcare-widget 5 5 Description: Adds a widget to display the latest news and information from the most influential healthcare blogs. 6 Version: <%= version %>6 Version: 0.2.3 7 7 Author: Dell 8 8 Author URI: http://www.dell.com … … 16 16 17 17 18 define('DELL_CONNECT_DIVISION', ' <%= slug %>');19 define('DELL_CONNECT_PLUGIN_NAME', ' <%= pluginName %>');20 define('DELL_CONNECT_SETTINGS_MENU_TITLE', ' <%= menuTitle %>');21 define('DELL_CONNECT_WIDGET_TITLE', ' <%= widgetTitle %>');18 define('DELL_CONNECT_DIVISION', 'cloudcomputing'); 19 define('DELL_CONNECT_PLUGIN_NAME', 'Dell Cloud Connect'); 20 define('DELL_CONNECT_SETTINGS_MENU_TITLE', 'Cloud Connect Settings'); 21 define('DELL_CONNECT_WIDGET_TITLE', 'The latest from Cloud Computing'); 22 22 23 23 define('DELL_CONNECT_PLUGIN_URL', WP_PLUGIN_URL.'/'.plugin_basename(dirname(__FILE__))); -
dell-cloud-connect/trunk/readme.txt
r671584 r671586 1 === <%= pluginName %> ===2 Contributors: mattlsmith, clintonb11 3 Tags: <%= tags %>4 Requires at least: 3.0 5 Tested up to: 3.3 6 Stable tag: <%= version %>7 8 <%= pluginName %> is a widget/plugin that helps connect <%= descriptor %> blogs around the World. 9 10 == Description == 11 12 <%= pluginName %> is a widget/plugin that helps connect <%= descriptor %> blogs blogs around the World. The widget is a content aggregator for <%= descriptor %> blog articles. The aggregator takes content from the highest quality <%= descriptor %> blogs and presents the titles and a brief summary within the widget. 13 14 The widget has a special crawler that goes to a pre-set list of <%= descriptor %> blogs that are selected based on content quality. It then takes the title of the latest articles written by that blog and populates the widget sitting on the installer's website. Articles within the widget are then ranked based on a variety of social media factors to present only the best freshest articles.15 16 The goal of <%= pluginName %> it to help users and publishers to discover new content and readers.17 18 For more information, see <%= url %>19 20 == Installation == 21 22 1. Upload the ` <%= widgetFolder %>` folder to the `/wp-content/plugins/` directory23 1. Activate the plugin through the 'Plugins' menu in WordPress 24 1. Add the <%= pluginName %> widget to your sidebar through the `Appearance->Sidebar` menu25 26 == Frequently Asked Questions == 27 28 = Which blogs are included? = 29 30 We have hand-picked a selection of industry leading blogs to populate the widget. 31 32 = Can I exclude certain blogs? = 33 34 Yes, in the WordPress admin panel, click on Settings-> <%= menuTitle %> and you can choose to not include any of the blogs on our list.35 36 = Will this affect my website's loading time? = 37 38 No, we use asyncronous javascript to load the article list from our servers, so your page loads as snappy as ever. 39 40 41 == Changelog == 42 43 = 0.2.2 = 44 * Style Updates 45 * Fixed upgrade bug 46 47 = 0.2.1 = 48 * Updated JavaScript file 49 * Match WP plugin guidelines 50 51 = 0.2.0 = 52 * Added ability to add blog roll blogs to the widget 53 * Moved settings page to the default wordpress settings menu 54 * Added tabs for easier navigation in admin settings page 55 56 = 0.1.4 = 57 * Added categories to blog list 58 * Improved loading time 59 60 = 0.1.3 = 61 * Updated styling 62 * Added an save button for updating your feed instantly 63 64 = 0.1.2 = 65 * Moved additional settings into the admin panel. 66 * Added new blogs 67 68 = 0.1.1 = 69 * Small bug fixes 70 71 = 0.1.0 = 1 === Dell Cloud Connect === 2 Contributors: mattlsmith, clintonb11 3 Tags: news, cloud, computing 4 Requires at least: 3.0 5 Tested up to: 3.3 6 Stable tag: 0.2.3 7 8 Dell Cloud Connect is a widget/plugin that helps connect cloud computing blogs around the World. 9 10 == Description == 11 12 Dell Cloud Connect is a widget/plugin that helps connect cloud computing blogs blogs around the World. The widget is a content aggregator for cloud computing blog articles. The aggregator takes content from the highest quality cloud computing blogs and presents the titles and a brief summary within the widget. 13 14 The widget has a special crawler that goes to a pre-set list of cloud computing blogs that are selected based on content quality. It then takes the title of the latest articles written by that blog and populates the widget sitting on the installer's website. Articles within the widget are then ranked based on a variety of social media factors to present only the best freshest articles. 15 16 The goal of Dell Cloud Connect it to help users and publishers to discover new content and readers. 17 18 For more information, see http://marketing.dell.com/healthcare-widget 19 20 == Installation == 21 22 1. Upload the `dell-cloud-connect` folder to the `/wp-content/plugins/` directory 23 1. Activate the plugin through the 'Plugins' menu in WordPress 24 1. Add the Dell Cloud Connect widget to your sidebar through the `Appearance->Sidebar` menu 25 26 == Frequently Asked Questions == 27 28 = Which blogs are included? = 29 30 We have hand-picked a selection of industry leading blogs to populate the widget. 31 32 = Can I exclude certain blogs? = 33 34 Yes, in the WordPress admin panel, click on Settings->Cloud Connect Settings and you can choose to not include any of the blogs on our list. 35 36 = Will this affect my website's loading time? = 37 38 No, we use asyncronous javascript to load the article list from our servers, so your page loads as snappy as ever. 39 40 41 == Changelog == 42 43 = 0.2.2 = 44 * Style Updates 45 * Fixed upgrade bug 46 47 = 0.2.1 = 48 * Updated JavaScript file 49 * Match WP plugin guidelines 50 51 = 0.2.0 = 52 * Added ability to add blog roll blogs to the widget 53 * Moved settings page to the default wordpress settings menu 54 * Added tabs for easier navigation in admin settings page 55 56 = 0.1.4 = 57 * Added categories to blog list 58 * Improved loading time 59 60 = 0.1.3 = 61 * Updated styling 62 * Added an save button for updating your feed instantly 63 64 = 0.1.2 = 65 * Moved additional settings into the admin panel. 66 * Added new blogs 67 68 = 0.1.1 = 69 * Small bug fixes 70 71 = 0.1.0 = 72 72 * First version
Note: See TracChangeset
for help on using the changeset viewer.