Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
readme.txt 1.08 KiB
=== Camo Image Proxy ===
Contributors: ethitter
Donate link: https://ethitter.com/donate/
Tags: image, proxy, cdn
Requires at least: 4.9
Tested up to: 4.9
Stable tag: 0.1.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Rewrite image URLs to use a Camo image proxy. Handles post content and image URLs generated by WordPress.

== Description ==

Rewrites images found in post content, and image URLs generated by WordPress, to use a Camo image proxy.

Generates path-format URLs supported by:

* https://github.com/atmos/camo
* https://github.com/cactus/go-camo

== Installation ==

1. Upload `camo-image-proxy` directory to the `/wp-content/plugins/` directory
1. Activate the plugin through the Plugins menu in WordPress
1. Set your Camo server and key under Settings > Media > Camo Proxy

== Frequently Asked Questions ==

= Why isn't Camo's query-string URL format supported? =

The go-camo library doesn't support it, and this plugin aims to support the widest set of Camo implementations.

== Changelog ==

= 0.1.0 =
* Initial release