summaryrefslogtreecommitdiffstats
path: root/kscd/libwm/README
diff options
context:
space:
mode:
authortoma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-11-25 17:56:58 +0000
committertoma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-11-25 17:56:58 +0000
commite2de64d6f1beb9e492daf5b886e19933c1fa41dd (patch)
tree9047cf9e6b5c43878d5bf82660adae77ceee097a /kscd/libwm/README
downloadtdemultimedia-e2de64d6f1beb9e492daf5b886e19933c1fa41dd.tar.gz
tdemultimedia-e2de64d6f1beb9e492daf5b886e19933c1fa41dd.zip
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdemultimedia@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kscd/libwm/README')
-rw-r--r--kscd/libwm/README20
1 files changed, 20 insertions, 0 deletions
diff --git a/kscd/libwm/README b/kscd/libwm/README
new file mode 100644
index 00000000..69b4ae65
--- /dev/null
+++ b/kscd/libwm/README
@@ -0,0 +1,20 @@
+$Id$
+
+This directory contains the WorkMan library.
+
+libworkman is a multi-plaform CD-Player library for creating various
+CD-Player-UIs.
+
+06.03.2003 Alex Kern <alex.kern@gmx.de>
+ I have reworked most part of libworkman, get rid of most of externals
+ add cdda support for linux and, I hope not breaked it for SUN ;-)
+
+ Interface was cleaned, that means for a potentialy application developers
+ new rules:
+ 1. please include only wm_cdrom.h it's all defines and functions, what
+ you need. You have any exceptions.
+ 2. for cdtext, include wm_cdtext.h
+ 3. for cddb, include wm_cddb.h (think, it's not so powerfull and can be replaced with
+ any new external library.
+ 4. wm_cdinfo declares any externals now, I will change it in the future
+ \ No newline at end of file