Commit graph

10 commits

Author SHA1 Message Date
logmanoriginal 62c77384ec [CREATE_BRIDGE] Fix typos 2016-08-06 18:54:36 +02:00
logmanoriginal b59915f23b [lib/Bridge] Define default behavior for getName() and getURI()
Bridges no longer require implementation for getName() and getURI()
as they are now implemented with default behavior in BridgeAbstract.

This was previously implemented only for RSSExpander and is now part
of BridgeAbstract (automatically inherited).

Documentation is updated accordingly.
2016-08-06 18:21:43 +02:00
logmanoriginal 5ad157d2fd bridges: Remove getCacheDuration if default
BridgeAbstract will return 3600 seconds by default, so the function
can be removed from any bridge implementing getCacheDuration
returning the same value.

Documentation updated accordingly.
2016-08-06 16:23:09 +02:00
logmanoriginal 48711bd772 [CREATE_BRIDGE] Fix some typos 2016-08-05 19:56:08 +02:00
logmanoriginal 5b7a6300ec [CREATE_BRIDGE] Update documentation to reflect current status 2016-08-05 19:43:39 +02:00
teromene@teromene.fr 705b266c28 Updated the documentation. 2016-02-11 15:30:10 +00:00
logmanoriginal 58e828e69a Add optional parameter 'title' to the readme 2016-01-20 19:41:40 +01:00
Mitsukarenai e5c4e053ed update readme 2015-12-06 16:32:41 +01:00
teromene 53ac336111 Amélioration de la documentation sur la création de bridges.
Signed-off-by: teromene <teromene@teromene.fr>
2015-12-06 15:56:39 +01:00
teromene 5d2e7ac83d Ajout d'options multiples pour les méta-données.
Ajout d'un bridge de démonstration, DemoBridge.
Ajout d'un début de documentation pour créer un bridge dans CREATE_BRIDGE.md
2015-12-06 15:56:39 +01:00