From: Chris W. <la...@us...> - 2005-03-06 16:38:42
|
Update of /cvsroot/openinteract/OpenInteract2/extra_packages/wiki In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13411 Modified Files: Changes Added Files: package.ini Removed Files: package.conf Log Message: move package to new format (package.conf -> package.ini; move doc/ -> OI2::App) --- NEW FILE: package.ini --- [package] name = wiki version = 0.02 author = Chris Winters <ch...@cw...> url = http://www.openinteract.org/ module = CGI module = CGI::Wiki module = Digest::MD5 module = HTML::PullParser module = Text::WikiFormat sql_installer = OpenInteract2::SQLInstall::Wiki description = A simple wiki system integrated with your OI2 site. Index: Changes =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/extra_packages/wiki/Changes,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Changes 3 Jun 2004 13:04:43 -0000 1.1 --- Changes 6 Mar 2005 16:38:31 -0000 1.2 *************** *** 1,4 **** --- 1,8 ---- Revision history for OpenInteract2 package wiki. + 0.02 Sun Mar 6 11:35:46 EST 2005 + + Move to new package format. + 0.01 Wed Jun 2 17:29:36 2004 --- package.conf DELETED --- |