From b69fca14e76a2f5db0cd0924fe5e7056e94771b1 Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 26 Feb 2013 15:49:37 -0800 Subject: initial doco --- doc/html/Scrape_8php.html | 181 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 181 insertions(+) create mode 100644 doc/html/Scrape_8php.html (limited to 'doc/html/Scrape_8php.html') diff --git a/doc/html/Scrape_8php.html b/doc/html/Scrape_8php.html new file mode 100644 index 000000000..2932aded9 --- /dev/null +++ b/doc/html/Scrape_8php.html @@ -0,0 +1,181 @@ + + + + + + +The Red Project: include/Scrape.php File Reference + + + + + + + + + + + + + +
+
+ + + + + + + +
+
The Red Project +
+
+
+ + + + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
Scrape.php File Reference
+
+
+ + + + +

+Functions

 probe_url ($url, $mode=PROBE_NORMAL)
 
+ + + +

+Variables

const PROBE_NORMAL (!function_exists('scrape_feed')) 0
 
+

Function Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + +
probe_url ( $url,
 $mode = PROBE_NORMAL 
)
+
+ +
+
+

Variable Documentation

+ +
+
+ + + + +
const PROBE_NORMAL(!function_exists('scrape_feed')) 0
+
+

Probe a network address to discover what kind of protocols we need to communicate with it.

+

Warning: this function is a bit touchy and there are some subtle dependencies within the logic flow. Edit with care.

+

PROBE_DIASPORA has a bias towards returning Diaspora information while PROBE_NORMAL has a bias towards dfrn/zot - in the case where an address (such as a Friendica address) supports more than one type of network.

+ +

Referenced by probe_url().

+ +
+
+
+
+ + + + -- cgit v1.2.3 From 0ee1e83a3c6bb48064789a622f5eb7331733cb64 Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 26 Feb 2013 16:04:28 -0800 Subject: small doco update --- doc/html/Scrape_8php.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/Scrape_8php.html') diff --git a/doc/html/Scrape_8php.html b/doc/html/Scrape_8php.html index 2932aded9..684b4a12a 100644 --- a/doc/html/Scrape_8php.html +++ b/doc/html/Scrape_8php.html @@ -172,7 +172,7 @@ Variables - - - - + -- cgit v1.2.3 From 9e22ec928b9534ea9db0d18bf685fb0d357fbad2 Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 18 Apr 2013 21:06:31 -0700 Subject: more umbilical cutting --- doc/html/Scrape_8php.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/Scrape_8php.html') diff --git a/doc/html/Scrape_8php.html b/doc/html/Scrape_8php.html index a554fb800..59c15f35b 100644 --- a/doc/html/Scrape_8php.html +++ b/doc/html/Scrape_8php.html @@ -28,7 +28,7 @@ - +
The Red Project
-- cgit v1.2.3