From cd2ecac4d49e89f091ff4caf4e9409d33927d905 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 15 Mar 2004 15:45:32 +0000 Subject: fix charset git-svn-id: file:///home/lennart/svn/public/pgets/trunk@8 768266df-afd4-0310-94a7-d396c829e022 --- doc/README.html.in | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/README.html.in b/doc/README.html.in index 9a4234c..f3589ff 100644 --- a/doc/README.html.in +++ b/doc/README.html.in @@ -1,4 +1,4 @@ - + @@ -73,13 +73,13 @@ to PostgreSQL. This will probably change in future versions.

commands contained in the file sql/pgets-access.sql by piping them to psql:

-
psql template1 postgres < sql/pgets-access.sql
+
psql template1 postgres < sql/pgets-access.sql

You probably want to edit pgets-access.sql before piping it to psql for using different passwords. For SQLite this is much simpler as it doesn't involve any access rights:

-
sqlite pgets.sqlite < sql/pgets.sql
+
sqlite pgets.sqlite < sql/pgets.sql

After that you should create a cronjob for either pgets-postgres or pgets-sqlite:

@@ -108,7 +108,7 @@ module in php.ini. You may need to edit the top of

A current Linux distribution on a machine with a serial port connected to the PBX. The RS2 port of PBX has to be in "Gesprächsdatenerfassung" mode. You may enable this mode by calling -811118303.

+811118303.

pgets was developed and tested on Debian GNU/Linux "testing" from March 2004, it should work on most other Linux @@ -116,7 +116,7 @@ distributions since it uses GNU autoconf for source code configuration.

pgets requires the PostgreSQL and/or SQLite development -library files for compilation.

+library files for compilation.

Installation

-- cgit