summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Delete .peacefmonline.com.txtFiveFilters.org2017-09-191-5/+0
|
* Delete .ibm.com.txtFiveFilters.org2017-09-191-11/+0
|
* Delete waffle.wootest.net.txtFiveFilters.org2017-09-191-4/+0
|
* Delete villagevoice.com.txtFiveFilters.org2017-09-191-9/+0
|
* Update uni-watch.com.txtFiveFilters.org2017-09-191-3/+2
|
* Delete thespoiler.co.uk.txtFiveFilters.org2017-09-191-3/+0
|
* Delete sintagoulis.gr.txtFiveFilters.org2017-09-191-6/+0
|
* Update resume.se.txtFiveFilters.org2017-09-191-2/+1
|
* Delete prosa.dk.txtFiveFilters.org2017-09-191-4/+0
|
* Delete pandagon.net.txtFiveFilters.org2017-09-191-5/+0
|
* Delete openwebx.org.txtFiveFilters.org2017-09-191-4/+0
|
* Delete news.zing.vn.txtFiveFilters.org2017-09-191-3/+0
|
* Delete makeuseof.com.txtFiveFilters.org2017-09-191-9/+0
|
* Update mactalk.com.au.txtFiveFilters.org2017-09-191-1/+1
|
* Delete jouire.com.txtFiveFilters.org2017-09-191-3/+0
|
* Delete imgcert.com.txtFiveFilters.org2017-09-191-3/+0
|
* Update hosted.ap.org.txtFiveFilters.org2017-09-191-1/+1
|
* Update gizmodo.com.txtFiveFilters.org2017-09-191-1/+1
|
* Update gizmodo.com.txtFiveFilters.org2017-09-191-0/+4
|
* Update gizmodo.com.txtFiveFilters.org2017-09-191-1/+1
|
* Delete gasteroprod.com.txtFiveFilters.org2017-09-191-4/+0
|
* Delete freytag-film.com.txtFiveFilters.org2017-09-191-5/+0
|
* Delete frankdenneman.nl.txtFiveFilters.org2017-09-191-2/+0
|
* Delete f1actual.com.txtFiveFilters.org2017-09-191-2/+0
|
* Delete details.com.txtFiveFilters.org2017-09-191-8/+0
|
* Delete cyrille-borne.com.txtFiveFilters.org2017-09-191-6/+0
|
* Delete computer.org.txtFiveFilters.org2017-09-191-5/+0
|
* Delete code.fivefilters.org.txtFiveFilters.org2017-09-191-3/+0
|
* Delete classyllama.com.txtFiveFilters.org2017-09-191-6/+0
|
* Delete brisbanetimes.com.au.txtFiveFilters.org2017-09-191-2/+0
|
* Delete bowdoinorient.com.txtFiveFilters.org2017-09-191-6/+0
|
* Delete bb.is.txtFiveFilters.org2017-09-191-13/+0
|
* Delete articles.boston.com.txtFiveFilters.org2017-09-191-6/+0
|
* Delete apple.com.txtFiveFilters.org2017-09-191-7/+0
|
* Update edition.cnn.com.txtFiveFilters.org2017-09-151-0/+4
|
* Update global.txtFiveFilters.org2017-09-151-1/+1
| | | FTR currently ignores directives without a value. Will be fixed in next version. Until then replacing empty string with HTML comment should produce the same result.
* Globally replace amp-img tag (#336)Jérémy Benoist2017-09-131-1/+7
|
* Create atlantico.fr.txt (#335)Jérémy Benoist2017-09-121-0/+12
|
* Update nytimes.com.txtFiveFilters.org2017-09-041-0/+1
|
* Update nytimes.com.txtFiveFilters.org2017-09-041-0/+5
|
* Update nytimes.com.txtFiveFilters.org2017-09-041-0/+4
|
* Update nytimes.com.txtFiveFilters.org2017-09-041-0/+4
|
* Update washingtonpost.com.txt (#334)Jérémy Benoist2017-09-041-1/+2
| | | | For some reason the retrieved content doesn't have `<span class="pb-byline" itemprop="author" itemscope="" itemtype="http://schema.org/Person">` but a mysterious `<h3 property="dc.creator">`. Since authors are removed after being matched, the element stay like that: `<h3 property="dc.creator">By and ,</h3>` Authors are matched so we can safely remove that element.
* Update reuters.com.txtFiveFilters.org2017-09-011-0/+3
|
* Create thisamericanlife.org.txtFiveFilters.org2017-09-011-0/+4
|
* Create ecranlarge.com.txt (#333)Jérémy Benoist2017-08-311-0/+3
|
* Create actualitte.com.txt (#332)Jérémy Benoist2017-08-311-0/+4
|
* Update blogs.sciencemag.org.txt (#331)Eloi Coutant2017-08-301-1/+1
| | | As explained [here](https://github.com/fivefilters/ftr-site-config/pull/329#issuecomment-325186419), modification to match <a href='...' rel="author external">.
* add config for android-developers.googleblog.com (#328)Nicolas Hart2017-08-271-0/+8
|
* Create blogs.sciencemag.org.txt (#329)Eloi Coutant2017-08-271-0/+12
| | | | Tested except for the author field which is not directly used by wallabag. On the website, the code is `<a href='...' rel='author external'>Author name</a>`; I do not know if `author: //a[@rel='author']` is enough to pick it up.