aboutsummaryrefslogtreecommitdiffstats
path: root/fatcat_scholar
Commit message (Collapse)AuthorAgeFilesLines
* refactor do_fulltext_search into smaller methodsBryan Newbold2020-10-161-52/+70
|
* web: add experimental Onion-Location HTML meta tagBryan Newbold2020-10-151-0/+5
|
* i18n: enable French and Spanish (fr, es)Bryan Newbold2020-10-152-1/+3
|
* recompile translation databases (.mo)Bryan Newbold2020-10-156-0/+0
|
* Translated using Weblate (French)Bryan Newbold2020-10-151-73/+92
| | | | | | | Currently translated at 100.0% (74 of 74 strings) Translation: Internet Archive/Archive Scholar (web interface) Translate-URL: https://hosted.weblate.org/projects/internetarchive/fatcat-scholar/fr/
* Translated using Weblate (Spanish)Bryan Newbold2020-10-151-74/+92
| | | | | | | Currently translated at 100.0% (74 of 74 strings) Translation: Internet Archive/Archive Scholar (web interface) Translate-URL: https://hosted.weblate.org/projects/internetarchive/fatcat-scholar/es/
* Translated using Weblate (Arabic)Bryan Newbold2020-10-151-75/+90
| | | | | | | Currently translated at 100.0% (74 of 74 strings) Translation: Internet Archive/Archive Scholar (web interface) Translate-URL: https://hosted.weblate.org/projects/internetarchive/fatcat-scholar/ar/
* Translated using Weblate (Chinese (Simplified))Bryan Newbold2020-10-151-18/+17
| | | | | | | Currently translated at 82.4% (61 of 74 strings) Translation: Internet Archive/Archive Scholar (web interface) Translate-URL: https://hosted.weblate.org/projects/internetarchive/fatcat-scholar/zh_Hans/
* i18n: start Norwegian (nb) translationBryan Newbold2020-10-151-0/+340
| | | | User request.
* i18n: start French (fr) translationBryan Newbold2020-10-151-0/+340
| | | | This rounds out the 6 UN languages.
* i18n: small string formatting updateBryan Newbold2020-10-158-30/+61
|
* remove unused console.log()Bryan Newbold2020-10-151-1/+0
|
* Translated using Weblate (Russian)Bryan Newbold2020-10-151-2/+2
| | | | | | | Currently translated at 74.3% (55 of 74 strings) Translation: Internet Archive/Archive Scholar (web interface) Translate-URL: https://hosted.weblate.org/projects/internetarchive/fatcat-scholar/ru/
* Translated using Weblate (Russian)Artem2020-10-151-10/+9
| | | | | | | Currently translated at 74.3% (55 of 74 strings) Translation: Internet Archive/Archive Scholar (web interface) Translate-URL: https://hosted.weblate.org/projects/internetarchive/fatcat-scholar/ru/
* i18n: trim translated messageBryan Newbold2020-10-141-1/+1
|
* update translation .pot + .po filesBryan Newbold2020-10-145-249/+597
|
* accessibility: one more contrast tweakBryan Newbold2020-10-141-0/+3
|
* accessibility: style tweaks for constractBryan Newbold2020-10-143-15/+22
| | | | | | | | | Includes swapping the <head> CSS block to follow the CSS file link, so that file-local styles have precedence. Not sure I like all these changes, for example the link color and blue box colors. Blue "Show XYZ additional hits" message should probably be larger font for readability, not contrast.
* web: right-to-left design tweaksBryan Newbold2020-10-143-6/+6
|
* i18n: enable arabic (ar)Bryan Newbold2020-10-142-1/+2
| | | | | There are no existing translated strings, but enabling to develop/demonstrate RTL design.
* web: improve translation taggingBryan Newbold2020-10-143-13/+24
|
* html: structure more semanticBryan Newbold2020-10-143-20/+21
|
* serp: entire header links to page for SIM page hitsBryan Newbold2020-10-141-1/+1
| | | | | | This was cleverly splitting the "Page NNN" part to be a page-level link, and the rest of the title as the issue-level, but this is too complex (and not visible to user).
* web: add some img alt tagsBryan Newbold2020-10-143-12/+12
|
* footer: swap column orderBryan Newbold2020-10-141-9/+9
|
* footer: hide IA logo on tablet or smallerBryan Newbold2020-10-141-1/+1
|
* 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
|
* 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/
* Upgrade Dynaconf to 3+Bruno Rocha2020-10-055-4/+8
| | | | | | 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-058-105/+229
|
* 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
|
* 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
|
* small syntax fix in .po fileBryan Newbold2020-10-011-1/+1
|
* update i18n filesBryan Newbold2020-10-014-40/+46
|