Go to file
Fabian Kurz 0326fb16ed tag 0.8.1 2011-04-04 19:41:03 +00:00
e2csplit Changed files to DOS linebreaks 2008-07-03 11:20:54 +00:00
stereo Initial import of ebook2cw 2008-06-19 18:52:38 +00:00
web minor edits; readme, etc. 2011-04-04 19:22:41 +00:00
COPYING Initial import of ebook2cw 2008-06-19 18:52:38 +00:00
ChangeLog CHangeLog -> ASCII 2011-04-04 19:24:49 +00:00
Makefile Compilation with only OGG or LAME possible 2011-04-02 16:37:05 +00:00
README minor edits; readme, etc. 2011-04-04 19:22:41 +00:00
codetables.h Initial import of ebook2cw 2008-06-19 18:52:38 +00:00
ebook2cw.1 Compilation with only OGG or LAME possible 2011-04-02 16:37:05 +00:00
ebook2cw.bat update docs 2011-01-25 20:25:49 +00:00
ebook2cw.c minor edits; readme, etc. 2011-04-04 19:22:41 +00:00
ebook2cw.conf Disable mappings by default. 2008-07-03 14:15:53 +00:00
isomap.txt readconfig, etc. 2008-07-03 13:13:55 +00:00
md5sums-bin.txt website 2011-01-25 22:01:44 +00:00
utf8map.txt readconfig, etc. 2008-07-03 13:13:55 +00:00

README

ebook2cw v0.8.1 - convert ebooks to morse code - Fabian Kurz, DJ1YFK
---------------------------------------------------------------------

Website: http://fkurz.net/ham/ebook2cw.html

ebook2cw is a command line program which converts a plain text ebook to morse
code MP3 or OGG files. It works on several platforms, including Windows and
Linux.

It automatically splits and numbers the output files by chapters.

For a detailled description, please refer to the man-page or the project
website.


INSTALL
--------
1) Binaries
Statically compiled binaries are available at the project website, for Linux
(i386) and Win32. Those should be suitable for most users.

2) Source
A Makefile is included; it compiles both under Linux and Windows (with MinGW).
DESTDIR is /usr by default (so the binary will be in /usr/bin/).
Support for LAME and/or OGG can be disabled by USE_LAME=NO and USE_OGG=NO
respectively.

make [DESTDIR=..] [USE_OGG=NO] [USE_LAME=NO]
make install



CGI
---
ebook2cw can also be compiled as a CGI, with "make cgi". The executable can
then be used on a webserver and called in the format

http://example.com/cgi-bin/cw.cgi?s=25&e=25&f=600&t=%20hello%20world

which returns a MP3 file with "hello world" at the given speed etc. The order
of the GET parameters must be used as shown above. Real-world examples of
ebook2cw as a CGI can be found at http://lcwo.net/.