Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | transform: try to cleanup abstracts | Bryan Newbold | 2020-04-08 | 1 | -3/+31 |
| | |||||
* | tweak desktop style: larger SERP font | Bryan Newbold | 2020-04-08 | 3 | -50/+65 |
| | |||||
* | initial implementation of filters | Bryan Newbold | 2020-04-08 | 3 | -10/+98 |
| | |||||
* | refactor search to use elasticsearch-dsl | Bryan Newbold | 2020-04-08 | 2 | -68/+64 |
| | |||||
* | webface: disable 404, 5xx custom error pages | Bryan Newbold | 2020-04-08 | 1 | -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. | ||||
* | i18n: update a few [de] translations | Martin Czygan | 2020-04-08 | 2 | -12/+11 |
| | |||||
* | more i18n polish | Bryan Newbold | 2020-04-03 | 3 | -6/+6 |
| | |||||
* | include ia_pdf_url when available | Bryan Newbold | 2020-04-03 | 1 | -0/+4 |
| | |||||
* | wrangle lang_code / error templates a bit more | Bryan Newbold | 2020-04-03 | 2 | -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+sources | Bryan Newbold | 2020-04-03 | 4 | -40/+40 |
| | |||||
* | fixes from prod | Bryan Newbold | 2020-04-03 | 3 | -4/+6 |
| | |||||
* | don't hide abstracts in fatcat fetch | Bryan Newbold | 2020-04-03 | 1 | -3/+3 |
| | |||||
* | missing translations on front page | Bryan Newbold | 2020-04-03 | 5 | -18/+47 |
| | |||||
* | first stab at translations | Bryan Newbold | 2020-04-03 | 9 | -11/+529 |
| | |||||
* | tweak home page | Bryan Newbold | 2020-04-03 | 2 | -36/+22 |
| | |||||
* | switch to 25 results by default | Bryan Newbold | 2020-04-03 | 1 | -2/+2 |
| | |||||
* | README, about page, sources page | Bryan Newbold | 2020-04-03 | 2 | -3/+116 |
| | |||||
* | add 'not found' confused man gif | Bryan Newbold | 2020-04-03 | 1 | -0/+0 |
| | |||||
* | refactor enrich into fatcat_covid19 | Bryan Newbold | 2020-04-03 | 1 | -0/+67 |
| | |||||
* | refactor elastic transform into CLI tool | Bryan Newbold | 2020-04-03 | 1 | -0/+204 |
| | |||||
* | refactor derivatives into CLI tool | Bryan Newbold | 2020-04-03 | 1 | -0/+132 |
| | |||||
* | document scripts and tools a bit | Bryan Newbold | 2020-04-03 | 1 | -0/+7 |
| | |||||
* | search: remove debugging statement | Bryan Newbold | 2020-04-03 | 1 | -1/+1 |
| | |||||
* | UI tweaks, i18n prep | Bryan Newbold | 2020-04-03 | 14 | -172/+155 |
| | |||||
* | basic fulltext search highlighting | Bryan Newbold | 2020-04-02 | 4 | -16/+58 |
| | |||||
* | webface: refactoring of style | Bryan Newbold | 2020-04-02 | 5 | -77/+140 |
| | |||||
* | flask: can't flash() without cookies | Bryan Newbold | 2020-04-02 | 1 | -1/+1 |
| | |||||
* | first iteration of web interface | Bryan Newbold | 2020-04-01 | 16 | -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. | ||||
* | start python module directory | Bryan Newbold | 2020-04-01 | 2 | -0/+88 |