Index: openacs-4/packages/authorize-gateway/www/doc/index.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/authorize-gateway/www/doc/index.adp,v diff -u -r1.5 -r1.6 --- openacs-4/packages/authorize-gateway/www/doc/index.adp 16 Dec 2003 19:21:50 -0000 1.5 +++ openacs-4/packages/authorize-gateway/www/doc/index.adp 9 Sep 2008 10:04:08 -0000 1.6 @@ -1,13 +1,11 @@ @title;noquote@ - @signatory;noquote@ - + @context;noquote@ +

@title@

+ -
@context_bar;noquote@[ Administer ]
+[ Administer ]
- - @context_bar;noquote@ -

Why

@@ -44,20 +42,18 @@

Usage

Note: This release has been developed on PostgreSQL - only. Please report any problems you might find in the OpenACS SDM. The SDM can also - be used to contribute patches to the @package_name@ package (for - example to add Oracle support).

+ only. Oracle ports are welcome.

The @package_name@ requires nsopenssl - and dqd_utils to - be installed. Nsopenssl provides the ns_httpsget and ns_httpspost + href="http://www.scottg.net/webtools/aolserver/modules/nsopenssl/">nsopenssl. + Nsopenssl provides the ns_httpsget and ns_httpspost instructions to connect to the secure Authorize.net Direct Connect - server. Dqd_utils provides the dqd_md5 instruction to validate the - response from the Authorize.net Direct Connect server. Please - follow the installation instructions included with these - packages.

+ server. Please follow the installation instructions included with nsopenssl. +

+dqd_utils is no longer required, since + OpenACS now requires tcllib which includes an md5 utility. + md5 is used to validate the + response from the Authorize.net Direct Connect server.

The @package_name@ is the intermediary between OpenACS packages and the Authorize.net credit card acceptance services. This @@ -135,9 +131,8 @@

authorize_login

-

Your login name to Authorize.net. This is the same login ID - that you use to login to the Authorize.net virtual terminal.

+

Your login name to Authorize.net. This is a different login ID + than what you use to login to the Authorize.net virtual terminal.

  • @@ -158,8 +153,7 @@

    md5_secret

    -

    The MD5 Hash Secret from the Automated Direct Connect +

    The MD5 Hash Secret from the Automated Direct Connect md5 (ADC) settings in Authorize.net. This secret should have the same value your secret in the ADC settings. Do not leave this secret blank, it ensures that @@ -203,9 +197,8 @@ @payment_gateway_installed@ eq 1> explains the API to other packages in detail.

    -

    Visit the Authorize.net - developer documentation for in-depth coverage of the +

    Visit the Authorize.net + developer documentation for in-depth coverage of the Authorize.net API that this package interfaces to. Be sure to check out the additional security measures you can take.

    @@ -230,3 +223,4 @@

    A copy of the GNU General Public License is included. If not write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +

    Index: openacs-4/packages/authorize-gateway/www/doc/index.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/authorize-gateway/www/doc/index.tcl,v diff -u -r1.3 -r1.4 --- openacs-4/packages/authorize-gateway/www/doc/index.tcl 1 Mar 2005 00:01:25 -0000 1.3 +++ openacs-4/packages/authorize-gateway/www/doc/index.tcl 9 Sep 2008 10:04:08 -0000 1.4 @@ -37,8 +37,5 @@ # Set the context bar. -set context_bar [ad_context_bar $package_name] +set context [list $title] -# Set signatory for at the bottom of the page - -set signatory "bart.teeuwisse@thecodemill.biz"