torbenb
committed
on 02 Sep 08
adding proc to expand AVS abbreviations
openacs-4/.../ezic-gateway/ezic-gateway.info (+2 -2)
1 1 <?xml version="1.0"?>
2 2 <!-- Generated by the OpenACS Package Manager -->
3 3
4 4 <package key="ezic-gateway" url="http://openacs.org/repository/apm/packages/ezic-gateway" type="apm_application">
5 5     <package-name>EZIC Gateway package</package-name>
6 6     <pretty-plural>EZIC Gateway packages</pretty-plural>
7 7     <initial-install-p>f</initial-install-p>
8 8     <singleton-p>t</singleton-p>
9 9
10       <version name="5.01" url="http://openacs.org/repository/download/apm/ezic-gateway-5.0.apm">
  10     <version name="5.01" url="http://openacs.org/repository/download/apm/ezic-gateway-5.01.apm">
11 11     <database-support>
12 12         <database>oracle</database>
13 13         <database>postgresql</database>
14 14     </database-support>
15 15         <owner url="mailto:torben@kappacorp.com">Torben Brosten</owner>
16 16         <summary>EZIC merchant payment gateway package</summary>
17 17         <release-date>2004-02-02</release-date>
18 18         <maturity>0</maturity>
19           <description format="text/html">Package that manages communication between openacs and the EZIC merchant payment gateway. Requires an account with EZIC and a merchant credit card fulfillment account.</description>
  19         <description format="text/html">Package that manages communication between openacs and the EZIC merchant payment gateway. Requires an account with EZIC and a merchant credit card fulfillment account. This version works with ecommerce version 5.12 and above.</description>
20 20
21 21         <requires url="payment-gateway" version="4.6"/>
22 22
23 23         <files>
24 24             <file type="package_spec" path="ezic-gateway.info"/>
25 25             <file type="data_model_create" db_type="postgresql" path="sql/postgresql/ezic-gateway-create.sql"/>
26 26             <file type="data_model_drop" db_type="postgresql" path="sql/postgresql/ezic-gateway-drop.sql"/>
27 27             <file type="data_model" db_type="postgresql" path="sql/postgresql/ezic-gateway-sc-create.sql"/>
28 28             <file type="data_model" db_type="postgresql" path="sql/postgresql/ezic-gateway-sc-drop.sql"/>
29 29             <file type="tcl_procs" path="tcl/ezic-gateway-procs.tcl"/>
30 30             <file type="query_file" path="tcl/ezic-gateway-procs.xql"/>
31 31             <file type="query_file" db_type="postgresql" path="www/admin/index-postgresql.xql"/>
32 32             <file type="content_page" path="www/admin/index.adp"/>
33 33             <file type="content_page" path="www/admin/index.tcl"/>
34 34             <file type="query_file" path="www/admin/index.xql"/>
35 35             <file type="documentation" path="www/doc/index.adp"/>
36 36             <file type="documentation" path="www/doc/index.css"/>
37 37             <file type="documentation" path="www/doc/index.tcl"/>
38 38             <file type="documentation" path="www/doc/license.adp"/>
39 39             <file type="documentation" path="www/doc/license.tcl"/>