| 1 |
$Id: README.txt,v 1.1 2008/09/05 21:33:31 yaph Exp $
|
| 2 |
Drupal Content Refresh README
|
| 3 |
---------------------------------
|
| 4 |
Author: Ramiro Gómez (http://www.ramiro.org)
|
| 5 |
|
| 6 |
This program is free software; you can redistribute it and/or modify
|
| 7 |
it under the terms of the GNU General Public License as published by
|
| 8 |
the Free Software Foundation; either version 2 of the License, or
|
| 9 |
(at your option) any later version.
|
| 10 |
This program is distributed in the hope that it will be useful,
|
| 11 |
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
| 12 |
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
| 13 |
GNU General Public License for more details.
|
| 14 |
You should have received a copy of the GNU General Public License
|
| 15 |
along with this program; if not, write to the Free Software
|
| 16 |
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
| 17 |
(see LICENSE.txt)
|
| 18 |
Requirements
|
| 19 |
------------
|
| 20 |
This module requires Drupal 6.X.
|
| 21 |
|
| 22 |
Overview:
|
| 23 |
--------
|
| 24 |
Content Refresh provides cache clearing functionality for various
|
| 25 |
content related actions provided page caching is enabled and the
|
| 26 |
minimun lifetime is greater that 0.
|
| 27 |
Comment Actions
|
| 28 |
- The page cache for a page is cleared when a comment is added, edited or deleted.
|
| 29 |
Front Page Actions
|
| 30 |
If the Clear Front Page Cache option is set to yes on the module settings page
|
| 31 |
- The front page cache is cleared when a published promted node is added or deleted.
|
| 32 |
- The front page cache is cleared when a promted node is unpublished.
|
| 33 |
|
| 34 |
Installation and configuration:
|
| 35 |
------------------------------
|
| 36 |
Simply extract the download package in your modules directory and
|
| 37 |
then enable the module in 'admin/build/modules/'.
|
| 38 |
For configuration options go to 'admin/content/content_refresh'.
|