[svn-commits] tzafrir: tools/trunk r4605 - in /tools/trunk: Makefile README

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu Jul 10 18:26:19 CDT 2008


Author: tzafrir
Date: Thu Jul 10 18:26:18 2008
New Revision: 4605

URL: http://svn.digium.com/view/dahdi?view=rev&rev=4605
Log:
* A few more README cleanups.
* Update "HTML copy" link to http://docs.tzafrir.org.il/dahdi/README.html
* Also HTML-ize man page in xpp/ .

Modified:
    tools/trunk/Makefile
    tools/trunk/README

Modified: tools/trunk/Makefile
URL: http://svn.digium.com/view/dahdi/tools/trunk/Makefile?view=diff&rev=4605&r1=4604&r2=4605
==============================================================================
--- tools/trunk/Makefile (original)
+++ tools/trunk/Makefile Thu Jul 10 18:26:18 2008
@@ -113,7 +113,7 @@
 MAN_PAGES:=$(wildcard $(BINS:%=doc/%.8))
 
 # All the man pages. Not just installed ones:
-GROFF_PAGES	:= $(wildcard doc/*.8 kernel/xpp/utils/*.8)
+GROFF_PAGES	:= $(wildcard doc/*.8 xpp/*.8)
 GROFF_HTML	:= $(GROFF_PAGES:%=%.html)
 
 all: menuselect.makeopts 

Modified: tools/trunk/README
URL: http://svn.digium.com/view/dahdi/tools/trunk/README?view=diff&rev=4605&r1=4604&r2=4605
==============================================================================
--- tools/trunk/README (original)
+++ tools/trunk/README Thu Jul 10 18:26:18 2008
@@ -166,6 +166,7 @@
 Configuration
 -------------
 Configuration for DAHDI resides under /etc/dahdi . 
+
 /etc/dahdi/system.conf
 ~~~~~~~~~~~~~~~~~~~~~~
 The main method to configure DAHDI devices is using the utility
@@ -279,7 +280,7 @@
 
 
 Sample init.conf
-~~~~~~~~~~~~~~~~~~
+~~~~~~~~~~~~~~~~
 include::init.conf.asciidoc[]
 
 
@@ -301,29 +302,25 @@
 - General: lsdahdi, dahdi_genconf, dahdi_hardware
 
 The DAHDI perl modules will currently only be automatically installed if you
-happen to install the xpp module. This should be the default, but you can also
-initiate it manually by running:
-
-  make -C xpp/utils install
-
-Those utilities require the perl modules to be installed, however they
-will also look for them in the directory zconf, and thus can be run
-directly from the DAHDI source tree. For example:
-
-  ./xpp/utils/dahdi_hardware
+happen to install the xpp module. Those utilities require the perl modules 
+to be installed, however they will also look for them in the directory 
+perl_modules, and thus can be run directly from the DAHDI source tree. For 
+example:
+
+  ./xpp/dahdi_hardware -v
 
 To get usage information on a program, you can also use perldoc
 (sometimes provided in a package separate from perl itself). For
 instance:
 
-  perldoc ./xpp/utils/lsdahdi
+  perldoc ./xpp/lsdahdi
 
 Some of them are specific for the Xorcom Astribank and described in its
 docuemntation. the others are:
 
 lsdahdi:: 
   A somewhat glorified `cat /proc/dahdi/*`.
-zapconf:: 
+dahdi_genconf:: 
   An currently experimental and intended to eventually replace
   genzaptelconf by a more maintainable code.
 dahdi_drivers::
@@ -536,8 +533,8 @@
    CONFIG_HDLC .
 
 
-What is the license for the DAHDI drivers?
-------------------------------------------
+License
+-------
 libpri is distributed under the terms of the GNU General Public License, 
 which permit its use and linking with other GPL'd software only.  
 The GNU GPL is included in the file LICENSE in this directory.
@@ -547,15 +544,10 @@
 flexible terms can be readily obtained through Digium, Inc.at reasonable cost.
 
 
-How do I report bugs or contribute?
------------------------------------
+Reporting Bugs
+--------------
 Please report bug and patches to the Asterisk.org bug tracker at
 http://bugs.digium.com in the "DAHDI" category.
-
-
-Does anything use this library so far?
---------------------------------------
-Yes, the Asterisk Open Source PBX does. http://www.asterisk.org
 
 
 Links
@@ -563,6 +555,5 @@
 - http://asterisk.org/[] - The Asterisk PBX
 - http://voip-info.org/[]
 - http://voip-info.org/wiki/view/Asterisk+Zaptel+Installation[]
-- http://www.zapatatelephony.org/[] - A historical site.
-- http://rapid.tzafrir.org.il/docs/README.html[Up-to-date HTML version
+- http://docs.tzafrir.org.il/dahdi/README.html[Up-to-date HTML version
   of this file]




More information about the svn-commits mailing list