To-Do added
This commit is contained in:
parent
db1d8caaf2
commit
edfee710fe
1 changed files with 9 additions and 0 deletions
|
@ -2,6 +2,15 @@
|
||||||
/**
|
/**
|
||||||
* @brief This class contain functions for probing URL
|
* @brief This class contain functions for probing URL
|
||||||
*
|
*
|
||||||
|
* To-Do:
|
||||||
|
*
|
||||||
|
* - OStatus links with index.php
|
||||||
|
* - Non absolute URL in feeds?
|
||||||
|
* - Check for tumblr feed?
|
||||||
|
* - more logging?
|
||||||
|
* - Workaround for misconfigured Friendica servers?
|
||||||
|
* - Check if Hubzilla servers with OStatus are detected correctly
|
||||||
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
use \Friendica\Core\Config;
|
use \Friendica\Core\Config;
|
||||||
|
|
Loading…
Reference in a new issue