summaryrefslogtreecommitdiffstats
path: root/doc/README.html.in
diff options
context:
space:
mode:
Diffstat (limited to 'doc/README.html.in')
-rw-r--r--doc/README.html.in10
1 files 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 @@
-<?xml version="1.0" encoding="iso-8895-15"?> <!-- -*-html-helper-*- -->
+<?xml version="1.0" encoding="iso-8859-15"?> <!-- -*-html-helper-*- -->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
@@ -73,13 +73,13 @@ to PostgreSQL. This will probably change in future versions.</p>
commands contained in the file <tt>sql/pgets-access.sql</tt> by piping
them to <tt>psql</tt>:</p>
-<pre>psql template1 postgres < sql/pgets-access.sql</pre>
+<pre>psql template1 postgres &lt; sql/pgets-access.sql</pre>
<p>You probably want to edit <tt>pgets-access.sql</tt> before piping
it to <tt>psql</tt> for using different passwords. For SQLite this is
much simpler as it doesn't involve any access rights:</p>
-<pre>sqlite pgets.sqlite < sql/pgets.sql</pre>
+<pre>sqlite pgets.sqlite &lt; sql/pgets.sql</pre>
<p>After that you should create a cronjob for either <tt>pgets-postgres</tt> or <tt>pgets-sqlite</tt>:</p>
@@ -108,7 +108,7 @@ module in <tt>php.ini</tt>. You may need to edit the top of
<p>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
-<tt>811118303</tt>.<p>
+<tt>811118303</tt>.</p>
<p><tt>pgets</tt> 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.</p>
<p><tt>pgets</tt> requires the PostgreSQL and/or SQLite development
-library files for compilation.<p>
+library files for compilation.</p>
<h2><a name="installation">Installation</a></h2>