Plugin Directory

Changeset 589485


Ignore:
Timestamp:
08/23/2012 05:12:09 PM (14 years ago)
Author:
jimaek
Message:
 
Location:
jsdelivr-wordpress-cdn-plugin
Files:
2 edited

Legend:

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

    r589483 r589485  
    2323Just update and then scan your website for files that can be loaded from our CDN.
    2424
    25 Benefits:
     25**Benefits:**
    2626
    2727*   Speeds up your website
     
    2929*   Offloads the server from extra requests
    3030
    31 Features:
     31**Features:**
    3232
    3333*   On the fly rewriting of all URLs. No need to change the code.
     
    4040*   Uses Google CDN to load jQuery to take advantage of the user's browser cache.
    4141
    42 Coded by [Marting Sudolsky](http://martin.sudolsky.com/)
    4342
    44 Banner by [Stratos Iordanidis](http://ssstratos.com/)
     43
     44**Contributors:**
     45
     46*   Coded by [Marting Sudolsky](http://martin.sudolsky.com/)
     47*   Banner by [Stratos Iordanidis](http://ssstratos.com/)
    4548
    4649== Installation ==
     
    5558= How the priority system works? =
    5659The priority works only when the files are moved to footer.
    57 
    5860Zero 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...
    5961
    60 This ensures that there will be no problems with undeclared functions etc...
    61 
     62This ensures that there will be no problems with undeclared functions etc.
    6263If you leave the priority as is then the files will be moved to footer with the same order they were originally declared.
    6364
     
    6566You have to be careful with those. It can be two things.
    6667
    67 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.
    68 
    69 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.
     68*   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.
     69*   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.
    7070
    7171= I get a 100% matching file but the name of the package is wrong =
    7272If the match is 100% then you just matched a file used also by that package.
    73 
    7473Some plugins use common images or well known libraries to work, you just matched an identical file from an other package.
    75 
    7674Dont worry about it.
    7775
    78 
     76== Screenshots ==
     771. First time screen
     782. Settings menu after update and scan are finished. Move to footer is enabled.
    7979
    8080
  • jsdelivr-wordpress-cdn-plugin/trunk/readme.txt

    r589483 r589485  
    2323Just update and then scan your website for files that can be loaded from our CDN.
    2424
    25 Benefits:
     25**Benefits:**
    2626
    2727*   Speeds up your website
     
    2929*   Offloads the server from extra requests
    3030
    31 Features:
     31**Features:**
    3232
    3333*   On the fly rewriting of all URLs. No need to change the code.
     
    4040*   Uses Google CDN to load jQuery to take advantage of the user's browser cache.
    4141
    42 Coded by [Marting Sudolsky](http://martin.sudolsky.com/)
    4342
    44 Banner by [Stratos Iordanidis](http://ssstratos.com/)
     43
     44**Contributors:**
     45
     46*   Coded by [Marting Sudolsky](http://martin.sudolsky.com/)
     47*   Banner by [Stratos Iordanidis](http://ssstratos.com/)
    4548
    4649== Installation ==
     
    5558= How the priority system works? =
    5659The priority works only when the files are moved to footer.
    57 
    5860Zero 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...
    5961
    60 This ensures that there will be no problems with undeclared functions etc...
    61 
     62This ensures that there will be no problems with undeclared functions etc.
    6263If you leave the priority as is then the files will be moved to footer with the same order they were originally declared.
    6364
     
    6566You have to be careful with those. It can be two things.
    6667
    67 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.
    68 
    69 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.
     68*   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.
     69*   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.
    7070
    7171= I get a 100% matching file but the name of the package is wrong =
    7272If the match is 100% then you just matched a file used also by that package.
    73 
    7473Some plugins use common images or well known libraries to work, you just matched an identical file from an other package.
    75 
    7674Dont worry about it.
    7775
    78 
     76== Screenshots ==
     771. First time screen
     782. Settings menu after update and scan are finished. Move to footer is enabled.
    7979
    8080
Note: See TracChangeset for help on using the changeset viewer.