From: Chris W. <la...@us...> - 2005-02-28 00:56:03
|
Update of /cvsroot/openinteract/OpenInteract2/pkg/base_theme In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29585/base_theme 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 = base_theme version = 2.11 author = Chris Winters (ch...@cw...) url = http://www.openinteract.org/ sql_installer = OpenInteract2::SQLInstall::Theme description = A theme is a group of properties that affect the display \ of all pages that use it -- generally all pages within the system. \ Themes are very flexible -- you can place in them design elements (such \ as bullets), colors, copyright notices, font faces, just about anything. \ The theme also points to the template we use as the main template file, \ so we can frame the page. The package includes the Theme and \ ThemeProperty objects as well as the handler used to edit themes. This \ package is required for the basic operations of OpenInteract. Index: MANIFEST =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/pkg/base_theme/MANIFEST,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** MANIFEST 13 Feb 2004 05:52:32 -0000 1.3 --- MANIFEST 28 Feb 2005 00:55:41 -0000 1.4 *************** *** 2,6 **** MANIFEST MANIFEST.SKIP ! package.conf conf/action.ini conf/spops_theme.ini --- 2,6 ---- MANIFEST MANIFEST.SKIP ! package.ini conf/action.ini conf/spops_theme.ini Index: Changes =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/pkg/base_theme/Changes,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** Changes 5 Dec 2004 08:51:20 -0000 1.11 --- Changes 28 Feb 2005 00:55:41 -0000 1.12 *************** *** 1,4 **** --- 1,8 ---- Revision history for OpenInteract package base_theme. + 2.11 Sun Feb 27 16:07:21 EST 2005 + + OIN-137: change package.conf -> package.ini + 2.10 Sat Dec 4 00:28:45 EST 2004 --- package.conf DELETED --- |