klog/README.md
2024-03-07 23:14:31 +01:00

56 lines
2.8 KiB
Markdown

# KLog
[![Build Status](https://app.travis-ci.com/ea4k/klog.svg?branch=master)](https://travis-ci.com/github/ea4k/klog)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/127fac70ffe649438bd323caa61f7153)](https://www.codacy.com/gh/ea4k/klog/dashboard?utm_source=github.com&utm_medium=referral&utm_content=ea4k/klog&utm_campaign=Badge_Grade)
[![CodeFactor](https://www.codefactor.io/repository/github/ea4k/klog/badge)](https://www.codefactor.io/repository/github/ea4k/klog)
[![Coverage Status](https://coveralls.io/repos/github/ea4k/klog/badge.svg?branch=master)](https://coveralls.io/github/ea4k/klog?branch=master)
<img src="https://img.shields.io/github/v/release/ea4k/klog?logo=github&logoColor=white" alt="GitHub release"/>
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
<a href="https://twitter.com/_ea4k"><img src="https://img.shields.io/twitter/follow/_ea4k.svg?style=social&label=Follow" alt="Twitter Follow"/></a>
[![Build status](https://ci.appveyor.com/api/projects/status/4hfa3npj88v2reqs/branch/master?svg=true)](https://ci.appveyor.com/project/ea4k/klog/branch/master)
[![Coverity Scan Build Status](https://scan.coverity.com/projects/23857/badge.svg)](https://scan.coverity.com/projects/ea4k-klog)
[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/5879/badge)](https://bestpractices.coreinfrastructure.org/projects/5879)
![klog-screenshot](https://user-images.githubusercontent.com/29511627/103910279-f1009b80-5104-11eb-9b30-83e436528c56.png)
The objective of KLog is to provide a free software that runs in GNU/Linux, macOS and Windows.
KLog provides general purpose Hamradio DX logging support.
## IMPORTANT
All the mailing lists, code and releases have been removed from Savannah and they are no longer available.
I will wait some days to see if they can be recovered before looking for another place to host all the needed services.
## Website
Check https://www.klog.xyz for news & updates.
Check https://jaime.robles.es for the author homepage.
## Mailing lists
Please join the mailing list at:
- <https://groups.io/g/klog>
## Telegram groups
You can also join the Telegram chat group:
- <https://t.me/klogchat>
The Telegram chat group in Spanish:
- <https://t.me/KLogES>
## Translations
If you are a native in a language different than English or Spanish, please consider helping us translating KLog into your native language.
## Install
Read the INSTALL.txt for installation purposes.
Please send all your suggestions & bug reports.
I hope you enjoy KLog!
73 de Jaime, EA4K
## Testing
KLog includes several tests that can be seen in the tests folders.
You can compile and execute those tests as you compile any other Qt application.
New functionalities should include the appropriate testing before they are released.