gnokii-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] libgnokii and core programs branch, master, updated. rel_0_6_29-55


From: Daniele Forsi
Subject: [SCM] libgnokii and core programs branch, master, updated. rel_0_6_29-55-g4953f12
Date: Thu, 09 Sep 2010 14:18:42 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "libgnokii and core programs".

The branch, master has been updated
       via  4953f1296d8d3efa256cd224fd2c0eb2b4207d87 (commit)
       via  73b7297b3946278fc18fb8a48f422ccf81e45114 (commit)
      from  1815dfc5cc72598df00b590d5736b25c78653fb4 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/gnokii.git/commit/?id=4953f1296d8d3efa256cd224fd2c0eb2b4207d87


commit 4953f1296d8d3efa256cd224fd2c0eb2b4207d87
Author: Daniele Forsi <address@hidden>
Date:   Thu Sep 9 16:17:18 2010 +0200

    Reword some phrases and add some details about debugging

diff --git a/smsd/ChangeLog b/smsd/ChangeLog
index 8ffdcd9..69f257a 100644
--- a/smsd/ChangeLog
+++ b/smsd/ChangeLog
@@ -1,3 +1,7 @@
+* Thu  9 Sep 2010 Daniele Forsi
+- Add more information to man page
+
+
 * Fri 20 Aug 2010 Paweł Kot
 - Add SQLite3 backend module by Santeri Toikka.
 - Version changed to 1.4.5
diff --git a/smsd/man/smsd.8 b/smsd/man/smsd.8
index 1fb4f7e..eb82f78 100644
--- a/smsd/man/smsd.8
+++ b/smsd/man/smsd.8
@@ -1,4 +1,4 @@
-.TH "smsd" "8" "August 10, 2010" "" "Gnokii"
+.TH "smsd" "8" "September 9, 2010" "" "Gnokii"
 .SH "NAME"
 smsd \- daemon for handling incoming and outgoing SMSes using libgnokii
 .SH "SYNOPSIS"
@@ -16,8 +16,16 @@ Currently are supported PostgreSQL, MySQL and a special 
module 'file' which is
 designed to work without an SQL database (see below for special instructions
 in the file module section). When \fBSMSD\fR uses an SQL server as a
 repository for SMSes you must create a database (default name is 'sms') with
-tables defined in sms.tables.{module}.sql files. Table 'inbox' is for
-received SMSes:
+tables defined in sms.tables.{module}.sql files.
+
+Table 'inbox' is for received SMSes. \fBSMSD\fR periodically checks a given
+phone memory to move messages to this table.
+Only received SMSes and status reports are deleted from the phone, other kinds
+of messages are not removed.
+
+.PP
+Table 'inbox' has the following fields:
+
 .RS
 .TP
 .B number
@@ -41,13 +49,12 @@ smsd sets this always to FALSE. You can use it for another 
program which will pa
 .RE
 
 .PP
-When the phone receives a regular SMS or a status report, \fBSMSD\fR moves it 
into 'inbox' table and
-removes the SMS from the phone; other kinds of messages are not removed from 
the phone.
-
-.PP
 Table 'outbox' is for outgoing SMSes. \fBSMSD\fR periodically looks into this 
table
 and searches for lines with attribute 'processed' set to FALSE. If it finds
-such SMS, it will send SMS to 'number':
+such SMS, it will send SMS to 'number'.
+
+.PP
+Table 'outbox' has the following fields:
 
 .RS
 .TP
@@ -265,12 +272,12 @@ sms status this option is ignored.
 
 .TP
 .BR -b,\ --inbox\ memory_type
-Where to look for new messages (defaults to IN). For the memory_type you 
usually use
-SM for the SIM card and ME for the phone memory. The exception are the
-phones supported by nk7110 (Nokia 7110/6210/6250) and nk6510 (Nokia
-6310/6510/8310) drivers. For these you should use IN for the Inbox, OU
-for the Outbox, AR for the Archive, TE for the Templates and F1,
-F2, ... for your own folders.
+Where to look for new messages (defaults to IN which is the correct value for
+Nokia phones, for other phones use SM for the SIM card or ME for the phone
+memory). For debugging or for unusual setups you can use another memory type
+supported by your phone (eg. IN for the Inbox, OU for the Outbox, AR for the
+Archive, TE for the Templates and F1,...,F20 for your own folders).
+Use gnokii --showsmsfolderstatus for a list of such memory types.
 
 .TP
 .BR -0,\ --firstpos0
@@ -287,6 +294,10 @@ Shows short help.
 
 .SH "DIAGNOSTICS"
 Various error messages are printed to STDERR.
+
+Debug output can be enabled setting xdebug=on (for messages specific to 
\fBSMSD\fR)
+and debug=on (for messages specific to \fBlibgnokii\fR) in the configuration 
file.
+
 .SH "BUGS"
 .PP 
 None reported.

http://git.savannah.gnu.org/cgit/gnokii.git/commit/?id=73b7297b3946278fc18fb8a48f422ccf81e45114


commit 4953f1296d8d3efa256cd224fd2c0eb2b4207d87
Author: Daniele Forsi <address@hidden>
Date:   Thu Sep 9 16:17:18 2010 +0200

    Reword some phrases and add some details about debugging

diff --git a/smsd/ChangeLog b/smsd/ChangeLog
index 8ffdcd9..69f257a 100644
--- a/smsd/ChangeLog
+++ b/smsd/ChangeLog
@@ -1,3 +1,7 @@
+* Thu  9 Sep 2010 Daniele Forsi
+- Add more information to man page
+
+
 * Fri 20 Aug 2010 Paweł Kot
 - Add SQLite3 backend module by Santeri Toikka.
 - Version changed to 1.4.5
diff --git a/smsd/man/smsd.8 b/smsd/man/smsd.8
index 1fb4f7e..eb82f78 100644
--- a/smsd/man/smsd.8
+++ b/smsd/man/smsd.8
@@ -1,4 +1,4 @@
-.TH "smsd" "8" "August 10, 2010" "" "Gnokii"
+.TH "smsd" "8" "September 9, 2010" "" "Gnokii"
 .SH "NAME"
 smsd \- daemon for handling incoming and outgoing SMSes using libgnokii
 .SH "SYNOPSIS"
@@ -16,8 +16,16 @@ Currently are supported PostgreSQL, MySQL and a special 
module 'file' which is
 designed to work without an SQL database (see below for special instructions
 in the file module section). When \fBSMSD\fR uses an SQL server as a
 repository for SMSes you must create a database (default name is 'sms') with
-tables defined in sms.tables.{module}.sql files. Table 'inbox' is for
-received SMSes:
+tables defined in sms.tables.{module}.sql files.
+
+Table 'inbox' is for received SMSes. \fBSMSD\fR periodically checks a given
+phone memory to move messages to this table.
+Only received SMSes and status reports are deleted from the phone, other kinds
+of messages are not removed.
+
+.PP
+Table 'inbox' has the following fields:
+
 .RS
 .TP
 .B number
@@ -41,13 +49,12 @@ smsd sets this always to FALSE. You can use it for another 
program which will pa
 .RE
 
 .PP
-When the phone receives a regular SMS or a status report, \fBSMSD\fR moves it 
into 'inbox' table and
-removes the SMS from the phone; other kinds of messages are not removed from 
the phone.
-
-.PP
 Table 'outbox' is for outgoing SMSes. \fBSMSD\fR periodically looks into this 
table
 and searches for lines with attribute 'processed' set to FALSE. If it finds
-such SMS, it will send SMS to 'number':
+such SMS, it will send SMS to 'number'.
+
+.PP
+Table 'outbox' has the following fields:
 
 .RS
 .TP
@@ -265,12 +272,12 @@ sms status this option is ignored.
 
 .TP
 .BR -b,\ --inbox\ memory_type
-Where to look for new messages (defaults to IN). For the memory_type you 
usually use
-SM for the SIM card and ME for the phone memory. The exception are the
-phones supported by nk7110 (Nokia 7110/6210/6250) and nk6510 (Nokia
-6310/6510/8310) drivers. For these you should use IN for the Inbox, OU
-for the Outbox, AR for the Archive, TE for the Templates and F1,
-F2, ... for your own folders.
+Where to look for new messages (defaults to IN which is the correct value for
+Nokia phones, for other phones use SM for the SIM card or ME for the phone
+memory). For debugging or for unusual setups you can use another memory type
+supported by your phone (eg. IN for the Inbox, OU for the Outbox, AR for the
+Archive, TE for the Templates and F1,...,F20 for your own folders).
+Use gnokii --showsmsfolderstatus for a list of such memory types.
 
 .TP
 .BR -0,\ --firstpos0
@@ -287,6 +294,10 @@ Shows short help.
 
 .SH "DIAGNOSTICS"
 Various error messages are printed to STDERR.
+
+Debug output can be enabled setting xdebug=on (for messages specific to 
\fBSMSD\fR)
+and debug=on (for messages specific to \fBlibgnokii\fR) in the configuration 
file.
+
 .SH "BUGS"
 .PP 
 None reported.

-----------------------------------------------------------------------

Summary of changes:
 smsd/ChangeLog  |    9 +++++++++
 smsd/man/smsd.8 |   39 +++++++++++++++++++++++++--------------
 2 files changed, 34 insertions(+), 14 deletions(-)


hooks/post-receive
-- 
libgnokii and core programs



reply via email to

[Prev in Thread] Current Thread [Next in Thread]