161 lines
2.8 KiB
Plaintext
161 lines
2.8 KiB
Plaintext
head 1.8;
|
|
access;
|
|
symbols;
|
|
locks; strict;
|
|
comment @# @;
|
|
|
|
|
|
1.8
|
|
date 2007.01.09.00.00.00; author MoinMoin; state Exp;
|
|
branches;
|
|
next 1.7;
|
|
|
|
1.7
|
|
date 2007.01.09.00.00.00; author MoinMoin; state Exp;
|
|
branches;
|
|
next 1.6;
|
|
|
|
1.6
|
|
date 2007.01.09.00.00.00; author MoinMoin; state Exp;
|
|
branches;
|
|
next 1.5;
|
|
|
|
1.5
|
|
date 2007.01.09.00.00.00; author MoinMoin; state Exp;
|
|
branches;
|
|
next 1.4;
|
|
|
|
1.4
|
|
date 2007.01.09.00.00.00; author MoinMoin; state Exp;
|
|
branches;
|
|
next 1.3;
|
|
|
|
1.3
|
|
date 2007.01.09.00.00.00; author MoinMoin; state Exp;
|
|
branches;
|
|
next 1.2;
|
|
|
|
1.2
|
|
date 2007.01.09.00.00.00; author MoinMoin; state Exp;
|
|
branches;
|
|
next 1.1;
|
|
|
|
1.1
|
|
date 2007.01.09.00.00.00; author MoinMoin; state Exp;
|
|
branches;
|
|
next ;
|
|
|
|
|
|
desc
|
|
@Initial revision
|
|
@
|
|
|
|
|
|
1.8
|
|
log
|
|
@Revision 8
|
|
@
|
|
text
|
|
@---+++ Parameters can be passed as GET or POST data
|
|
|
|
* debug: turn on/off debugging with:
|
|
* debug=0: show only errors (default)
|
|
* debug=1: show also warnings
|
|
* debug=2: show infos related to performance only (time it took for certian processes, eg pure database SQL processing)
|
|
* debug=3: show all infos
|
|
* debug=4: show also debug infos
|
|
* debug=5: show also debug infos related to individual records and data items
|
|
* dsa: the addressed datasource when a single cgi script is responsing to for different datasources. Belongs to the AccessPoint URL
|
|
* operation: operations that dont need parameters can be invoked directly with an operation call
|
|
* operation=ping
|
|
* operation=capabilities
|
|
* operation=metadata
|
|
* request: a TAPIR protocol request document
|
|
* a valid XML TAPIR request doc
|
|
* an URL pointing to such a valid XML TAPIR request doc
|
|
* an absolute local filepath pointing to such a valid XML TAPIR request doc
|
|
@
|
|
|
|
|
|
1.7
|
|
log
|
|
@Revision 7
|
|
@
|
|
text
|
|
@d17 2
|
|
a18 2
|
|
* a URL pointing to such a valid XML TAPIR request doc
|
|
* a absolute local filepath pointing to such a valid XML TAPIR request doc
|
|
@
|
|
|
|
|
|
1.6
|
|
log
|
|
@Revision 6
|
|
@
|
|
text
|
|
@d1 1
|
|
a1 2
|
|
---+++ All accepted parameters alphabetically listed
|
|
---+++ parameters can be passed as GET or POST data
|
|
@
|
|
|
|
|
|
1.5
|
|
log
|
|
@Revision 5
|
|
@
|
|
text
|
|
@d1 2
|
|
a2 1
|
|
---+++ All accepted parameters alphabetically listed; parameters can be passed as GET or POST data
|
|
@
|
|
|
|
|
|
1.4
|
|
log
|
|
@Revision 4
|
|
@
|
|
text
|
|
@d1 1
|
|
a1 1
|
|
---+++ All accepted parameters alphabetically listed, parameters can be passed as GET or POST data
|
|
@
|
|
|
|
|
|
1.3
|
|
log
|
|
@Revision 3
|
|
@
|
|
text
|
|
@d1 1
|
|
a1 2
|
|
---+++ All accepted parameters alphabetically listed
|
|
Parameters can be passed as GET or POST data
|
|
@
|
|
|
|
|
|
1.2
|
|
log
|
|
@Revision 2
|
|
@
|
|
text
|
|
@d1 4
|
|
a4 3
|
|
* Parameters can be passed as GET or POST data
|
|
* the protocol should be passed as parameter "request"
|
|
* to turn on/off debugging, the parameter "debug" is used with:
|
|
d11 9
|
|
a19 1
|
|
* the addressed datasource is passed as the parameter "dsa" = DataSourceAlias
|
|
@
|
|
|
|
|
|
1.1
|
|
log
|
|
@Initial revision
|
|
@
|
|
text
|
|
@d10 1
|
|
@
|