]> git.mxchange.org Git - friendica.git/commitdiff
Some more documentation
authorMichael Vogel <icarus@dabo.de>
Sun, 10 Jul 2016 16:44:48 +0000 (18:44 +0200)
committerMichael Vogel <icarus@dabo.de>
Sun, 10 Jul 2016 16:44:48 +0000 (18:44 +0200)
include/Probe.php

index f8c35acbe29bfe25b087d2c4f6003e280c481965..8d4103aff1d3154b99fc83437b3e0829935db7a1 100644 (file)
@@ -200,7 +200,7 @@ class Probe {
        }
 
        /**
-        * @brief Fetch information about a given uri
+        * @brief Fetch information (protocol endpoints and user information) about a given uri
         *
         * @param string $uri Address that should be probed
         * @param string $network Test for this specific network
@@ -279,7 +279,9 @@ class Probe {
        }
 
        /**
-        * @brief Detect information about a given uri
+        * @brief Fetch information (protocol endpoints and user information) about a given uri
+        *
+        * This function is only called by the "uri" function that adds caching and rearranging of data.
         *
         * @param string $uri Address that should be probed
         * @param string $network Test for this specific network
@@ -406,7 +408,7 @@ class Probe {
        }
 
        /**
-        * @brief Do a webfinger request
+        * @brief Do a webfinger request. For details see RFC 7033: <https://tools.ietf.org/html/rfc7033>
         *
         * @param string $url Address that should be probed
         *
@@ -460,6 +462,8 @@ class Probe {
        /**
         * @brief Poll the noscrape page (Friendica specific)
         *
+        * "noscrape" is a faster alternative to fetching the data from the hcard.
+        *
         * @param string $noscrape Link to the noscrape page
         * @param array $data The already fetched data
         *
@@ -543,7 +547,7 @@ class Probe {
        }
 
        /**
-        * @brief Fetch data from a DFRN profile page
+        * @brief Fetch data from a DFRN profile page and via "noscrape"
         *
         * @param string $profile Link to the profile page
         *