-$Id$
Context 3.x for Drupal 6.x
-
-
-Installation
-------------
-Context can be installed like any other Drupal module -- place it in
-the modules directory for your site and enable it (and its requirement,
-context) on the `admin/build/modules` page.
-
-You will probably also want to install Context UI which provides a way for
-you to edit contexts through the Drupal admin interface.
-
-
-Basic usage
------------
+--------------------------
Context allows you to manage contextual conditions and reactions for
different portions of your site. You can think of each context as
representing a "section" of your site. For each context, you can choose
active contexts are then fired.
+Installation
+------------
+Context can be installed like any other Drupal module -- place it in
+the modules directory for your site and enable it (and its requirement,
+CTools) on the `admin/build/modules` page.
+
+You will probably also want to install Context UI which provides a way for
+you to edit contexts through the Drupal admin interface.
+
+
Example
-------
You want to create a "pressroom" section of your site. You have a press
Upgrading from Context 2.x for Drupal 6.x
-----------------------------------------
- Download latest Context 3.x and latest CTools release and place in modules
- directory.
+ directory. Make sure to *remove* the existing Context 2.x directory before
+ unpacking Context 3.x. There are stale files in the 2.x branch that need to
+ be removed.
- Run `update.php` or `drush updatedb`.
- If your site contains contexts defined in code they will be overridden.
Re-export them to code again. If you are using any custom conditions or
- yhahn (Young Hahn)
- jmiccolis (Jeff Miccolis)
+- Steven Jones
Contributors