search.php documentation; fixed throttle include

This commit is contained in:
following
2013-07-15 14:08:24 +02:00
parent d50ed56712
commit 72e07c0a79
15 changed files with 61 additions and 10 deletions
+1 -1
View File
@@ -101,7 +101,7 @@ function __autoload($class_name)
require_once($opt['rootpath'] . 'lib2/login.class.php');
require_once($opt['rootpath'] . 'lib2/menu.class.php');
require_once($opt['rootpath'] . 'lib2/logic/labels.inc.php');
require_once($opt['rootpath'] . 'lib2/throttle.inc.php');
// require_once($opt['rootpath'] . 'lib2/throttle.inc.php');
// apply post configuration
if (function_exists('post_config'))
+1 -1
View File
@@ -4,7 +4,7 @@
Unicode Reminder メモ
kml search output
Google KML search output
****************************************************************************/
$search_output_file_download = true;
+1 -1
View File
@@ -4,7 +4,7 @@
Unicode Reminder メモ
loc search output
lOC search output
****************************************************************************/
$search_output_file_download = true;
+1 -1
View File
@@ -4,7 +4,7 @@
*
* Unicode Reminder メモ
*
* Execute search request for map.php
* Execute search / filtering request for map2.php
* (use caching of the same quries)
***************************************************************************/
+1 -1
View File
@@ -4,7 +4,7 @@
Unicode Reminder メモ
ov2 search output
OV2 search output
****************************************************************************/
require_once($opt['rootpath'] . 'lib2/charset.inc.php');
+1 -1
View File
@@ -4,7 +4,7 @@
Unicode Reminder メモ
ovl search output for TOP25, TOP50 etc.
OVL search output for TOP25, TOP50 etc.
****************************************************************************/
require_once($opt['rootpath'] . 'lib2/charset.inc.php');
+1 -1
View File
@@ -4,7 +4,7 @@
Unicode Reminder メモ
GPX search output
Plaintext search output, one file per cache
****************************************************************************/
$search_output_file_download = true;
+8
View File
@@ -4,6 +4,14 @@
For license information see doc/license.txt
XML search output
This is a very old and primitive API for downloading cache data.
It is available on all OC sites and presented in this way:
OC.de fork: undocumented, not referenced anywhere
OC.pl fork: linked on the search results page
OC.cz fork: well documented: http://www.opencaching.cz/articles.php?page=api
****************************************************************************/
$search_output_file_download = false;
@@ -3,6 +3,8 @@
* For license information see doc/license.txt
*
* Unicode Reminder メモ
*
* Currently not in use
***************************************************************************/
// CheckThrottle();