### Eclipse Workspace Patch 1.0
#P imagefield_crop-HEAD
Index: README.txt
===================================================================
RCS file: /cvs/drupal/contributions/modules/imagefield_crop/README.txt,v
retrieving revision 1.1
diff -u -r1.1 README.txt
--- README.txt	13 Jan 2008 20:54:34 -0000	1.1
+++ README.txt	12 Apr 2010 21:42:20 -0000
@@ -10,20 +10,39 @@
 
 = Prerequisites =
 The imagefield_crop module uses interface elements library to implement the resize interface. The following modules are required:
-* jquery_interface (which by itself requires jquery_update).
-* imagefield (since imagefield_crop is just an image widget module, not a field module)
+* imagefield (http://drupal.org/project/imagefield)
+* filefield (http://drupal.org/project/filefield)
+* imageapi (http://drupal.org/project/imageapi)
 
 
 = Installation =
+* To install the module copy the 'imagefield_crop' folder to your sites/all/modules directory.
+* Go to admin/build/modules. Enable the module.
+  Read more about installing modules at http://drupal.org/node/70151
 
-* Install the module and enable it.
-* Then on the image field configuration page (admin/content/types/<content_type>/fields/<your_image_field>) choose the 'Image with cropping' widget.
-* Save your field, and edit it again. There you can see the widget settings form where you can choose the cropping box size, and other configuration options.
+
+= Configuration and usage =
+* We assume that you have already created a new content type. Edit your content type fields at admin/content/types
+* Click on appropriate MANAGE FIELDS link.
+* Add a new field. To do so click on SELECT A FIELD TYPE dropdown menu. Select FILE. Click on FILE UPLOAD dropdown menu. Select IMAGE WITH CROPPING.
+* Click on SAVE button.
+* Follow instructions on the next page. You can choose the cropping box size, and other configuration options. If unsure leave default configuration. Click on SAVE FIELD SETTINGS button.
+* Create a new item at /node/add
+* Click on BROWSE button. Select an image.
+* Click on UPLOAD button
 * Upon uploading an image, or editing an existing node, the image cropping interface will be presented.
 
 
 = Issues that you could help with =
-
 * Sometimes you will need to use the 'refresh' button on your browser to see the updated image. I haven't tracked this down yet and help will be appreciated.
 * Only one widget per page is supported (no multiple values, no multiple fields with this widget in the node). This is mostly a limitation of the javascript part of this module, and help here will be appreciated.
 * The module requires the PHP GD library, and will not work if any other library is selected. I believe this limitation can be removed for Drupal 6, where the drupal image library is improved.
+
+
+= Contribute. Reporte issue. Request support. Request new feature. =
+--------------------------------------------------------------------
+1. Go to the module issue queue at http://drupal.org/project/issues/imagefield_crop?status=All&categories=All
+2. Click on CREATE A NEW ISSUE link.
+3. Fill the form.
+4. To get a status report on your request go to http://drupal.org/project/issues/user
+
