-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Port targets and collections from UKWA-UI to this project #2
Comments
Having battled the original site, it's turned out to be easier to just start over, adding the minor changes we need to a vanilla |
Okay, this is going to be done in stages, so I'm breaking this down into separate tickets. |
The majority off this ticket relates to full porting of Targets and Collections to static site generation. This had been investigated in some detail, but generally found that because there are so very many Targets, the static-site approach becomes rather difficult to work with. We can revisit this later. |
Looking at this again, because Target pages would be very useful. The main blocker appears to be dealing with the scale. There are c. 80,000 Targets, so these take a while to generate or to pass through Hugo, so having these in the Docker build breaks the Netlify build. We need Netlify for the CMS workflow, so we can't just do everything like that. So, for deployment, can we use the Netlify workflow and GitHub to manage the CMS pages, but integrate the targets and collections from W3ACT in some kind of ongoing update workflow. i.e. |
The proposal is to port all the static content from the UKWA-UI project over to this one, and augment it so Targets can be browsed as well as Collections.
For the Site Generation task:
.GetPage
will work and we can refer to Targets from Collections and vice versa./collection/
For the static site generator itself:
/ukwa/
and will strip/collapse/ignore the source trailer on the/ukwa/TYPE/ID/source/SSS...
URIs. e.g. http://www.webarchive.org.uk/ukwa/target/26640414/source/subject => http://www.webarchive.org.uk/ukwa/target/26640414/Other ideas
The text was updated successfully, but these errors were encountered: