├── License.txt ├── README.md ├── countHeavyNodes.groovy ├── createCSVduplicateTags.groovy ├── createCacheFromSitemap.groovy ├── deleteNodeWithProperty.groovy ├── deleteUnusedTags.groovy ├── findPages.groovy ├── findPagesWithComponent.groovy ├── findPagesWithTemplate.groovy ├── findUnusedAssets.groovy ├── findUnusedComponents.groovy ├── mergeDuplicateTags.groovy ├── modifyProperties.groovy ├── sqlQuery.groovy ├── validateDispatcherSecurity.groovy └── xpathQuery.groovy /License.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hashimkhan786/aem-groovy-scripts/HEAD/License.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hashimkhan786/aem-groovy-scripts/HEAD/README.md -------------------------------------------------------------------------------- /countHeavyNodes.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hashimkhan786/aem-groovy-scripts/HEAD/countHeavyNodes.groovy -------------------------------------------------------------------------------- /createCSVduplicateTags.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hashimkhan786/aem-groovy-scripts/HEAD/createCSVduplicateTags.groovy -------------------------------------------------------------------------------- /createCacheFromSitemap.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hashimkhan786/aem-groovy-scripts/HEAD/createCacheFromSitemap.groovy -------------------------------------------------------------------------------- /deleteNodeWithProperty.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hashimkhan786/aem-groovy-scripts/HEAD/deleteNodeWithProperty.groovy -------------------------------------------------------------------------------- /deleteUnusedTags.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hashimkhan786/aem-groovy-scripts/HEAD/deleteUnusedTags.groovy -------------------------------------------------------------------------------- /findPages.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hashimkhan786/aem-groovy-scripts/HEAD/findPages.groovy -------------------------------------------------------------------------------- /findPagesWithComponent.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hashimkhan786/aem-groovy-scripts/HEAD/findPagesWithComponent.groovy -------------------------------------------------------------------------------- /findPagesWithTemplate.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hashimkhan786/aem-groovy-scripts/HEAD/findPagesWithTemplate.groovy -------------------------------------------------------------------------------- /findUnusedAssets.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hashimkhan786/aem-groovy-scripts/HEAD/findUnusedAssets.groovy -------------------------------------------------------------------------------- /findUnusedComponents.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hashimkhan786/aem-groovy-scripts/HEAD/findUnusedComponents.groovy -------------------------------------------------------------------------------- /mergeDuplicateTags.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hashimkhan786/aem-groovy-scripts/HEAD/mergeDuplicateTags.groovy -------------------------------------------------------------------------------- /modifyProperties.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hashimkhan786/aem-groovy-scripts/HEAD/modifyProperties.groovy -------------------------------------------------------------------------------- /sqlQuery.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hashimkhan786/aem-groovy-scripts/HEAD/sqlQuery.groovy -------------------------------------------------------------------------------- /validateDispatcherSecurity.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hashimkhan786/aem-groovy-scripts/HEAD/validateDispatcherSecurity.groovy -------------------------------------------------------------------------------- /xpathQuery.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hashimkhan786/aem-groovy-scripts/HEAD/xpathQuery.groovy --------------------------------------------------------------------------------