diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..10a039b --- /dev/null +++ b/README.md @@ -0,0 +1,67 @@ + + KSystemLog - a system log viewer tool for TDE. + + +This program is developed for beginner users, who don't know how to find +information about their Linux system, and don't know where log files are. + +It is also designed for advanced users, who quickly want to understand +problems of their machine with a more powerful and graphical tool than +"tail -f" and "less" commands. + + +Features: +--------- + +* Show all logs of your system, grouped by General + (Default system log, Authentication, Kernel, X.org...), + and optional Services. (Apache, Cups,...) +* Colorize log lines depending on their severities +* Tabbed view to allow displaying several logs at the same time +* Auto display new lines logged +* Fast parsing and reading (more than 10000 lines each 5 seconds) +* Detailed informations for each log lines +* Quick filter +* Able to send a log message manually to the system. +* Save, copy to clipboard and printing are of course available. + + +KSystemLog can parse the following log files of your system : + +- System logs +- X.org logs +- Kernel logs +- Authentication logs +- Acpid logs +- Cups logs +- Postfix logs +- Apache logs +- Samba logs +- Daemons logs +- Cron logs +- XSessions logs + +. + +Contributing +-------------- + +If you wish to contribute to KSystemLog, you might do so: + +- TDE Gitea Workspace (TGW) collaboration tool. + https://mirror.git.trinitydesktop.org/gitea + +- TDE Weblate Translation Workspace (TWTW) collaboration tool. + https://mirror.git.trinitydesktop.org/weblate + + +Translations status +--------------------- + +### messages +[![Translations status](https://mirror.git.trinitydesktop.org/weblate/widgets/applications/-/ksystemlog/multi-auto.svg +"Engage in translating")](https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksystemlog/) + +### desktop files +[![Translations status](https://mirror.git.trinitydesktop.org/weblate/widgets/applications/-/ksystemlog-desktop-files/multi-auto.svg +"Engage in translating")](https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksystemlog-desktop-files/) |