Plugin Directory

Changeset 668894


Ignore:
Timestamp:
02/16/2013 01:26:43 PM (13 years ago)
Author:
lontongcorp
Message:

Update Links

Location:
pushstate
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • pushstate/tags/1.0.1/pushstate.php

    r668881 r668894  
    22/*
    33Plugin Name: HTML5 pushState
    4 Plugin URI: http://wordpress.org/extend/plugins/pushstate/
     4Plugin URI: http://www.lontongcorp.com/2013/02/15/wordpress-html5-pushstate/
    55Description: AJAXify with HTML5 pushState based on History.js by Benjamin Lupton <github.com/balupton/history.js>. Bundled with jQuery scrollTo plugin. This is an early version, support for HTML5 only, focus on mobile and SEO rank.
    66Author: Erick Tampubolon
  • pushstate/tags/1.0.1/readme.txt

    r668887 r668894  
    11=== Plugin Name ===
    22Contributors: lontongcorp
    3 Donate link: http://www.lontongcorp.com/
     3Donate link: http://www.lontongcorp.com/2013/02/15/wordpress-html5-pushstate/
    44Tags: ajax, html5, pushstate, themes
    55Requires at least: 3.0
     
    1515AJAXify wordpress with HTML5 pushState based on History.js by <a href="http://github.com/balupton/history.js">Benjamin Lupton</a>.
    1616
    17 This is just a preliminary version as I can see no real pushState implementation for wordpress yet.
    1817Support for HTML5 modern browser only, focus on mobile and not breaking SEO rank.
    1918
    2019Bundled with jQuery scrollTo plugin for user experiences.
    21 Using jQuery AJAX methods, some plugins that used javascript will not work unless they update it to use "live"
    22 event handlers or put inline in the body though not always will work properly.
     20Using jQuery AJAX methods, some plugins that used javascript will not work unless they update it to use "live" event handlers or put inline in the body though not always will work properly.
    2321
    24 Some known not works:
     22And due to AJAX methods, this will not working with cross-domain (subdomain) calls.
    2523
    26 * WP SyntaxHighligher
    27 * Some eCommerce plugins (WooCommerce, eShopping, etc)'s plugins
    28 * News-Ticker
    29 *  ... please let me know ...
     24And due to AJAX methods, this will not working with cross-domain (subdomain) calls.
    3025
    3126No Jetpack API (or similar) integrations for now, so it just get whole page/post request and filtering the content to show in the body.
     
    5954
    6055First Release
     56
     57
     58== Other Notes ==
     59
     60= Early Version =
     61
     62This is just a preliminary version as I can see no real pushState implementation for wordpress yet.
     63
     64= Conflicts =
     65
     66Some known not works with:
     67
     68* WP SyntaxHighligher
     69* Some eCommerce plugins (WooCommerce, eShopping, etc)'s plugins
     70* News-Ticker
     71*  ... please let me know ...
  • pushstate/trunk/pushstate.php

    r668881 r668894  
    22/*
    33Plugin Name: HTML5 pushState
    4 Plugin URI: http://wordpress.org/extend/plugins/pushstate/
     4Plugin URI: http://www.lontongcorp.com/2013/02/15/wordpress-html5-pushstate/
    55Description: AJAXify with HTML5 pushState based on History.js by Benjamin Lupton <github.com/balupton/history.js>. Bundled with jQuery scrollTo plugin. This is an early version, support for HTML5 only, focus on mobile and SEO rank.
    66Author: Erick Tampubolon
  • pushstate/trunk/readme.txt

    r668887 r668894  
    11=== Plugin Name ===
    22Contributors: lontongcorp
    3 Donate link: http://www.lontongcorp.com/
     3Donate link: http://www.lontongcorp.com/2013/02/15/wordpress-html5-pushstate/
    44Tags: ajax, html5, pushstate, themes
    55Requires at least: 3.0
     
    1515AJAXify wordpress with HTML5 pushState based on History.js by <a href="http://github.com/balupton/history.js">Benjamin Lupton</a>.
    1616
    17 This is just a preliminary version as I can see no real pushState implementation for wordpress yet.
    1817Support for HTML5 modern browser only, focus on mobile and not breaking SEO rank.
    1918
    2019Bundled with jQuery scrollTo plugin for user experiences.
    21 Using jQuery AJAX methods, some plugins that used javascript will not work unless they update it to use "live"
    22 event handlers or put inline in the body though not always will work properly.
     20Using jQuery AJAX methods, some plugins that used javascript will not work unless they update it to use "live" event handlers or put inline in the body though not always will work properly.
    2321
    24 Some known not works:
     22And due to AJAX methods, this will not working with cross-domain (subdomain) calls.
    2523
    26 * WP SyntaxHighligher
    27 * Some eCommerce plugins (WooCommerce, eShopping, etc)'s plugins
    28 * News-Ticker
    29 *  ... please let me know ...
     24And due to AJAX methods, this will not working with cross-domain (subdomain) calls.
    3025
    3126No Jetpack API (or similar) integrations for now, so it just get whole page/post request and filtering the content to show in the body.
     
    5954
    6055First Release
     56
     57
     58== Other Notes ==
     59
     60= Early Version =
     61
     62This is just a preliminary version as I can see no real pushState implementation for wordpress yet.
     63
     64= Conflicts =
     65
     66Some known not works with:
     67
     68* WP SyntaxHighligher
     69* Some eCommerce plugins (WooCommerce, eShopping, etc)'s plugins
     70* News-Ticker
     71*  ... please let me know ...
Note: See TracChangeset for help on using the changeset viewer.