Changeset 733594
- Timestamp:
- 06/28/2013 03:46:54 PM (13 years ago)
- Location:
- soldpress/trunk
- Files:
-
- 3 edited
-
readme.txt (modified) (3 diffs)
-
settings.php (modified) (3 diffs)
-
soldpress.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
soldpress/trunk/readme.txt
r730275 r733594 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html 10 10 11 SoldPress is a WordPress plugin to enable CREA's members to easily intergate MLS® listing content on WordPress Sites.11 Get Live MLS® data directly with this WordPress Plugin.. 12 12 13 13 == Description == 14 14 15 [SoldPress](http://www.sanskript.com/products/soldpress) is a WordPress plugin to enable members of The Canadian Real Estate Assoiciation to easily intergate MLS® listing content on their WordPress Sites. It helps ensure that listing content that is displayed is accurate, up to date, and uses CREA's trademarks correctly.15 [SoldPress](http://www.sanskript.com/products/soldpress) is a WordPress plugin to enable members of The Canadian Real Estate Assoiciation to easily intergate MLS® listing content on their WordPress Sites. 16 16 17 17 SoldPress is designed to connect directly to CREA's Data Distribution Facility API without the need to integrate with Third Party Vendors. 18 18 19 You may register for a data feed a http://tools.realtorlink.ca. An email containing user name and password is sent to the email address submitted as Technical Contact.19 You may register for a data feed at http://tools.realtorlink.ca. An email containing user name and password is sent to the email address submitted as Technical Contact. 20 20 21 21 Your site is required to comply with CREA [Data Distribution Policy and Rules](http://www.realtorlink.ca/portal/server.pt/document/3400226/data_distribution_facility_policy_and_rules_updated_april_30%2C_2012). 22 22 23 [SoldPress Premium](http://soldpress.sanskript.com) is avaliable to Agents/Brokers who want a complete package .23 [SoldPress Premium](http://soldpress.sanskript.com) is avaliable to Agents/Brokers who want a complete package that ensures thier listing content is displayed accurately and up to date, and uses CREA's trademarks correctly. SoldPress Premium provides full compliance with Data Distribution Policy and Rules. 24 24 25 25 **Copyright** … … 77 77 **You are required to register for a data feed a http://tools.realtorlink.ca. An email containing user name and password is sent to the email address submitted as Technical Contact.** 78 78 79 80 = Sample Data Feed Default Credentials =81 82 A sample service is available which provides a wide variety of sample data. A small set of property, office and agent is available from this service.83 84 85 * Username : CXLHfDVrziCfvwgCuL8nUahC86 * Password : mFqMsCSPdnb5WO1gpEEtDCHH87 * Url : http://sample.data.crea.ca/Login.svc/Login88 * Template Location : wp-content/plugins/soldpress/template/89 90 91 79 == Frequently Asked Questions == 92 80 … … 102 90 103 91 == Changelog == 92 93 = 1.1.0 = 94 Fixed Issue with encoding file 104 95 105 96 = 1.0.0 = -
soldpress/trunk/settings.php
r730275 r733594 5 5 function soldpress_admin_menu() { 6 6 add_options_page( 'SoldPress Plugin Options', 'SoldPress', 'manage_options', 'soldpress', 'soldpress_account_options' ); 7 add_action( 'admin_init', ' register_mysettings' );7 add_action( 'admin_init', 'soldpress_register_settings' ); 8 8 } 9 9 10 function register_mysettings() {10 function soldpress_register_settings() { 11 11 register_setting( 'sc-settings-group', 'sc-username' ); 12 12 register_setting( 'sc-settings-group', 'sc-password' ); … … 35 35 -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); 36 36 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05 37 } 37 38 38 39 .center { … … 44 45 } 45 46 46 } 47 47 48 </style> 48 49 <h2>SoldPress Settings</h2> -
soldpress/trunk/soldpress.php
r699957 r733594 4 4 Plugin URI: http://www.sanskript.com/products/soldpress 5 5 Description: SoldPress is a WordPress plugin to enable CREA’s members to easily disseminate MLS® listing content on WordPress Sites. 6 Version: 0.9.2 RC6 Version: 1.0.0 7 7 Author: Amer Gill 8 8 Author URI: http://www.sanskript.com
Note: See TracChangeset
for help on using the changeset viewer.