Plugin Directory

Changeset 733594


Ignore:
Timestamp:
06/28/2013 03:46:54 PM (13 years ago)
Author:
Sanskript
Message:

Fixed issue with file encoding

Location:
soldpress/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • soldpress/trunk/readme.txt

    r730275 r733594  
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
    1010
    11 SoldPress is a WordPress plugin to enable CREA's members to easily intergate MLS® listing content on WordPress Sites.
     11Get Live MLS® data directly with this WordPress Plugin..
    1212
    1313== Description ==
    1414
    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.  
    1616
    1717SoldPress is designed to connect directly to CREA's Data Distribution Facility API without the need to integrate with Third Party Vendors.
    1818
    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.
     19You 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.
    2020
    2121Your 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).
    2222
    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.
    2424
    2525**Copyright**
     
    7777**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.**
    7878
    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      : CXLHfDVrziCfvwgCuL8nUahC
    86 * Password      : mFqMsCSPdnb5WO1gpEEtDCHH
    87 * Url           : http://sample.data.crea.ca/Login.svc/Login
    88 * Template Location     : wp-content/plugins/soldpress/template/
    89 
    90 
    9179== Frequently Asked Questions ==
    9280
     
    10290
    10391== Changelog ==
     92
     93= 1.1.0 =
     94Fixed Issue with encoding file
    10495
    10596= 1.0.0 =
  • soldpress/trunk/settings.php

    r730275 r733594  
    55function soldpress_admin_menu() {
    66    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' );
    88}
    99
    10 function register_mysettings() {
     10function soldpress_register_settings() {
    1111    register_setting( 'sc-settings-group', 'sc-username' );
    1212    register_setting( 'sc-settings-group', 'sc-password' );
     
    3535     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    3636          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05
     37}
    3738
    3839.center {
     
    4445}         
    4546         
    46 }
     47
    4748</style>
    4849<h2>SoldPress Settings</h2>
  • soldpress/trunk/soldpress.php

    r699957 r733594  
    44Plugin URI: http://www.sanskript.com/products/soldpress
    55Description: SoldPress is a WordPress plugin to enable CREA’s members to easily disseminate MLS® listing content on WordPress Sites.
    6 Version: 0.9.2 RC
     6Version: 1.0.0
    77Author: Amer Gill
    88Author URI: http://www.sanskript.com
Note: See TracChangeset for help on using the changeset viewer.