{"id":18925137,"url":"https://github.com/exadel-inc/etoolbox-link-inspector","last_synced_at":"2025-10-25T04:12:43.326Z","repository":{"id":46565215,"uuid":"351754121","full_name":"exadel-inc/etoolbox-link-inspector","owner":"exadel-inc","description":"The tool for Adobe Experience Manager that detects broken links and allows to perform batch processing on them","archived":false,"fork":false,"pushed_at":"2025-07-28T11:40:15.000Z","size":1345,"stargazers_count":18,"open_issues_count":17,"forks_count":2,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-07-28T12:07:34.512Z","etag":null,"topics":["aem","exadel-martech","hacktoberfest","hacktoberfest2021"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/exadel-inc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-03-26T11:08:07.000Z","updated_at":"2025-06-27T08:49:04.000Z","dependencies_parsed_at":"2024-04-02T10:43:08.221Z","dependency_job_id":"493d9c41-805e-4e2b-92bd-da65fff4ffdc","html_url":"https://github.com/exadel-inc/etoolbox-link-inspector","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/exadel-inc/etoolbox-link-inspector","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exadel-inc%2Fetoolbox-link-inspector","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exadel-inc%2Fetoolbox-link-inspector/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exadel-inc%2Fetoolbox-link-inspector/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exadel-inc%2Fetoolbox-link-inspector/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/exadel-inc","download_url":"https://codeload.github.com/exadel-inc/etoolbox-link-inspector/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exadel-inc%2Fetoolbox-link-inspector/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268597644,"owners_count":24276039,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-03T02:00:12.545Z","response_time":2577,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aem","exadel-martech","hacktoberfest","hacktoberfest2021"],"created_at":"2024-11-08T11:09:43.185Z","updated_at":"2025-10-25T04:12:38.275Z","avatar_url":"https://github.com/exadel-inc.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# EToolbox Link Inspector\n\n![GitHub contributors](https://img.shields.io/github/contributors/exadel-inc/etoolbox-link-inspector)\n![GitHub Repo stars](https://img.shields.io/github/stars/exadel-inc/etoolbox-link-inspector?style=plastic)\n![GitHub issues](https://img.shields.io/github/issues/exadel-inc/etoolbox-link-inspector)\n[![License](https://img.shields.io/badge/License-Apache%202.0-green.svg)](https://opensource.org/licenses/Apache-2.0)\n\n\u003cimg src=\"_img/logo.svg\" width=100\u003e\n\n**EToolbox Link Inspector** is a tool for Adobe Experience Manger (AEM) that collects broken links (external/internal) under the specified content path. The tool generates a comprehensive report with the detailed information about broken links and provides content managers with a possibility to fix batches of broken links via UI dialog.\n\n## Description\n**EToolbox Link Inspector** gathers the following data in relation to broken links:\n- link href\n- link type\n- http status code\n- status message\n- reference to the page containing the link, including the page's title and location\n- reference to the component containing the link, including the component's title, resource type and location\n- reference to the property containing the link, including the property's name and location\n\n![Overview](_img/readme-1.png)\n\nThe primary focus is detection of broken links on an Author instance and correcting them by content managers before going to live.\n\nThe tool provides a possibility to fix broken links (single as well as batches) via TouchUI based dialogs:\n\n![fix-broken-link](_img/readme-2.png)\n\n![replace-by-pattern](_img/readme-3.png)\n\nBesides, there is a broad set of configurable options for report generation allowing to set up content and links filtering in order to have a more precise inspection.\n\nSee [project's Wiki](#) for more details.\n\n## System Requirements\n\nAEM 6.5 | AEM 6.4 | Java SE | Maven\n---------|---------|---------|---------\n6.5.5.0+ | 6.4.8.1+ | 8, 11 | 3.3.9+\n\n## Installation\nThe tool can be installed using the package or via building the project.\n\n### Package \n1. Get the latest package version from https://github.com/exadel-inc/etoolbox-link-inspector/releases\n2. Install the package _**etoolbox-link-inspector.all-XX.zip**_ using the _Package Manager_\n3. Ensure that the bundle **_EToolbox Link Inspector - Core (etoolbox-link-inspector.core)_** is in _Active_ state.\n\n### How to build\n\nTo build all the modules and deploy the `all` package to a local instance of AEM, run in the project root directory the following command:\n\n   `mvn clean install -PautoInstallSinglePackage`\n\n## Getting Started\nAfter the [Installation](#Installation) steps are completed it is necessary to:\n1. Set up the cron expression and enable the scheduler task at _/system/console/configMgr/com.exadel.etoolbox.linkinspector.core.schedulers.DataFeedGenerationTask_, see the [Scheduled Data Feed Generation](#) section in Wiki for more details;\n2. Set up the root path for searching broken links at _/system/console/configMgr/com.exadel.etoolbox.linkinspector.core.services.data.impl.GridResourcesGeneratorImpl_, see the [Data Filtering](#) section in Wiki for more details.\n\nThe report generation will start in accordance with the configured cron. As soon as the data feed is generated, the results will be available at **_Tools \u003e EToolbox \u003e Link Inspector_**\n(_\u003cYOUR_AEM_INSTANCE\u003e/etoolbox/link-inspector.html_)\n\nCheck out the [Data Filtering](#) section in Wiki for more filtering options.\n\n## Documentation\n\nYou can find the documentation [in the project's Wiki](#).  \n\n## Contributing\n\nContributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**.\n\n1. Fork the Project\n2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)\n4. Push to the Branch (`git push origin feature/AmazingFeature`)\n5. Open a Pull Request\n\n## License\n\nThis project is available under the [Apache License, Version 2.0](https://opensource.org/licenses/Apache-2.0).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexadel-inc%2Fetoolbox-link-inspector","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fexadel-inc%2Fetoolbox-link-inspector","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexadel-inc%2Fetoolbox-link-inspector/lists"}