From e02a6652d824e717e7b742ea6c05dfd2544b9b04 Mon Sep 17 00:00:00 2001 From: elB4RTO Date: Sat, 18 Jun 2022 00:56:35 +0000 Subject: [PATCH] Aggiornare 'README.md' --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 24ff3db..4f6a6a6 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ A tool to create statistics from Apache2 log files - [Overview](#overview) - [Official versions](#official-versions) - [Unmantained versions](#unmantained-versions) +- [Something more about Craplog](#about-craplog)
@@ -26,11 +27,19 @@ Please refer to one of the available versions for more informations. | 5.0 | [GUI](https://git.disroot.org/elB4RTO/craplog-GUI) | Fully graphical version | ![Java](https://img.shields.io/badge/%20-Java-b07219) | | 3.0 | [CLI](https://git.disroot.org/elB4RTO/craplog-CLI) | Command line version | ![Python](https://img.shields.io/badge/%20-Python-3572A5) | -


+
### Unmantained versions Old versions, which work just fine, but they're no more getting updated to fit new Craplog's standards.
Please refer to my [GitHub](https://github.com/elB4RTO/CRAPLOG#unmantained-versions) page to view unmantained versions,
+

+ +## 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 (*and being a wonderful boot-camp for me 💪*) +