<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,12 +1,12 @@
-Wildflower 1.3b1 - A CakePHP CMS
-********************************
+Wildflower 1.3 Beta - A CakePHP CMS
+***********************************
 
 Requirements
 ============
 
     * Apache web server with mod_rewrite
     * No problem to run under some other web server like lighttpd or IIS, you just need to emulate the mod_rewrite rules 
-    * PHP 5.2 or higher
+    * PHP 5.2 or higher (reported to work with 5.1)
     * MySQL 4.1 or higher
 
 Installation
@@ -19,17 +19,22 @@ Installation
    5. The admin area is located under 'http://your-site/wf'. This can be changed by changing the 'Wildflower.prefix' configure key in 'app/plugins/wildflower/config/core.php'.
    6. Default login/password combination for admin area is admin/admin321 --Don`t forget to change this when in production.
    
+Wildflower is not and won't be a CakePHP plugin
+===============================================
+
+WF uses the additional MVC paths CakePHP feature. All the Wildflower MVC (model, view, controller) files are located inside the /wildflower directory. Except the app_controller.php, app_model.php and app_helper.php. These are of course essential for proper WF functioning and are found standardly at the /app folder. This architecture enables you to copy any WF MVC file into your /app folder, modify it and Cake will automatically use it. Of course it's recommented to create your own controllers/models/etc. for your custom functionality, but this feature is here if you need to modify some core Wildflower functionality or do a quick hack AND upgrading won't be a nightmare.
+    
 Upgrading
 =========
 
     1. Copy and overwrite all the files with the new version.
     2. Run database migrations. From your working folder launch from the shell: 'php vendors/ruckusing/main.php db:migrate'. This will update your database to the latest version.
    
-Problems logging in after updating to AuthComponent enabled version? (1.3b1)
-============================================================================
+Problems logging in after updating to AuthComponent enabled version? (1.3b1) / need to generate a password to insert directly into DB?
+======================================================================================================================================
 
 Use the UtilityShell to generate an AuthComponent compatible password hash:
-./cake/console/cake utility hash myPassword
+./cake/console/cake wildflower hash myPassword
 
 Insert the result into your database in the 'password' field of the 'wild_users' table.
 </diff>
      <filename>README</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>4aeca589bff64578560259c0e58e458cef0437b6</id>
    </parent>
  </parents>
  <author>
    <name>klevo</name>
    <email>klevo@klevo.sk</email>
  </author>
  <url>http://github.com/klevo/wildflower/commit/bf1dea0d54fac2ec6d6fb6cde72da10f5872bcbf</url>
  <id>bf1dea0d54fac2ec6d6fb6cde72da10f5872bcbf</id>
  <committed-date>2009-03-20T12:11:32-07:00</committed-date>
  <authored-date>2009-03-20T12:11:32-07:00</authored-date>
  <message>README updated</message>
  <tree>58a25b0ea77dec880bfa36e48d1f3f73495fe030</tree>
  <committer>
    <name>klevo</name>
    <email>klevo@klevo.sk</email>
  </committer>
</commit>
