| 1 |
$Id: README.txt,v 1.1.4.1.2.2 2009/06/26 12:07:37 milesgillham Exp $
|
| 2 |
|
| 3 |
Simple Text-based classified ads module for Drupal.
|
| 4 |
|
| 5 |
Original author: Michael Curry, Exodus Development, Inc.
|
| 6 |
exodusdev@gmail.com http://exodusdev.com
|
| 7 |
|
| 8 |
Maintainer: Miles Gillham (milesgillham)
|
| 9 |
|
| 10 |
This module creates a simple textual classified ad node type
|
| 11 |
(ed_classified), and the following features:
|
| 12 |
|
| 13 |
- Automatic expiration (on expiration, node is moved to unpublished state.)
|
| 14 |
- Automatic purge of expired ads (on purge, unpublished ads are deleted.)
|
| 15 |
- Simple taxonomy-based browsing similar to that provided by image.module galleries.
|
| 16 |
- Several useful blocks (latest ads, most popular, and stats).
|
| 17 |
- Per-user classified ads lists (under the user's profile, at /user/n/ed_classified).
|
| 18 |
- Admin: list of all classified ads, sortable by expiration date and other columns,
|
| 19 |
at admin/content/node/ed_classified.
|
| 20 |
|
| 21 |
NOTE: This version supports MySQL database - postgres may work but your mileage may
|
| 22 |
vary.
|