406 Commits (unstable)
 

Author SHA1 Message Date
Craig Oates b828eecf14 update index.html template to match page and archive entries styling. 12 months ago
Craig Oates 37fb77b7ec update 404 exception route in web to render 404 error template. 12 months ago
Craig Oates 1a25e463cb add CSS style rules for 404 error page in main.css file. 12 months ago
Craig Oates 06d0de4562 update _errors/404.html template to match site's CSS/styling. 12 months ago
Craig Oates 24e75bd2a9 match page.html template styling with archive-entry template (#6). 12 months ago
Craig Oates 0c25827af2 change robot to robots in static paths list (#5). 12 months ago
Craig Oates 28f7c8ba4c rename robot.txt to robots.txt (#5). 12 months ago
Craig Oates 83703d30d5 update API Key for Meilisearch in prod. in search package (#1). 1 year ago
Craig Oates d0eba3c485 update README.org file. 1 year ago
Craig Oates 2256d28850 update README.org file. 1 year ago
Craig Oates 97293d886d remove unused hostname check from quick-search.js file. 1 year ago
Craig Oates ada40dec58 update apiKey for live meilisearch service. 1 year ago
Craig Oates 66b64edc2a update robots.txt (site's URL). 1 year ago
Craig Oates e5c95b77dc rename README.markdown to README.org and add install/sys info. 1 year ago
Craig Oates d12b76f87a update .conf and .service files for meilisearch instance. 1 year ago
Craig Oates 5a667149a2 update .conf and .service files for main site (ritherdon-archive). 1 year ago
Craig Oates 1b9f3e673e update makefile (remove systemd and nginx stuff, focus on install). 1 year ago
Craig Oates 707d469ded update makefile. 1 year ago
Craig Oates 5c7782439a add nginx .conf and systemd .service files for meilisearch. 1 year ago
Craig Oates 4914f3a9bc create nginx .conf and systemd .service files. 1 year ago
Craig Oates 6283918323 update makefile. 2 years ago
Craig Oates bf407e66bb fix typo in makefile. 2 years ago
Craig Oates 500c25abfb add makefile with basic functionality. 2 years ago
Craig Oates ca5fc4e9fc comment out the 'covert' function in storage package. 2 years ago
Craig Oates b99e4b95f9 intern stuff with '#:' in ritherdon-archive pack. and change to woo. 2 years ago
Craig Oates 757698a7bc intern packages in ritherdon-archive.asd file (default as strings). 2 years ago
Craig Oates 15cc041700 update /layouts/header.html template (reduce size of site header). 2 years ago
Craig Oates 973523c01f update main.css (hover state for 'danger zone' links/buttons). 2 years ago
Craig Oates ccc4398a52 remove/comment out search code (JS files) which declare 'serverURL'. 2 years ago
Craig Oates b89dfd828f change serverURL to just server (fixes typo -- couple of templates). 2 years ago
Craig Oates d8ecc23079 create 'server' variable (for search) in page and search templates. 2 years ago
Craig Oates 124252070e insert filter-search.js scripts into pages and archive templates. 2 years ago
Craig Oates 55f12b3f5b refactor build search URL feat. in search package (site-settings). 2 years ago
Craig Oates 08a0a06152 remove the filter search code from main.js file. 2 years ago
Craig Oates 0b32687251 create filter-search.js file in /static/js directory. 2 years ago
Craig Oates fdc0b964e0 implement back-end for update-search-url (defroute in web.lisp). 2 years ago
Craig Oates 3565fa9315 implement update-search-url in nera package. 2 years ago
Craig Oates 2f8c973761 fix typo in site-settings.html template (search-url). 2 years ago
Craig Oates 189e87ae0a add Search URL section to /user/site-settings.html template. 2 years ago
Craig Oates 84d0885281 add search-url section to initial-setup.html template. 2 years ago
Craig Oates e9f679bece add search-url parameter to init-db function in nera package. 2 years ago
Craig Oates eeabb843ce add search-url slot is site-settings class (site-settings.lisp). 2 years ago
Craig Oates 14750a6c0c implement /danger/upload-snapshot defroute in web.lisp file. 2 years ago
Craig Oates a490c50cf2 implement store-snapshot in snapshot package. 2 years ago
Craig Oates baebd89329 add mulit-file upload form to /danger/snapshots.html template. 2 years ago
Craig Oates b731aa06dd state incomplete feature alert in restored-snapsnot route. 2 years ago
Craig Oates 99e507e313 start implementing /danger/restore-snapshot defroute (web.lisp). 2 years ago
Craig Oates 45dc9fc645 implement restore-from-snapshot function in snapshot package. 2 years ago
Craig Oates ae51da0277 refactor nera: call string-is-nil-or-empty? from validation package. 2 years ago
Craig Oates 03bb7d7cee implement back-end for /danger/create-snapshot-download defroute. 2 years ago