Projet

Général

Profil

Paste
Télécharger (926 octets) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / modules / votingapi / README.txt @ 76df55b7

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

    
5
Fivestar
6
UserReview
7
Vote-Up-Down
8
LoveHate
9
Node Moderation
10

    
11
... and more.
12

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

    
15
Installation
16
============
17
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.
18

    
19
Requirements
20
============
21
VotingAPI requires Drupal 4.7 or later.