wmclockmon: update change-log
[dockapps.git] / ascd / ascd / README
blob619ca78a7b6ad415a30bb9ae4ec0afc33c0a1b45
1 ========================================================================
2                                  AScd 0.13
3                  CD player for Afterstep and Window Maker
4 ========================================================================
6 MAINTAINER:
8                  Denis Bourez:
9                - email: denis@rsn.fdn.fr
10                - AScd home page: http://worldserver.oleane.com/rsn/
12 AScd ORIGINAL AUTHOR:
14                  Rob Malda:
15                - email: malda@slashdot.org
16                - WWW: http://CmdrTaco.net/
18 ========================================================================
20 DESCRIPTION:
22 AScd is a CD player that can be "docked" on the Afterstep Wharf or the
23 Window Maker dock. It uses libworkman to access CD drivers.
25 ========================================================================
27 HISTORY:
29 AScd 0.1 -> 0.6
30 ---------------
32 The original code was taken by Rob Malda from asclock (Afterstep wharf
33 module, by Beat Christen <bchriste@iiic.ethz.ch>) and from workbone (CD
34 driver).
36 AScd 0.7 -> 0.9
37 ---------------
39 I removed all the workbone code (Linux specific): ascd could then be compiled
40 on several UN*X flavors. I took a big part or the WorkMan (see at the end of
41 this text) src and merged it with the ascd 0.4 interface. The WorkMan code
42 was compiled as a library.
44 AScd >= 0.10
45 ------------
47 WorkMan has splitted in 2 parts: the ui and the lib, named libworkman. So,
48 AScd uses this brand new lib, instead of the one which was included in the
49 AScd's archive. WorkMan's maintainer is Dirk Foersterling
50 (milliByte@DeathsDoor.com).
52 AScd >= 0.12
53 ------------
55 AScd no longer includes the pixmaps in the source files. It is now possible
56 to change the pixmaps theme at run time. AScd now needs a directory where
57 to store the pixmaps. The default is /usr/local/share/AScd.
59 AScd >= 0.13
60 ------------
62 The theme files are now fully customizable. All theme directories are
63 installed by default in /usr/local/share/AScd/Themes.
65 ========================================================================
66                              HOW TO COMPILE????
67 ========================================================================
69 You need to download, compile and install the WorkMan library. Please
70 use the 99/05/05 snapshot wish can be found on the AScd's home page or
71 on the primary ftp site for WorkMan:
73 ftp://ftp.midwinter.com/WorkMan/snapshots/
75 ========================================================================
76                               CONFIGURATION
77 ========================================================================
79 Run ./configure
81 This script will ask you a few questions about compilation-time
82 options, and generate a "config.h" file matching your choices. The
83 script will then run xmkmf to generate the Makefile.
85 ========================================================================
86                           COMPILATION/INSTALLATION
87 ========================================================================
89 IMPORTANT NOTE: if you're upgrading from AScd 0.12, please remove
90 everything in the AScd default directory (/usr/local/share/AScd) as the
91 theme files are *not* compatible.
93     make
95   - If you want to try the program, just type
97     ./ascd
99     (try './ascd -help' to see the commandline options)
101     If everything is ok, you can install the program and the
102     man page:
104     make install
105     make install.man
108 * installation for AfterStep
109   --------------------------
111   Add a line in your ~/.steprc file:
113   *Wharf - - Swallow "ascd" /usr/local/bin/ascd -device /dev/wcd0a &
115   (customized to your system settings of course!)
117 * installation for Window Maker
118   -----------------------------
120   Launch ascd with the "+w" option.
121   Dock ascd by dragging it to the dock.
123 ========================================================================
124                                 CREDITS
125 ========================================================================
127   Denis Bourez (denis@rsn.fdn.fr) http://worldserver.oleane.com/rsn/
128   Rob Malda (malda@slashdot.org)  http://CmdrTaco.net/
130   The 0.12 *digits.xpm were taken and modified from wmitime, an excellent
131   clock applet for Window Maker. Wmitime was written by Dave Clark
132   (clarkd@skynet.ca) More info at: http://www.neotokyo.org. I added the
133   lower case letters.
135   The new 0.13 default font is fully 8bit compatible! It has been drawn
136   by Stefan Zeiger (szeiger@novocode.com).
137 ========================================================================
138                                                 Denis Bourez, 05/17/1999