klog/README.md

58 lines
2.9 KiB
Markdown
Raw Permalink Normal View History

2021-01-07 15:57:20 +00:00
# KLog
2021-08-23 15:56:56 +00:00
[![Build Status](https://app.travis-ci.com/ea4k/klog.svg?branch=master)](https://travis-ci.com/github/ea4k/klog)
2021-08-31 07:07:17 +00:00
[![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)
2021-09-04 17:26:29 +00:00
[![CodeFactor](https://www.codefactor.io/repository/github/ea4k/klog/badge)](https://www.codefactor.io/repository/github/ea4k/klog)
2021-05-25 20:19:48 +00:00
[![Coverage Status](https://coveralls.io/repos/github/ea4k/klog/badge.svg?branch=master)](https://coveralls.io/github/ea4k/klog?branch=master)
2021-06-17 20:01:40 +00:00
<img src="https://img.shields.io/github/v/release/ea4k/klog?logo=github&logoColor=white" alt="GitHub release"/>
2021-06-17 20:55:38 +00:00
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
2021-06-17 20:10:47 +00:00
<a href="https://twitter.com/_ea4k"><img src="https://img.shields.io/twitter/follow/_ea4k.svg?style=social&label=Follow" alt="Twitter Follow"/></a>
2021-10-05 19:47:35 +00:00
[![Build status](https://ci.appveyor.com/api/projects/status/4hfa3npj88v2reqs/branch/master?svg=true)](https://ci.appveyor.com/project/ea4k/klog/branch/master)
2021-10-13 12:52:32 +00:00
[![Coverity Scan Build Status](https://scan.coverity.com/projects/23857/badge.svg)](https://scan.coverity.com/projects/ea4k-klog)
2022-08-24 13:35:45 +00:00
[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/5879/badge)](https://bestpractices.coreinfrastructure.org/projects/5879)
2024-03-12 21:58:42 +00:00
[![Known Vulnerabilities](https://snyk.io/test/github/ea4k/klog/badge.svg)](https://snyk.io/test/github/ea4k/klog)
2024-03-12 21:59:29 +00:00
![klog-screenshot](https://user-images.githubusercontent.com/29511627/103910279-f1009b80-5104-11eb-9b30-83e436528c56.png)
2024-03-12 21:58:42 +00:00
2021-01-07 15:57:20 +00:00
2021-04-17 09:56:08 +00:00
The objective of KLog is to provide a free software that runs in GNU/Linux, macOS and Windows.
2021-05-23 09:36:11 +00:00
KLog provides general purpose Hamradio DX logging support.
2021-01-07 15:57:20 +00:00
2021-08-31 14:40:28 +00:00
## IMPORTANT
2021-03-26 19:06:43 +00:00
All the mailing lists, code and releases have been removed from Savannah and they are no longer available.
2021-03-26 19:06:20 +00:00
I will wait some days to see if they can be recovered before looking for another place to host all the needed services.
2021-01-07 15:57:20 +00:00
## 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:
2022-08-18 16:52:08 +00:00
- <https://groups.io/g/klog>
2021-01-07 15:57:20 +00:00
## Telegram groups
You can also join the Telegram chat group:
2022-08-18 16:52:08 +00:00
- <https://t.me/klogchat>
2021-01-07 15:57:20 +00:00
The Telegram chat group in Spanish:
2022-08-18 16:52:08 +00:00
- <https://t.me/KLogES>
2021-01-07 15:57:20 +00:00
## 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!
2021-09-04 17:26:29 +00:00
73 de Jaime, EA4K
2022-10-06 11:09:41 +00:00
## 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.
2022-10-06 11:10:43 +00:00
New functionalities should include the appropriate testing before they are released.