phoned/README

43 lines
1.6 KiB
Plaintext
Raw Normal View History

2005-06-22 22:29:13 -04:00
$Amigan: phoned/README,v 1.7 2005/06/23 02:29:13 dcp1990 Exp $
2005-05-31 20:37:22 -04:00
+=======================================+
| phoned |
| (C)2005, Dan Ponte |
+=======================================+
This is the phoned distribution, version 0.1.
phoned is distributed under the license outlined in COPYRIGHT. Please read
it before use!
This is now a hybrid of the older cidserv distribution. I might go to CVS
some day.
To build, simply type 'make'. phoned was written for BSD make (just "make"
on regular BSD systems, "pmake" on many linux machines.) For further
2005-06-19 23:16:24 -04:00
installation instructions, please see doc/install_guide.txt, which may be
out of date.
2005-05-31 20:37:22 -04:00
2005-06-13 22:45:36 -04:00
NOTE that lib/libpvf/ (library for converting from rockwell and other
formats to pvf, a portable format) is GPL'd code. However, I don't forsee
2005-06-19 23:16:24 -04:00
many troubles, since the BSD license is compatible. Also, the MD5 code is
(C) L. Peter Deutsch (of Aladdin), and is under a BSD-like license. Please
respect it.
2005-06-13 22:45:36 -04:00
2005-05-31 20:37:22 -04:00
You will find the following directories in this source archive:
2005-06-22 22:29:13 -04:00
cidclient/ - Win32 caller ID notifier, for VB6 (with NSIS script), like xcid
2005-05-31 20:37:22 -04:00
cnd/ - Caller ID program
doc/ - misc. documentation
examples/ - example scripts
include/ - global include files
lib/ - API libraries
phonectl/ - command line client to phoned
phoned/ - main phone daemon written in C
2005-06-19 01:51:07 -04:00
scripts/ - various administration and cool scripts
2005-05-31 20:37:22 -04:00
xfone/ - Tcl/Tk interface to phoned
2005-06-22 22:29:13 -04:00
xcid/ - CID notifier for X clients. Not built by default; cd xcid && cat README
2005-05-31 20:37:22 -04:00
2005-06-19 01:51:07 -04:00
The scripts need tcllib. Please modify the paths in the scripts to libraries
so that they work.
2005-05-31 20:37:22 -04:00
dcp1990@neptune.atopia.net - http://www.theamigan.net/phoned/index.html
vim:tw=76