| 1 |
// $Id$
|
| 2 |
|
| 3 |
Description:
|
| 4 |
------------
|
| 5 |
This is a simple module providing node archiving capabilities for Drupal.
|
| 6 |
|
| 7 |
Features:
|
| 8 |
---------
|
| 9 |
* 'Archive this node' checkbox is added to the node edit form
|
| 10 |
* Archived nodes are chronologically listed at /archiver/
|
| 11 |
* Optionally, archived nodes can be hidden from the front page (if they were
|
| 12 |
promoted to the front page) and/or from the categories listings (see INSTALL.txt)
|
| 13 |
|
| 14 |
Installation:
|
| 15 |
-------------
|
| 16 |
|
| 17 |
Please see the INSTALL document for details.
|
| 18 |
|
| 19 |
Bugs/Features/Patches:
|
| 20 |
----------------------
|
| 21 |
|
| 22 |
If you want to report bugs, feature requests, or submit a patch, please do so
|
| 23 |
at the project page on the Drupal web site.
|
| 24 |
http://drupal.org/project/archiver
|
| 25 |
|
| 26 |
Author
|
| 27 |
------
|
| 28 |
Richard Laffers (rlaffers@gmail.com)
|