aboutsummaryrefslogtreecommitdiffstats
path: root/fatcat_scholar/templates
Commit message (Collapse)AuthorAgeFilesLines
* initial implementation of RSS search feedsBryan Newbold2022-03-251-0/+15
| | | | UI integration needs work
* tweak abstract truncationJohannah Sprinz2022-02-081-2/+2
| | | | truncate abstracts longer than 550 chars at the 500 char mark
* meta referrer: single string, no whitespaceBryan Newbold2022-01-051-1/+1
|
* codespell fixesBryan Newbold2021-11-241-1/+1
|
* web: remove spurious whitespace from another i18n stringBryan Newbold2021-11-121-2/+2
|
* try tweaking 'Support and Acknowledgements' title on about page, to fix i18nBryan Newbold2021-11-101-3/+1
|
* add some missing trans blocks on <h3> tagsBryan Newbold2021-11-101-2/+2
| | | | Thanks to milotype for noticing!
* html: homepage example card titles as linksBryan Newbold2021-09-211-4/+4
| | | | Thanks to Jefferson B for noticing
* HTML: more strict referrer policyBryan Newbold2021-09-201-1/+2
|
* web: permalink button goes to landing page, if one existsBryan Newbold2021-08-121-1/+1
| | | | Old URLs should continue to work.
* web: clear goatcounter title for fulltext linksBryan Newbold2021-08-121-4/+4
|
* config: remove 'scholar-svc500' name from QA configBryan Newbold2021-08-031-1/+0
|
* web: access_redirect_fallback mechanismBryan Newbold2021-07-261-0/+35
| | | | | | | | | | | | This adds a helper code path that "tries harder" to find an access link, by querying the fatcat API directly to look for any file from any release associated with the work. If it finds a match, it does the redirect as usual (but does log the incident). If no match can be found, there is now a more helpful access-specific 404 error page. If the *work* is a 404, the generic error page is shown.
* web: fix paper.fulltext is None errorBryan Newbold2021-07-241-1/+1
|
* fix jinja2/babel deprecationsBryan Newbold2021-06-112-5/+5
|
* update citation_pdf_url HTML meta tag to new access URL styleBryan Newbold2021-06-111-2/+2
|
* web: add goatcounter tracking to more download buttonsBryan Newbold2021-06-021-4/+4
|
* web: fix fatcat.wiki search option linkBryan Newbold2021-05-241-1/+1
|
* 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
|