domingoa
committed
on 03 May 01
first steps on converting to postgresql
openacs-4/.../clickthrough/clickthrough.info (+5 -0)
11 11         <database>oracle</database>
12 12         <database>postgresql</database>
13 13     </database-support>
14 14         <owner url="mailto:nuno@arsdigita.com">Nuno Santos</owner>
15 15         <summary>The Clickthrough package provides a service that allows a site or subsite to monitor how its users exit the site, by recording which links are followed to external sites.</summary>
16 16         <release-date>2000-12-14</release-date>
17 17         <vendor url="http://www.arsdigita.com/">ArsDigita Corporation</vendor>
18 18         <description format="text/plain">Clickthrough collects information about each pair of local (origin) and foreign (destination) addresses, including a daily count of clickthroughs between each such pair of addresses.
19 19
20 20 This clickthrough log can be used to provide external sites with a measure of how much traffic originated from the local site, which can be useful for auditing or confirming revenue generating clickthroughs (e.g., referrals).
21 21
22 22 Any link can be clickthrough-enabled by embedding special information in its destination address. This is achieved by wrapping the href attribute with a call to `clickthrough_href' (e.g., [clickthrough_href http://www.arsdigita.com]).</description>
23 23
24 24         <requires url="acs-kernel" version="4.0"/>
25 25
26 26         <files>
27 27             <file type="package_spec" path="clickthrough.info"/>
28 28             <file type="documentation" path="doc/clickthrough-requirements.html"/>
29 29             <file type="data_model_create" db_type="oracle" path="sql/oracle/clickthrough-create.sql"/>
30 30             <file type="data_model_drop" db_type="oracle" path="sql/oracle/clickthrough-drop.sql"/>
  31             <file type="data_model_create" db_type="postgresql" path="sql/postgresql/clickthrough-create.sql"/>
  32             <file type="data_model_drop" db_type="postgresql" path="sql/postgresql/clickthrough-drop.sql"/>
31 33             <file type="tcl_init" path="tcl/clickthrough-init.tcl"/>
32 34             <file type="tcl_procs" path="tcl/clickthrough-procs.tcl"/>
  35             <file type="data_model_drop" path="tcl/clickthrough-procs.xql"/>
  36             <file type="data_model_drop" db_type="postgresql" path="tcl/clickthrough-procs-postgresql.xql"/>
  37             <file type="data_model_drop" db_type="oracle" path="tcl/clickthrough-procs-oracle.xql"/>
33 38             <file type="content_page" path="www/admin/all-from-local.adp"/>
34 39             <file type="content_page" path="www/admin/all-from-local.tcl"/>
35 40             <file type="content_page" path="www/admin/all-to-foreign.adp"/>
36 41             <file type="content_page" path="www/admin/all-to-foreign.tcl"/>
37 42             <file type="content_page" path="www/admin/by-foreign-url-aggregate.adp"/>
38 43             <file type="content_page" path="www/admin/by-foreign-url-aggregate.tcl"/>
39 44             <file type="content_page" path="www/admin/by-foreign-url.adp"/>
40 45             <file type="content_page" path="www/admin/by-foreign-url.tcl"/>
41 46             <file type="content_page" path="www/admin/by-local-url-aggregate.adp"/>
42 47             <file type="content_page" path="www/admin/by-local-url-aggregate.tcl"/>
43 48             <file type="content_page" path="www/admin/by-local-url.adp"/>
44 49             <file type="content_page" path="www/admin/by-local-url.tcl"/>
45 50             <file type="content_page" path="www/admin/index.tcl"/>
46 51             <file type="content_page" path="www/admin/one-foreign-one-day.adp"/>
47 52             <file type="content_page" path="www/admin/one-foreign-one-day.tcl"/>
48 53             <file type="content_page" path="www/admin/one-local-one-day.adp"/>
49 54             <file type="content_page" path="www/admin/one-local-one-day.tcl"/>
50 55             <file type="content_page" path="www/admin/one-url-pair.adp"/>
51 56             <file type="content_page" path="www/admin/one-url-pair.tcl"/>
52 57             <file type="content_page" path="www/admin/report.adp"/>