Changeset 543129
- Timestamp:
- 05/11/2012 10:01:08 PM (14 years ago)
- Location:
- dell-cloud-connect/trunk
- Files:
-
- 2 edited
-
plugin.php (modified) (1 diff)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dell-cloud-connect/trunk/plugin.php
r543128 r543129 19 19 define('DELL_CONNECT_PLUGIN_NAME', 'Dell Cloud Connect'); 20 20 define('DELL_CONNECT_SETTINGS_MENU_TITLE', 'Cloud Connect Setting'); 21 define('DELL_CONNECT_WIDGET_TITLE', 'The Latest From Cloud Computing'); 21 22 22 23 define('DELL_CONNECT_PLUGIN_URL', WP_PLUGIN_URL.'/'.plugin_basename(dirname(__FILE__))); -
dell-cloud-connect/trunk/readme.txt
r543127 r543129 1 === Dell Edu-Connect ===1 === Dell Cloud Connect === 2 2 Contributors: clintonb11 3 3 Tags: education … … 6 6 Stable tag: 0.2.0 7 7 8 Education Connect is a widget/plugin that helps connect educationblogs around the World.8 Cloud Connect is a widget/plugin that helps connect cloud blogs around the World. 9 9 10 10 == Description == 11 11 12 Education Connect is a widget/plugin that helps connect educationblogs around the World. The widget is a13 content aggregator for educationalblog articles. The aggregator takes content from the highest quality14 EDUblogs and presents the titles and a brief summary within the widget.12 Cloud Connect is a widget/plugin that helps connect cloud computing blogs around the World. The widget is a 13 content aggregator for cloud computing blog articles. The aggregator takes content from the highest quality 14 cloud computing blogs and presents the titles and a brief summary within the widget. 15 15 16 The widget has a special crawler that goes to a pre-set list of educationblogs that are selected based on16 The widget has a special crawler that goes to a pre-set list of cloud computing blogs that are selected based on 17 17 content quality. It then takes the title of the latest articles written by that blog and populates the widget 18 18 sitting on the installer's website. Articles within the widget are then ranked based on a variety of social media 19 19 factors to present only the best freshest articles. 20 20 21 The goal of the EDU connect widget it to help users and publishers to discover new content and readers. Our hope is22 to help educators discover new educational technology along with connect with other educators to share best practices.21 The goal of the Cloud Connect widget it to help users and publishers to discover new content and readers. Our hope is 22 to help technologists discover new cloud technology along with connect with other industry leaders to share best practices. 23 23 24 For more information, see http://marketing.dell.com/ education-widget24 For more information, see http://marketing.dell.com/cloudconnect-widget 25 25 26 26 == Installation == 27 27 28 1. Upload the ` edu-connect` folder to the `/wp-content/plugins/` directory28 1. Upload the `cloud-connect` folder to the `/wp-content/plugins/` directory 29 29 1. Activate the plugin through the 'Plugins' menu in WordPress 30 1. Add the Edu-Connect widget to your sidebar through the `Appearance->Sidebar` menu30 1. Add the Cloud Connect widget to your sidebar through the `Appearance->Sidebar` menu 31 31 32 32 == Frequently Asked Questions == … … 38 38 = Can I exclude certain blogs? = 39 39 40 Yes, in the WordPress admin panel, click on Dell Servicesand you can choose to not include any of the blogs on our list.40 Yes, in the WordPress admin panel, click on Settings->Dell Cloud Connect and you can choose to not include any of the blogs on our list. 41 41 42 42 = Will this affect my website's loading time? =
Note: See TracChangeset
for help on using the changeset viewer.