Plugin Directory

Changeset 669230


Ignore:
Timestamp:
02/17/2013 11:50:12 AM (13 years ago)
Author:
jimaek
Message:

fixed readme.txt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • jsdelivr-wordpress-cdn-plugin/trunk/readme.txt

    r669227 r669230  
    1212
    1313This plugin allows you to easily integrate and use the services of [jsDelivr.com](http://www.jsdelivr.com) in your WordPress website.
     14
     15[Support](http://jsdelivr.uservoice.com/forums/169238-wordpress-plugin-support) | [Submit Files](http://jsdelivr.uservoice.com/forums/164147-plugins-submission)
     16
     17jsDelivr is a free public CDN that hosts javascript libraries and jQuery plugins, including all of the files they need to work (css/png).
     18It even hosts javascript files that use popular WordPress plugins, like WP SlimStat.
     19Basically if a lot of websites use it then we probably can host it.
     20
     21With this plugin you can automatically integrate our super fast CDN into your website without the trouble of editing your code and searching for the correct URLs.
    1422Just update and then scan your website for files that can be loaded from our CDN.
    15 Features:
    16 * On the fly rewriting of all URLs. No need to change the code.
    17 * Move selected files to footer
    18 * Apply Async/Defer loading to your javascripts.
    19 * Compatible with W3 Total Cache and WP Super Cache
    20 * Automatic synchronization with our DB.
    21 * Allows you to select the files you want to load from the CDN
    22 * Supports HTTPS
    23 * Uses Google CDN to load jQuery to take advantage of the user's browser cache.
     23
     24**Benefits:**
     25
     26*   Speeds up your website
     27*   Cuts the bandwidth bill
     28*   Offloads the server from extra requests
     29
     30**Features:**
     31
     32*   On the fly rewriting of all URLs. No need to change the code.
     33*   Move selected files to footer
     34*   Apply Async/Defer loading to your javascripts.
     35*   Compatible with W3 Total Cache and WP Super Cache
     36*   Automatic synchronization with our DB.
     37*   Allows you to select the files you want to load from the CDN
     38*   Supports HTTPS
     39*   Uses Google CDN to load jQuery to take advantage of the user's browser cache.
     40
     41
     42
     43**Contributors:**
     44
     45*   Coded by [Martin Sudolsky](http://martin.sudolsky.com/)
     46*   Banner by [Stratos Iordanidis](http://ssstratos.com/)
    2447
    2548== Installation ==
     
    29523. Go to Settings-> jsDelivr CDN and follow the instructions
    3053
     54== Screenshots ==
     551. First time screen
     562. Settings menu after update and scan are finished. Move to footer is enabled.
    3157
    3258== Frequently Asked Questions ==
     
    3561The priority works only when the files are moved to footer.
    3662Zero has the highest priority. So for example you can give to jQuery the priority 0 then to a plugin priority 1 and if the plugins has javascript addons then 2,3,4,5...
    37 This ensures that there will be no problems with undeclared functions etc...
     63
     64This ensures that there will be no problems with undeclared functions etc.
    3865If you leave the priority as is then the files will be moved to footer with the same order they were originally declared.
    3966
    4067= What does the yellow match mean? =
    4168You have to be careful with those. It can be two things.
    42 1. It can be a more recent version of the same file you are using. In this case you must make sure that the newer version wont break anything. You can enable it temporary and test it.
    43 2. It can be a similar file (from the plugin's perspective) from an other package. Again you will have to test it to be sure.
     69
     70*   It can be a more recent version of the same file you are using. In this case you must make sure that the newer version wont break anything. You can enable it temporary and test it.
     71*   It can be a similar file (from the plugin's perspective) from an other package. Again you will have to test it to be sure.
    4472
    4573= I get a 100% matching file but the name of the package is wrong =
     
    4775Some plugins use common images or well known libraries to work, you just matched an identical file from an other package.
    4876Dont worry about it.
    49 
    5077
    5178
Note: See TracChangeset for help on using the changeset viewer.