Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update search form target metadata | Bryan Newbold | 2020-10-21 | 1 | -1/+1 |
| | |||||
* | web: right-to-left design tweaks | Bryan Newbold | 2020-10-14 | 1 | -1/+1 |
| | |||||
* | web: add some img alt tags | Bryan Newbold | 2020-10-14 | 1 | -5/+5 |
| | |||||
* | web: rel=noopener for outlinks | Bryan Newbold | 2020-10-14 | 1 | -4/+4 |
| | | | | | | | | | | 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/domain | Bryan Newbold | 2020-10-14 | 1 | -8/+8 |
| | |||||
* | various alpha disclaimers/labels | Bryan Newbold | 2020-09-15 | 1 | -2/+16 |
| | |||||
* | have search buttons animate after submit | Bryan Newbold | 2020-08-06 | 1 | -2/+2 |
| | | | | Extremely minimal javascript used | ||||
* | gaudy placeholder vaporwave logo | Bryan Newbold | 2020-07-21 | 1 | -3/+3 |
| | |||||
* | Search Inside -> Search | Bryan Newbold | 2020-06-29 | 1 | -1/+1 |
| | |||||
* | tweak search box hint text | Bryan Newbold | 2020-06-04 | 1 | -1/+1 |
| | |||||
* | add a 'scholarly' to homepage text | Bryan Newbold | 2020-06-03 | 1 | -1/+1 |
| | |||||
* | front page merge sentances | Bryan Newbold | 2020-06-03 | 1 | -2/+1 |
| | |||||
* | replace one of the PLOS thumbnails on homepage | Bryan Newbold | 2020-06-03 | 1 | -10/+11 |
| | |||||
* | tweak search box placeholder text | Bryan Newbold | 2020-06-03 | 1 | -1/+1 |
| | |||||
* | most links in new tab (target=_blank) | Bryan Newbold | 2020-06-03 | 1 | -4/+4 |
| | |||||
* | better translation marking; add some basic de and zh | Bryan Newbold | 2020-05-21 | 1 | -3/+3 |
| | | | | Current translations are just from Google Translate | ||||
* | UI mobile/tablet scaling; search error improvements | Bryan Newbold | 2020-05-21 | 1 | -1/+1 |
| | |||||
* | mobile CSS/style changes, and other small UI tweaks | Bryan Newbold | 2020-05-21 | 1 | -4/+4 |
| | |||||
* | clean up domain/env detection code | Bryan Newbold | 2020-05-21 | 1 | -1/+1 |
| | |||||
* | skeleton of basic search, using covid19 index | Bryan Newbold | 2020-05-13 | 1 | -12/+92 |
| | |||||
* | very hack-y i18n support in jinja2 templates | Bryan Newbold | 2020-05-12 | 1 | -0/+4 |
| | |||||
* | fastapi infrastructure | Bryan Newbold | 2020-05-12 | 1 | -0/+8 |
- API/web distrinction - language code prefixes - content negotiation for endpoints |