Compare commits

..

404 Commits

Author SHA1 Message Date
Craig Oates b828eecf14 update index.html template to match page and archive entries styling. 1 year ago
Craig Oates 37fb77b7ec update 404 exception route in web to render 404 error template. 1 year ago
Craig Oates 1a25e463cb add CSS style rules for 404 error page in main.css file. 1 year ago
Craig Oates 06d0de4562 update _errors/404.html template to match site's CSS/styling. 1 year ago
Craig Oates 24e75bd2a9 match page.html template styling with archive-entry template (#6). 1 year ago
Craig Oates 0c25827af2 change robot to robots in static paths list (#5). 1 year ago
Craig Oates 28f7c8ba4c rename robot.txt to robots.txt (#5). 1 year 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. 2 years ago
Craig Oates 2256d28850 update README.org file. 2 years ago
Craig Oates 97293d886d remove unused hostname check from quick-search.js file. 2 years ago
Craig Oates ada40dec58 update apiKey for live meilisearch service. 2 years ago
Craig Oates 66b64edc2a update robots.txt (site's URL). 2 years ago
Craig Oates e5c95b77dc rename README.markdown to README.org and add install/sys info. 2 years ago
Craig Oates d12b76f87a update .conf and .service files for meilisearch instance. 2 years ago
Craig Oates 5a667149a2 update .conf and .service files for main site (ritherdon-archive). 2 years ago
Craig Oates 1b9f3e673e update makefile (remove systemd and nginx stuff, focus on install). 2 years ago
Craig Oates 707d469ded update makefile. 2 years ago
Craig Oates 5c7782439a add nginx .conf and systemd .service files for meilisearch. 2 years ago
Craig Oates 4914f3a9bc create nginx .conf and systemd .service files. 2 years 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
Craig Oates 7207043e2f update form action (create-snapshot-download) /danger/snapshots.html 2 years ago
Craig Oates c9377824dc update restore-snapshot.png icon. 2 years ago
Craig Oates c38e9de548 add zip package to ritherdon-archive.asd file. 2 years ago
Craig Oates 94b626c9fa add transfer.png icon to /static/images/icons directory. 2 years ago
Craig Oates 90650a8a5a implement /danger/delete-snapshot defroute (back-end in web.lisp). 2 years ago
Craig Oates 0c652be9fc implement delete-snapshot function in snapshot package. 2 years ago
Craig Oates 782c9aee2c implement raw-directory-exists? function in storage package. 2 years ago
Craig Oates e599377158 refactor code in web.lisp (call from validation instead of utils). 2 years ago
Craig Oates 0b2980f1d7 remove string-is-nil-or-empty? in utils and export it in validation. 2 years ago
Craig Oates 0b53969783 add 'raw directory' functionality to storage package. 2 years ago
Craig Oates fdf43c2b01 add snapshot data passed to template from /danger/manage-snapshots. 2 years ago
Craig Oates 2a456bcdc5 add download, restore and delete controls to /danger/snapshots.html. 2 years ago
Craig Oates 89b4fbacee add restore-snapshot.png icon to /static/images/icons directory. 2 years ago
Craig Oates f57d6ef33c implemented 'Disk Info.' feature on the back-end for /dashboard. 2 years ago
Craig Oates 26882cae6f add 'Disk Info.' section to /user/dashboard.html template. 2 years ago
Craig Oates a292d245b7 add cl-diskspace package to ritherdon-archive.asd. 2 years ago
Craig Oates 254500cad7 update .gitignore to ignore the /snapshots directory. 2 years ago
Craig Oates 2615dcb892 minor edit to copy text in /user/site-settings.html template. 2 years ago
Craig Oates cba7675d3d implement back-end for take-snapshot feature (web.lisp). 2 years ago
Craig Oates 943fc77d92 add take-snapshot.png icon to /static/images/icons directory. 2 years ago
Craig Oates efbee61366 add form for taking snapshot in /danger/snapshots.html template. 2 years ago
Craig Oates f629e3d750 implement various 'raw' based functions in storage package. 2 years ago
Craig Oates 8a9354f50f implement create-timestamp-text function in utils package. 2 years ago
Craig Oates 704e87546e create /danger/snapshots.html template. 2 years ago
Craig Oates 250305e8b0 add link to /manage-snapshots in site-settings.html template. 2 years ago
Craig Oates 736d12074f add snapshot.lisp, implement take-snapshot and stub-out restore. 2 years ago
Craig Oates 9ff9711af8 add copy-directory package (quicklisp) and snapshot package to .asd. 2 years ago
Craig Oates 5c90771bc4 delete schema.sql file (from /db). 2 years ago
Craig Oates 14586efa2a implement copyToClipBoard functionality (main.js). 2 years ago
Craig Oates 72d0352c79 add popup section (copy text via JavaScript) in /user/storage.html. 2 years ago
Craig Oates 1bec6e8034 add thumbnail path for SVG file in build-thumbnail-path filter. 2 years ago
Craig Oates 416d55ce3c update main.css (popup stuff for coping text via JavaScript). 2 years ago
Craig Oates 4c157b5fda comment out un-used code in build search url in search package. 2 years ago
Craig Oates 7f463f8d71 add copy.png to /static/images/icons directory. 2 years ago
Craig Oates a45747c7d8 implement back-end for 'manage database entries' ('danger zone'). 2 years ago
Craig Oates c958bc8621 create and populate /danger/manage-db-entries.html template. 2 years ago
Craig Oates 51a078c8c2 change 'Media Files' to 'Storage Files' (/danger/manage-files.html). 2 years ago
Craig Oates 757f3b0448 implement the manage/delete files back-end features ('danger-zone'). 2 years ago
Craig Oates 7fc8609aed create and populate the /danger/manage-files.html template. 2 years ago
Craig Oates f88686dcd1 add icons (/static/images) for 'delete' links and buttons. 2 years ago
Craig Oates fa70b7e290 add 'danger zone' links in site-settings.html template. 2 years ago
Craig Oates 53b2289f7a update main.css ('danger-zone' stuff). 2 years ago
Craig Oates 3f0b990832 add error-refresh and reset-website images in /static/images/icons/. 2 years ago
Craig Oates 66b84f8de6 implement the /danger/reset-website defroute (back-end feature). 2 years ago
Craig Oates 78298c08ee add remove-file-with-raw-path function in storage package. 2 years ago
Craig Oates b0efc40a94 add 'reset website' form to /user/site-settings.html template. 2 years ago
Craig Oates 74a6507902 implement the 're-populate search DB' functionality (web.lisp). 2 years ago
Craig Oates 3f21282114 update /user/site-settings.html template (initial 'danger zone'). 2 years ago
Craig Oates 7771f966a1 update main.css ('danger zone' styling). 2 years ago
Craig Oates 0596972877 implement 'repopuluate meilisearch DB' functionality (in search). 2 years ago
Craig Oates a046d21dbb add redirect from /sitemap to /sitemap.xml in web.lisp (defroute). 2 years ago
Craig Oates 50a76f56ba add robot.txt file to the /static directory. 2 years ago
Craig Oates 862b55ec23 implement /sitemap.xml defroute in web.lisp file. 2 years ago
Craig Oates 5f040b642d implement build-url and build-url-root functions in utils package. 2 years ago
Craig Oates 3cfb5d4331 add birthday-cat.png to insert-dashboard-cat function (view.lisp). 2 years ago
Craig Oates e336640fa0 update quicklist sections in archive-entry.html and page.html. 2 years ago
Craig Oates ad58e02f5c add older/newer entries section to archive-entry.html template. 2 years ago
Craig Oates d6b7e031e7 update main.css (mostly for listing older/newer archive entries). 2 years ago
Craig Oates 2b4336bced add older/newer archive entries to data returned from /view/archive. 2 years ago
Craig Oates a4486ad168 add get older/newer archive-entries in nera package. 2 years ago
Craig Oates bb7396d95e fix add-storage-file regression bug (database and file different). 2 years ago
Craig Oates 2515803ce0 update quick-search.js (minor URL and CSS changes). 2 years ago
Craig Oates 6d60cfa86a update full-search.js (mostly CSS classes). 2 years ago
Craig Oates c0ca6c8aa2 update search.css (remove co-web code). 2 years ago
Craig Oates f23b9b8a85 update full-search.css (removed rules for co-web project). 2 years ago
Craig Oates 89283b7cf7 add 'quick search' section to archive-entry.html template. 2 years ago
Craig Oates 07d6607e88 add 'quicklist' and 'quick search' sections to page.html template. 2 years ago
Craig Oates 554084f05a remove some HTML from search.html template. 2 years ago
Craig Oates d2005080b2 apply indentation formatting to /layouts/default.html template. 2 years ago
Craig Oates 2d862e29e2 add 'update'ranking-rules' func. to search package. 2 years ago
Craig Oates 73c4a1cd16 update main.css (mostly image sizing in article body). 2 years ago
Craig Oates ac402d333d add quick-list section to templates/archive-entry.html template. 2 years ago
Craig Oates 55df7b5161 simplify templates/archive-entry.html template (remove entry dates). 2 years ago
Craig Oates 3ff07064a6 add 'Publish' date section to /user/edit-archive.html template. 2 years ago
Craig Oates 833b125f46 add 'Publish' date section to /user/create-archive.html template. 2 years ago
Craig Oates c9733d5f94 remove database Created/Updated At info. from archive.html template. 2 years ago
Craig Oates 7931d33588 update main.css (input for 'Publish' date mostly). 2 years ago
Craig Oates b874b3e742 update archive-entry HTTP POST request (include 'publish' date). 2 years ago
Craig Oates b750649cb2 replace 'Created At' timetamp with 'Month' and 'Year' (search.lisp). 2 years ago
Craig Oates 36f396b0da add publish month and year arg's to create-archive-entry func. 2 years ago
Craig Oates 37ec669980 add (publish) month and year to archive-entry class (archive.lisp). 2 years ago
Craig Oates 2300c9413a update HTML in archive-entry.html and archive.html templates. 2 years ago
Craig Oates a697b09462 fix link styles in main.css file. 2 years ago
Craig Oates eba62e0925 update main.css (filter controls for 'Index' pages mostly). 2 years ago
Craig Oates e6a1b4287f add filter controls to pages.html template (HTML, CSS and JS). 2 years ago
Craig Oates a610b52ba6 add filter controls to archive.html template (HTML, CSS and JS). 2 years ago
Craig Oates 6db73aac52 add filter list code to main.js file. 2 years ago
Craig Oates 1bb0a92d39 add footer tag to footer.html template. 2 years ago
Craig Oates e548ba7993 update CSS and HTML in /templates/sign-up.html template. 2 years ago
Craig Oates bf007601ea fix grammar mistake in /templates/user/edit.html template. 2 years ago
Craig Oates f74ae90e02 update artchive-entry.html template. 2 years ago
Craig Oates bb4fbe1a00 update main.css (front-end archive entry). 2 years ago
Craig Oates 146901fa80 set site title dynamically in index.html template. 2 years ago
Craig Oates d4ab83ef7a clean-up code in web.lisp and view.lisp files. 2 years ago
Craig Oates 94122e7741 tidy-up code and leave comment in /edit/archive about Meilisearch. 2 years ago
Craig Oates f38e0aef42 integrate Meilisearch into edit keywords functionality (web.lisp). 2 years ago
Craig Oates 5d853592bf integrate Meilisearch into /rename/archive-entry defroute. 2 years ago
Craig Oates e90de5e31a add 'Search' as hard-coded URL in '/' and update delete Arch. Entry. 2 years ago
Craig Oates 6e4da8dc26 implement set-filter-attributes, delete-all-entries and create-dump. 2 years ago
Craig Oates d488b56780 add 'Search' to hard-coded links in site's nav. menu. 2 years ago
Craig Oates 0f2067742a add 'Search' page to init-db function in nera package. 2 years ago
Craig Oates 5287e9858e change month number to name when adding archive entry to search DB. 2 years ago
Craig Oates 6389480260 create month-number-to-name function in utils package. 2 years ago
Craig Oates ad65e0fca1 add 'title' attribute to links in /user/archive.html template. 2 years ago
Craig Oates 4d5a9b7f0c update /layouts/header.html template with new CSS rules. 2 years ago
Craig Oates 82192113c0 update main.css (front-end header stuff). 2 years ago
Craig Oates 990eb22f6d remove <hr> from /layouts/footer.html template. 2 years ago
Craig Oates 6a5b6ea838 fix day-of-week timestamp bug in insert-dashboard-cat filter. 2 years ago
Craig Oates ad0954e319 add Meilisearch JavaScript and CSS files. 2 years ago
Craig Oates 0aef87a949 create the search.html template (for Meilisearch). 2 years ago
Craig Oates c2788c43af integrate the search package into create archive route in web.lisp. 2 years ago
Craig Oates 04c79732f7 create search.lisp file and add to ritherdon-archive.asd file. 2 years ago
Craig Oates cff6bfc1ee fix rendering errors in 'title' values (/user/pages.html template). 2 years ago
Craig Oates 295ed248c9 update default favicon.png and site-logo.png files. 2 years ago
Craig Oates e705aa67e4 update main.css -- mostly for initial-setup.html template. 2 years ago
Craig Oates a834f54a13 update initial-setup.html template -- massive overhaul. 2 years ago
Craig Oates 324229dea4 modify init-db func. in nera package. 2 years ago
Craig Oates d35ae529db add power.png image to /static/images/icons directory. 2 years ago
Craig Oates eb7435f720 add checks to make sure uploaded files are images in site-setting. 2 years ago
Craig Oates 85b0d8da9e add hints to various sections in /user/site-settings.html template. 2 years ago
Craig Oates b9493fb138 fix typo. in main.css. 2 years ago
Craig Oates 7bd5f1dd02 update main.css (section controls for dashboard). 2 years ago
Craig Oates 78cf655f5d update HTML and CSS in /user/site-settings.html template. 2 years ago
Craig Oates 3d24084e24 add 'administrator' checks to /user/edit.html template. 2 years ago
Craig Oates 7b1a80333c update main.css (site-setting stuff). 2 years ago
Craig Oates 3274456906 fix typo. when calling set-alert when enabling sign-up option. 2 years ago
Craig Oates cedab101f1 update icons for 'Manage Account' links/buttons. 2 years ago
Craig Oates a522701b58 update /user/index.html (HTML and CSS). 2 years ago
Craig Oates 9d19cdcea9 add 'quicklist' section to /user/edit.html template. 2 years ago
Craig Oates 2a7e133d7e update main.css (user account stuff). 2 years ago
Craig Oates c8de64382f add all-accounts.png and create-account.png images. 2 years ago
Craig Oates d64ae60c26 update /user/edit.html template (split 'edit' form into two). 2 years ago
Craig Oates 76450d3414 seperate /user/edit route (HTTP POST) into two. 2 years ago
Craig Oates 949cee862c refactor insert-dashboard-cat filter (view.lisp). 2 years ago
Craig Oates ea4520e7d4 update /user/edit.html template (CSS and 'delete account' form). 2 years ago
Craig Oates e688c55cd9 adding padding to alert message container in main.css. 2 years ago
Craig Oates 9430942cb5 update /user/delete defroute: add 'type username input check'. 2 years ago
Craig Oates 6c65b9c5a0 add delete-account.png icon. 2 years ago
Craig Oates 661bbbd121 update main.css file (log-in form stuff mostly). 2 years ago
Craig Oates 2730bbaaa1 apply CSS classes to /user/login.html template. 2 years ago
Craig Oates 10e354fc9d update .gitignore and default assets (storage file after first run). 2 years ago
Craig Oates ff86cb159a reduce the amount of recent files returned with /dashboard defroute. 2 years ago
Craig Oates 91321b26ec replace dashboard profile img. with insert-dashboard-cat filter. 2 years ago
Craig Oates 130a6d3061 implement insert-dashboard-cat filter (view.lisp). 2 years ago
Craig Oates 318cf88f73 add profile (dashboard) cat icons. 2 years ago
Craig Oates 7b24fdca1c add alert type values to all set-alert functions called in web.lisp. 2 years ago
Craig Oates 0795a67f86 move /user/edit link out of administrator check in dashboard.html. 2 years ago
Craig Oates 5212a9b985 add CSS and JavaScript code to alert message section in header.html. 2 years ago
Craig Oates a7aff4b828 change site-side-menu.js script element to main.js in default.html. 2 years ago
Craig Oates fad642822a update main.css (alert message styling). 2 years ago
Craig Oates d446834565 rename site-side-menu.js to main.js. 2 years ago
Craig Oates 2e1e5b59d5 expand alert message types in set-alert function (utils package). 2 years ago
Craig Oates 9df8e363c9 update dashboard.html template (add thumbnails to Storage section). 2 years ago
Craig Oates 5782362136 add 'quicklist' section to multiple HTML templates. 2 years ago
Craig Oates d791b04449 update main.css (mostly fixing rows with thumbnails in). 2 years ago
Craig Oates c89d1653a9 modify the rel. URL for the images in build-thumbnail-path filter. 2 years ago
Craig Oates e33ac9af0a add /storage/thumb/media/:slug defroute (re-added). 2 years ago
Craig Oates 426d404593 update HTML in /user/edit-page.html template. 2 years ago
Craig Oates 5ef81ba4f3 update HTML in /user/edit-archive.html template. 2 years ago
Craig Oates b6aec7c5ea update HTML in /user/create-page.html template. 2 years ago
Craig Oates afaa7268ad update HTML in /user/create-archive.html template. 2 years ago
Craig Oates 006bd652af apply minor formatting changes to /user/storage.html template. 2 years ago
Craig Oates 009e0103b8 update main.css -- mostly focus on forms for editing pages/archive. 2 years ago
Craig Oates d7bbb9ecf2 code clean-up in web.lisp (old comments, formatting and slugify). 2 years ago
Craig Oates db4393ddac implement update-single-nav-menu-item in nera package. 2 years ago
Craig Oates 09e44a6364 add save.png icon to /static/images/icons directory. 2 years ago
Craig Oates 936d9034c8 end-of-session commit -- update main.css file. 2 years ago
Craig Oates e15b2299ad apply CSS classes to /user/archive.html and /user/pages.html files. 2 years ago
Craig Oates ecfb667c67 clean-up and remove unused code (HTML templates). 2 years ago
Craig Oates e33575c74c update main.css (mostly index pages listing/title section). 2 years ago
Craig Oates fa9bb8cfb2 minor padding change for be-gui-link class. 2 years ago
Craig Oates b4a34c102a delete site-logo.png and favicon.png files from /static/images. 2 years ago
Craig Oates d305d4c110 update /user/storage.html template (mostly CSS updates). 2 years ago
Craig Oates 1551e3fc1b update /user/dashboard.html template (mostly for CSS updates). 2 years ago
Craig Oates 7a6353635b update main.css -- focus on dashboard.html and storage.html. 2 years ago
Craig Oates 61e8ef91f8 refactor file upload storage routes -- regarding thumbnails. 2 years ago
Craig Oates eddedc891d adjust relative URL for images in build-thumbnail Djula filter. 2 years ago
Craig Oates baed98ce7a fix bug when creating thumbnail whilst uploading a file to /storage. 2 years ago
Craig Oates 4647323fda add storage, pages and archive entries to dashboard.html template. 2 years ago
Craig Oates 3b49fbf6e0 update dashboard.html template (start expanding the Storage part). 2 years ago
Craig Oates c27ecb9853 add get latest editted 'X' functions in nera package. 2 years ago
Craig Oates 75e05cc4aa update main.css (back-end dashboard buttons and gui-links). 2 years ago
Craig Oates 87f0e81258 update /user/dashboard.html template (CSS and icons). 2 years ago
Craig Oates dd7796fb4e update /layouts/header.html template (CSS and icons). 2 years ago
Craig Oates 01bacffa19 update several of the icons in /static/images/icons. 2 years ago
Craig Oates 9a2c933667 add loads of icons (.png) and rename a few of them. 2 years ago
Craig Oates 7b6cde549b move alert section to header.html and get side-menu working. 2 years ago
Craig Oates dcd1e76d0e re-organised /layouts/default.html and remove 'alert' section. 2 years ago
Craig Oates e844408d86 remove hard-coded '2018' in footer, prints current year (copyright). 2 years ago
Craig Oates 0dc9c91795 update .gitignore to ignore favicon and site-logo in /static/images. 2 years ago
Craig Oates f4bf0ba511 add icons in /static/images and static/js/site-side-menu.js file. 2 years ago
Craig Oates 51d564fff8 update .gitignore to include files in /static directory. 2 years ago
Craig Oates 8c60ac6031 start adding style rules for site side-menu section in main.css. 2 years ago
Craig Oates f60b09bbdd add 'success' optional parameter to set-alert in update nav. menu. 2 years ago
Craig Oates a7eb3240bf add optional parameter to set-alert function in utils package. 2 years ago
Craig Oates fda81fbb82 add safe filter to alert message in /layouts/default.html template. 2 years ago
Craig Oates a72e133f13 update / (site's index page) route and nav. menu update feature. 2 years ago
Craig Oates 9a30da1a44 refactor update-nav-menu in nera package. 2 years ago
Craig Oates 0a302c2a77 refactor /user/site-settings.html template (nav. menu updates). 2 years ago
Craig Oates f814aef20d update delete button in /user/pages.html template (incorrect value). 2 years ago
Craig Oates 84f3ede736 refactor site-setting route to get snippets from /storage/snippets. 2 years ago
Craig Oates a76f837eea add insert-snippet functionality to djula:view package. 2 years ago
Craig Oates a1d1042d4c update first-run code -- refactor site-wide snippet file. 2 years ago
Craig Oates e0a1bf7cb1 update /layout/default.html template (prep. for snippets update). 2 years ago
Craig Oates 4156b0eee0 remove single file upload route and refactor multi-upload route. 2 years ago
Craig Oates e8831de9f4 update URL for images in build-thumbnail-path djula filter. 2 years ago
Craig Oates 4b5831452d add thumbnail to /archive.html template. 2 years ago
Craig Oates bb35111dc9 remove single file upload from dashboard and storage HTML templates. 2 years ago
Craig Oates 44bdec6570 implement the /edit/archive defroute -- updates the entries text. 2 years ago
Craig Oates fb8f68e468 implement the edit archive keywords functionality (web.lisp). 2 years ago
Craig Oates c313b4aff4 update keyword form in /user/edit-archive.html template. 2 years ago
Craig Oates e53a2990c0 refactor update archive thumbnail functionality (change file name). 2 years ago
Craig Oates 81a0fb8e40 update /user/edit-archive.html (prep. for title and keywords). 2 years ago
Craig Oates 7328a719fe implement the edit archive thumbnail functionality (web.lisp). 2 years ago
Craig Oates 82e8428695 refactor and remove code regarding the /storeage routes in web.lisp. 2 years ago
Craig Oates ca4a540141 edit /user/edit-archive.html template (thumbnail section). 2 years ago
Craig Oates 379bbdc8b4 implement update-archive-entry-property in nera package. 2 years ago
Craig Oates 8d55ed7d61 refactor /storage (I.E. get files) routes and /edit/archive/:slug. 2 years ago
Craig Oates c69c165a92 add edit thumbnail section to /user/edit-archive.html template. 2 years ago
Craig Oates 57a6710e92 block out the route for editing an archive entry (end-of-session). 2 years ago
Craig Oates 93a59aaad4 implement /edit/archive/:slug defroute (HTTP GET request). 2 years ago
Craig Oates 02df53e7f4 add and block out /user/edit-archive.html template. 2 years ago
Craig Oates f205dc3252 remove old code from /user/edit-page.html template. 2 years ago
Craig Oates eb9d2e3290 implement /archive/delete/entry defroute (HTTP POST request). 2 years ago
Craig Oates ee336d3c83 implement delete-archive-entry in nera package. 2 years ago
Craig Oates f89585ab46 update form to delete archive entry in /user/archive.html template. 2 years ago
Craig Oates bba7cf4499 implement the /view/archive/:slug route and add archive-entry.html. 2 years ago
Craig Oates a7d0ae54ad finish implementing the /create/archive-entry (without search). 2 years ago
Craig Oates 5542014a1e sort out code layout in view.lisp file. 2 years ago
Craig Oates baf1ec1f39 add format-filename and format-keywords in utils package. 2 years ago
Craig Oates 3dc6a812bf reorder file load order in ritherdon-archive.asd file. 2 years ago
Craig Oates 7d9e29bac8 add the /user/create-archive.html template. 2 years ago
Craig Oates 5cc14f74bf create /user/archive.html and /arctice.html templates. 2 years ago
Craig Oates c42d169d84 begin implementing CRUD routes for /archive section (web.lisp). 2 years ago
Craig Oates 23365343b1 update dashboard.html template (add archive links and upload forms). 2 years ago
Craig Oates ffd483411c start implementing the CRUD functions for the /archive routes. 2 years ago
Craig Oates 58b03ae8f2 add create-time-stamp-id function in utils package. 2 years ago
Craig Oates c1e664b631 remove unused code from archive-entry class. 2 years ago
Craig Oates eff71bcbfe import archive package to nera package. 2 years ago
Craig Oates d6cc11dc03 create archive package, archive-entry model and add to .asd file. 2 years ago
Craig Oates 6a67a7cfc7 add thumbnail features to delete and rename storage file routes. 2 years ago
Craig Oates 80aab44c00 refactor 'create thumbnail' code in web.lisp to call from utils. 2 years ago
Craig Oates 592c38759f move create-thumbnail code to utils (reduce duplicated code). 2 years ago
Craig Oates 13d1e31c13 rafactor /storage/view route and add a route/process for thumbnails. 2 years ago
Craig Oates 2c069573db update /user/storage.html template to use build-thumbnail filter. 2 years ago
Craig Oates 44c7ebbc90 add @build-thumbnail (djula) filter in view.lisp file. 2 years ago
Craig Oates 6d8fa33b97 remove get-latest-file-type code from storage package. 2 years ago
Craig Oates a15619de56 add woo server to ritherdon-archive.asd file. 2 years ago
Craig Oates 7a6f330497 begin defroutes for viewing files in /storage/media. 2 years ago
Craig Oates 104ac264a8 change /storage routes to use slugs over filenames (HTTP POST). 2 years ago
Craig Oates 4c99109388 export delete-storage-file from nera package. 2 years ago
Craig Oates 1cf86c674c end-of-session-commit: working on /storage/delete/:slug defroute. 2 years ago
Craig Oates 191f5b2c22 add delete-storage-file function in nera package. 2 years ago
Craig Oates 0331999136 refactor code calling get-storage-file and add storage/rename route. 2 years ago
Craig Oates f3d856f7f4 add keyword args to get-storage-file and write rename-storage-file. 2 years ago
Craig Oates b9848197e7 add storage-upload defroutes (single and multiple) in web.lisp file. 2 years ago
Craig Oates d0ff0c812b update storage and dashboard HTML templates (add & get features). 2 years ago
Craig Oates 953bfc5fb0 implement the 'add and get' functionality for storage routes. 2 years ago
Craig Oates f5549e17a1 add files package (in /src/models and ritherdon-archive.asd file). 2 years ago
Craig Oates 6e7d2b6845 put copyright text in <p> tags (in footer.html template). 2 years ago
Craig Oates 0ce1aef3e4 change how site-wide-snippet file is stored and accessed. 2 years ago
Craig Oates 63e3919970 update .gitignore to ignore site-wide-snippet.js in /static/js. 2 years ago
Craig Oates 015eda2b0a initial steps for /storage/management defroute. 2 years ago
Craig Oates a89686c05f add file uploads section to /user/dashboard.html template. 2 years ago
Craig Oates c4f9f52ba8 add /storage/upload defroutes (single and multi file uploads). 2 years ago
Craig Oates a855d9db90 refactor store-file functions to include more file types. 2 years ago
Craig Oates 8106b5a5c5 rename site-settings function to get-site-settings in nera package. 2 years ago
Craig Oates d31c4ab38a remove old defroutes. 2 years ago
Craig Oates f626557b97 add system-data to data passed to the HTML GET routes in web.lisp. 2 years ago
Craig Oates 2bb7d053e6 clean up old and unused code in HTML templates. 2 years ago
Craig Oates e9792a6fa0 import archivo in main.css file. 2 years ago
Craig Oates 4c1b99fa08 add pages in init-db and write system-data func. in nera package. 2 years ago
Craig Oates e765c3b24e add and populate header and footer HTML templates. 2 years ago
Craig Oates 9b8c5a7ca5 add archivo font. 2 years ago
Craig Oates bb5f8fb482 update web.lisp, mostly around site settings and first-run set-up. 2 years ago
Craig Oates 2f819de9a2 add init-storage process and 'raw-path' I/O functions. 2 years ago
Craig Oates f78beb7ea4 add CRUD features for 'page' table in DB and expand init-db process. 2 years ago
Craig Oates 161e9c6169 remove old code and update forms in /user/site-settings.html file. 2 years ago
Craig Oates d0426a9494 add form for /page/set-nav-menu defroute in /user/edit-page.html. 2 years ago
Craig Oates 7e2f04d370 add can-delete check to /user/pages.html template. 2 years ago
Craig Oates aacfcba654 add favicon link to /layouts/default.html template. 2 years ago
Craig Oates 9a50938c0d implement get-image-dimensions function in utils package. 2 years ago
Craig Oates 4bac1e3db3 add enable-site-logo and site-name slots to site-settings class. 2 years ago
Craig Oates 6ecd555712 addd validation.lisp and pages.lisp files to ritherdon-archive.asd. 2 years ago
Craig Oates e3471e82ea update .gitignore to ignore /static/images and /site-wide-snippet. 2 years ago
Craig Oates 4736db9bd2 add validation package. 2 years ago
Craig Oates e4612d0711 create pages package and page class (for Mito to map to DB). 2 years ago
Craig Oates b26b296e89 stubb out sections in site-settings.html (not implemented yet). 2 years ago
Craig Oates 94e326a292 expand the site-settings.html template. 2 years ago
Craig Oates 7e892f25b1 add {{content}} section to index.html template. 2 years ago
Craig Oates d9e09c52f6 add site-settings functionality in web.lisp file. 2 years ago
Craig Oates f1c79a9ecd add integer-to-checkbox djula-filter (view.lisp). 2 years ago
Craig Oates eb62ade5be add condition check to checkbox-to-bool and remove bool-to-checkbox. 2 years ago
Craig Oates 6d4d16ec45 implement update-enable-sign-on-settings and set-home-page in nera. 2 years ago
Craig Oates bfcef81763 add home-page slot to site-settings class. 2 years ago
Craig Oates cb51a83605 implement /page/delete defroute and update redirects to /user/pages. 2 years ago
Craig Oates 45ef9fa84a add role check and update 'pages' link in /user/pages.html template. 2 years ago
Craig Oates b9180da6e2 implement /pages and /view/page/:slug defroutes in web.lisp file. 2 years ago
Craig Oates f4744f14b7 update links to /page and /pages and add HTML templates. 2 years ago
Craig Oates 1c6781c945 implement the 'edit pages' functionality in web.lisp file. 2 years ago
Craig Oates d6d5a58792 add /user/edit-page.html template. 2 years ago
Craig Oates f0356b00f0 add /user/pages.html template. 2 years ago
Craig Oates 681033b1cd add /pages link to /user/dashboard.html template. 2 years ago
Craig Oates 6b09c3e81c update .gitignore to ignore the /storage directory. 2 years ago
Craig Oates 3937b626e8 finish implementing the /create/page defroute (HTTP POST). 2 years ago
Craig Oates a477470a90 remove 'meta-data' from create-page.html template's HTML form. 2 years ago
Craig Oates 3dbb603831 add slugify function to utils package. 2 years ago
Craig Oates 6fce318c87 add storage package, copied from other proj. so already implemented. 2 years ago
Craig Oates 9e308ab92e add /user/create-page.html template and integrate Tinymce editor. 2 years ago
Craig Oates 9222d347fd add /user/site-settings.html template. 2 years ago
Craig Oates 6c80f146f3 add Tinymce (rich text editor) files to /static/js directory. 2 years ago
Craig Oates 875bd28841 add logout, delete account and create page links to dashboard.html. 2 years ago
Craig Oates bdd86d4ad7 add Sign-up link to index.html template. 2 years ago
Craig Oates 11e5e6a08e create (and initial content) for /user/index.html template. 2 years ago
Craig Oates 19bbba0f3e add username check to /sign-up defroute. 2 years ago
Craig Oates 9724eda5fd add more functionality for user management (admin. and normal). 2 years ago
Craig Oates 793c5d544b add admin. functions for 'users' section and create /site-settings. 2 years ago
Craig Oates 7349c4b9f5 remove unused code and reformat some comments in web.lisp file. 2 years ago
Craig Oates 1e26f1ea8d add get-all-users function and change arg's to &key for update-user. 2 years ago
Craig Oates 68792eac19 add alert message data to "/" defroute. 2 years ago
Craig Oates d025b5d0a0 start to add functionality for signing new users up. 2 years ago
Craig Oates 428a0a6ba7 add functionality for dealing with site-settings (table in DB). 2 years ago
Craig Oates 3596a696db create initial-setup.html template. 2 years ago
Craig Oates 177521aa34 add bool to checkbox convertion funcitons to utils pacakge. 2 years ago
Craig Oates 9a665c5c4e create and wire-up site-settings model and package (for DB). 2 years ago
Craig Oates 7e84b86291 refactor functions moved from auth to nera and update init-db setup. 2 years ago
Craig Oates a4d3f35306 add alert section to default.html template. 2 years ago
Craig Oates 249f86b88e add link to /dashboard in index.html template. 2 years ago
Craig Oates 777458ee37 code clean-up in some HTML templates. 2 years ago
Craig Oates 25142d5049 refactor web package to use auth, util and status-code packages. 2 years ago
Craig Oates e6162306ef add alert-message functions in utils package. 2 years ago
Craig Oates 89ad7fb269 code formatting in db package. 2 years ago
Craig Oates b469063f74 remove code I moved to the nera package from auth package. 2 years ago
Craig Oates bf8b79021e export define-constant macro in app-constants. 2 years ago
Craig Oates 0941922f57 add nera and status-codes packages. 2 years ago
Craig Oates 490a79a356 add log-in and start account setting functionality. 2 years ago
Craig Oates 2aaefdbf5e add or update HTML templates (all based around user/accounts). 2 years ago
Craig Oates 3b6afd8a4a add password slot to user class. 2 years ago
Craig Oates 7e32795392 re-organise bits of the code (mostly packages are references). 2 years ago
Craig Oates e6ef8bec34 rename authentication to auth (file and package). 2 years ago
Craig Oates c8074c821b make back-up copy of cookie cutter code, for reference. 2 years ago
Craig Oates d6dbcf7ec4 create Caveman2 project (using Caveman2's project generator). 2 years ago
Craig Oates 51d2213aae delete site stubbed out with the cookie cutter app. 2 years ago
Craig Oates 9c251a1698 update licence. 2 years ago
Craig Oates 6257e7ec94 add create-user.sh script. 2 years ago
Craig Oates f5403b6cc2 populate user class. 2 years ago
Craig Oates ff0c121e63 create user class and add to database table. 2 years ago
Craig Oates c5ba5b1e4b switch Fiveam to parachute (testing framework). 2 years ago
Craig Oates 8d52eaf0a6 update .gitignore (databases and /bin directory). 2 years ago
Craig Oates 7d3d3e57d5 create Caveman2 project using vindarel's cl-cookieweb program. 2 years ago
Craig Oates 3177d956f1 go back to using Common Lisp and Caveman2. 2 years ago
Craig Oates ee1bf2f927 create Django project. 2 years ago
Craig Oates 851980f784 copy a Python-base template into .gitignore. 2 years ago
Craig Oates 24b396d47b delete caveman2 (initial install) code. 2 years ago
  1. 28
      static/robot.txt

28
static/robot.txt

@ -1,28 +0,0 @@
# Nicola Ellis and Ritherdon Archive
User-agent: *
Sitemap: https://neandr.nicolaellis.com
Disallow: /setup
Disallow: /run-setup
Disallow: /sign-up
Disallow: /login
Disallow: /logout
Disallow: /dashboard
Disallow: /site-settings
Disallow: /site-settings/
Disallow: /users
Disallow: /user/
Disallow: /create/
Disallow: /user/
Disallow: /edit/
Disallow: /rename/
Disallow: /page/
Disallow: /storage/manage
Disallow: /storage/rename/
Disallow: /storage/delete/
Disallow: /create/
Disallow: /archive/
Disallow: /search
Allow: /archive
Allow: /view/archive/
Allow: /pages
Allow: /view/page/
Loading…
Cancel
Save