;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Cache browser module for Drupal
;; $Id: README.txt,v 1.2.2.2 2008/09/18 01:29:53 markuspetrux Exp $
;;
;; Original author: markus_petrux at drupal.org (September 2008)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

INSTALLATION
============

- Copy all contents of this package to your modules directory preserving
  subdirectory structure.
- Goto admin/build/modules to install the module.
- Goto admin/user/access to adjust permissions (administer cache tables).


USAGE
=====

- Goto admin/build/cache_browser

  From here you can browser all Drupal cache tables, list their contents, dump
  the contents of cached entries.
  You can also reset the contents of any cache table or delete single entries.

  Data dumps use PHP tipical var_export format. Arrays and classes are
  collapsed by default. You can expand/collapse them one by one or all at once.
  The expand/collapse feature requires a javascript enabled browser and uses
  Drupal/jQuery compatible methods.


SUPPORT
=======

- Please use the issue tracker of the project at drupal.org:

  http://drupal.org/project/cache_browser


CREDITS
=======

- Original versions of the plus/minus icons can be found free from here:

  http://www.famfamfam.com/
