X-Git-Url: https://git.cweiske.de/phinde.git/blobdiff_plain/d6c817be8dfb9d41ea3f19cecd90619cde97209d..acf02a1269b9c191a66a7ea476f11d53d4ad0c08:/README.rst diff --git a/README.rst b/README.rst index 7977635..1008361 100644 --- a/README.rst +++ b/README.rst @@ -19,12 +19,18 @@ Features - ``foo OR bar`` - ``title:foo`` searches for ``foo`` only in the page title - Facets for tag, domain, language and type +- Date search: + + - ``before:2016-08-30`` - modification date before that day + - ``after:2016-08-30`` - modified after that day + - ``date::2016-08-30`` - exact modification day match - Site search - Query: ``foo bar site:example.org/dir/`` - or use the ``site`` GET parameter: ``/?q=foo&site=example.org/dir`` - OpenSearch support with HTML and Atom result lists +* Instant indexing with WebSub (formerly PubSubHubbub) ============ @@ -37,6 +43,16 @@ Dependencies - Net_URL2 +===== +Setup +===== +This section is incomplete. + +Cron job +======== +Run ``bin/renew-subscriptions.php`` once a day with cron. + + ============ About phinde ============