/[drupal]/contributions/modules/cache_browser/README.txt
ViewVC logotype

Contents of /contributions/modules/cache_browser/README.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.2 - (show annotations) (download)
Mon Sep 15 03:02:00 2008 UTC (14 months, 1 week ago) by markuspetrux
Branch: MAIN
CVS Tags: DRUPAL-6--1-0, HEAD
Branch point for: DRUPAL-6--1
Changes since 1.1: +9 -1 lines
File MIME type: text/plain
- Oops, forgot to add credits for plus/minus icons.
1 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2 ;; Cache browser module for Drupal
3 ;; $Id: README.txt,v 1.1 2008/09/15 02:55:44 markuspetrux Exp $
4 ;;
5 ;; Original author: markus_petrux at drupal.org (September 2008)
6 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
7
8 INSTALLATION
9 ============
10
11 - Copy all contents of this package to your modules directory preserving
12 subdirectory structure.
13 - Goto admin/build/modules to install the module.
14 - Goto admin/user/access to adjust permissions (administer cache tables).
15
16
17 USAGE
18 =====
19
20 - Goto admin/build/cache_browser
21
22 From here you can browser all Drupal cache tables, list their contents, dump
23 the contents of cached entries.
24 You can also reset the contents of any cache table or delete single entries.
25
26 Data dumps use PHP tipical var_export format. Arrays and classes are
27 collapsed by default. You can expand/collapse them one by one or all at once.
28 The expand/collapse feature requires a javascript enabled browser and uses
29 Drupal/jQuery compatible methods.
30
31
32 SUPPORT
33 =======
34
35 - Please use the issue tracker of the project at drupal.org:
36
37 http://drupal.org/project/cache_browser
38
39
40 CREDITS
41 =======
42
43 - Original versions of the plus/minus icons can be found free from here:
44
45 http://www.famfamfam.com/

  ViewVC Help
Powered by ViewVC 1.1.2