[libnet-dbus-perl] 80/335: Fixed up docs

Intrigeri intrigeri at moszumanska.debian.org
Sat Mar 21 01:07:29 UTC 2015


This is an automated email from the git hooks/post-receive script.

intrigeri pushed a commit to branch experimental
in repository libnet-dbus-perl.

commit c8ff90abb7d104812d6986f7f1c73b4812eb17cd
Author: Daniel P. Berrange <dan at berrange.com>
Date:   Mon Aug 22 12:32:28 2005 +0000

    Fixed up docs
---
 README | 35 ++++++++++++++++-------------------
 1 file changed, 16 insertions(+), 19 deletions(-)

diff --git a/README b/README
index fd441f4..60f0f71 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
-DBus version 0.32.0
-===================
+Net::DBus version 0.32.0
+========================
 
-DBus provides a Perl XS API to the dbus inter-application
+Net::DBus provides a Perl XS API to the dbus inter-application
 messaging system. The Perl API covers the core base level 
 of the dbus APIs, not concerning itself yet with the GLib
 or QT wrappers. For more information on dbus visit the 
@@ -9,7 +9,8 @@ project website at:
 
   http://www.freedesktop.org/software/dbus/
 
-This version operates against DBus 0.32
+This version operates against DBus 0.32, and if there have
+been no serious API changes, later versions too.
 
 INSTALLATION
 ------------
@@ -63,20 +64,16 @@ be obtained from CPAN (http://search.cpan.org/).
 EXAMPLES
 --------
 
-There are two examples programs present in the top
-level 'examples' directory. One acts as a server,
-the other acts as a client. They communicate using
-the UNIX socket /tmp/perl-dbus-test. Once the DBus
-modules have been installed, they maybe run as
-follows:
+There are a number of example programs in the examples/
+subdirectory demonstrating use of the high level application
+developer APIs.
 
-    perl examples/example-service.pl
+  example-service.pl         - Providing a simple service
+  example-client.pl          - Talking to a remote service
+  example-signal-emitter.pl  - How to broadcast signals
+  example-signal-receiver.pl - How to receive signals
+  dump-object.pl             - Dump info about dbus objects
 
-    perl examples/example-client.pl
-
-Control+C will be required to make them exit, since
-once connected, they simply sleep/spin around in their
-main event loop chatting to each other.
 
 CONTRIBUTIONS
 -------------
@@ -114,9 +111,9 @@ Daniel Berrange <dan at berrange dot com>
 COPYRIGHT AND LICENCE
 ---------------------
 
-Copyright (C) 2004 Daniel Berrange
+Copyright (C) 2004-2005 Daniel Berrange
 
-This library is free software; you can redistribute it 
-and/or modify it under the same terms as Perl itself. 
+This library is provided under the terms of the GNU
+GPL 
 
 -- End

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libnet-dbus-perl.git



More information about the Pkg-perl-cvs-commits mailing list