From: Pieter v. Z. <pv...@us...> - 2005-07-07 11:12:48
|
Update of /cvsroot/coefficient/vote In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv704/modules/vote Modified Files: INSTALL.txt README.txt Log Message: added a line above the module name and corrected the module name Index: INSTALL.txt =================================================================== RCS file: /cvsroot/coefficient/vote/INSTALL.txt,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** INSTALL.txt 6 Jul 2005 12:39:17 -0000 1.1 --- INSTALL.txt 7 Jul 2005 11:12:38 -0000 1.2 *************** *** 1,3 **** ! Coefficient: MailForum module ================================ version 0.9.6 01 July 2005 --- 1,3 ---- ! Coefficient: Vote module ================================ version 0.9.6 01 July 2005 *************** *** 6,10 **** ------------------ * The core coefficient ejb module installed. Please read it's INSTALL.txt ! * Dithaka installed on James. Please read INSTALL_JAMES.txt Deploy Notes: --- 6,10 ---- ------------------ * The core coefficient ejb module installed. Please read it's INSTALL.txt ! Deploy Notes: Index: README.txt =================================================================== RCS file: /cvsroot/coefficient/vote/README.txt,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** README.txt 6 Jul 2005 12:39:17 -0000 1.1 --- README.txt 7 Jul 2005 11:12:39 -0000 1.2 *************** *** 1,13 **** ! Coefficient: MailForum module ================================ version 0.9.6 01 July 2005 ! This module implements a discussion forum that is backed by a mailing list. ! You can add messages through the web interface or via email and the message from either ! source will be propagated to both web and mail. The module can work stand-alone, without ! the mail support. When using the mail features it then relies on the James mail-server to ! be configured with some module specific information and mailets. ! ! It uses aliasing of email addresses. ! ! It uses Dithaka (on SourgeForge) to provide the emailing functionality. \ No newline at end of file --- 1,8 ---- ! =============================== ! Coefficient: Vote module ================================ version 0.9.6 01 July 2005 ! This is a project module that allows the project users create votes. ! Used in concert with a workflow this can be a powerful mechanism to force ! a task to be completed to satisfaction before moving on in a project. \ No newline at end of file |