
REQUIREMENTS
------------

  * Drupal 5.0 or later
  * Views 5.x-1.6 or later

OPTIONAL
------------

  * Fivestar

INSTALLATION
------------

1. DOWNLOAD AND INSTALL VIEWS

   Views can be found at http://drupal.org/project/views.
   Follow the installation instructions that comes with the module.

(2. DOWNLOAD AND INSTALL FIVESTAR)

   This step is optional. Fivestar can be used to rate arguements and arguments
   with high ratings are displayed higher up.
   Fivestar can be found at http://drupal.org/project/fivestar.

3. INSTALL PROCON

   Unpack the module in your sites module directory. Then browse to
   "Administer" -> "Site building" -> "Modules" and enable the module.

3. CONFIGURE PROCON

   You probably want to set the permissions for which users who can
   create arguments, edit arguments etc.: Browse to
   "Administer" -> "User management" -> "Access control" and scroll down to
   the permissions for node module.

   At "Administer" -> "Content management" -> "Content types" you can also set
   which content types that should have arguments enabled by default. Here you
   can also disable rendering of nodes in the content body, if you rather take
   care of that yourself in you own theme. In that case,
   procon_render_arguments($nid) is available as a helper function.

4. CREATE ARGUMENTS

   Create a content type (page, story, poll etc) and check "Enable Pros and Cons
   arguments" under "Comment settings".