One of use cases of AEM is managing microsites, it works cool but i need to export those microsites (set of raled pages, js, css, images, videos) to browser which working in offline mode, how i can accomplish that behavior??
Please describe approaches, features and practices, Thanks
Solved! Go to Solution.
Views
Replies
Total Likes
If you want to export the site, you need to create the package from package manager and install on the offline CQ5 server.
Package should include all your code(jsp,js, css, java libs etc) and contents.
If you want to download all the cq5 contents as static files, you can try some desktop tools like HTTrack website copier, or any other tool.
Views
Replies
Total Likes
If you want to export the site, you need to create the package from package manager and install on the offline CQ5 server.
Package should include all your code(jsp,js, css, java libs etc) and contents.
If you want to download all the cq5 contents as static files, you can try some desktop tools like HTTrack website copier, or any other tool.
Views
Replies
Total Likes
Yes, I want to export as static files which opened in browser as offline page, I want to use some AEM features for this purpose, are they exist? (I want to do this programmatically)
Views
Replies
Total Likes
Static agent is one option[1]. What is exact use case? After exporting you want to edit or just validate?
[1] http://www.wemblog.com/2012/02/how-to-use-static-agent-in-cq-wem.html
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies