diff options
Diffstat (limited to 'office/Ted/README')
-rw-r--r-- | office/Ted/README | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/office/Ted/README b/office/Ted/README new file mode 100644 index 000000000000..53f2b3916d4d --- /dev/null +++ b/office/Ted/README @@ -0,0 +1,14 @@ +Ted is a lightweight Word-processor that uses the RTF-format. It supports +multiple fonts and can print to PostScript printers. Ted is simple to use, +is easily compiled. + +Additional packages with spellcheckers for different languages exist and +can be downloaded from the Ted homepage. + +Ted can be compiled with different toolkits, which defaults to GTK. To +define another toolkit (Choices are GTK, MOTIF and QT), you can specify +this on the commandline: + +TOOLKIT=MOTIF ./Ted.SlackBuild + + |