aboutsummaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Collapse)Author
2017-04-21Renew subscriptions that got no response.Christian Weiske
May happen if there were network issues or the server phinde is running on was shut down directly after the subscription request was sent. Resolves: https://github.com/cweiske/phinde/issues/28
2016-12-03Remove URL check from process.php. Checking is done in Crawler alreadyChristian Weiske
2016-11-25script to renew websub subscriptionsv0.2.0Christian Weiske
2016-11-24websub subcriptions workChristian Weiske
2016-11-10add log classChristian Weiske
2016-11-10add command to shut down a workerChristian Weiske
2016-11-07Big patch merging crawling+indexing into one command, new json document ↵Christian Weiske
structure
2016-11-06setup: check json before dropping current indexChristian Weiske
2016-08-30Allow worker instances of multiple projects in parallelChristian Weiske
Change "queuePrefix" configuration in each project Resolves: #5
2016-08-30Make phinde-worker configurable; allow queue selectionChristian Weiske
Resolves #6
2016-08-30Add support for modification date queries: "before:", "after:" and "date:"Christian Weiske
Resolves: #4
2016-08-29Respect <meta name="robots" content="noindex"/>Christian Weiske
Fixes: #1
2016-08-29Send If-Modified-Since header on crawling and indexingChristian Weiske
2016-02-11support base hrefChristian Weiske
2016-02-11debug option for crawlerChristian Weiske
2016-02-10rework crawler; add atom link extractionChristian Weiske
2016-02-04check for content attributesChristian Weiske
2016-02-04remove multiple tagsChristian Weiske
2016-02-03fix indexing, boost configChristian Weiske
2016-02-03no simplexml anymore, content extraction improvementsChristian Weiske
2016-02-03follow redirect, do not verify ssl certificates, use final after-redirect urlChristian Weiske
2016-02-03add site search, highlightingChristian Weiske
2016-02-03first frontendChristian Weiske
2016-02-01first kinda working versionChristian Weiske