Index: openacs-4/packages/ecommerce/www/doc/audit.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/doc/audit.adp,v diff -u -r1.4 -r1.4.2.1 --- openacs-4/packages/ecommerce/www/doc/audit.adp 19 Sep 2002 03:02:18 -0000 1.4 +++ openacs-4/packages/ecommerce/www/doc/audit.adp 8 Mar 2004 19:55:32 -0000 1.4.2.1 @@ -1,7 +1,7 @@ Audit Trail Package - @signatory@ - @context_bar@ + @signatory;noquote@ + @context_bar;noquote@

The Big Picture

Index: openacs-4/packages/ecommerce/www/doc/audit.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/doc/audit.tcl,v diff -u -r1.1 -r1.1.2.1 --- openacs-4/packages/ecommerce/www/doc/audit.tcl 26 May 2002 05:09:57 -0000 1.1 +++ openacs-4/packages/ecommerce/www/doc/audit.tcl 8 Mar 2004 19:55:32 -0000 1.1.2.1 @@ -3,7 +3,7 @@ Audit documentation of the ecommerce package, a package to implement business-to-consumer web services. - @author Bart Teeuwisse + @author Bart Teeuwisse (bart.teeuwisse@thecodemill.biz) @creation-date May 2002 } { @@ -31,4 +31,4 @@ # Set signatory for at the bottom of the page -set signatory "bart.teeuwisse@7-sisters.com" +set signatory "bart.teeuwisse@thecodemill.biz" Index: openacs-4/packages/ecommerce/www/doc/contextbar.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/doc/contextbar.adp,v diff -u -r1.1 -r1.1.2.1 --- openacs-4/packages/ecommerce/www/doc/contextbar.adp 19 Sep 2002 03:02:18 -0000 1.1 +++ openacs-4/packages/ecommerce/www/doc/contextbar.adp 8 Mar 2004 19:55:32 -0000 1.1.2.1 @@ -1 +1 @@ -
@context_bar@ Administer ]
+
@context_bar;noquote@ Administer ]
Index: openacs-4/packages/ecommerce/www/doc/contextbar.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/doc/contextbar.tcl,v diff -u -r1.1 -r1.1.2.1 --- openacs-4/packages/ecommerce/www/doc/contextbar.tcl 19 Sep 2002 03:02:18 -0000 1.1 +++ openacs-4/packages/ecommerce/www/doc/contextbar.tcl 8 Mar 2004 19:55:32 -0000 1.1.2.1 @@ -2,7 +2,7 @@ # @param context_addition -# @author Bart Teeuwisse +# @author Bart Teeuwisse (bart.teeuwisse@thecodemill.biz) # @cvs-id $Id$ # @creation-date September 2002 @@ -18,15 +18,20 @@ if {[empty_string_p $context_addition]} { set context_bar [ad_context_bar] } else { - set context_bar [eval ad_context_bar $context_addition] + set cmd [list ad_context_bar --] + foreach elem $context_addition { + lappend cmd $elem + } + set context_bar [eval $cmd] } # Check for admin rights to this (the ecommerce) package. set ec_admin_p [ad_permission_p [ad_conn package_id] admin] -set ec_admin_link [apm_package_url_from_id [ec_id]]admin/ +set ec_admin_link [apm_package_url_from_key ecommerce]admin/ +set ec_installed_p [apm_package_installed_p "ecommerce"] # Get the name of the ecommerce package -set ec_system_name [ec_system_name] +set ec_system_name [ad_parameter -package_id [apm_package_id_from_key ecommerce] SystemName "" Store] Index: openacs-4/packages/ecommerce/www/doc/ecommerce-customer-service.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/doc/ecommerce-customer-service.adp,v diff -u -r1.3 -r1.3.2.1 --- openacs-4/packages/ecommerce/www/doc/ecommerce-customer-service.adp 19 Sep 2002 03:02:18 -0000 1.3 +++ openacs-4/packages/ecommerce/www/doc/ecommerce-customer-service.adp 8 Mar 2004 19:55:32 -0000 1.3.2.1 @@ -1,10 +1,10 @@ - @title@ - @signatory@ - @context_bar@ + @title;noquote@ + @signatory;noquote@ + @context_bar;noquote@ -

The Customer Service Module can be found at @package_url@admin/customer-service/ +

The Customer Service Module can be found at @package_url@admin/customer-service/ (it is also linked to from the main Ecommerce Administration page).

@@ -68,15 +68,15 @@ will become part of the record for that customer service issue.

If you find yourself using the same phrases over and over again - when you respond to customers' emails, the Canned - Response System will be useful to you. You can enter your + when you respond to customers' emails, the Canned + Response System will be useful to you. You can enter your commonly used phrases once, and then whenever you send email you'll be able to automatically insert any number of these phrases.

-

If you want to send email to customers in bulk, then use the Spam System. +

If you want to send email to customers in bulk, then use the Spam System. You can spam users based on what products they've bought, what products they've even looked at, by when they've last visited, by how much they've spent at your site, by which mailing lists @@ -91,9 +91,9 @@

When your customer service data entry people are recording customer interactions, you want it to take as little effort as possible. One way to help is to predefine picklists that they can - choose from when entering data. With the Picklist - Management tool, you can specify what goes in what picklist in + choose from when entering data. With the Picklist + Management tool, you can specify what goes in what picklist in what order.

Reports

Index: openacs-4/packages/ecommerce/www/doc/ecommerce-customer-service.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/doc/ecommerce-customer-service.tcl,v diff -u -r1.2 -r1.2.2.1 --- openacs-4/packages/ecommerce/www/doc/ecommerce-customer-service.tcl 26 May 2002 04:36:50 -0000 1.2 +++ openacs-4/packages/ecommerce/www/doc/ecommerce-customer-service.tcl 8 Mar 2004 19:55:32 -0000 1.2.2.1 @@ -4,7 +4,7 @@ module is part of the ecommerce package, a package to implement business-to-consumer web services. - @author Bart Teeuwisse + @author Bart Teeuwisse (bart.teeuwisse@thecodemill.biz) @creation-date May 2002 } { @@ -34,4 +34,4 @@ # Set signatory for at the bottom of the page -set signatory "bart.teeuwisse@7-sisters.com" +set signatory "bart.teeuwisse@thecodemill.biz" Index: openacs-4/packages/ecommerce/www/doc/ecommerce-features.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/doc/ecommerce-features.adp,v diff -u -r1.3 -r1.3.2.1 --- openacs-4/packages/ecommerce/www/doc/ecommerce-features.adp 19 Sep 2002 03:02:18 -0000 1.3 +++ openacs-4/packages/ecommerce/www/doc/ecommerce-features.adp 8 Mar 2004 19:55:32 -0000 1.3.2.1 @@ -1,7 +1,7 @@ - @title@ - @signatory@ - @context_bar@ + @title;noquote@ + @signatory;noquote@ + @context_bar;noquote@

Some of the high-level features of the @package_name@:

Index: openacs-4/packages/ecommerce/www/doc/ecommerce-features.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/doc/ecommerce-features.tcl,v diff -u -r1.2 -r1.2.2.1 --- openacs-4/packages/ecommerce/www/doc/ecommerce-features.tcl 19 Sep 2002 03:02:18 -0000 1.2 +++ openacs-4/packages/ecommerce/www/doc/ecommerce-features.tcl 8 Mar 2004 19:55:32 -0000 1.2.2.1 @@ -3,7 +3,7 @@ Features of the ecommerce package, a package to implement business-to-consumer web services. - @author Bart Teeuwisse + @author Bart Teeuwisse (bart.teeuwisse@thecodemill.biz) @creation-date May 2002 } { @@ -33,4 +33,4 @@ # Set signatory for at the bottom of the page -set signatory "bart.teeuwisse@7-sisters.com" +set signatory "bart.teeuwisse@thecodemill.biz" Index: openacs-4/packages/ecommerce/www/doc/ecommerce-for-mbas.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/doc/ecommerce-for-mbas.adp,v diff -u -r1.3 -r1.3.2.1 --- openacs-4/packages/ecommerce/www/doc/ecommerce-for-mbas.adp 19 Sep 2002 03:02:18 -0000 1.3 +++ openacs-4/packages/ecommerce/www/doc/ecommerce-for-mbas.adp 8 Mar 2004 19:55:32 -0000 1.3.2.1 @@ -1,7 +1,7 @@ - @title@ - @signatory@ - @context_bar@ + @title;noquote@ + @signatory;noquote@ + @context_bar;noquote@

The big decision:

Index: openacs-4/packages/ecommerce/www/doc/ecommerce-for-mbas.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/doc/ecommerce-for-mbas.tcl,v diff -u -r1.1 -r1.1.2.1 --- openacs-4/packages/ecommerce/www/doc/ecommerce-for-mbas.tcl 26 May 2002 05:09:57 -0000 1.1 +++ openacs-4/packages/ecommerce/www/doc/ecommerce-for-mbas.tcl 8 Mar 2004 19:55:32 -0000 1.1.2.1 @@ -3,7 +3,7 @@ The MBA guide to the ecommerce package, a package to implement business-to-consumer web services. - @author Bart Teeuwisse + @author Bart Teeuwisse (bart.teeuwisse@thecodemill.biz) @creation-date May 2002 } { @@ -31,4 +31,4 @@ # Set signatory for at the bottom of the page -set signatory "bart.teeuwisse@7-sisters.com" +set signatory "bart.teeuwisse@thecodemill.biz" Index: openacs-4/packages/ecommerce/www/doc/ecommerce-operation.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/doc/ecommerce-operation.adp,v diff -u -r1.3 -r1.3.2.1 --- openacs-4/packages/ecommerce/www/doc/ecommerce-operation.adp 19 Sep 2002 03:02:18 -0000 1.3 +++ openacs-4/packages/ecommerce/www/doc/ecommerce-operation.adp 8 Mar 2004 19:55:32 -0000 1.3.2.1 @@ -1,7 +1,7 @@ Operation of the Ecommerce Module - @signatory@ - @context_bar@ + @signatory;noquote@ + @context_bar;noquote@

Before reading this, make sure that you have read about setting up your ecommerce module. This @@ -104,9 +104,9 @@

OK, so what can you actually do with orders? You can:

On an individual order, you can:

@@ -167,12 +167,12 @@

Things you can do with gift certificates:

    -
  • view purchased - gift certificates
  • -
  • view issued - gift certificates
  • -
  • see your gift certificate - liability
  • +
  • view purchased + gift certificates
  • +
  • view issued + gift certificates
  • +
  • see your gift certificate + liability
  • see a customer's gift certificates (find the customer using the customer service module or /acs-admin/users) and void their gift @@ -184,19 +184,19 @@

    Besides the most important task of filling orders, there are some other things that need to be done once in a while.

    -

    Naturally, you'll want to rotate your product - recommendations every so often to keep your site looking +

    Naturally, you'll want to rotate your product + recommendations every so often to keep your site looking fresh, even if your product database doesn't change. You will - also need to periodically approve/disapprove - customer reviews (if you've set reviews to require approval) - and perhaps view some reports + also need to periodically approve/disapprove + customer reviews (if you've set reviews to require approval) + and perhaps view some reports to make sure everything is going as you expected.

    Dealing with Problems

    -

    A log of potential problems +

    A log of potential problems is maintained by the system when it comes across issues that it is unable to resolve. These problems (hopefully infrequent) will need to be resolved by hand.

    Index: openacs-4/packages/ecommerce/www/doc/ecommerce-operation.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/doc/ecommerce-operation.tcl,v diff -u -r1.2 -r1.2.2.1 --- openacs-4/packages/ecommerce/www/doc/ecommerce-operation.tcl 26 May 2002 04:36:50 -0000 1.2 +++ openacs-4/packages/ecommerce/www/doc/ecommerce-operation.tcl 8 Mar 2004 19:55:32 -0000 1.2.2.1 @@ -3,7 +3,7 @@ The operation guide to the ecommerce package, a package to implement business-to-consumer web services. - @author Bart Teeuwisse + @author Bart Teeuwisse (bart.teeuwisse@thecodemill.biz) @creation-date May 2002 } { @@ -31,4 +31,4 @@ # Set signatory for at the bottom of the page -set signatory "bart.teeuwisse@7-sisters.com" +set signatory "bart.teeuwisse@thecodemill.biz" Index: openacs-4/packages/ecommerce/www/doc/ecommerce-setup.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/doc/ecommerce-setup.adp,v diff -u -r1.3 -r1.3.2.1 --- openacs-4/packages/ecommerce/www/doc/ecommerce-setup.adp 19 Sep 2002 03:02:18 -0000 1.3 +++ openacs-4/packages/ecommerce/www/doc/ecommerce-setup.adp 8 Mar 2004 19:55:32 -0000 1.3.2.1 @@ -1,7 +1,7 @@ Setup of the Ecommerce Module - @signatory@ - @context_bar@ + @signatory;noquote@ + @context_bar;noquote@

    This is intended to be a guide for the content administrators of @package_name@. Content administrators are not assumed to have any @@ -10,8 +10,8 @@

    These are the basic steps needed to get @package_name@ up and running. Most functions below can be performed using the - @package_name@ administration pages in @package_url@admin/ (must be + @package_name@ administration pages in @package_url@admin/ (must be accessed using HTTPS).

      @@ -115,8 +115,8 @@
    1. -

      Set up product categorization (@package_url@admin/cat/):

      +

      Set up product categorization (@package_url@admin/cat/):

      Product categories, subcategories and subsubcategories are optional, but if you intend to offer many products for sale, @@ -151,15 +151,15 @@

    2. -

      Set up your shipping cost rules (@package_url@admin/shipping-costs/). +

      Set up your shipping cost rules (@package_url@admin/shipping-costs/). @package_name@ is flexible regarding how you charge your - customers for shipping. The Shipping Costs - page in the admin section will lead you through it. Make - sure you read the Shipping - Cost Examples page if you don't already know how you want + customers for shipping. The Shipping Costs + page in the admin section will lead you through it. Make + sure you read the Shipping + Cost Examples page if you don't already know how you want to set it up.

      Check out the -

      Set up your sales tax rules (Set up your sales tax rules (@package_url@admin/sales-tax/). If your company is + >@package_url@admin/sales-tax/). If your company is located only in one or a few states, this will be easy. On the other hand, if you're a Fortune 500 company and you have nexus (i.e. have an office or factory or store) in many @@ -194,22 +194,23 @@

    3. Decide if you want to add any custom product fields. First - look at the current fields available (@package_url@admin/products/add) to see if they meet your + >@package_url@admin/products/add) to see if they meet your needs. The current fields are probably sufficient for many types of products. However, a bookseller may wish to add a custom field to store the ISBN, or someone who sells clothing from many manufacturers may wish to add a manufacturers field. - Custom fields are added at @package_url@admin/products/custom-fields.

      + Custom fields are added at @package_url@ + admin/products/custom-fields.

    4. -

      Create new product display templates (@package_url@admin/templates/) +

      Create new product display templates (@package_url@admin/templates/) (unless you're happy with the somewhat minimalist default template). The reason for having product display templates is that you might want to present different types of products in @@ -237,9 +238,9 @@

    5. -

      Set up user classes (Set up user classes (@package_url@admin/user-classes/). User classes are + >@package_url@admin/user-classes/). User classes are groupings of the users, such as "student", "retired", "institution", "publisher", etc. They may get special prices, different views of the site, or different product @@ -258,16 +259,16 @@

    6. Enter your products into the database. This can be done - using the simple form at @package_url@admin/products/add.

      + >@package_url@admin/products/add.

      However, if you have many products already stored in another database, you will not want to enter them one by one. Instead, export them into a CSV file (or a series of CSV - files), and manipulate them into the formats documented at @package_url@admin/products/upload-utilities so that they + >@package_url@admin/products/upload-utilities so that they can be uploaded in bulk.

    7. @@ -288,8 +289,8 @@
    8. -

      Add product recommendations (@package_url@dmin/products/recommendations). +

      Add product recommendations (@package_url@dmin/products/recommendations). If you have many products subdivided into a number of categories/subcategories/subsubcategories, it's good to include product recommendations in order to make the site more @@ -308,8 +309,8 @@

    9. -

      Modify the email templates (@package_url@admin/email-templates/), +

      Modify the email templates (@package_url@admin/email-templates/), which are used when the system sends out automatic email to customers. There are seven predefined email templates for email sent out when a customer's order is authorized, when a Index: openacs-4/packages/ecommerce/www/doc/ecommerce-setup.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/doc/ecommerce-setup.tcl,v diff -u -r1.2 -r1.2.2.1 --- openacs-4/packages/ecommerce/www/doc/ecommerce-setup.tcl 26 May 2002 04:36:50 -0000 1.2 +++ openacs-4/packages/ecommerce/www/doc/ecommerce-setup.tcl 8 Mar 2004 19:55:32 -0000 1.2.2.1 @@ -3,7 +3,7 @@ Setup documentation of the ecommerce package, a package to implement business-to-consumer web services. - @author Bart Teeuwisse + @author Bart Teeuwisse (bart.teeuwisse@thecodemill.biz) @creation-date May 2002 } { @@ -33,4 +33,4 @@ # Set signatory for at the bottom of the page -set signatory "bart.teeuwisse@7-sisters.com" +set signatory "bart.teeuwisse@thecodemill.biz" Index: openacs-4/packages/ecommerce/www/doc/ecommerce-technical.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/doc/ecommerce-technical.adp,v diff -u -r1.4 -r1.4.2.1 --- openacs-4/packages/ecommerce/www/doc/ecommerce-technical.adp 19 Sep 2002 03:02:18 -0000 1.4 +++ openacs-4/packages/ecommerce/www/doc/ecommerce-technical.adp 8 Mar 2004 19:55:32 -0000 1.4.2.1 @@ -1,7 +1,7 @@ - @title@ - @signatory@ - @context_bar@ + @title;noquote@ + @signatory;noquote@ + @context_bar;noquote@

      Setup

      Index: openacs-4/packages/ecommerce/www/doc/ecommerce-technical.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/doc/ecommerce-technical.tcl,v diff -u -r1.1 -r1.1.2.1 --- openacs-4/packages/ecommerce/www/doc/ecommerce-technical.tcl 26 May 2002 05:09:57 -0000 1.1 +++ openacs-4/packages/ecommerce/www/doc/ecommerce-technical.tcl 8 Mar 2004 19:55:32 -0000 1.1.2.1 @@ -3,7 +3,7 @@ Technical documentation of the ecommerce package, a package to implement business-to-consumer web services. - @author Bart Teeuwisse + @author Bart Teeuwisse (bart.teeuwisse@thecodemill.biz) @creation-date May 2002 } { @@ -36,4 +36,4 @@ # Set signatory for at the bottom of the page -set signatory "bart.teeuwisse@7-sisters.com" +set signatory "bart.teeuwisse@thecodemill.biz" Index: openacs-4/packages/ecommerce/www/doc/index.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/doc/index.adp,v diff -u -r1.3.2.1 -r1.3.2.2 --- openacs-4/packages/ecommerce/www/doc/index.adp 6 Oct 2002 06:29:27 -0000 1.3.2.1 +++ openacs-4/packages/ecommerce/www/doc/index.adp 8 Mar 2004 19:55:32 -0000 1.3.2.2 @@ -1,7 +1,7 @@ - @title@ - @signatory@ - @context_bar@ + @title;noquote@ + @signatory;noquote@ + @context_bar;noquote@

      @package_name@ implements all the IT needs for a standard business-to-consumer web service. Most importantly, it is tightly @@ -51,7 +51,7 @@ href=mailto:jerry-ecommerce@hollyjerry.org>Jerry Asher, Walter McGinnis, and furfly.net followed by a major overhaul - by Bart + by Bart Teeuwisse.

      @package_name@ is free software; you can redistribute it Index: openacs-4/packages/ecommerce/www/doc/index.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/doc/index.tcl,v diff -u -r1.2 -r1.2.2.1 --- openacs-4/packages/ecommerce/www/doc/index.tcl 19 Sep 2002 03:02:18 -0000 1.2 +++ openacs-4/packages/ecommerce/www/doc/index.tcl 8 Mar 2004 19:55:32 -0000 1.2.2.1 @@ -3,7 +3,7 @@ Index to documentation of the ecommerce package, a package to implement business-to-consumer web services. - @author Bart Teeuwisse + @author Bart Teeuwisse (bart.teeuwisse@thecodemill.biz) @creation-date May 2002 } { @@ -31,4 +31,4 @@ # Set signatory for at the bottom of the page -set signatory "bart.teeuwisse@7-sisters.com" +set signatory "bart.teeuwisse@thecodemill.biz" Index: openacs-4/packages/ecommerce/www/doc/license.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/doc/license.adp,v diff -u -r1.2 -r1.2.2.1 --- openacs-4/packages/ecommerce/www/doc/license.adp 19 Sep 2002 03:02:18 -0000 1.2 +++ openacs-4/packages/ecommerce/www/doc/license.adp 8 Mar 2004 19:55:32 -0000 1.2.2.1 @@ -1,8 +1,8 @@ - @title@ - @signatory@ + @title;noquote@ + @signatory;noquote@ - @context_bar@ + @context_bar;noquote@

      GNU General Public License

      Index: openacs-4/packages/ecommerce/www/doc/license.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/doc/license.tcl,v diff -u -r1.1 -r1.1.2.1 --- openacs-4/packages/ecommerce/www/doc/license.tcl 26 May 2002 05:09:57 -0000 1.1 +++ openacs-4/packages/ecommerce/www/doc/license.tcl 8 Mar 2004 19:55:32 -0000 1.1.2.1 @@ -3,7 +3,7 @@ License information of the Authorize.net Gateway, an implementation of the Payment Service Contract. - @author Bart Teeuwisse + @author Bart Teeuwisse (bart.teeuwisse@thecodemill.biz) @creation-date May 2002 } { @@ -25,4 +25,4 @@ # Set signatory for at the bottom of the page -set signatory "bart.teeuwisse@7-sisters.com" +set signatory "bart.teeuwisse@thecodemill.biz" Index: openacs-4/packages/ecommerce/www/doc/porting-diary.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/doc/porting-diary.adp,v diff -u -r1.4 -r1.4.2.1 --- openacs-4/packages/ecommerce/www/doc/porting-diary.adp 19 Sep 2002 03:02:18 -0000 1.4 +++ openacs-4/packages/ecommerce/www/doc/porting-diary.adp 8 Mar 2004 19:55:32 -0000 1.4.2.1 @@ -1,7 +1,7 @@ - @title@ - @signatory@ - @context_bar@ + @title;noquote@ + @signatory;noquote@ + @context_bar;noquote@

      Diary

      Index: openacs-4/packages/ecommerce/www/doc/porting-diary.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/doc/porting-diary.tcl,v diff -u -r1.1 -r1.1.2.1 --- openacs-4/packages/ecommerce/www/doc/porting-diary.tcl 26 May 2002 05:09:57 -0000 1.1 +++ openacs-4/packages/ecommerce/www/doc/porting-diary.tcl 8 Mar 2004 19:55:32 -0000 1.1.2.1 @@ -3,7 +3,7 @@ Porting diary of the ecommerce package, a package to implement business-to-consumer web services. - @author Bart Teeuwisse + @author Bart Teeuwisse (bart.teeuwisse@thecodemill.biz) @creation-date May 2002 } { @@ -33,4 +33,4 @@ # Set signatory for at the bottom of the page -set signatory "bart.teeuwisse@7-sisters.com" +set signatory "bart.teeuwisse@thecodemill.biz" Index: openacs-4/packages/ecommerce/www/doc/release.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/doc/release.adp,v diff -u -r1.3 -r1.3.2.1 --- openacs-4/packages/ecommerce/www/doc/release.adp 19 Sep 2002 03:02:18 -0000 1.3 +++ openacs-4/packages/ecommerce/www/doc/release.adp 8 Mar 2004 19:55:32 -0000 1.3.2.1 @@ -1,7 +1,7 @@ - @title@ - @signatory@ - @context_bar@ + @title;noquote@ + @signatory;noquote@ + @context_bar;noquote@

      Features

      Index: openacs-4/packages/ecommerce/www/doc/release.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/doc/release.tcl,v diff -u -r1.1 -r1.1.2.1 --- openacs-4/packages/ecommerce/www/doc/release.tcl 26 May 2002 05:09:57 -0000 1.1 +++ openacs-4/packages/ecommerce/www/doc/release.tcl 8 Mar 2004 19:55:32 -0000 1.1.2.1 @@ -3,7 +3,7 @@ Release documentation of the ecommerce package, a package to implement business-to-consumer web services. - @author Bart Teeuwisse + @author Bart Teeuwisse (bart.teeuwisse@thecodemill.biz) @creation-date May 2002 } { @@ -33,4 +33,4 @@ # Set signatory for at the bottom of the page -set signatory "bart.teeuwisse@7-sisters.com" +set signatory "bart.teeuwisse@thecodemill.biz"