Procid is an interactive system supporting consensus building in open source issue management systems. You can watch a demo on YouTube.
Procid is also a sanbox project on Drupal.org with an active issue queue.
This software is licensed under Apache License 2.0.
If you are here to help evaluate Procid, please follow these instructions: How can I help evaluate Procid?
- Install Google Chrome (more recent than 31.0.1650.63) or Firefox (more recent than 25.0.1).
- Download procid.user.js
- Go to chrome extensions page by typing chrome://chrome/extensions/ in the address-bar
- Drag procid.user.js file and drop it in the extensions page
- Click on 'Add' and you'll see Procid added to the list of your extensions
- Go to any drupal issue like http://drupal.org/node/331893
- Procid panel will be added to the normal Drupal page
- For issues not having a Procid started notice the blue button on the top right.
- Clone the git repository
- Copy and paste procid.user.js and style.css from the main directoty to test
- Import the project files from the test directoty to Eclipse
- Run example.html
- If you don't have internet access you can change
ABSOLUTEPATH
andCSSSERVERPATH
variable in procid.user.js to "./" and run locally.