{"id":36428216,"url":"https://github.com/web-vision/ai-llms-txt","last_synced_at":"2026-01-11T18:18:35.025Z","repository":{"id":321595201,"uuid":"1086421209","full_name":"web-vision/ai-llms-txt","owner":"web-vision","description":null,"archived":false,"fork":false,"pushed_at":"2025-12-30T12:51:14.000Z","size":100,"stargazers_count":3,"open_issues_count":4,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-03T00:24:45.567Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/web-vision.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-30T11:53:14.000Z","updated_at":"2025-12-30T12:51:18.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/web-vision/ai-llms-txt","commit_stats":null,"previous_names":["web-vision/ai-llms-txt"],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/web-vision/ai-llms-txt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/web-vision%2Fai-llms-txt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/web-vision%2Fai-llms-txt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/web-vision%2Fai-llms-txt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/web-vision%2Fai-llms-txt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/web-vision","download_url":"https://codeload.github.com/web-vision/ai-llms-txt/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/web-vision%2Fai-llms-txt/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28317697,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-11T14:58:17.114Z","status":"ssl_error","status_checked_at":"2026-01-11T14:55:53.580Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2026-01-11T18:18:34.219Z","updated_at":"2026-01-11T18:18:35.016Z","avatar_url":"https://github.com/web-vision.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LLMS TXT Generator for TYPO3\n\n[![TYPO3 13](https://img.shields.io/badge/TYPO3-13-orange.svg)](https://get.typo3.org/version/13)\n[![PHP 8.2+](https://img.shields.io/badge/PHP-8.2+-blue.svg)](https://www.php.net/)\n[![License: GPL v2+](https://img.shields.io/badge/License-GPL%20v2+-blue.svg)](https://www.gnu.org/licenses/gpl-2.0)\n\nTYPO3 extension for generating `llms.txt` links according to the [llmstxt.org specification](https://llmstxt.org/) to control Large Language Model crawling policies.\n\n## Features\n\n- **Automatic llms.txt generation** - Creates policy files according to the official specification\n- **Site navigation structure** - Includes your site's navigation hierarchy in the llms.txt file\n- **Configurable metadata** - Add topics, contact information, and custom descriptions\n- **Markdown export** - Convert any TYPO3 page to Markdown format via `.md` suffix\n- **TYPO3 v13 compatibility** - Built specifically for TYPO3 v13 using modern PHP practices\n\n## What is llms.txt?\n\nllms.txt is an emerging standard for websites to communicate with Large Language Models and AI systems. Similar to robots.txt for web crawlers, llms.txt files provide:\n\n- **Crawling policies** - Guidelines for AI systems on how to interact with your content\n- **Site structure** - Navigation and content organization information\n- **Metadata** - Topics, contact information, and site descriptions\n- **Content access** - Direct links to machine-readable content formats\n\n## Installation\n\n### Composer (Recommended)\n\n```bash\ncomposer require web-vision/ai-llms-txt\n```\n\n## Quick Start\n\nAfter installation, the extension works immediately with default settings:\n\n- **llms.txt generation**: Visit `https://yoursite.com/?type=1699`\n- **Markdown pages**: Visit `https://yoursite.com/?type=1701`\n\nwith Route Enhancer:\n\n- **llms.txt file**: Visit `https://yoursite.com/.well-known/llms.txt`\n- **Markdown pages**: Add `.md` to any page URL (e.g., `https://yoursite.com/about.md`)\n\n## Configuration\n\nAll settings can be configured in your site configuration.\n\n\n## Route Configuration\n\nTo enable user-friendly URLs, include the route enhancers in your site configuration:\n\n```yaml\n# config/sites/main/config.yaml\nimports:\n  -\n    resource: 'EXT:ai_llms_txt/Configuration/Routes/RouterEnhancer.yaml'\n```\n\nThis enables:\n- `.md` suffix for Markdown content\n- `llms.txt` for direct access to the specification file\n\n## Usage Examples\n\n### Accessing Generated Content\n\n**llms.txt files:**\n- `https://yoursite.com/?type=1699`\n- `https://yoursite.com/.well-known/llms.txt` - with route enhancer\n- `https://yoursite.com/llms.txt` - Alternative access (with route enhancer)\n\n**Markdown content:**\n- `https://yoursite.com/?type=1701`\n- `https://yoursite.com/about.md` - Markdown version of your About page\n- `https://yoursite.com/services/consulting.md` - Markdown version of any page\n\n\n## Requirements\n\n- **TYPO3**: 13.0 or higher\n- **PHP**: 8.2 or higher\n- **Dependencies**: league/html-to-markdown (automatically installed)\n\n## Documentation\n\nComprehensive documentation is available covering:\n\n- [Installation and Configuration](Documentation/Administrator/Index.rst)\n- [Editor Guidelines](Documentation/Editor/Index.rst)\n- [Developer API Reference](Documentation/Developer/Index.rst)\n- [TypoScript Configuration](Documentation/Configuration/Index.rst)\n\n## Contributing\n\nContributions are welcome! Please:\n\n1. Follow TYPO3 coding standards\n2. Include tests for new features\n3. Update documentation for configuration changes\n4. Use dependency injection patterns\n5. Maintain strict typing\n\n## License\n\nThis extension is licensed under GPL v2+ - see the [LICENSE](LICENSE) file for details.\n\n## Support\n\n- **Documentation**: Full documentation in the `Documentation/` folder\n- **Issues**: Report issues via the project issue tracker\n- **Community**: Join TYPO3 community discussions for general TYPO3 support\n\n## Related\n\n- [llmstxt.org](https://llmstxt.org/) - Official specification\n- [TYPO3 Documentation](https://docs.typo3.org/) - TYPO3 CMS documentation\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweb-vision%2Fai-llms-txt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fweb-vision%2Fai-llms-txt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweb-vision%2Fai-llms-txt/lists"}