aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio <silvio@devlet.com.br>2011-04-20 11:39:22 -0300
committerSilvio Rhatto <rhatto@riseup.net>2011-04-20 11:39:22 -0300
commitaa2bc99f8f2b5251500ac7dc26544bcb97daa21c (patch)
tree0d3b968e9e8e60eaf1500951e9f5ed7f8d1a69a7
parentf96b2aa63aa09619dcd0a17c965b4435ef3f0692 (diff)
downloadimagecache_auto-aa2bc99f8f2b5251500ac7dc26544bcb97daa21c.tar.gz
imagecache_auto-aa2bc99f8f2b5251500ac7dc26544bcb97daa21c.tar.bz2
README update
-rw-r--r--README.txt16
-rw-r--r--imagecache_auto.info2
2 files changed, 12 insertions, 6 deletions
diff --git a/README.txt b/README.txt
index 076109a..a3fc57a 100644
--- a/README.txt
+++ b/README.txt
@@ -1,10 +1,16 @@
ImageCache Auto
===============
-This module creates imagecache presets on the fly, meaning that
-a request to http://yoursite/<file path>/imagecache_auto/<width>/<height>/<filename>
-will automatically create a resize and crop profile with the given dimensions
-and return the filename.
+This module creates imagecache presets on the fly in two modes of
+operation by providing:
-This is specially useful when building websites that need to display
+ 1. An internal API for creating or removing multiple ImageCache presets
+ at once.
+
+ 2. A public API for creating ImageCache presets upon request
+ http://yoursite/<file path>/imagecache_auto/<width>/<height>/<filename>,
+ which will automatically create a resize and crop profile with the given
+ dimensions and return the filename.
+
+This module is specially useful when building websites that need to display
pictures according to the user's screen dimensions.
diff --git a/imagecache_auto.info b/imagecache_auto.info
index 3ce86e8..f2741d9 100644
--- a/imagecache_auto.info
+++ b/imagecache_auto.info
@@ -1,6 +1,6 @@
; $Id$
name = ImageCache Auto
-description = Creates imagecache presets on the fly.
+description = Creates ImageCache presets on the fly.
core = 6.x
package = ImageCache
version = "6.x-0.1"