From 53d1b22c76f4e16b1e16cdca9dd785a0b2f1e859 Mon Sep 17 00:00:00 2001 From: vdigital Date: Sat, 16 Dec 2006 09:21:40 +0000 Subject: Web Service Admin part 2 git-svn-id: http://piwigo.org/svn/trunk@1661 68402e56-0260-453c-a942-63ccdbb3a9ee --- language/en_UK.iso-8859-1/help/web_service.html | 56 +++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 language/en_UK.iso-8859-1/help/web_service.html (limited to 'language/en_UK.iso-8859-1/help') diff --git a/language/en_UK.iso-8859-1/help/web_service.html b/language/en_UK.iso-8859-1/help/web_service.html new file mode 100644 index 000000000..63bd9522f --- /dev/null +++ b/language/en_UK.iso-8859-1/help/web_service.html @@ -0,0 +1,56 @@ +

Web Service Checker

+ +

This page let you define all parameters for your web service.

+ +
+ +
Environment temporary setting
+ +
If Web Service are available (Advanced configuration => $conf['allow_web_services']) + then you are able to set it by administration interface as enable or disable when you want.
+ +
Confidential partner key (Mandatory)
+ +
Unique key to share with your partner. Keep that one long enough (e.g. 8 characters). + Keep it as complex enough (mixed figures, upper and lower case characters, special characters). + For example: "P!e2r!k Le G@2l". + + Hidden to anyone in adviser mode. + +
Target (Optional)
+ +
Can be an image id list like that:
  • + list/277,275,142,235,178,190,204,236-238,253,268,276,285,41,73
  • + a category id list as : cat/16,32,21
  • + or a tag id list as: tag/22,61,36
+ all id list will be reduced to the min list as:
  • + list/41,73,142,178,190,204,235-238,253,268,275-277,285
+
+ +
Restrict access (Optional)
+ +
If you want to limit your partner to a specific request.
+ +
Returned images limit
+ +
Images limit count: to return to your partner for each request.
+ +
Postponed availability
+ +
Can start in few days from now. Remember Web Service would be available and enable.
+ +
Duration
+ +
From now, set availability in days. If you postpone over the duration, the service would never be available.
+ +
High / Normal
+ +
Result contains description for high resolution picture (pwg_high). Normal size picture as well. + If both are set to No. Only thumbnail information will be sent to your partner.
+ +
Comment
+ +
Let you describe who's behind this Web Service, be clear enough. + Don't forget that if someone is Admin and Adviser on your website. He can read this comment zone.
+ +
-- cgit v1.2.3