wmcalc: Update README.

In particular,
- Update maintainer.
- Remove version-specific information.
- Update installation instructions.
- Add previously released version 0.4 to changelog.
This commit is contained in:
Doug Torrance 2015-01-10 10:59:51 -06:00 committed by Carlos R. Mafra
parent 0ac867513a
commit a43ce43092

View file

@ -1,9 +1,9 @@
wmcalc Ver. 0 Rel 4 wmcalc
------------------------------------------------------------- -------------------------------------------------------------
Code is loosely based on wmppp, wmload, wmtime, wmcp, and asbutton Code is loosely based on wmppp, wmload, wmtime, wmcp, and asbutton
Original Author: Edward H. Flora <ehflora@access1.net> Original Author: Edward H. Flora <ehflora@access1.net>
Current Maintainer: Gordon Fraser <gordon@debian.org> Current Maintainer: Window Maker Developers Team
Ver 0 Rel 4 May 25, 2002 <wmaker-dev@lists.windowmaker.org>
DESCRIPTION: DESCRIPTION:
------------ ------------
@ -36,20 +36,14 @@ bugs in the code, etc.
INSTALLATION: INSTALLATION:
------------- -------------
Untar the file:
tar xvzf wmcalc-0.3.tar.gz
CD to source directory:
cd wmcalc-0.3
Compile it: Compile it:
make clean; make make clean; make
Copy the config file: As root, install it:
cp .wmcalc ~ make install
Put the executable somewhere in your path: Optionally, copy the config file:
mv wmcalc /usr/local/bin (or anyhere in your path) cp wmcalc.conf ~/.wmcalc
Run it: Run it:
wmcalc & wmcalc &
@ -141,6 +135,9 @@ The background border is defined in backdrop.xpm.
CHANGE LOG: CHANGE LOG:
----------- -----------
0.4 Added global config file
Maintained by Gordon Fraser <gordon@debian.org>
0.3 Added "Locked" memory capabilities via config file 0.3 Added "Locked" memory capabilities via config file
General Code clean-up General Code clean-up
Keyboard Support - may not be platform independent Keyboard Support - may not be platform independent