From c3df569b8606832c88a91e81a1feb7ad08a739aa Mon Sep 17 00:00:00 2001
From: Andrew Berry <deviantintegral@gmail.com>
Date: Mon, 28 Nov 2011 14:28:47 -0500
Subject: [PATCH 1/2] Fix path to OG configuration.

---
 README.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/README.txt b/README.txt
index 4b2b758..543c08e 100644
--- a/README.txt
+++ b/README.txt
@@ -98,7 +98,7 @@ ORGANIC GROUPS INTEGRATION
 
 Similar to the previously mentioned, Homebox integrates with the Organic Groups module. You have the option
 to have a Homebox page reside as a group homepage tab, or become the new group homepage itself. You must
-enable the homebox_og module then navigate to admin/og/homebox. If your site is using Panels and you set
+enable the homebox_og module then navigate to admin/config/group/homebox. If your site is using Panels and you set
 a Homebox page to act as a group homepage, it will automatically disable any Panels that override node
 views.
 
-- 
1.7.7.2


From 80e2c52f463eafbcd22e4a29b0b86f38ba554414 Mon Sep 17 00:00:00 2001
From: Andrew Berry <deviantintegral@gmail.com>
Date: Mon, 28 Nov 2011 14:36:07 -0500
Subject: [PATCH 2/2] Wrap README.txt to 80 characters.

---
 README.txt |   74 ++++++++++++++++++++++++++++++++++--------------------------
 1 files changed, 42 insertions(+), 32 deletions(-)

diff --git a/README.txt b/README.txt
index 543c08e..6439339 100644
--- a/README.txt
+++ b/README.txt
@@ -11,7 +11,8 @@ Welcome to Homebox 2.
 RECOMMENDED
 ---------------------
 
-The following modules are not required but recommended for integration or ease of use:
+The following modules are not required but recommended for integration or ease
+of use:
 
  * Color picker - http://drupal.org/project/colorpicker
  * Views -  http://drupal.org/project/views
@@ -25,7 +26,8 @@ INSTALLATION
  * Be sure to follow instructions from README.txt in jQuery UI module
 
    --- IMPORTANT ---- Begin
-   Be sure to grab jQuery UI package from Google Code - http://jquery-ui.googlecode.com/files/jquery.ui-1.6.zip
+   Be sure to grab jQuery UI package from Google Code -
+   http://jquery-ui.googlecode.com/files/jquery.ui-1.6.zip
 
    If not sure read this http://drupal.org/node/463270
    --- IMPORTANT ---- End
@@ -40,34 +42,37 @@ INSTALLATION
 UPGRADING FROM 1.x TO 2.x
 -------------------------
 
-Sorry, but there is no upgrade path between the 1.x version of Homebox and the 2.x version.
-In order for Homebox 2 to work correctly, you must completely uninstall any previous versions
-and cleanly install this version.
+Sorry, but there is no upgrade path between the 1.x version of Homebox and the
+2.x version.  In order for Homebox 2 to work correctly, you must completely
+uninstall any previous versions and cleanly install this version.
 
 
 NEW FEATURES
 ------------
 
-Homebox 2 is loaded with new features and improvements. To get the most out of this module,
-please quickly read the list of changes in CHANGELOG.txt, under the 2.x section.
+Homebox 2 is loaded with new features and improvements. To get the most out of
+this module, please quickly read the list of changes in CHANGELOG.txt, under the
+2.x section.
 
 
 CONTROLLING ACCESS TO HOME BOX PAGES
 ------------------------------------
 
-Access controls for Homebox pages (not the admin interface) are no longer located in the standard
-Drupal permissions table. When creating/editing each Homebox page, you can choose which roles are
-allowed to view the page. Unlike other Drupal components, if you do not choose any roles, then only
-admins can view the page. So, choose at least one role. For obvious reasons, anonymous users will
-not be able to save pages or add custom items.
+Access controls for Homebox pages (not the admin interface) are no longer
+located in the standard Drupal permissions table. When creating/editing each
+Homebox page, you can choose which roles are allowed to view the page. Unlike
+other Drupal components, if you do not choose any roles, then only admins can
+view the page. So, choose at least one role. For obvious reasons, anonymous
+users will not be able to save pages or add custom items.
 
 
 CREATING PANELS-LIKE HOME BOX LAYOUTS
 -------------------------------------
 
-One of Homebox 2's new features, is the ability to easily create panels-like layouts. After creating
-a new Homebox page, click the 'Settings' link. Under the 'Custom column widths' fieldset, you can
-specify the width percentage of each region. If you wanted to create a layout like:
+One of Homebox 2's new features, is the ability to easily create panels-like
+layouts. After creating a new Homebox page, click the 'Settings' link. Under the
+'Custom column widths' fieldset, you can specify the width percentage of each
+region. If you wanted to create a layout like:
 
 [-----top----]
 [--l--][--r--]
@@ -79,40 +84,45 @@ You'd use widths of 100, 50, 50, and 100.
 "CUSTOM ITEMS"
 --------------
 
-Another new feature in Homebox 2 is the ability for users to enter custom items into their Homebox.
-Each Homebox page has the option to turn this on or off. If set on, users can enter as many custom
-blocks as they like - supplying a block title and body (full HTML allowed). This is useful if they want
-to paste code for an external widget.
+Another new feature in Homebox 2 is the ability for users to enter custom items
+into their Homebox.  Each Homebox page has the option to turn this on or off. If
+set on, users can enter as many custom blocks as they like - supplying a block
+title and body (full HTML allowed). This is useful if they want to paste code
+for an external widget.
 
 
 PROFILE INTEGRATION
 -------------------
 
-Homebox 2 integrates with Drupal's core profile module. After creating a page, you can navigate
-to admin/user/homebox and choose any available Homebox page to reside as a tab on user's profiles.
-User's can only view their own Homebox profile tab.
+Homebox 2 integrates with Drupal's core profile module. After creating a page,
+you can navigate to admin/user/homebox and choose any available Homebox page to
+reside as a tab on user's profiles.  User's can only view their own Homebox
+profile tab.
 
 
 ORGANIC GROUPS INTEGRATION
 --------------------------
 
-Similar to the previously mentioned, Homebox integrates with the Organic Groups module. You have the option
-to have a Homebox page reside as a group homepage tab, or become the new group homepage itself. You must
-enable the homebox_og module then navigate to admin/config/group/homebox. If your site is using Panels and you set
-a Homebox page to act as a group homepage, it will automatically disable any Panels that override node
-views.
+Similar to the previously mentioned, Homebox integrates with the Organic Groups
+module. You have the option to have a Homebox page reside as a group homepage
+tab, or become the new group homepage itself. You must enable the homebox_og
+module then navigate to admin/config/group/homebox. If your site is using Panels
+and you set a Homebox page to act as a group homepage, it will automatically
+disable any Panels that override node views.
 
 
 FEATURES INTEGRATION
 --------------------
 
-Homebox 2 has the ability to import and export pages, as well as have them live in code. Because of this,
-Homebox has been made to integrate with the Features.module. For more information about Features, please
-visit http://drupal.org/project/features.
+Homebox 2 has the ability to import and export pages, as well as have them live
+in code. Because of this, Homebox has been made to integrate with the
+Features.module. For more information about Features, please visit
+http://drupal.org/project/features.
 
 
 API
 ---
 
-Modules can now ship with a Homebox completely in code. See homebox_example.module for an example and
-documentation.
+Modules can now ship with a Homebox completely in code. See
+homebox_example.module for an example and documentation.
+
-- 
1.7.7.2

