[interchange-cvs] interchange - jon modified 3 files

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Tue Jul 27 15:40:46 EDT 2004


User:      jon
Date:      2004-07-27 19:40:45 GMT
Modified:  lib/Vend MakeCat.pm
Modified:  dist/standard/config additional_fields additional_help
Log:
Update mentions of Foundation to Standard.
Update interchange admin images directory to interchange-5.

Revision  Changes    Path
2.13      +9 -9      interchange/lib/Vend/MakeCat.pm


rev 2.13, prev_rev 2.12
Index: MakeCat.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/MakeCat.pm,v
retrieving revision 2.12
retrieving revision 2.13
diff -u -u -r2.12 -r2.13
--- MakeCat.pm	1 Aug 2003 15:05:54 -0000	2.12
+++ MakeCat.pm	27 Jul 2004 19:40:45 -0000	2.13
@@ -1,8 +1,8 @@
 # Vend::MakeCat - Routines for Interchange catalog configurator
 #
-# $Id: MakeCat.pm,v 2.12 2003/08/01 15:05:54 jon Exp $
+# $Id: MakeCat.pm,v 2.13 2004/07/27 19:40:45 jon Exp $
 #
-# Copyright (C) 2002-2003 Interchange Development Group
+# Copyright (C) 2002-2004 Interchange Development Group
 # Copyright (C) 1996-2002 Red Hat, Inc.
 #
 # This program was originally based on Vend 0.2 and 0.3
@@ -111,7 +111,7 @@
 	%Window
 /;
 
-$VERSION = substr(q$Revision: 2.12 $, 10);
+$VERSION = substr(q$Revision: 2.13 $, 10);
 
 $Force = 0;
 $History = 0;
@@ -238,7 +238,7 @@
 # strongly suggested that the catalog name be all lower case.
 #
 # If you are doing the demo for the first time, you might use
-# "foundation".
+# "standard".
 EOF
 
 	catroot   =>  <<EOF,
@@ -292,12 +292,12 @@
 	demotype   =>  <<EOF,
 # The type of demo catalog to use. The standard one distributed is:
 #
-#    foundation
+#    standard
 #
 # If you have defined your own custom template catalog,
 # you can enter its name.
 #
-# If you are new to Interchange, use "foundation" to start with.
+# If you are new to Interchange, use "standard" to start with.
 EOF
 
 	documentroot    =>  <<EOF,
@@ -318,7 +318,7 @@
 # directive in the catalog configuration file. This is a URL
 # fragment, not a directory or file name.
 #
-#         <IMG SRC="/foundation/images/icon.gif">
+#         <IMG SRC="/standard/images/icon.gif">
 #                   ^^^^^^^^^^^^^^^^^^
 #
 EOF
@@ -438,10 +438,10 @@
 # The URL base for the administration user interface images.
 # This is a URL fragment, not an entire URL.
 #
-#         <IMG SRC="/interchange/en_US/bg.gif">
+#         <IMG SRC="/interchange-5/en_US/bg.gif">
 #                   (leave blank)
 #
-#         <IMG SRC="/~yourname/interchange/en_US/bg.gif">
+#         <IMG SRC="/~yourname/interchange-5/en_US/bg.gif">
 #                   ^^^^^^^^^^
 #
 EOF



1.2       +1 -1      interchange/dist/standard/config/additional_fields


rev 1.2, prev_rev 1.1
Index: additional_fields
===================================================================
RCS file: /var/cvs/interchange/dist/standard/config/additional_fields,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -u -r1.1 -r1.2
--- additional_fields	25 Apr 2004 17:07:48 -0000	1.1
+++ additional_fields	27 Jul 2004 19:40:45 -0000	1.2
@@ -1,6 +1,6 @@
 COMPANY
 Your company name
-Foundation Store
+Standard Store
 
 MYSQL
 Set to 1 if you want to use MySQL



1.2       +2 -2      interchange/dist/standard/config/additional_help


rev 1.2, prev_rev 1.1
Index: additional_help
===================================================================
RCS file: /var/cvs/interchange/dist/standard/config/additional_help,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -u -r1.1 -r1.2
--- additional_help	25 Apr 2004 17:07:48 -0000	1.1
+++ additional_help	27 Jul 2004 19:40:45 -0000	1.2
@@ -1,7 +1,7 @@
 MYSQL
 .
 You can select this to use MySQL in your test catalog. Careful!
-This requires the ability to create a database named "test_foundation",
+This requires the ability to create a database named e.g. "test_standard",
 and is highly dependent on your Perl and MySQL configuration. Don't
 be too surprised if this doesn't work.
 
@@ -24,7 +24,7 @@
 PGSQL
 .
 You can select this to use PostgreSQL in your test catalog.
-This requires the ability to create a database named "test_foundation",
+This requires the ability to create a database named e.g. "test_standard",
 and is highly dependent on your Perl and system configuration. Don't
 be too surprised if this doesn't work.
 








More information about the interchange-cvs mailing list