Updated the URL of the project.

pull/17/head
Christian Jacobs 2013-10-04 15:42:53 +01:00
rodzic 432c262df5
commit 894380781f
2 zmienionych plików z 4 dodań i 4 usunięć

Wyświetl plik

@ -19,13 +19,13 @@
PyQSO
=====
PyQSO is a simple Python-based contact logging tool for amateur radio operators.
PyQSO is a general-purpose contact logging tool for amateur radio operators.
Assuming that the current working directory is PyQSO's base directory (the directory that the Makefile is in), PyQSO can be installed via the terminal with the following command:
`make install`
Note: `sudo` may be needed for this. Once installed, the following command will run PyQSO:
Note: 'sudo' may be needed for this. Once installed, the following command will run PyQSO:
pyqso
@ -49,5 +49,5 @@ PyQSO depends on:
* gir1.2-gtk-3.0
* python-mpltoolkits.basemap
* python-numpy
* python-matplotlib-1.3.0
* python-matplotlib (version 1.3.0)

Wyświetl plik

@ -56,7 +56,7 @@ PyQSO is a general-purpose logging tool for amateur radio operators. It provides
\item Remove duplicate QSOs.
\item Basic support for the Hamlib library.
\end{itemize}
The source code for PyQSO is available for download at: \texttt{www.launchpad.net/pyqso}
The source code for PyQSO is available for download at: \texttt{https://github.com/ctjacobs/pyqso}
\section{Data storage model}
Many amateur radio operators choose to store all the contacts they ever make in a single \textit{logbook}, whereas others keep a separate logbook for each year, for example. Each logbook may be divided up to form multiple distinct \textit{logs}, perhaps one for casual repeater contacts and another for DX'ing. Finally, each log can contain multiple \textit{records}. PyQSO is based around this three-tier model for data storage, going from logbooks at the top to individual records at the bottom.