Rss-Bridge/lib
logmanoriginal 54800fcc8d [html] Clarify meaning of strange find() parameter
simple_html_dom currently doesnt support "->find('*')", which is a
known issue: https://sourceforge.net/p/simplehtmldom/bugs/157/

The solution implemented by RSS-Bridge is to find all nodes WITHOUT
a specific attribute. If the attribute is very unlikely to appear
in the DOM, this is essentially returning all nodes.

This is the meaning behind

"->find('*[!b38fd2b1fe7f4747d6b1c1254ccd055e]')"
2018-11-18 17:32:07 +01:00
..
Authentication.php [Authentication] Throw exception creating objects from this class 2018-11-18 15:20:43 +01:00
Bridge.php bridge: Rename listBridge to getBridgeNames 2018-11-15 19:43:23 +01:00
BridgeAbstract.php lib: Add API documentation 2018-11-18 09:41:14 +01:00
BridgeCard.php [BridgeCard] Use self:: instead of BridgeCard:: 2018-11-18 16:59:13 +01:00
BridgeInterface.php lib: Add API documentation 2018-11-18 09:41:14 +01:00
BridgeList.php lib: Add API documentation 2018-11-18 09:41:14 +01:00
Cache.php [Cache] Check if class is instantiable 2018-11-15 19:36:01 +01:00
CacheInterface.php lib: Add API documentation 2018-11-18 09:41:14 +01:00
Configuration.php [Configuration] Change scope of $config to private 2018-11-18 15:58:34 +01:00
contents.php lib: Add API documentation 2018-11-18 09:41:14 +01:00
Debug.php [Debug] Fix debug mode reports indexing error 2018-11-16 20:19:52 +01:00
error.php exception: Remove HttpException class 2018-11-18 16:53:21 +01:00
Exceptions.php exception: Remove HttpException class 2018-11-18 16:53:21 +01:00
FeedExpander.php [FeedExpander] Add constants for feed types 2018-11-18 16:18:40 +01:00
Format.php format: Refactor searchInformation 2018-11-15 20:16:21 +01:00
FormatAbstract.php [FormatAbstract] Check content type before sending header 2018-11-18 16:30:34 +01:00
FormatInterface.php lib: Add API documentation 2018-11-18 09:41:14 +01:00
html.php [html] Clarify meaning of strange find() parameter 2018-11-18 17:32:07 +01:00
ParameterValidator.php lib: Add API documentation 2018-11-18 09:41:14 +01:00
rssbridge.php [rssbridge] Improve documentation 2018-11-15 20:52:17 +01:00