rename to 'imageproxy' (drop 'go-' prefix)

This commit is contained in:
Will Norris 2013-12-26 11:14:28 -08:00
parent 26dde07ec0
commit 462b70dcc2
6 changed files with 13 additions and 13 deletions

View file

@ -1,6 +1,6 @@
# go-imageproxy #
# imageproxy #
go-imageproxy is a caching image proxy server written in golang. It supports
imageproxy is a caching image proxy server written in golang. It supports
dynamic image resizing and URL whitelisting.
This project was inspired by, and is designed to be an alternative to,
@ -20,7 +20,7 @@ building my own for fun.
## URL Structure ##
go-imageproxy URLs are of the form `http://localhost/{options}/{remote_url}`.
imageproxy URLs are of the form `http://localhost/{options}/{remote_url}`.
### Options ###
@ -42,7 +42,7 @@ both height and width.
Depending on the options specified, an image may be cropped to fit the
requested size. In all cases, the original aspect ratio of the image will be
preserved; go-imageproxy will never stretch the original image.
preserved; imageproxy will never stretch the original image.
When no explicit crop mode is specified, the following rules are followed: