wmde/page-retriever

Interface and implementations for fetching MediaWiki page content

1.1.0 2016-12-14 11:02 UTC

This package is auto-updated.

Last update: 2024-04-25 23:04:15 UTC


README

Build Status Latest Stable Version Download count

Interface and implementations for fetching MediaWiki page content.

Release notes

1.1.0 (2016-12-14)

  • Add MODE_RAW_EXPANDED mode to ApiBasedPageRetriever.

1.0.0 (2016-10-18)

  • Initial release with
    • PageRetriever interface
    • ApiBasedPageRetriever implementation that uses the MediaWiki API
    • LocalFilePageRetriever implementation that uses (typically local) files
    • CachingPageRetriever implementation that is a caching decorator