aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* tweak desktop style: larger SERP fontBryan Newbold2020-04-083-50/+65
|
* initial implementation of filtersBryan Newbold2020-04-083-10/+98
|
* refactor search to use elasticsearch-dslBryan Newbold2020-04-082-68/+64
|
* webface: disable 404, 5xx custom error pagesBryan Newbold2020-04-081-11/+11
| | | | | | | | These break with 'lang_code' errors in our translation setup, I think because in this context we don't yet know what the language is. A work-around might be to manually set the language in the error handler function.
* add martin (@miku) as a contributorBryan Newbold2020-04-081-0/+2
|
* Merge branch 'martin-i18n-de-updates' into 'master'bnewbold2020-04-082-12/+11
|\ | | | | | | | | i18n: update a few [de] translations See merge request bnewbold/covid19.fatcat.wiki!1
| * i18n: update a few [de] translationsMartin Czygan2020-04-082-12/+11
|/
* update wanfang fulltext scrapingBryan Newbold2020-04-061-8/+32
|
* pipeline note tweaks for 2020-04-03Bryan Newbold2020-04-031-6/+3
|
* more i18n polishBryan Newbold2020-04-033-6/+6
|
* include ia_pdf_url when availableBryan Newbold2020-04-031-0/+4
|
* wrangle lang_code / error templates a bit moreBryan Newbold2020-04-032-8/+15
| | | | | Still not perfect: a 404 is always in 'en' and all links are then not in the local lang.
* fix mangled HTML in translated about+sourcesBryan Newbold2020-04-034-40/+40
|
* README: more depsBryan Newbold2020-04-031-0/+3
|
* update gitignoreBryan Newbold2020-04-031-5/+2
|
* fixes from prodBryan Newbold2020-04-034-9/+19
|
* update pipeline commandsBryan Newbold2020-04-031-12/+16
|
* tool: reorder commandsBryan Newbold2020-04-031-24/+18
|
* don't hide abstracts in fatcat fetchBryan Newbold2020-04-031-3/+3
|
* missing translations on front pageBryan Newbold2020-04-036-24/+61
|
* first stab at translationsBryan Newbold2020-04-0311-9/+694
|
* tweak home pageBryan Newbold2020-04-032-36/+22
|
* switch to 25 results by defaultBryan Newbold2020-04-031-2/+2
|
* README, about page, sources pageBryan Newbold2020-04-033-10/+206
|
* move more directories aroundBryan Newbold2020-04-036-0/+25
|
* move random files to notes/Bryan Newbold2020-04-033-0/+0
|
* update plan fileBryan Newbold2020-04-031-1/+14
|
* commit updates to commands fileBryan Newbold2020-04-031-14/+14
|
* add 'not found' confused man gifBryan Newbold2020-04-031-0/+0
|
* refactor enrich into fatcat_covid19Bryan Newbold2020-04-034-109/+83
|
* refactor elastic transform into CLI toolBryan Newbold2020-04-032-26/+21
|
* refactor derivatives into CLI toolBryan Newbold2020-04-032-66/+61
|
* document scripts and tools a bitBryan Newbold2020-04-038-0/+32
|
* add LICENSE and CONTRIBUTORS filesBryan Newbold2020-04-033-0/+694
|
* search: remove debugging statementBryan Newbold2020-04-031-1/+1
|
* tweak fulltext ES schemaBryan Newbold2020-04-032-41/+62
|
* UI tweaks, i18n prepBryan Newbold2020-04-0314-172/+155
|
* update gitignoreBryan Newbold2020-04-031-1/+4
|
* uwsgi config fileBryan Newbold2020-04-021-0/+14
|
* add an example .env fileBryan Newbold2020-04-021-0/+4
|
* WIP: top-level helper scriptBryan Newbold2020-04-021-0/+55
| | | | | Goal is to refactor most other covid19-specific commands into this tool, with code living in the fatcat_covid19 module.
* include container_original_name ES fieldBryan Newbold2020-04-022-0/+2
|
* basic fulltext search highlightingBryan Newbold2020-04-024-16/+58
|
* transform: include missing external identsBryan Newbold2020-04-021-0/+4
|
* webface: refactoring of styleBryan Newbold2020-04-025-77/+140
|
* flask: can't flash() without cookiesBryan Newbold2020-04-021-1/+1
|
* elastic_transform: typo fixBryan Newbold2020-04-021-1/+1
|
* first iteration of web interfaceBryan Newbold2020-04-0116-0/+767
| | | | | | | Copied and tweaked from fatcat:python/fatcat_web LICENSE file for this repo is a TODO and will need to match that of fatcat.
* pipenv: add Flask, elasticsearch, testingBryan Newbold2020-04-012-2/+274
|
* start python module directoryBryan Newbold2020-04-012-0/+88
|