From a34f8c67b07c861212346252b766cf6131b65885 Mon Sep 17 00:00:00 2001 From: plegall Date: Tue, 9 Oct 2007 21:39:15 +0000 Subject: Part of feature 32: fr_FR.iso-8859-1 and en_UK.iso-8859-1 contents become utf-8 encoded and the directory names lose encoding information as the only supported encoding becomes utf-8. git-svn-id: http://piwigo.org/svn/trunk@2130 68402e56-0260-453c-a942-63ccdbb3a9ee --- language/en_UK/help/web_service.html | 47 ++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 language/en_UK/help/web_service.html (limited to 'language/en_UK/help/web_service.html') diff --git a/language/en_UK/help/web_service.html b/language/en_UK/help/web_service.html new file mode 100644 index 000000000..e106a35cb --- /dev/null +++ b/language/en_UK/help/web_service.html @@ -0,0 +1,47 @@ +

Web Service Checker

+ +

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

+ +
+ +
Environment setting
+ +
If Web Service access control is active (Advanced configuration => $conf['ws_access_control']) + you will see there all Advanced configuration related to Web Service.
+ +
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.
+ +
Duration
+ +
From now, set availability in days. If you postpone over the duration, the service would never be available.
+ +
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