[interchange] Use strap in MakeCat.pm, too
Josh Lavin <[email protected]> Sat, 26 Sep 2015 00:05:58 +0000
| Newsgroups | gmane.comp.web.interchange.cvs |
|---|---|
| Message-ID | <[email protected]> |
commit ad74d41118a4e1333574cb29215c556018b2f671 Author: Josh Lavin <[email protected]> Date: Wed Sep 16 17:14:12 2015 -0700 Use strap in MakeCat.pm, too lib/Vend/MakeCat.pm | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) --- diff --git a/lib/Vend/MakeCat.pm b/lib/Vend/MakeCat.pm index ae3e1df..ead869c 100644 --- a/lib/Vend/MakeCat.pm +++ b/lib/Vend/MakeCat.pm @@ -238,7 +238,7 @@ EOF # strongly suggested that the catalog name be all lower case. # # If you are doing the demo for the first time, you might use -# "standard". +# "strap". EOF catroot => <<EOF, @@ -292,12 +292,12 @@ EOF demotype => <<EOF, # The type of demo catalog to use. The standard one distributed is: # -# standard +# strap # # If you have defined your own custom template catalog, # you can enter its name. # -# If you are new to Interchange, use "standard" to start with. +# If you are new to Interchange, use "strap" to start with. EOF documentroot => <<EOF, @@ -318,7 +318,7 @@ EOF # directive in the catalog configuration file. This is a URL # fragment, not a directory or file name. # -# <IMG SRC="/standard/images/icon.gif"> +# <IMG SRC="/strap/images/icon.gif"> # ^^^^^^^^^^^^^^^^ # EOF