From 8c2ee8d3e43ff27c50cc1aed1efbae01e5ef9467 Mon Sep 17 00:00:00 2001
From: alexkb <alexkb@35674.no-reply.drupal.org>
Date: Wed, 10 Jul 2013 18:07:40 +0800
Subject: [PATCH] Issue #1858482 by alexkb: Added in conditional features
 version and rewrote readme.txt.

---
 README.txt  | 20 ++++++++------------
 ftools.info |  4 ++--
 2 files changed, 10 insertions(+), 14 deletions(-)

diff --git a/README.txt b/README.txt
index bffb1ad..874efac 100644
--- a/README.txt
+++ b/README.txt
@@ -1,14 +1,10 @@
-// Features tools
-Features tools is a drupal module.
-It's a develop helper module for working with Feature module.
-It's add a submit button in the recreate feature form named "auto create feature",
-which download the feature tar ball, un-tar it and put the files in the right place.
-All in one click. 
-
-Any one how use the recreate feature more then few time a day will probably like this feature.
-
-In order to make the module to work you need to give www-data ,permission to write to the sites/all/modules directory.
-THIS MODULE IS FOR LOCAL SERVER DEVELOPING ONLY !!!
-It's probably won't work other places but please don't try.
+Features tools is a drupal module to facilitate efficient development workflows with the features (exportable) module.
+
+Specifically, it's add an additional "auto create feature" submit button into the recreate feature form. When triggered, it downloads the feature tar ball, un-tar's it and puts the files in the right place, all in one click. This can save you an incredible amount of time during development.
+
+Please note: 
+- ftools only works with the Features 1.x. This is because features 2.x has the same functionality baked in.
+- the module requires write access to the sites/all/modules directory. 
+- it is intended for personal development, not on production servers.
 
 
diff --git a/ftools.info b/ftools.info
index 6b348b8..6d0bf82 100644
--- a/ftools.info
+++ b/ftools.info
@@ -1,5 +1,5 @@
-name = "ftools"
+name = "Features Tools"
 description = "Provides feature management auto download button."
 core = 7.x
-dependencies[] = "features"
+dependencies[] = features (1.x)
 package = "Features"
\ No newline at end of file
-- 
1.8.0.msysgit.0

