aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* web: rel=noopener for outlinksBryan Newbold2020-10-144-31/+31
| | | | | | | | | | Via Lighthouse. Apparently destination pages can reach-back to the opening window via JS API. Weird! Note that instead of noreferrer, we have a meta tag to have off-domain (off-origin) links only include the origin name (eg, hostname) instead of full URL with query paths. So we don't forward user queries to non-archive.org domains.
* move homepage thumbnails into repo/domainBryan Newbold2020-10-145-8/+8
|
* update CHANGELOGBryan Newbold2020-10-061-0/+4
|
* re-compile translation .mo filesBryan Newbold2020-10-063-0/+0
|
* Translated using Weblate (Russian)Bryan Newbold2020-10-061-10/+12
| | | | | | | Currently translated at 88.3% (53 of 60 strings) Translation: Internet Archive/Archive Scholar (web interface) Translate-URL: https://hosted.weblate.org/projects/internetarchive/fatcat-scholar/ru/
* Translated using Weblate (Chinese (Simplified))Bryan Newbold2020-10-061-13/+14
| | | | | | | Currently translated at 81.6% (49 of 60 strings) Translation: Internet Archive/Archive Scholar (web interface) Translate-URL: https://hosted.weblate.org/projects/internetarchive/fatcat-scholar/zh_Hans/
* Translated using Weblate (German)Bryan Newbold2020-10-061-9/+9
| | | | | | | Currently translated at 95.0% (57 of 60 strings) Translation: Internet Archive/Archive Scholar (web interface) Translate-URL: https://hosted.weblate.org/projects/internetarchive/fatcat-scholar/de/
* Translated using Weblate (Chinese (Simplified))Bryan Newbold2020-10-061-3/+3
| | | | | | | Currently translated at 74.5% (41 of 55 strings) Translation: Internet Archive/Archive Scholar (web interface) Translate-URL: https://hosted.weblate.org/projects/internetarchive/fatcat-scholar/zh_Hans/
* pipenv: update Pipfile.lockBryan Newbold2020-10-051-22/+87
|
* pytest: remove unused 'ignore' from config fileBryan Newbold2020-10-051-2/+0
|
* settings: add a test envBryan Newbold2020-10-051-0/+3
|
* pipenv: add confluent-kafka clientBryan Newbold2020-10-051-0/+1
|
* pipenv: update elasticsearch client to 7.x seriesBryan Newbold2020-10-051-2/+2
|
* pipenv: upgrade dynaconf to >=3Bryan Newbold2020-10-051-1/+1
|
* pipenv: lock pycountry to 19.*Bryan Newbold2020-10-051-1/+1
|
* Upgrade Dynaconf to 3+Bruno Rocha2020-10-056-350/+298
| | | | | | In dynaconf 3+ it is no more recommended to use `from dynaconf import settings` now the recommendation is to create your own instance of the settings object based on Dynaconf class.
* update translation source filesBryan Newbold2020-10-059-122/+270
|
* web: mark more strings for translationBryan Newbold2020-10-052-6/+6
|
* web: make filter bar overflow better (for translations)Bryan Newbold2020-10-051-1/+1
|
* i18n: fix some more local linksBryan Newbold2020-10-051-3/+3
|
* makefile: dev-qa, not dev-prodBryan Newbold2020-10-051-3/+3
|
* web: fix footer layout for translationsBryan Newbold2020-10-051-4/+5
|
* about: fix gitter link (not markdown)Bryan Newbold2020-10-051-1/+1
|
* add Russian (ru) as interface optionBryan Newbold2020-10-053-1/+2
|
* Translated using Weblate (Russian)Artem2020-10-051-58/+59
| | | | | | | Currently translated at 90.9% (50 of 55 strings) Translation: Internet Archive/Archive Scholar (web interface) Translate-URL: https://hosted.weblate.org/projects/internetarchive/fatcat-scholar/ru/
* Translated using Weblate (German)nautilusx2020-10-051-17/+25
| | | | | | | Currently translated at 100.0% (55 of 55 strings) Translation: Internet Archive/Archive Scholar (web interface) Translate-URL: https://hosted.weblate.org/projects/internetarchive/fatcat-scholar/de/
* Translated using Weblate (Chinese (Simplified))Bryan Newbold2020-10-051-26/+27
| | | | | | | Currently translated at 74.5% (41 of 55 strings) Translation: Internet Archive/Archive Scholar (web interface) Translate-URL: https://hosted.weblate.org/projects/internetarchive/fatcat-scholar/zh_Hans/
* Translated using Weblate (German)Martin Czygan2020-10-051-13/+11
| | | | | | | Currently translated at 83.6% (46 of 55 strings) Translation: Internet Archive/Archive Scholar (web interface) Translate-URL: https://hosted.weblate.org/projects/internetarchive/fatcat-scholar/de/
* start ar (Arabic) translation fileBryan Newbold2020-10-011-0/+250
|
* start ru (Russian) translation fileBryan Newbold2020-10-011-0/+250
|
* start es (Spanish) translation fileBryan Newbold2020-10-011-0/+249
|
* fix typo in READMEv0.1.0Bryan Newbold2020-10-011-1/+1
|
* small syntax fix in .po fileBryan Newbold2020-10-011-1/+1
|
* update TODO fileBryan Newbold2020-10-011-7/+4
|
* update i18n filesBryan Newbold2020-10-015-60/+62
|
* add a CHANGELOG, with an initial releaseBryan Newbold2020-10-011-0/+21
|
* remove un-implemented links from footerBryan Newbold2020-10-011-2/+0
|
* add weblate link to translation pull-down menuBryan Newbold2020-10-011-0/+2
|
* add gitter.im link to about pageBryan Newbold2020-10-011-1/+3
|
* update READMEBryan Newbold2020-10-011-47/+66
|
* split out current README into other filesBryan Newbold2020-10-013-0/+71
|
* Revert "initialize 'nb' translation on request of user kingu"Bryan Newbold2020-10-011-253/+0
| | | | This reverts commit dbd7f83b4b6ea364ec0f86bed2a75def216aebbe.
* notes on exporting refs corpus from intermediate filesBryan Newbold2020-10-011-0/+156
|
* add reference to fatcat project CoCBryan Newbold2020-10-011-0/+5
|
* add AGPL v3+ licenseBryan Newbold2020-10-012-0/+675
|
* initialize 'nb' translation on request of user kinguBryan Newbold2020-10-011-0/+253
|
* Merge pull request #2 from internetarchive/weblatebnewbold2020-10-011-28/+29
|\ | | | | Translations update from Weblate
| * Translated using Weblate (German)bnewbold2020-10-021-12/+12
| | | | | | | | | | | | | | Currently translated at 73.2% (41 of 56 strings) Translation: Internet Archive Services and Tools/Archive Scholar (web interface) Translate-URL: https://hosted.weblate.org/projects/fatcat-scholar/fatcat-scholar/de/
| * Translated using Weblate (German)Martin Czygan2020-10-021-7/+7
| | | | | | | | | | | | | | Currently translated at 73.2% (41 of 56 strings) Translation: Internet Archive Services and Tools/Archive Scholar (web interface) Translate-URL: https://hosted.weblate.org/projects/fatcat-scholar/fatcat-scholar/de/
| * Translated using Weblate (German)J. Lavoie2020-10-021-11/+12
|/ | | | | | | Currently translated at 73.2% (41 of 56 strings) Translation: Internet Archive Services and Tools/Archive Scholar (web interface) Translate-URL: https://hosted.weblate.org/projects/fatcat-scholar/fatcat-scholar/de/