Solved
Archive AEM pages & exporting AEM content as zip
Hello all - We have the following requirements related to archiving
- Archive the pages in AEM each year. The archive is not supposed to have dynamic behaviour as in search etc but the pages should maintain still maintain links with each other.
- Archive CSS and JS as well for that year and the pages should reference these files rather than the live ones
- Export the archive as a zip(this zip will contain HTML pages and not the package manager zip which only AEM can understand) and this zip file will be stored for the record management tool and can also be downloaded by a user to view the HTML pages offline.
Has anyone implemented these functionalities in AEM?