aboutsummaryrefslogtreecommitdiffstats
path: root/fatcat_scholar/templates
Commit message (Collapse)AuthorAgeFilesLines
* serp: refactor ext id display into macro; add dblp,doajBryan Newbold2021-01-141-15/+26
|
* serp: tweak display of tag labelsBryan Newbold2021-01-141-2/+6
|
* fastapi: add basic error/exception handler and pageBryan Newbold2021-01-141-0/+31
|
* html: try goatcounter title redaction againBryan Newbold2021-01-141-1/+1
| | | | | If the value is actually null, goatcounter uses the default, so setting an empty string. Waiting to confirm if this actually works.
* html: resolve footer float on large screens using CSS calc()Bryan Newbold2021-01-141-1/+1
|
* html: fix 'rounded' header barBryan Newbold2021-01-141-2/+3
|
* goatcounter: supress 'title', for privacyBryan Newbold2021-01-141-0/+7
|
* help: fix hanging sentence in 'known issues' sectionBryan Newbold2021-01-141-1/+1
|
* serp: expand abstracts using <details>Bryan Newbold2021-01-142-1/+15
| | | | This isn't very polished, but a start, and uses no javascript.
* search: show fewer, shorter highlights. sort by score.Bryan Newbold2021-01-141-1/+1
|
* web: fix pagination numbering lower-boundBryan Newbold2020-11-181-1/+1
| | | | | | | | | Offset/limit are zero-indexed in code, with lower bound inclusive and upper bound exclusive. But we should display as one-indexed, with lower and upper bounds exclusive. Eg, first three hits are "1 to 3" (not "0 to 3") and next three are "4 to 6" (not "3 to 6"). Thanks to @milotype for catching this.
* i18n: add web interface support for 'hr' (Croatian)Bryan Newbold2020-11-181-0/+1
| | | | Thanks to @milotype for starting this new translation on weblate!
* pluralize result and 'additional' strings (for i18n)Bryan Newbold2020-11-052-7/+25
| | | | Thanks to Mito Ivir on weblate for the recommendation.
* html: better <title>Bryan Newbold2020-10-224-1/+13
|
* make onion-location header configurableBryan Newbold2020-10-221-4/+2
|
* integrate goatcounter JS (analytics)Bryan Newbold2020-10-223-3/+14
|
* update frontend/backend config valuesBryan Newbold2020-10-221-1/+1
|
* update search form target metadataBryan Newbold2020-10-213-3/+3
|
* html: point to local semantic-ui CSSBryan Newbold2020-10-201-11/+2
|
* html: remove already-disabled jquery and Javascript licenseBryan Newbold2020-10-201-38/+0
|
* html: another RTL div style tweakBryan Newbold2020-10-201-2/+2
|
* html: experiment with lang menu rolesBryan Newbold2020-10-201-16/+16
|
* html: several small tweaks and accessibility improvementsBryan Newbold2020-10-203-29/+69
|
* html: add <a> rel tags where appropriateBryan Newbold2020-10-202-8/+8
|
* enable Norwegian (nb) in web interfaceBryan Newbold2020-10-191-3/+4
|
* web: add experimental Onion-Location HTML meta tagBryan Newbold2020-10-151-0/+5
|
* i18n: enable French and Spanish (fr, es)Bryan Newbold2020-10-151-0/+2
|
* remove unused console.log()Bryan Newbold2020-10-151-1/+0
|
* i18n: trim translated messageBryan Newbold2020-10-141-1/+1
|
* 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-141-0/+1
| | | | | 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-141-8/+8
|
* 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-051-0/+1
|
* 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
|