You are here

README.txt in Voting API 7.2

Same filename and directory in other branches
  1. 8.3 README.txt
  2. 6.2 README.txt
  3. 6 README.txt
  4. 7.3 README.txt
The Basics
==========
VotingAPI is a framework for content voting and rating systems in Drupal. It does not directly provide any voting 'features' to users -- instead, it offers a consistent API for other module developers to build their voting and rating systems on top of. If you're an end user who just wants to rate nodes, check out some of the modules that use VotingAPI's framework:

Fivestar
UserReview
Vote-Up-Down
LoveHate
Node Moderation

... and more.

If you're a developer who wants to build a voting or rating related module, check out API.txt in the VotingAPI directory.

Installation
============
Installing VotingAPI is pretty straightforward. Just copy the VotingAPI directory into your web site's /modules directory. Then, activate the module by visiting http://www.example.com/admin/modules, where example.com is the URL of your web site.

Requirements
============
VotingAPI requires Drupal 4.7 or later.

File

README.txt
View source
  1. The Basics
  2. ==========
  3. VotingAPI is a framework for content voting and rating systems in Drupal. It does not directly provide any voting 'features' to users -- instead, it offers a consistent API for other module developers to build their voting and rating systems on top of. If you're an end user who just wants to rate nodes, check out some of the modules that use VotingAPI's framework:
  4. Fivestar
  5. UserReview
  6. Vote-Up-Down
  7. LoveHate
  8. Node Moderation
  9. ... and more.
  10. If you're a developer who wants to build a voting or rating related module, check out API.txt in the VotingAPI directory.
  11. Installation
  12. ============
  13. Installing VotingAPI is pretty straightforward. Just copy the VotingAPI directory into your web site's /modules directory. Then, activate the module by visiting http://www.example.com/admin/modules, where example.com is the URL of your web site.
  14. Requirements
  15. ============
  16. VotingAPI requires Drupal 4.7 or later.