|
From: Chris W. <la...@us...> - 2005-02-28 00:55:57
|
Update of /cvsroot/openinteract/OpenInteract2/pkg/comments In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29585/comments Modified Files: MANIFEST Changes Added Files: package.ini Removed Files: package.conf Log Message: OIN-137: replace 'package.conf' with 'package.ini' --- NEW FILE: package.ini --- [package] name = comments version = 1.20 author = Chris Winters <ch...@cw...> url = http://www.cwinters.com/ sql_installer = OpenInteract2::SQLInstall::Comments description = Simple comment package -- no threading or karma or ratings \ or anything like that. It's meant to emulate the 80% solution supplied \ by commenting systems with packages like Movable Type or Radio. Index: MANIFEST =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/pkg/comments/MANIFEST,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** MANIFEST 16 Feb 2004 16:19:50 -0000 1.2 --- MANIFEST 28 Feb 2005 00:55:40 -0000 1.3 *************** *** 2,6 **** MANIFEST MANIFEST.SKIP ! package.conf conf/action.ini conf/spops_comment.ini --- 2,6 ---- MANIFEST MANIFEST.SKIP ! package.ini conf/action.ini conf/spops_comment.ini Index: Changes =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/pkg/comments/Changes,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** Changes 7 Dec 2004 22:44:20 -0000 1.17 --- Changes 28 Feb 2005 00:55:40 -0000 1.18 *************** *** 1,4 **** --- 1,11 ---- Revision history for OpenInteract package comments. + 1.20 Sun Feb 27 16:07:21 EST 2005 + + OIN-128: Add the ability to add preformatted text to comments + via <ecode> tags (like use.perl) + + OIN-137: change package.conf -> package.ini + 1.19 Tue Dec 7 17:43:25 EST 2004 --- package.conf DELETED --- |