One folder of the HTML for all ITEM pages?

Greetings! I am working with a information scientist who would like to get the HTML code for all the ITEM pages in one fell swoop. Instead of going Item Page by Item Page, view the page source, they would like to know if there’s anyplace where this page source data live in the file manager? Please see question below. Thanks for any insights or guidance you may have.

Where could we access the collective source HTML for an Omeka website? We are looking to modify the HTML of the Omeka site directly. While the HTML of a website page can be accessed through a browser, we want to have the HTML files for each individual page of our website together as a collective.

Omeka stores the data in a database and generates the pages dynamically. So there isn’t a folder on the server that has the HTML for every item page or something like that.

There are tools you can use to crawl a site and save each page and you might look into those. If you want to modify the pages like it says in your quotation, then you probably just want to edit the theme, which will change every page.

Ah yes, that makes sense. I’ll try doing a crawl. Thanks so much!