aboutsummaryrefslogtreecommitdiffstats
path: root/fatcat_scholar/templates
Commit message (Collapse)AuthorAgeFilesLines
* enable Greek (el) translation (still partial)Bryan Newbold2021-05-181-0/+1
|
* web: add mellon grant acknowledgement to about pageBryan Newbold2021-05-181-0/+11
|
* iterate on PDF redirect linksBryan Newbold2021-05-171-4/+4
|
* web: don't clobber user input query when parsingBryan Newbold2021-04-301-0/+3
| | | | | | | This is intended to be a UX improvement, to avoid adding double quotes around the query a user has pasted in. This does make the "parsing" behavior less transparent.
* web: return English to top of translation list (oops)Bryan Newbold2021-04-301-1/+1
|
* enable initial Korean (ko) web interface translationBryan Newbold2021-04-301-1/+2
|
* web: make landing page 'canonical' links absolute URLsBryan Newbold2021-04-301-1/+1
|
* web: use absolute URLs to sitemaps and in citation_pdf_urlBryan Newbold2021-04-301-4/+3
|
* iterate on access redirects and landing page implementationBryan Newbold2021-04-271-19/+19
| | | | Small code refactors and minimal test coverage
* web: initial implementation of work landing page and citation_pdf_url access ↵Bryan Newbold2021-04-232-1/+49
| | | | | | | | | | | | redirect The initial intent is to have something that can be used by indexing services to pull the citation_pdf_url meta tag and bounce to a direct IA PDF access URL. For now the landing page stubs are just formatted as SERP results. Presumbably these will get re-styled at some point and include citation graph links, etc.
* base template: typoBryan Newbold2021-04-231-1/+1
|
* web: small typosBryan Newbold2021-03-251-2/+2
| | | | Thanks for catching these gio
* i18n: Farsi is also RTL (and add Hebrew)Bryan Newbold2021-03-231-2/+2
|
* implement additional translation languagesBryan Newbold2021-03-231-0/+4
|
* i18n: wrap /about page with translation tags; update .potBryan Newbold2021-03-232-33/+30
|
* update dblp title/noteBryan Newbold2021-03-221-1/+1
| | | | Closes #65.
* homepage: fix typoBryan Newbold2021-03-101-1/+1
| | | | Thanks for the eagle eyes, @BroadwayCrit from twitter!
* web: fix pagination limitBryan Newbold2021-03-091-1/+1
| | | | Reported by curiouscats on HN; thanks!
* web: re-phrase alpha banner notice; remove header tagBryan Newbold2021-03-043-4/+11
| | | | | Note entirely removing it yet, and keeping the older verison around in comment so we can revert easily (and keep translated notice).
* homepage: fix 'more' linkBryan Newbold2021-03-021-1/+1
|
* html: fix 'clear filters' alignment (add class)Bryan Newbold2021-02-041-1/+1
|
* help page: typos and missing spaces due to i18nBryan Newbold2021-01-251-2/+4
| | | | Thanks Cari for finding these.
* i18n: use babel.numbers.format_number() in web interfaceBryan Newbold2021-01-252-8/+10
|
* html/css: yet more RTL tweaksBryan Newbold2021-01-252-1/+7
|
* css: padding around pagination textBryan Newbold2021-01-251-1/+1
| | | | Eg, for English.
* html: update next/prev links to used named HTML entitiesBryan Newbold2021-01-251-4/+4
| | | | | Also, include the entities in the translation string (for clarify and RTL translation).
* html/css: refactor RTL filter bar codeBryan Newbold2021-01-253-3/+17
|
* html: small RTL style fixesBryan Newbold2021-01-251-1/+5
|
* html: constrain thumbnail size betterBryan Newbold2021-01-251-1/+1
| | | | Fixes some safari and mobile UI bugs.
* html: fix pagination box on mobileBryan Newbold2021-01-252-13/+19
|
* html: several UI fixes and tweaksBryan Newbold2021-01-253-14/+11
| | | | | | | - title and highlight box misalignment - circle buttons ("action bar") alignment to left on mobile - vertical alignment of action bar and access buttons on mobile - smaller whitespace when no highlight/abstract
* refactor ES configuration setting namesBryan Newbold2021-01-251-1/+1
|
* basic support for excluding web content from indexBryan Newbold2021-01-221-1/+1
| | | | Based on particular patterns in metadata, or exclusion lists in settings
* html: more i18n template coverage, and less whitespaceBryan Newbold2021-01-222-6/+3
|
* for lookup (direct) and permalink queries, auto-expand resultBryan Newbold2021-01-222-3/+4
|
* html: small UI tweaksBryan Newbold2021-01-221-7/+7
|
* swap tag order to keep OA (orange) groupedBryan Newbold2021-01-211-4/+4
|
* doi domain display: handle /help pageBryan Newbold2021-01-212-3/+8
|
* quick fix: help page try button text should be whiteBryan Newbold2021-01-211-1/+1
|
* refactor DOI domain lookup into python code; expand tableBryan Newbold2021-01-211-29/+5
|
* move a bit more CSS out of HTMLBryan Newbold2021-01-211-14/+16
|
* translation and accessibility tweaksBryan Newbold2021-01-212-16/+18
|
* html: more UI tweaks and fixesBryan Newbold2021-01-213-26/+26
|
* rewrite /help pageBryan Newbold2021-01-211-39/+208
|
* move translate icon to CSSBryan Newbold2021-01-211-4/+2
|
* html: break out most CSS into separate fileBryan Newbold2021-01-211-232/+3
| | | | | The quantity of CSS has grown a lot and bundling in every request doesn't seem like the correct thing any more.
* html: many tweaks and improvementsBryan Newbold2021-01-213-37/+58
|
* add permalink icon/linkBryan Newbold2021-01-211-0/+6
|
* html: access button/options tweaksBryan Newbold2021-01-212-110/+140
|
* html: remove modal/polyfill codeBryan Newbold2021-01-191-71/+0
|