From e2c581c60ec13da1a35b6f5c0c48d8d917cf6d1c Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 25 Mar 2017 18:49:09 -0300 Subject: Use .md for doc extension --- README.md | 12 ++++++++++++ README.mdwn | 12 ------------ TODO.md | 12 ++++++++++++ TODO.mdwn | 12 ------------ 4 files changed, 24 insertions(+), 24 deletions(-) create mode 100644 README.md delete mode 100644 README.mdwn create mode 100644 TODO.md delete mode 100644 TODO.mdwn diff --git a/README.md b/README.md new file mode 100644 index 0000000..6d9bbbf --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +HTTRUTA Feed Crawler Project +============================ + +Download all links from a feed using httrack. This is the engine behind the +"Cache" feature used by https://links.fluxo.info Semantic Scuttle instance. + +Usage +----- + +Place this script somewhere and setup a cronjob like this: + +`*/5 * * * * /var/sites/cache/httruta/httracker &> /dev/null` diff --git a/README.mdwn b/README.mdwn deleted file mode 100644 index 6d9bbbf..0000000 --- a/README.mdwn +++ /dev/null @@ -1,12 +0,0 @@ -HTTRUTA Feed Crawler Project -============================ - -Download all links from a feed using httrack. This is the engine behind the -"Cache" feature used by https://links.fluxo.info Semantic Scuttle instance. - -Usage ------ - -Place this script somewhere and setup a cronjob like this: - -`*/5 * * * * /var/sites/cache/httruta/httracker &> /dev/null` diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..343a1c4 --- /dev/null +++ b/TODO.md @@ -0,0 +1,12 @@ +TODO +==== + +- OPML support to retrieve URLs from multiple feeds. +- Support for other fetchers like youtube-dl, quvi and git. +- Cleanup content no longer pointed in scuttle database. +- Complete [screenshot](https://links.fluxo.info/tags/screenshot+software) support: + - Integration with http://wkhtmltopdf.org + - Integration with [webkit2png](http://www.paulhammond.org/webkit2png/). +- Scuttler: + - Support to generate only an index of all URLs. + - Support to retrieve posts using the API. diff --git a/TODO.mdwn b/TODO.mdwn deleted file mode 100644 index 343a1c4..0000000 --- a/TODO.mdwn +++ /dev/null @@ -1,12 +0,0 @@ -TODO -==== - -- OPML support to retrieve URLs from multiple feeds. -- Support for other fetchers like youtube-dl, quvi and git. -- Cleanup content no longer pointed in scuttle database. -- Complete [screenshot](https://links.fluxo.info/tags/screenshot+software) support: - - Integration with http://wkhtmltopdf.org - - Integration with [webkit2png](http://www.paulhammond.org/webkit2png/). -- Scuttler: - - Support to generate only an index of all URLs. - - Support to retrieve posts using the API. -- cgit v1.2.3