Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/terminal42/contao-documentsearch
https://github.com/terminal42/contao-documentsearch
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/terminal42/contao-documentsearch
- Owner: terminal42
- License: mit
- Created: 2012-03-16T14:48:52.000Z (almost 13 years ago)
- Default Branch: develop
- Last Pushed: 2013-11-21T18:14:25.000Z (about 11 years ago)
- Last Synced: 2024-05-01T11:23:00.719Z (8 months ago)
- Language: PHP
- Homepage:
- Size: 355 KB
- Stars: 3
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DocumentSearch
## About
DocumentSearch is an extension for Contao Open Source CMS. It can
extract file content (e.g. PDF) and add the document to Contao's search
engine.To support certain file types (e.g. PDF, Word, Excel), you will need to
install and configure server-side components (see configuration manual).## Dependencies
- Contao Core >= 3.1
## Manuals
- [Configuration](docs/configuration.md)
- [Development](docs/development.md)