Daemon for voice modems.
Go to file
2005-06-23 02:29:18 +00:00
cidclient Cidclient 2005-06-23 02:29:18 +00:00
cnd tags 2005-06-01 00:43:07 +00:00
doc Docs 2005-06-20 03:16:24 +00:00
include voice stuff 2005-06-22 22:01:47 +00:00
lib Make it 2005-06-14 02:44:37 +00:00
phonectl Modem pluggability began. 2005-06-18 03:10:45 +00:00
phoned Stupid comma 2005-06-23 02:11:06 +00:00
scripts Add users. Needs tcllib and sqlite3, obviously. 2005-06-19 05:50:23 +00:00
xcid Xcid import 2005-06-23 02:23:14 +00:00
COPYRIGHT legal 2005-06-14 02:47:14 +00:00
global.mk We should add to variables 2005-06-12 15:22:32 +00:00
main.mk Stricter 2005-06-18 20:22:07 +00:00
Makefile Scripts. 2005-06-19 05:51:07 +00:00
README Cidclient and xcid 2005-06-23 02:29:13 +00:00
TODO Stuff to do 2005-06-20 03:05:01 +00:00

$Amigan: phoned/README,v 1.7 2005/06/23 02:29:13 dcp1990 Exp $
+=======================================+
|		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
installation instructions, please see doc/install_guide.txt, which may be
out of date.

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
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.

You will find the following directories in this source archive:

cidclient/ - Win32 caller ID notifier, for VB6 (with NSIS script), like xcid
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
scripts/ - various administration and cool scripts
xfone/ - Tcl/Tk interface to phoned
xcid/ - CID notifier for X clients. Not built by default; cd xcid && cat README

The scripts need tcllib. Please modify the paths in the scripts to libraries
so that they work.

dcp1990@neptune.atopia.net - http://www.theamigan.net/phoned/index.html
vim:tw=76