YFKlog Perl Ham Radio logger: https://fkurz.net/ham/yfklog.html
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Fabian Kurz 0ec4fc3642 Initial import of yfklog 16 years ago
..
clubs Initial import of yfklog 16 years ago
.yfklog Initial import of yfklog 16 years ago
AUTHORS Initial import of yfklog 16 years ago
BUGS Initial import of yfklog 16 years ago
CHANGELOG Initial import of yfklog 16 years ago
HACKING Initial import of yfklog 16 years ago
INSTALL Initial import of yfklog 16 years ago
MANUAL Initial import of yfklog 16 years ago
README Initial import of yfklog 16 years ago
TODO Initial import of yfklog 16 years ago
db_log.sql Initial import of yfklog 16 years ago
dbs.sql Initial import of yfklog 16 years ago
search.php Initial import of yfklog 16 years ago
yfk.pl Initial import of yfklog 16 years ago
yfksubs.pl Initial import of yfklog 16 years ago
zweckform3475.lab Initial import of yfklog 16 years ago

README

YFKlog 0.1.0 - A general purpose Ham Radio Logbook  
------------------------------------------------------------------------------

1. Project Description
----------------------
YFKlog is a general purpose logbook to keep track of amateur
radio contacts. The key characteristics are:

- Console based, bloat-free text interface.
- MySQL database backend
- Unlimited number of logs manageable
- ADIF Import/Export
- Automatic creation of online logsearch
- High Quality QSL label printing
- uses K1EA's cty.dat

2. Project Website
------------------
The latest version can be found at
http://fkurz.net/ham/yfklog.html

3. System requirements
----------------------
YFKlog was developed on Mandrake Linux 9.2 and FreeBSD 5.3
with Perl v5.8.5.

It requires the Perl modules:
(- strict)
- DBI - Database
- Curses - console screen handling
- Net::FTP - upload of searchable onlinelog
- POSIX - acos() function for distance and direction

A connection to a MySQL Database, not neccessarily on the same
machine as YFKlog is needed.

For generating QSL-labels, pdflatex with the 'geometry' package is
needed.

YFKlog was designed to run in a console with 80x24 characters.

4. Files and Directories
------------------------
yfk.pl - Main program
yfksubs.pl - Subroutines
*.lab - QSL-label description files
db_log.sql - Code to generate a logbook table
db_club.sql - Code to generate table for club membership data
db_call.sql - Code to generate table for Names/QTHs
.yfklog - Configuration file
search.php - PHP Online-Search (very simple :-)


5. Installation
---------------

See INSTALL