gnokii-users
[Top][All Lists]
Advanced

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

Some cleanups to gnokii/smsd/README


From: Peter Nixon
Subject: Some cleanups to gnokii/smsd/README
Date: Mon, 3 Feb 2003 17:36:50 +0200
User-agent: KMail/1.5

Hi List

Here is a few cleanups to the README file for SMSD

-- 

Peter Nixon
http://www.peternixon.net/
PGP Key: http://www.peternixon.net/public.asc


gnokii/smsd> cvs diff -u
cvs server: Diffing .
Index: README
===================================================================
RCS file: /cvsroot/gnokii/gnokii/smsd/README,v
retrieving revision 1.4
diff -u -r1.4 README
--- README      12 Aug 2002 07:54:25 -0000      1.4
+++ README      3 Feb 2003 15:36:54 -0000
@@ -4,44 +4,44 @@
 This code is a part of one project on which I worked and I provide it for
 free use under GPL. I provide the program AS IS without any warranty.

-The program is designed to use modules (plugins) to work with SQL server.
-Curently are supported PostgreSQL, MySQL and special module 'file' which is
-designed to work without SQL database (see below for special instructions for
-file module). See option --module. SMSD uses SQL server as repository for
-SMS's. You must create a database (default name is 'sms') with tables
-defined in sms.tables.{module}.sql files. Table 'inbox' is for received
+The program is designed to use modules (plugins) to work with an SQL server.
+Curently are supported PostgreSQL, MySQL and a special module 'file' which is
+designed to work without an SQL database (see below for special instructions
+for the file module). See option --module. SMSD uses an SQL server as a
+repository for SMS's. You must create a database (default name is 'sms') with
+tables defined in sms.tables.{module}.sql files. Table 'inbox' is for 
received
 SMS's:
 number     - phone number from which is sms received
-smsdate    - date setted by SMS center
-insertdate - date of inserting SMS in table
+smsdate    - date set by SMS center
+insertdate - date SMS was inserted into table
 text       - SMS text
 processed  - smsd sets this always to FALSE. You can use it for another
              program which will parse SMS's.

-When phone receives SMS, SMSD moves it into table 'inbox'. (SMSD removes SMS
-from phone.)
+When the phone receives an SMS, SMSD moves it into the 'inbox' table and
+removes the SMS from the phone.

 Table 'outbox' is for outgoing SMS's. SMSD periodicaly looks into this table
-and searches for lines with attribut 'processed' setted to FALSE. If it find
+and searches for lines with attribute 'processed' set to FALSE. If it finds
 such SMS, it will send SMS to 'number':
 number         - recipient's phone number
 processed_date - date of processing SMS.
 insertdate     - date of inserting SMS in table
 text           - SMS text
-processed      - new SMS must have this attribut setted to FALSE.
+processed      - new SMS must have this attribute set to FALSE.
                  SMSD will send this SMS and will update 'processed' to TRUE.
-error          - This attribut contains return value of SendSMS function.
+error          - This attribute contains return value of SendSMS function.
                  For explanation of numeric values see gsm-error.h in gnokii
                  source.

-SMSD is multi threaded program. If you list processes you will see more as
-one instance of smsd.
+SMSD is multi threaded program. If you list processes you will see more than
+one instance of SMSD.



 THE FILE MODULE

-This module don't need SQL server for its work. For incoming messages it
+This module doesn't need an SQL server to work. For incoming messages it
 work in a way that it calls a program giving phone number, date as parameter
 and the message text on stdin. In the smsd directory there is as example file
 action. It shows sms data to stdout. If you want something usefull you must





reply via email to

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