summaryrefslogtreecommitdiff
path: root/ham/cwtext/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'ham/cwtext/DESCR')
-rw-r--r--ham/cwtext/DESCR20
1 files changed, 4 insertions, 16 deletions
diff --git a/ham/cwtext/DESCR b/ham/cwtext/DESCR
index b4020657af0..490d3d7e22e 100644
--- a/ham/cwtext/DESCR
+++ b/ham/cwtext/DESCR
@@ -1,16 +1,4 @@
-About the project
-
-We plan to build a program that will accept ASCII text as input and generate
-International Morse Code as output. The output formats can be:
-
- - . -..- - (text) on the console
- Raw audio on /dev/audio (8bit PCM data)
- .wav files
- .ogg or (proprietary format) compressed audio
-
-International Morse Code
-
-Supported character set includes [A-Za-z] (all downcased as Morse is not case
-sensitive), [0-9], ",-.?/" plus a few procedural characters (SK, AR, BT etc).
-
-WWW: http://cwtext.sourceforge.net/
+Convert text to International Morse Code. Input is ASCII text.
+Output can be: - . -..- - on the console, raw 8bit PCM suitable
+for piping to /dev/audio, .wav files or even (mp3|ogg).
+Good for headlines on your MP3 player or code practice.