1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-08-01 06:10:22 +02:00

[BridgeXPathAbstract + BlizzardNewsBridge + XPathBridge] Add new abstract class + two example implementations (#1671)

This commit is contained in:
Niehztog
2020-11-08 08:22:41 +01:00
committed by GitHub
parent d05a8b79fe
commit 3ad138026d
5 changed files with 897 additions and 1 deletions

View File

@@ -34,6 +34,7 @@
},
"suggest": {
"ext-memcached": "Allows to use memcached as cache type",
"ext-sqlite3": "Allows to use an SQLite database for caching"
"ext-sqlite3": "Allows to use an SQLite database for caching",
"ext-dom": "Allows to use some bridges based on XPath expressions"
}
}