https://github.com/elb4rto/craplog
Creates statistics from Apache2 log files
https://github.com/elb4rto/craplog
apache2 apache2-logs apache2-statistics cli gui logs statistics
Last synced: 8 months ago
JSON representation
Creates statistics from Apache2 log files
- Host: GitHub
- URL: https://github.com/elb4rto/craplog
- Owner: elB4RTO
- License: agpl-3.0
- Created: 2021-10-03T13:50:18.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-05T19:09:29.000Z (about 2 years ago)
- Last Synced: 2025-02-24T08:45:47.457Z (over 1 year ago)
- Topics: apache2, apache2-logs, apache2-statistics, cli, gui, logs, statistics
- Homepage:
- Size: 3.32 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# CRAPLOG
A tool to create statistics from Apache2 log files

## Table of contents
- [Overview](#overview)
- [Official versions](#official-versions)
- [Unmantained versions](#unmantained-versions)
- [Something more about Craplog](#more-about-craplog)
## Overview
Craplog is a tool which creates statistics from Apache2 logs.
Please refer to one of the available versions for more informations.
## Official versions
| Version | Repository | Description | Coded with |
| :-----: | :--------: | :---------- | :--------: |
| - | - | - | - |
At the moment all the flavors of Craplog have been archived or are unmantained, but there's a good news!
**Craplog has reborn into [LogDoctor](https://github.com/elB4RTO/LogDoctor)**, a more powerful and stylish fork!
### Unmantained versions
Old versions, which still work just fine, but they're no more getting updated.
| Version | Repository | Description | Coded with |
| :-----: | :--------: | :---------- | :--------: |
| 3.0 | [CLI](https://github.com/elB4RTO/craplog-fullCLI) | Command line version |  |
*Help wanted to keep them alive.*
### Outdated versions
Old versions, which are about to be archived.
| Version | Repository | Description | Coded with |
| :-: | :------------: | :---------- | :--------: |
| 3.1 | [GUI aided CLI](https://github.com/elB4RTO/craplog-GUIaidedCLI) | Command line version with a graphical launcher |  |
### Archived versions
| Version | Repository | Description | Coded with |
| :-----: | :--------: | :---------- | :--------: |
| 5.0 | [GUI](https://github.com/elB4RTO/craplog-fullGUI) | Fully graphical version |  |
| 4.0 | [py GUI](https://github.com/elB4RTO/craplog-pyGUI) | Fully graphical version, achieved with Tkinter |  |
| 2.0 | [origin enhanced](https://github.com/elB4RTO/craplog-originEnhanced) | Original version, enhanced with C++ |   |
| 1.0 | [origin](https://github.com/elB4RTO/craplog-origin) | Original version |  |
## More about Craplog
Craplog has born in early 2021 as a private project: it was a simple bash script with the aim of cleaning Apache2 logs, but it has evolved up to the current stage.
It is now a more complex, public domain project: it makes statistics, allows to view them, has more advanced features to customize it and the way it behaves, it's available in both a GUI version (written in Java) and a CLI version (written in Python), and it keeps growing.