phoned/README

69 lines
2.7 KiB
Plaintext
Raw Permalink Normal View History

2005-06-27 17:21:03 -04:00
$Amigan: phoned/README,v 1.9 2005/06/27 21:21:03 dcp1990 Exp $
2005-05-31 20:37:22 -04:00
+=======================================+
| phoned |
| (C)2005, Dan Ponte |
+=======================================+
2005-06-22 22:48:39 -04:00
,iPPPPPPPPPpppp :: ,iDDDDDDDDDDDDDdddd
ii ppp :: ii ddd
ii pp :: ii ddd
ii ppp :: ii ddd
ii pp :: ii ddd
ii pp :: ;@@@@@@@; ;; dddDDDDBBBBbbb ii ddd
;;;;;;;;pp ::bbbbbbbb "' '" ::bbbbbbbb eee eee ii ddd
:: :: bbb :: :: :: bbb ee ee :: ddd
:: :: bbb :: :: :: bbb :::::::::::::::::: :: ddd
:: :: bb ;; ;; :: bb rr :: ddd
:: :: bb "' '" :: bb rrr rrr :: ddd
:: :: bb ;@@%%%@@; :: bb rrrrrrrrrrrr ::DDDDDDDDDDDDdd
This is the phoned distribution, version 1.0.
2005-05-31 20:37:22 -04:00
phoned is distributed under the license outlined in COPYRIGHT. Please read
it before use!
2005-06-27 17:21:03 -04:00
This is now a hybrid of the older cidserv distribution.
For building, Tcl 8.4 is *required*. You should have it, since it's so good.
Other stuff needs Tk 8.4 as well.
2005-05-31 20:37:22 -04:00
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
doc/ - misc. documentation
2005-06-27 17:21:03 -04:00
examples/ - example scripts (nothing yet)
2005-05-31 20:37:22 -04:00
include/ - global include files
lib/ - API libraries
2005-06-27 17:21:03 -04:00
libpvf/ - libpvf for converting native modem formats to pvf
tcl/ - various Tcl libraries, such as my udom AF_LOCAL channel module
phonectl/ - command line client to phoned. Very spartan; use at own risk.
2005-05-31 20:37:22 -04:00
phoned/ - main phone daemon written in C
2005-06-27 17:21:03 -04:00
modems/ - modem drivers
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-06-27 17:21:03 -04:00
xfone needs tablelist. Please modify configure.tcl and xfone/xfone.tcl to
point to your wish interpreter.
Links:
tablelist - http://www.nemethi.de/
Tcl/Tk - http://www.tcl.tk/
PCRE - http://www.pcre.org/
Tcllib - http://tcllib.sourceforge.net/
2005-05-31 20:37:22 -04:00
dcp1990@neptune.atopia.net - http://www.theamigan.net/phoned/index.html
vim:tw=76