You are here

README.txt in Classified Ads 5.2

Same filename and directory in other branches
  1. 5 README.txt
  2. 6.3 README.txt
  3. 6.2 README.txt
  4. 7.2 README.txt
Simple Text-based classified ads module for Drupal.

Original author: Michael Curry, Exodus Development, Inc.
  exodusdev@gmail.com http://exodusdev.com

Maintainer: Miles Gillham (milesgillham)

This module creates a simple textual classified ad node type
(ed_classified), and the following features:

 - Automatic expiration (on expiration, node is moved to unpublished state.)
 - Automatic purge of expired ads (on purge, unpublished ads are deleted.)
 - Simple taxonomy-based browsing similar to that provided by image.module galleries.
 - Several useful blocks (latest ads, most popular, and stats).  
 - Per-user classified ads lists (under the user's profile, at /user/n/ed_classified).
 - Admin: list of all classified ads, sortable by expiration date and other columns,
   at admin/content/node/ed_classified.

NOTE: This version supports MySQL database - postgres may work but your mileage may
vary.

File

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