Skip to content

Commit

Permalink
Fix bad merge.
Browse files Browse the repository at this point in the history
git-svn-id: http://plugins.svn.wordpress.org/wp-super-cache/trunk@960753 b8457f37-d9ea-0310-8a92-e5e31aec5664
  • Loading branch information
kraftbj committed Aug 5, 2014
1 parent 86362ef commit 2eb98fb
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 24 deletions.
4 changes: 0 additions & 4 deletions ossdl-cdn.php
Original file line number Diff line number Diff line change
Expand Up @@ -149,10 +149,6 @@ function scossdl_off_options() {
$example_cdn_uri .= '/wp-includes/js/prototype.js';
?>
<p><?php _e( 'Your website probably uses lots of static files. Image, Javascript and CSS files are usually static files that could just as easily be served from another site or CDN. Therefore this plugin replaces any links in the <code>wp-content</code> and <code>wp-includes</code> directories (except for PHP files) on your site with the URL you provide below. That way you can either copy all the static content to a dedicated host or mirror the files to a CDN by <a href="http://knowledgelayer.softlayer.com/questions/365/How+does+Origin+Pull+work%3F" target="_blank">origin pull</a>.', 'wp-super-cache' ); ?></p>
<<<<<<< HEAD
=======
<p><?php printf( __( 'The <a href="%1$s">CDN Sync Tool</a> plugin will help upload files to Amazon S3/Cloudfront if you would rather not depend on origin pull. See the <a href="%2$s">plugin support forum</a> if you have any queries about this plugin.', 'wp-super-cache' ), 'http://wordpress.org/plugins/cdn-sync-tool/', 'http://wordpress.org/tags/cdn-sync-tool?forum_id=10' ); ?></p>
>>>>>>> Update wordpress.org/extend URLs
<p><?php printf( __( '<strong style="color: red">WARNING:</strong> Test some static urls e.g., %s to ensure your CDN service is fully working before saving changes.', 'wp-super-cache' ), '<code>' . $example_cdn_uri . '</code>' ); ?></p>
<p><?php _e( 'You can define different CDN URLs for each site on a multsite network.', 'wp-super-cache' ); ?></p>
<p><form method="post" action="">
Expand Down
13 changes: 0 additions & 13 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -460,24 +460,11 @@ The only real limit are limits defined by your server. For example, EXT2 and EXT
= How do I serve cached mobile pages to clients on small screens like phones and tablets? =

You'll have to use a separate mobile plugin to render a page formatted for those visitors. The following plugins have been tested but YMMV depending on mobile client.
<<<<<<< HEAD
<<<<<<< HEAD
=======
>>>>>>> Add Jetpack to mobile FAQ.

* [Jetpack's Mobile Theme Module](http://wordpress.org/plugins/jetpack)
* [WPTouch](http://wordpress.org/plugins/wptouch/)
* [WordPress Mobile Edition](http://wordpress.org/plugins/wordpress-mobile-edition/)
* [WordPress Mobile Pack](http://wordpress.org/plugins/wordpress-mobile-pack/) (can't have "Don't cache pages for known users." enabled)
<<<<<<< HEAD
=======
* [WPTouch] (http://wordpress.org/plugins/wptouch/)
* [WordPress Mobile Edition] (http://wordpress.org/plugins/wordpress-mobile-edition/)
* [WordPress Mobile Pack] (http://wordpress.org/plugins/wordpress-mobile-pack/) (can't have "Don't cache pages for known users." enabled)
>>>>>>> Update wordpress.org/extend URLs
=======
>>>>>>> Add Jetpack to mobile FAQ.


= Troubleshooting =

Expand Down
7 changes: 0 additions & 7 deletions wp-cache.php
Original file line number Diff line number Diff line change
Expand Up @@ -1175,13 +1175,6 @@ function toggleLayer( whichLayer ) {
<p><?php _e( 'Caching is only one part of making a website faster. Here are some other plugins that will help:', 'wp-super-cache' ); ?></p>
<li><?php printf( __( '<a href="%s">Yahoo! Yslow</a> is an extension for the Firefox add-on Firebug. It analyzes web pages and suggests ways to improve their performance based on a set of rules for high performance web pages. Also try the performance tools online at <a href="%s">GTMetrix</a>.', 'wp-super-cache' ), 'http://developer.yahoo.com/yslow/', 'http://gtmetrix.com/' ); ?></li>
<li><?php printf( __( '<a href="%s">Use Google Libraries</a> allows you to load some commonly used Javascript libraries from Google webservers. Ironically it may reduce your Yslow score.', 'wp-super-cache' ), 'http://wordpress.org/plugins/use-google-libraries/' ); ?></li>
<<<<<<< HEAD
<<<<<<< HEAD
=======
<li><?php printf( __( 'The <a href="%1$s">CDN Sync Tool</a> plugin will help upload files to Amazon S3/Cloudfront if you would rather not depend on origin pull. See the <a href="%2$s">plugin support forum</a> if you have any queries about this plugin.', 'wp-super-cache' ), 'http://wordpress.org/plugins/cdn-sync-tool/', 'http://wordpress.org/tags/cdn-sync-tool?forum_id=10' ); ?></li>
>>>>>>> Update wordpress.org/extend URLs
=======
>>>>>>> Remove CDN Sync Tools. No longer in WP.org repo
<li><?php printf( __( '<strong>Advanced users only:</strong> <a href="%s">Speed up your site with Caching and cache-control</a> explains how to make your site more cacheable with .htaccess rules.', 'wp-super-cache' ), 'http://www.askapache.com/htaccess/speed-up-your-site-with-caching-and-cache-control.html' ); ?></li>
<li><?php printf( __( '<strong>Advanced users only:</strong> Install an object cache. Choose from <a href="%s">Memcached</a>, <a href="%s">XCache</a>, <a href="%s">eAcccelerator</a> and others.', 'wp-super-cache' ), 'http://wordpress.org/plugins/memcached/', 'http://neosmart.net/dl.php?id=12', 'http://neosmart.net/dl.php?id=13' ); ?></li>
<li><?php printf( __( '<a href="%s">Cron View</a> is a useful plugin to use when trying to debug garbage collection and preload problems.', 'wp-super-cache' ), 'http://wordpress.org/plugins/cron-view/' ); ?></li>
Expand Down

0 comments on commit 2eb98fb

Please sign in to comment.