[interchange-cvs] interchange - jon modified README

interchange-core@icdevgroup.org interchange-core@icdevgroup.org
Mon Jul 22 23:25:03 2002


User:      jon
Date:      2002-07-23 03:24:15 GMT
Modified:  .        README
Log:
Minor corrections.

Revision  Changes    Path
2.10      +10 -5     interchange/README


rev 2.10, prev_rev 2.9
Index: README
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /var/cvs/interchange/README,v
retrieving revision 2.9
retrieving revision 2.10
diff -u -u -r2.9 -r2.10
--- README	22 Jul 2002 15:27:22 -0000	2.9
+++ README	23 Jul 2002 03:24:13 -0000	2.10
@@ -28,8 +28,6 @@
=20
 More information is in the following files and directories:
=20
-pod/             Documentation.
-
 README.rpm-dist  Notes on using Interchange when installed from RPM packag=
es.
=20
 README.debian    Notes on using Interchange when installed from Debian pac=
kages.
@@ -51,7 +49,7 @@
                foundation/            Demo catalog skeleton, used by makec=
at
                src/                   C and Perl code for CGI links
                lib/                   Back-end administrative interface
-               usertag/               Some fairly standard usertags
+               code/                  Usertags and other customizable code
=20
 extra/         Some not-always-needed Perl libraries.
=20
@@ -62,6 +60,9 @@
 scripts/       The executable files, relocated to bin/ in the install
                directory.
=20
+relocate.pl    Script that adjusts paths in scripts/ for installation into
+               bin/.
+
 test.pl        The installation test script.
=20
 --------------------------------------------------------------------------=
---
@@ -77,8 +78,12 @@
 cd interchange-4.9.?
 ./configure
=20
-Then you will need to make your first Interchange catalog, as described in
-the next section.
+The configure script asks where you'd like to install Interchange, and
+(against common practice) also install it.
+
+The Interchange server doesn't do much if it isn't servicing one or more
+actual catalogs, so you next need to make your first Interchange catalog,
+as described in the next section.
=20
 --------------------------------------------------------------------------=
---
=20