-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
49 lines (34 loc) · 1.97 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Project ADIF2XML
Copyright (C) 2021 tania@df9ry.de
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
------------------------------------------------------------------------
Release 0.0.1 as of 2021-04-18, DF9RY - Tania (Tania@DF9RY.de)
------------------------------------------------------------------------
This project is in development. Its purpose is the export of ADIF files
to XML, from where it can be transformed with standard XML tools and
then either direct or by using a XML2??? tool into another format.
Most wanted is the generation of EDI files, that can not be generated
yet by any free utility, so far I know.
Currently the QSO lines for EDI files are generated directly, but this
will be removed as soon as XML export is implemented.
XML transformation files can then tailored to any logbook program. For
this program is a pure commandline tool and written with the greates
portability for each and ever platform, it should be no problem to
incorporate it into any program if the author of this program like to
do so.
I understand the wish to earn money with selling of closed source
logbook programs, but this is not what is my understanding of ham
spirit. So, every bit of code I write for the hamradio community
shall, and will, be GPLed.
If you welcome this approach I will be glad to hear from you.
CU, 73, de Tania, DF9RY
------------------------------------------------------------------------