File | Date | Author | Commit |
---|---|---|---|
.github | 2022-01-04 |
![]() |
[cb7016] Update issue templates |
docker | 2022-12-07 |
![]() |
[d78db0] ADDED docker folder with my local docker dev env |
docs | 2022-12-12 |
![]() |
[a7dfbd] update docs and readme |
public_html | 2022-12-13 |
![]() |
[bc49cf] add missing file: backend/get.php |
.gitattributes | 2021-03-19 |
![]() |
[f26b23] 2021-02-19: v0.142 |
.gitignore | 2022-12-13 |
![]() |
[bc49cf] add missing file: backend/get.php |
README.md | 2022-12-12 |
![]() |
[a7dfbd] update docs and readme |
history.txt | 2022-12-12 |
![]() |
[a7dfbd] update docs and readme |
AhCrawler is a search engine for your website and analytics tool.
This is free software and Open Source
GNU General Public License (GNU GPL) version 3
๐ค Author: Axel Hahn\
๐งพ Source: https://github.com/axelhahn/ahcrawler/\
๐ License: GNU GPL 3.0\
๐ Docs: see https://www.axel-hahn.de/docs/ahcrawler/
โ ๏ธ Important notice:
In version v0.156 the filestructure was changed.
--> See Upgrade to v0.156
It is written in PHP and consists of
- crawler (spider) and indexer
- search for your website
- website analyzer with
- ssl certificate check
- saved cookies
- http response header check
- linkchecker (http status check of all links, css, images, ...)
It runs with PHP 7.3 and higher (up to PHP 8.1).
It uses PDO to store indexed data. So far sqlite and mysql were tested.
This is not a version 1.x yet ... let me do some more work :-)
see the docs https://www.axel-hahn.de/docs/ahcrawler/get_started.htm