Revision 50b60645
Von Sven Schöling vor fast 14 Jahren hinzugefügt
doc/INSTALL.texi | ||
---|---|---|
63 | 63 |
|
64 | 64 |
@itemize |
65 | 65 |
@item |
66 |
parent |
|
67 |
@item |
|
66 | 68 |
Archive::Zip |
67 | 69 |
@item |
68 | 70 |
Class::Accessor |
... | ... | |
103 | 105 |
Gegenüber Version 2.6.0 sind zu dieser Liste 2 Pakete hinzugekommen, @code{URI} |
104 | 106 |
und @code{XML::Writer} sind notwendig. Ohne startet Lx-Office nicht. |
105 | 107 |
|
108 |
Gegenüber Version 2.6.1 sind @code{parent}, @code{DateTime}, |
|
109 |
@code{Rose::Object}, @code{Rose::DB} und @code{Rose::DB::Object} neu |
|
110 |
hinzugekommen. @code{IO::Wrap} wurde entfernt. |
|
111 |
|
|
106 | 112 |
@code{Email::Address} und @code{List::MoreUtils} sind schon länger feste |
107 | 113 |
Abhängigkeiten, wurden aber bisher mit Lx-Office mitgeliefert. Beide sind auch |
108 | 114 |
in 2.6.1 weiterhin mit ausgeliefert, wurden in einer zukünftigen Version aber |
... | ... | |
116 | 122 |
|
117 | 123 |
Für Debian oder Ubuntu benötigen Sie diese Pakete: |
118 | 124 |
|
119 |
@code{apache2 postgresql libarchive-zip-perl libclass-accessor-perl libdatetime-perl libdbi-perl libdbd-pg-perl libpg-perl libemail-address-perl libio-stringy-perl liblist-moreutils-perl libpdf-api2-perl libtemplate-perl libtext-csv-xs-perl libtext-iconv-perl liburi-perl libxml-writer-perl libyaml-perl librose-object-perl librose-db-perl librose-db-object-perl}
|
|
125 |
@code{apache2 postgresql libparent-perl libarchive-zip-perl libclass-accessor-perl libdatetime-perl libdbi-perl libdbd-pg-perl libpg-perl libemail-address-perl liblist-moreutils-perl libpdf-api2-perl librose-object-perl librose-db-perl librose-db-object-perl libtemplate-perl libtext-csv-xs-perl libtext-iconv-perl liburi-perl libxml-writer-perl libyaml-perl}
|
|
120 | 126 |
|
121 | 127 |
Für Fedora Core benötigen Sie diese Pakete: |
122 | 128 |
|
123 |
@code{httpd postgresql-server perl-Class-Accessor perl-DateTime perl-DBI perl-DBD-Pg perl-Email-Address perl-IO-stringy perl-List-MoreUtils perl-PDF-API2 perl-Template-Toolkit perl-Text-CSV_XS perl-Text-Iconv perl-URI perl-XML-Writer perl-YAML}
|
|
129 |
@code{httpd postgresql-server perl-parent perl-Class-Accessor perl-DateTime perl-DBI perl-DBD-Pg perl-Email-Address perl-List-MoreUtils perl-PDF-API2 perl-Rose-Object perl-Rose-DB perl-Rose-DB-Object perl-Template-Toolkit perl-Text-CSV_XS perl-Text-Iconv perl-URI perl-XML-Writer perl-YAML}
|
|
124 | 130 |
|
125 | 131 |
Für OpenSuSE benötigen Sie diese Pakete: |
126 | 132 |
|
127 |
@code{apache2 postgresql-server perl-Archive-Zip perl-Class-Accessor perl-DateTime perl-DBI perl-DBD-Pg perl-MailTools perl-IO-stringy perl-List-MoreUtils perl-PDF-API2 perl-Template-Toolkit perl-Text-CSV_XS perl-Text-Iconv perl-URI perl-XML-Writer perl-YAML} |
|
133 |
@code{apache2 postgresql-server perl-Archive-Zip perl-Class-Accessor perl-DateTime perl-DBI perl-DBD-Pg perl-MailTools perl-List-MoreUtils perl-PDF-API2 perl-Template-Toolkit perl-Text-CSV_XS perl-Text-Iconv perl-URI perl-XML-Writer perl-YAML} |
|
134 |
|
|
135 |
Bei openSuSE 11 ist @code{parent} bereits enthalten, und braucht nicht nachinstalliert werden. Die @code{Rose::*} Pakete sind derzeit nicht für SuSE gepackt, und müssen anderweitig nachinstalliert werden. |
|
128 | 136 |
|
129 | 137 |
Lx-Office enthält ein Script, mit dem überprüft werden kann, ob alle |
130 | 138 |
benötigten Perl-Module installiert sind. Der Aufruf lautet wie folgt: |
doc/INSTALL.txt | ||
---|---|---|
54 | 54 |
Zusätzlich benötigt Lx-Office die folgenden Perl-Pakete, die nicht |
55 | 55 |
Bestandteil einer Standard-Perl-Installation sind: |
56 | 56 |
|
57 |
* parent |
|
58 |
|
|
57 | 59 |
* Archive::Zip |
58 | 60 |
|
59 | 61 |
* Class::Accessor |
... | ... | |
93 | 95 |
Gegenüber Version 2.6.0 sind zu dieser Liste 2 Pakete hinzugekommen, |
94 | 96 |
`URI' und `XML::Writer' sind notwendig. Ohne startet Lx-Office nicht. |
95 | 97 |
|
98 |
Gegenüber Version 2.6.1 sind `parent', `DateTime', `Rose::Object', |
|
99 |
`Rose::DB' und `Rose::DB::Object' neu hinzugekommen. `IO::Wrap' wurde |
|
100 |
entfernt. |
|
101 |
|
|
96 | 102 |
`Email::Address' und `List::MoreUtils' sind schon länger feste |
97 | 103 |
Abhängigkeiten, wurden aber bisher mit Lx-Office mitgeliefert. Beide |
98 | 104 |
sind auch in 2.6.1 weiterhin mit ausgeliefert, wurden in einer |
... | ... | |
108 | 114 |
|
109 | 115 |
Für Debian oder Ubuntu benötigen Sie diese Pakete: |
110 | 116 |
|
111 |
`apache2 postgresql libarchive-zip-perl libclass-accessor-perl
|
|
112 |
libdatetime-perl libdbi-perl libdbd-pg-perl libpg-perl
|
|
113 |
libemail-address-perl libio-stringy-perl liblist-moreutils-perl
|
|
114 |
libpdf-api2-perl libtemplate-perl libtext-csv-xs-perl
|
|
115 |
libtext-iconv-perl liburi-perl libxml-writer-perl libyaml-perl
|
|
116 |
librose-object-perl librose-db-perl librose-db-object-perl'
|
|
117 |
`apache2 postgresql libparent-perl libarchive-zip-perl
|
|
118 |
libclass-accessor-perl libdatetime-perl libdbi-perl libdbd-pg-perl
|
|
119 |
libpg-perl libemail-address-perl liblist-moreutils-perl
|
|
120 |
libpdf-api2-perl librose-object-perl librose-db-perl
|
|
121 |
librose-db-object-perl libtemplate-perl libtext-csv-xs-perl
|
|
122 |
libtext-iconv-perl liburi-perl libxml-writer-perl libyaml-perl'
|
|
117 | 123 |
|
118 | 124 |
Für Fedora Core benötigen Sie diese Pakete: |
119 | 125 |
|
120 |
`httpd postgresql-server perl-Class-Accessor perl-DateTime perl-DBI |
|
121 |
perl-DBD-Pg perl-Email-Address perl-IO-stringy perl-List-MoreUtils |
|
122 |
perl-PDF-API2 perl-Template-Toolkit perl-Text-CSV_XS perl-Text-Iconv |
|
123 |
perl-URI perl-XML-Writer perl-YAML' |
|
126 |
`httpd postgresql-server perl-parent perl-Class-Accessor |
|
127 |
perl-DateTime perl-DBI perl-DBD-Pg perl-Email-Address |
|
128 |
perl-List-MoreUtils perl-PDF-API2 perl-Rose-Object perl-Rose-DB |
|
129 |
perl-Rose-DB-Object perl-Template-Toolkit perl-Text-CSV_XS |
|
130 |
perl-Text-Iconv perl-URI perl-XML-Writer perl-YAML' |
|
124 | 131 |
|
125 | 132 |
Für OpenSuSE benötigen Sie diese Pakete: |
126 | 133 |
|
127 | 134 |
`apache2 postgresql-server perl-Archive-Zip perl-Class-Accessor |
128 |
perl-DateTime perl-DBI perl-DBD-Pg perl-MailTools perl-IO-stringy |
|
129 |
perl-List-MoreUtils perl-PDF-API2 perl-Template-Toolkit |
|
130 |
perl-Text-CSV_XS perl-Text-Iconv perl-URI perl-XML-Writer perl-YAML' |
|
135 |
perl-DateTime perl-DBI perl-DBD-Pg perl-MailTools perl-List-MoreUtils |
|
136 |
perl-PDF-API2 perl-Template-Toolkit perl-Text-CSV_XS perl-Text-Iconv |
|
137 |
perl-URI perl-XML-Writer perl-YAML' |
|
138 |
|
|
139 |
Bei openSuSE 11 ist `parent' bereits enthalten, und braucht nicht |
|
140 |
nachinstalliert werden. Die `Rose::*' Pakete sind derzeit nicht für |
|
141 |
SuSE gepackt, und müssen anderweitig nachinstalliert werden. |
|
131 | 142 |
|
132 | 143 |
Lx-Office enthält ein Script, mit dem überprüft werden kann, ob alle |
133 | 144 |
benötigten Perl-Module installiert sind. Der Aufruf lautet wie folgt: |
doc/INSTALL/Administratorpasswort.html | ||
---|---|---|
3 | 3 |
<title>Administratorpasswort - Lx-Office Installationsanleitung</title> |
4 | 4 |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
5 | 5 |
<meta name="description" content="Lx-Office Installationsanleitung"> |
6 |
<meta name="generator" content="makeinfo 4.13">
|
|
6 |
<meta name="generator" content="makeinfo 4.11">
|
|
7 | 7 |
<link title="Top" rel="start" href="index.html#Top"> |
8 | 8 |
<link rel="up" href="Benutzerauthentifizierung-und-Administratorpasswort.html#Benutzerauthentifizierung-und-Administratorpasswort" title="Benutzerauthentifizierung und Administratorpasswort"> |
9 | 9 |
<link rel="prev" href="Grundlagen-zur-Benutzerauthentifizierung.html#Grundlagen-zur-Benutzerauthentifizierung" title="Grundlagen zur Benutzerauthentifizierung"> |
... | ... | |
24 | 24 |
</head> |
25 | 25 |
<body> |
26 | 26 |
<div class="node"> |
27 |
<a name="Administratorpasswort"></a> |
|
28 | 27 |
<p> |
29 |
Next: <a rel="next" accesskey="n" href="Authentifizierungsdatenbank.html#Authentifizierungsdatenbank">Authentifizierungsdatenbank</a>, |
|
30 |
Previous: <a rel="previous" accesskey="p" href="Grundlagen-zur-Benutzerauthentifizierung.html#Grundlagen-zur-Benutzerauthentifizierung">Grundlagen zur Benutzerauthentifizierung</a>, |
|
31 |
Up: <a rel="up" accesskey="u" href="Benutzerauthentifizierung-und-Administratorpasswort.html#Benutzerauthentifizierung-und-Administratorpasswort">Benutzerauthentifizierung und Administratorpasswort</a> |
|
28 |
<a name="Administratorpasswort"></a> |
|
29 |
nächstes: <a rel="next" accesskey="n" href="Authentifizierungsdatenbank.html#Authentifizierungsdatenbank">Authentifizierungsdatenbank</a>, |
|
30 |
voriges: <a rel="previous" accesskey="p" href="Grundlagen-zur-Benutzerauthentifizierung.html#Grundlagen-zur-Benutzerauthentifizierung">Grundlagen zur Benutzerauthentifizierung</a>, |
|
31 |
aufwärts: <a rel="up" accesskey="u" href="Benutzerauthentifizierung-und-Administratorpasswort.html#Benutzerauthentifizierung-und-Administratorpasswort">Benutzerauthentifizierung und Administratorpasswort</a> |
|
32 | 32 |
<hr> |
33 | 33 |
</div> |
34 | 34 |
|
doc/INSTALL/Aktuelle-Hinweise.html | ||
---|---|---|
3 | 3 |
<title>Aktuelle Hinweise - Lx-Office Installationsanleitung</title> |
4 | 4 |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
5 | 5 |
<meta name="description" content="Lx-Office Installationsanleitung"> |
6 |
<meta name="generator" content="makeinfo 4.13">
|
|
6 |
<meta name="generator" content="makeinfo 4.11">
|
|
7 | 7 |
<link title="Top" rel="start" href="index.html#Top"> |
8 | 8 |
<link rel="prev" href="index.html#Top" title="Top"> |
9 | 9 |
<link rel="next" href="Ben_00c3_00b6tigte-Software-und-Pakete.html#Ben_00c3_00b6tigte-Software-und-Pakete" title="Benötigte Software und Pakete"> |
... | ... | |
23 | 23 |
</head> |
24 | 24 |
<body> |
25 | 25 |
<div class="node"> |
26 |
<a name="Aktuelle-Hinweise"></a> |
|
27 | 26 |
<p> |
28 |
Next: <a rel="next" accesskey="n" href="Ben_00c3_00b6tigte-Software-und-Pakete.html#Ben_00c3_00b6tigte-Software-und-Pakete">Benötigte Software und Pakete</a>, |
|
29 |
Previous: <a rel="previous" accesskey="p" href="index.html#Top">Top</a>, |
|
30 |
Up: <a rel="up" accesskey="u" href="index.html#Top">Top</a> |
|
27 |
<a name="Aktuelle-Hinweise"></a> |
|
28 |
nächstes: <a rel="next" accesskey="n" href="Ben_00c3_00b6tigte-Software-und-Pakete.html#Ben_00c3_00b6tigte-Software-und-Pakete">Benötigte Software und Pakete</a>, |
|
29 |
voriges: <a rel="previous" accesskey="p" href="index.html#Top">Top</a>, |
|
30 |
aufwärts: <a rel="up" accesskey="u" href="index.html#Top">Top</a> |
|
31 | 31 |
<hr> |
32 | 32 |
</div> |
33 | 33 |
|
doc/INSTALL/Anlegen-der-Authentifizierungsdatenbank.html | ||
---|---|---|
3 | 3 |
<title>Anlegen der Authentifizierungsdatenbank - Lx-Office Installationsanleitung</title> |
4 | 4 |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
5 | 5 |
<meta name="description" content="Lx-Office Installationsanleitung"> |
6 |
<meta name="generator" content="makeinfo 4.13">
|
|
6 |
<meta name="generator" content="makeinfo 4.11">
|
|
7 | 7 |
<link title="Top" rel="start" href="index.html#Top"> |
8 | 8 |
<link rel="up" href="Benutzerauthentifizierung-und-Administratorpasswort.html#Benutzerauthentifizierung-und-Administratorpasswort" title="Benutzerauthentifizierung und Administratorpasswort"> |
9 | 9 |
<link rel="prev" href="Name-des-Session_002dCookies.html#Name-des-Session_002dCookies" title="Name des Session-Cookies"> |
... | ... | |
23 | 23 |
</head> |
24 | 24 |
<body> |
25 | 25 |
<div class="node"> |
26 |
<a name="Anlegen-der-Authentifizierungsdatenbank"></a> |
|
27 | 26 |
<p> |
28 |
Previous: <a rel="previous" accesskey="p" href="Name-des-Session_002dCookies.html#Name-des-Session_002dCookies">Name des Session-Cookies</a>, |
|
29 |
Up: <a rel="up" accesskey="u" href="Benutzerauthentifizierung-und-Administratorpasswort.html#Benutzerauthentifizierung-und-Administratorpasswort">Benutzerauthentifizierung und Administratorpasswort</a> |
|
27 |
<a name="Anlegen-der-Authentifizierungsdatenbank"></a> |
|
28 |
voriges: <a rel="previous" accesskey="p" href="Name-des-Session_002dCookies.html#Name-des-Session_002dCookies">Name des Session-Cookies</a>, |
|
29 |
aufwärts: <a rel="up" accesskey="u" href="Benutzerauthentifizierung-und-Administratorpasswort.html#Benutzerauthentifizierung-und-Administratorpasswort">Benutzerauthentifizierung und Administratorpasswort</a> |
|
30 | 30 |
<hr> |
31 | 31 |
</div> |
32 | 32 |
|
doc/INSTALL/Anpassung-der-PostgreSQL_002dKonfiguration.html | ||
---|---|---|
3 | 3 |
<title>Anpassung der PostgreSQL-Konfiguration - Lx-Office Installationsanleitung</title> |
4 | 4 |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
5 | 5 |
<meta name="description" content="Lx-Office Installationsanleitung"> |
6 |
<meta name="generator" content="makeinfo 4.13">
|
|
6 |
<meta name="generator" content="makeinfo 4.11">
|
|
7 | 7 |
<link title="Top" rel="start" href="index.html#Top"> |
8 | 8 |
<link rel="prev" href="Installation-des-Programmpaketes.html#Installation-des-Programmpaketes" title="Installation des Programmpaketes"> |
9 | 9 |
<link rel="next" href="Apache_002dKonfiguration.html#Apache_002dKonfiguration" title="Apache-Konfiguration"> |
... | ... | |
23 | 23 |
</head> |
24 | 24 |
<body> |
25 | 25 |
<div class="node"> |
26 |
<p> |
|
26 | 27 |
<a name="Anpassung-der-PostgreSQL-Konfiguration"></a> |
27 | 28 |
<a name="Anpassung-der-PostgreSQL_002dKonfiguration"></a> |
28 |
<p> |
|
29 |
Next: <a rel="next" accesskey="n" href="Apache_002dKonfiguration.html#Apache_002dKonfiguration">Apache-Konfiguration</a>, |
|
30 |
Previous: <a rel="previous" accesskey="p" href="Installation-des-Programmpaketes.html#Installation-des-Programmpaketes">Installation des Programmpaketes</a>, |
|
31 |
Up: <a rel="up" accesskey="u" href="index.html#Top">Top</a> |
|
29 |
nächstes: <a rel="next" accesskey="n" href="Apache_002dKonfiguration.html#Apache_002dKonfiguration">Apache-Konfiguration</a>, |
|
30 |
voriges: <a rel="previous" accesskey="p" href="Installation-des-Programmpaketes.html#Installation-des-Programmpaketes">Installation des Programmpaketes</a>, |
|
31 |
aufwärts: <a rel="up" accesskey="u" href="index.html#Top">Top</a> |
|
32 | 32 |
<hr> |
33 | 33 |
</div> |
34 | 34 |
|
doc/INSTALL/Apache_002dKonfiguration.html | ||
---|---|---|
3 | 3 |
<title>Apache-Konfiguration - Lx-Office Installationsanleitung</title> |
4 | 4 |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
5 | 5 |
<meta name="description" content="Lx-Office Installationsanleitung"> |
6 |
<meta name="generator" content="makeinfo 4.13">
|
|
6 |
<meta name="generator" content="makeinfo 4.11">
|
|
7 | 7 |
<link title="Top" rel="start" href="index.html#Top"> |
8 | 8 |
<link rel="prev" href="Anpassung-der-PostgreSQL_002dKonfiguration.html#Anpassung-der-PostgreSQL_002dKonfiguration" title="Anpassung der PostgreSQL-Konfiguration"> |
9 | 9 |
<link rel="next" href="Benutzerauthentifizierung-und-Administratorpasswort.html#Benutzerauthentifizierung-und-Administratorpasswort" title="Benutzerauthentifizierung und Administratorpasswort"> |
... | ... | |
23 | 23 |
</head> |
24 | 24 |
<body> |
25 | 25 |
<div class="node"> |
26 |
<p> |
|
26 | 27 |
<a name="Apache-Konfiguration"></a> |
27 | 28 |
<a name="Apache_002dKonfiguration"></a> |
28 |
<p> |
|
29 |
Next: <a rel="next" accesskey="n" href="Benutzerauthentifizierung-und-Administratorpasswort.html#Benutzerauthentifizierung-und-Administratorpasswort">Benutzerauthentifizierung und Administratorpasswort</a>, |
|
30 |
Previous: <a rel="previous" accesskey="p" href="Anpassung-der-PostgreSQL_002dKonfiguration.html#Anpassung-der-PostgreSQL_002dKonfiguration">Anpassung der PostgreSQL-Konfiguration</a>, |
|
31 |
Up: <a rel="up" accesskey="u" href="index.html#Top">Top</a> |
|
29 |
nächstes: <a rel="next" accesskey="n" href="Benutzerauthentifizierung-und-Administratorpasswort.html#Benutzerauthentifizierung-und-Administratorpasswort">Benutzerauthentifizierung und Administratorpasswort</a>, |
|
30 |
voriges: <a rel="previous" accesskey="p" href="Anpassung-der-PostgreSQL_002dKonfiguration.html#Anpassung-der-PostgreSQL_002dKonfiguration">Anpassung der PostgreSQL-Konfiguration</a>, |
|
31 |
aufwärts: <a rel="up" accesskey="u" href="index.html#Top">Top</a> |
|
32 | 32 |
<hr> |
33 | 33 |
</div> |
34 | 34 |
|
doc/INSTALL/Authentifizierungsdatenbank.html | ||
---|---|---|
3 | 3 |
<title>Authentifizierungsdatenbank - Lx-Office Installationsanleitung</title> |
4 | 4 |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
5 | 5 |
<meta name="description" content="Lx-Office Installationsanleitung"> |
6 |
<meta name="generator" content="makeinfo 4.13">
|
|
6 |
<meta name="generator" content="makeinfo 4.11">
|
|
7 | 7 |
<link title="Top" rel="start" href="index.html#Top"> |
8 | 8 |
<link rel="up" href="Benutzerauthentifizierung-und-Administratorpasswort.html#Benutzerauthentifizierung-und-Administratorpasswort" title="Benutzerauthentifizierung und Administratorpasswort"> |
9 | 9 |
<link rel="prev" href="Administratorpasswort.html#Administratorpasswort" title="Administratorpasswort"> |
... | ... | |
24 | 24 |
</head> |
25 | 25 |
<body> |
26 | 26 |
<div class="node"> |
27 |
<a name="Authentifizierungsdatenbank"></a> |
|
28 | 27 |
<p> |
29 |
Next: <a rel="next" accesskey="n" href="Passwort_00c3_00bcberpr_00c3_00bcfung.html#Passwort_00c3_00bcberpr_00c3_00bcfung">Passwortüberprüfung</a>, |
|
30 |
Previous: <a rel="previous" accesskey="p" href="Administratorpasswort.html#Administratorpasswort">Administratorpasswort</a>, |
|
31 |
Up: <a rel="up" accesskey="u" href="Benutzerauthentifizierung-und-Administratorpasswort.html#Benutzerauthentifizierung-und-Administratorpasswort">Benutzerauthentifizierung und Administratorpasswort</a> |
|
28 |
<a name="Authentifizierungsdatenbank"></a> |
|
29 |
nächstes: <a rel="next" accesskey="n" href="Passwort_00c3_00bcberpr_00c3_00bcfung.html#Passwort_00c3_00bcberpr_00c3_00bcfung">Passwortüberprüfung</a>, |
|
30 |
voriges: <a rel="previous" accesskey="p" href="Administratorpasswort.html#Administratorpasswort">Administratorpasswort</a>, |
|
31 |
aufwärts: <a rel="up" accesskey="u" href="Benutzerauthentifizierung-und-Administratorpasswort.html#Benutzerauthentifizierung-und-Administratorpasswort">Benutzerauthentifizierung und Administratorpasswort</a> |
|
32 | 32 |
<hr> |
33 | 33 |
</div> |
34 | 34 |
|
doc/INSTALL/Ben_00c3_00b6tigte-Software-und-Pakete.html | ||
---|---|---|
3 | 3 |
<title>Benötigte Software und Pakete - Lx-Office Installationsanleitung</title> |
4 | 4 |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
5 | 5 |
<meta name="description" content="Lx-Office Installationsanleitung"> |
6 |
<meta name="generator" content="makeinfo 4.13">
|
|
6 |
<meta name="generator" content="makeinfo 4.11">
|
|
7 | 7 |
<link title="Top" rel="start" href="index.html#Top"> |
8 | 8 |
<link rel="prev" href="Aktuelle-Hinweise.html#Aktuelle-Hinweise" title="Aktuelle Hinweise"> |
9 | 9 |
<link rel="next" href="Installation-des-Programmpaketes.html#Installation-des-Programmpaketes" title="Installation des Programmpaketes"> |
... | ... | |
23 | 23 |
</head> |
24 | 24 |
<body> |
25 | 25 |
<div class="node"> |
26 |
<p> |
|
26 | 27 |
<a name="Ben%c3%b6tigte-Software-und-Pakete"></a> |
27 | 28 |
<a name="Ben_00c3_00b6tigte-Software-und-Pakete"></a> |
28 |
<p> |
|
29 |
Next: <a rel="next" accesskey="n" href="Installation-des-Programmpaketes.html#Installation-des-Programmpaketes">Installation des Programmpaketes</a>, |
|
30 |
Previous: <a rel="previous" accesskey="p" href="Aktuelle-Hinweise.html#Aktuelle-Hinweise">Aktuelle Hinweise</a>, |
|
31 |
Up: <a rel="up" accesskey="u" href="index.html#Top">Top</a> |
|
29 |
nächstes: <a rel="next" accesskey="n" href="Installation-des-Programmpaketes.html#Installation-des-Programmpaketes">Installation des Programmpaketes</a>, |
|
30 |
voriges: <a rel="previous" accesskey="p" href="Aktuelle-Hinweise.html#Aktuelle-Hinweise">Aktuelle Hinweise</a>, |
|
31 |
aufwärts: <a rel="up" accesskey="u" href="index.html#Top">Top</a> |
|
32 | 32 |
<hr> |
33 | 33 |
</div> |
34 | 34 |
|
... | ... | |
40 | 40 |
<p>Zusätzlich benötigt Lx-Office die folgenden Perl-Pakete, die nicht Bestandteil einer Standard-Perl-Installation sind: |
41 | 41 |
|
42 | 42 |
<ul> |
43 |
<li>parent |
|
43 | 44 |
<li>Archive::Zip |
44 | 45 |
<li>Class::Accessor |
45 | 46 |
<li>CGI::Ajax |
... | ... | |
63 | 64 |
<p>Gegenüber Version 2.6.0 sind zu dieser Liste 2 Pakete hinzugekommen, <code>URI</code> |
64 | 65 |
und <code>XML::Writer</code> sind notwendig. Ohne startet Lx-Office nicht. |
65 | 66 |
|
67 |
<p>Gegenüber Version 2.6.1 sind <code>parent</code>, <code>DateTime</code>, |
|
68 |
<code>Rose::Object</code>, <code>Rose::DB</code> und <code>Rose::DB::Object</code> neu |
|
69 |
hinzugekommen. <code>IO::Wrap</code> wurde entfernt. |
|
70 |
|
|
66 | 71 |
<p><code>Email::Address</code> und <code>List::MoreUtils</code> sind schon länger feste |
67 | 72 |
Abhängigkeiten, wurden aber bisher mit Lx-Office mitgeliefert. Beide sind auch |
68 | 73 |
in 2.6.1 weiterhin mit ausgeliefert, wurden in einer zukünftigen Version aber |
... | ... | |
76 | 81 |
|
77 | 82 |
<p>Für Debian oder Ubuntu benötigen Sie diese Pakete: |
78 | 83 |
|
79 |
<p><code>apache2 postgresql libarchive-zip-perl libclass-accessor-perl libdatetime-perl libdbi-perl libdbd-pg-perl libpg-perl libemail-address-perl libio-stringy-perl liblist-moreutils-perl libpdf-api2-perl libtemplate-perl libtext-csv-xs-perl libtext-iconv-perl liburi-perl libxml-writer-perl libyaml-perl librose-object-perl librose-db-perl librose-db-object-perl</code>
|
|
84 |
<p><code>apache2 postgresql libparent-perl libarchive-zip-perl libclass-accessor-perl libdatetime-perl libdbi-perl libdbd-pg-perl libpg-perl libemail-address-perl liblist-moreutils-perl libpdf-api2-perl librose-object-perl librose-db-perl librose-db-object-perl libtemplate-perl libtext-csv-xs-perl libtext-iconv-perl liburi-perl libxml-writer-perl libyaml-perl</code>
|
|
80 | 85 |
|
81 | 86 |
<p>Für Fedora Core benötigen Sie diese Pakete: |
82 | 87 |
|
83 |
<p><code>httpd postgresql-server perl-Class-Accessor perl-DateTime perl-DBI perl-DBD-Pg perl-Email-Address perl-IO-stringy perl-List-MoreUtils perl-PDF-API2 perl-Template-Toolkit perl-Text-CSV_XS perl-Text-Iconv perl-URI perl-XML-Writer perl-YAML</code>
|
|
88 |
<p><code>httpd postgresql-server perl-parent perl-Class-Accessor perl-DateTime perl-DBI perl-DBD-Pg perl-Email-Address perl-List-MoreUtils perl-PDF-API2 perl-Rose-Object perl-Rose-DB perl-Rose-DB-Object perl-Template-Toolkit perl-Text-CSV_XS perl-Text-Iconv perl-URI perl-XML-Writer perl-YAML</code>
|
|
84 | 89 |
|
85 | 90 |
<p>Für OpenSuSE benötigen Sie diese Pakete: |
86 | 91 |
|
87 |
<p><code>apache2 postgresql-server perl-Archive-Zip perl-Class-Accessor perl-DateTime perl-DBI perl-DBD-Pg perl-MailTools perl-IO-stringy perl-List-MoreUtils perl-PDF-API2 perl-Template-Toolkit perl-Text-CSV_XS perl-Text-Iconv perl-URI perl-XML-Writer perl-YAML</code> |
|
92 |
<p><code>apache2 postgresql-server perl-Archive-Zip perl-Class-Accessor perl-DateTime perl-DBI perl-DBD-Pg perl-MailTools perl-List-MoreUtils perl-PDF-API2 perl-Template-Toolkit perl-Text-CSV_XS perl-Text-Iconv perl-URI perl-XML-Writer perl-YAML</code> |
|
93 |
|
|
94 |
<p>Bei openSuSE 11 ist <code>parent</code> bereits enthalten, und braucht nicht nachinstalliert werden. Die <code>Rose::*</code> Pakete sind derzeit nicht für SuSE gepackt, und müssen anderweitig nachinstalliert werden. |
|
88 | 95 |
|
89 | 96 |
<p>Lx-Office enthält ein Script, mit dem überprüft werden kann, ob alle |
90 | 97 |
benötigten Perl-Module installiert sind. Der Aufruf lautet wie folgt: |
doc/INSTALL/Benutzer-anlegen.html | ||
---|---|---|
3 | 3 |
<title>Benutzer anlegen - Lx-Office Installationsanleitung</title> |
4 | 4 |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
5 | 5 |
<meta name="description" content="Lx-Office Installationsanleitung"> |
6 |
<meta name="generator" content="makeinfo 4.13">
|
|
6 |
<meta name="generator" content="makeinfo 4.11">
|
|
7 | 7 |
<link title="Top" rel="start" href="index.html#Top"> |
8 | 8 |
<link rel="up" href="Benutzer_002d-und-Gruppenverwaltung.html#Benutzer_002d-und-Gruppenverwaltung" title="Benutzer- und Gruppenverwaltung"> |
9 | 9 |
<link rel="prev" href="Gruppen-anlegen.html#Gruppen-anlegen" title="Gruppen anlegen"> |
... | ... | |
24 | 24 |
</head> |
25 | 25 |
<body> |
26 | 26 |
<div class="node"> |
27 |
<a name="Benutzer-anlegen"></a> |
|
28 | 27 |
<p> |
29 |
Next: <a rel="next" accesskey="n" href="Gruppenmitgliedschaften-verwalten.html#Gruppenmitgliedschaften-verwalten">Gruppenmitgliedschaften verwalten</a>, |
|
30 |
Previous: <a rel="previous" accesskey="p" href="Gruppen-anlegen.html#Gruppen-anlegen">Gruppen anlegen</a>, |
|
31 |
Up: <a rel="up" accesskey="u" href="Benutzer_002d-und-Gruppenverwaltung.html#Benutzer_002d-und-Gruppenverwaltung">Benutzer- und Gruppenverwaltung</a> |
|
28 |
<a name="Benutzer-anlegen"></a> |
|
29 |
nächstes: <a rel="next" accesskey="n" href="Gruppenmitgliedschaften-verwalten.html#Gruppenmitgliedschaften-verwalten">Gruppenmitgliedschaften verwalten</a>, |
|
30 |
voriges: <a rel="previous" accesskey="p" href="Gruppen-anlegen.html#Gruppen-anlegen">Gruppen anlegen</a>, |
|
31 |
aufwärts: <a rel="up" accesskey="u" href="Benutzer_002d-und-Gruppenverwaltung.html#Benutzer_002d-und-Gruppenverwaltung">Benutzer- und Gruppenverwaltung</a> |
|
32 | 32 |
<hr> |
33 | 33 |
</div> |
34 | 34 |
|
doc/INSTALL/Benutzer_002d-und-Gruppenverwaltung.html | ||
---|---|---|
3 | 3 |
<title>Benutzer- und Gruppenverwaltung - Lx-Office Installationsanleitung</title> |
4 | 4 |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
5 | 5 |
<meta name="description" content="Lx-Office Installationsanleitung"> |
6 |
<meta name="generator" content="makeinfo 4.13">
|
|
6 |
<meta name="generator" content="makeinfo 4.11">
|
|
7 | 7 |
<link title="Top" rel="start" href="index.html#Top"> |
8 | 8 |
<link rel="prev" href="Benutzerauthentifizierung-und-Administratorpasswort.html#Benutzerauthentifizierung-und-Administratorpasswort" title="Benutzerauthentifizierung und Administratorpasswort"> |
9 | 9 |
<link rel="next" href="OpenDocument_002dVorlagen.html#OpenDocument_002dVorlagen" title="OpenDocument-Vorlagen"> |
... | ... | |
23 | 23 |
</head> |
24 | 24 |
<body> |
25 | 25 |
<div class="node"> |
26 |
<p> |
|
26 | 27 |
<a name="Benutzer--und-Gruppenverwaltung"></a> |
27 | 28 |
<a name="Benutzer_002d-und-Gruppenverwaltung"></a> |
28 |
<p> |
|
29 |
Next: <a rel="next" accesskey="n" href="OpenDocument_002dVorlagen.html#OpenDocument_002dVorlagen">OpenDocument-Vorlagen</a>, |
|
30 |
Previous: <a rel="previous" accesskey="p" href="Benutzerauthentifizierung-und-Administratorpasswort.html#Benutzerauthentifizierung-und-Administratorpasswort">Benutzerauthentifizierung und Administratorpasswort</a>, |
|
31 |
Up: <a rel="up" accesskey="u" href="index.html#Top">Top</a> |
|
29 |
nächstes: <a rel="next" accesskey="n" href="OpenDocument_002dVorlagen.html#OpenDocument_002dVorlagen">OpenDocument-Vorlagen</a>, |
|
30 |
voriges: <a rel="previous" accesskey="p" href="Benutzerauthentifizierung-und-Administratorpasswort.html#Benutzerauthentifizierung-und-Administratorpasswort">Benutzerauthentifizierung und Administratorpasswort</a>, |
|
31 |
aufwärts: <a rel="up" accesskey="u" href="index.html#Top">Top</a> |
|
32 | 32 |
<hr> |
33 | 33 |
</div> |
34 | 34 |
|
doc/INSTALL/Benutzerauthentifizierung-und-Administratorpasswort.html | ||
---|---|---|
3 | 3 |
<title>Benutzerauthentifizierung und Administratorpasswort - Lx-Office Installationsanleitung</title> |
4 | 4 |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
5 | 5 |
<meta name="description" content="Lx-Office Installationsanleitung"> |
6 |
<meta name="generator" content="makeinfo 4.13">
|
|
6 |
<meta name="generator" content="makeinfo 4.11">
|
|
7 | 7 |
<link title="Top" rel="start" href="index.html#Top"> |
8 | 8 |
<link rel="prev" href="Apache_002dKonfiguration.html#Apache_002dKonfiguration" title="Apache-Konfiguration"> |
9 | 9 |
<link rel="next" href="Benutzer_002d-und-Gruppenverwaltung.html#Benutzer_002d-und-Gruppenverwaltung" title="Benutzer- und Gruppenverwaltung"> |
... | ... | |
23 | 23 |
</head> |
24 | 24 |
<body> |
25 | 25 |
<div class="node"> |
26 |
<a name="Benutzerauthentifizierung-und-Administratorpasswort"></a> |
|
27 | 26 |
<p> |
28 |
Next: <a rel="next" accesskey="n" href="Benutzer_002d-und-Gruppenverwaltung.html#Benutzer_002d-und-Gruppenverwaltung">Benutzer- und Gruppenverwaltung</a>, |
|
29 |
Previous: <a rel="previous" accesskey="p" href="Apache_002dKonfiguration.html#Apache_002dKonfiguration">Apache-Konfiguration</a>, |
|
30 |
Up: <a rel="up" accesskey="u" href="index.html#Top">Top</a> |
|
27 |
<a name="Benutzerauthentifizierung-und-Administratorpasswort"></a> |
|
28 |
nächstes: <a rel="next" accesskey="n" href="Benutzer_002d-und-Gruppenverwaltung.html#Benutzer_002d-und-Gruppenverwaltung">Benutzer- und Gruppenverwaltung</a>, |
|
29 |
voriges: <a rel="previous" accesskey="p" href="Apache_002dKonfiguration.html#Apache_002dKonfiguration">Apache-Konfiguration</a>, |
|
30 |
aufwärts: <a rel="up" accesskey="u" href="index.html#Top">Top</a> |
|
31 | 31 |
<hr> |
32 | 32 |
</div> |
33 | 33 |
|
doc/INSTALL/Datenbankbenutzer-anlegen.html | ||
---|---|---|
3 | 3 |
<title>Datenbankbenutzer anlegen - Lx-Office Installationsanleitung</title> |
4 | 4 |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
5 | 5 |
<meta name="description" content="Lx-Office Installationsanleitung"> |
6 |
<meta name="generator" content="makeinfo 4.13">
|
|
6 |
<meta name="generator" content="makeinfo 4.11">
|
|
7 | 7 |
<link title="Top" rel="start" href="index.html#Top"> |
8 | 8 |
<link rel="up" href="Anpassung-der-PostgreSQL_002dKonfiguration.html#Anpassung-der-PostgreSQL_002dKonfiguration" title="Anpassung der PostgreSQL-Konfiguration"> |
9 | 9 |
<link rel="prev" href="Erweiterung-f_00c3_00bcr-servergespeicherte-Prozeduren.html#Erweiterung-f_00c3_00bcr-servergespeicherte-Prozeduren" title="Erweiterung für servergespeicherte Prozeduren"> |
... | ... | |
23 | 23 |
</head> |
24 | 24 |
<body> |
25 | 25 |
<div class="node"> |
26 |
<a name="Datenbankbenutzer-anlegen"></a> |
|
27 | 26 |
<p> |
28 |
Previous: <a rel="previous" accesskey="p" href="Erweiterung-f_00c3_00bcr-servergespeicherte-Prozeduren.html#Erweiterung-f_00c3_00bcr-servergespeicherte-Prozeduren">Erweiterung für servergespeicherte Prozeduren</a>, |
|
29 |
Up: <a rel="up" accesskey="u" href="Anpassung-der-PostgreSQL_002dKonfiguration.html#Anpassung-der-PostgreSQL_002dKonfiguration">Anpassung der PostgreSQL-Konfiguration</a> |
|
27 |
<a name="Datenbankbenutzer-anlegen"></a> |
|
28 |
voriges: <a rel="previous" accesskey="p" href="Erweiterung-f_00c3_00bcr-servergespeicherte-Prozeduren.html#Erweiterung-f_00c3_00bcr-servergespeicherte-Prozeduren">Erweiterung für servergespeicherte Prozeduren</a>, |
|
29 |
aufwärts: <a rel="up" accesskey="u" href="Anpassung-der-PostgreSQL_002dKonfiguration.html#Anpassung-der-PostgreSQL_002dKonfiguration">Anpassung der PostgreSQL-Konfiguration</a> |
|
30 | 30 |
<hr> |
31 | 31 |
</div> |
32 | 32 |
|
doc/INSTALL/Datenbanken-anlegen.html | ||
---|---|---|
3 | 3 |
<title>Datenbanken anlegen - Lx-Office Installationsanleitung</title> |
4 | 4 |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
5 | 5 |
<meta name="description" content="Lx-Office Installationsanleitung"> |
6 |
<meta name="generator" content="makeinfo 4.13">
|
|
6 |
<meta name="generator" content="makeinfo 4.11">
|
|
7 | 7 |
<link title="Top" rel="start" href="index.html#Top"> |
8 | 8 |
<link rel="up" href="Benutzer_002d-und-Gruppenverwaltung.html#Benutzer_002d-und-Gruppenverwaltung" title="Benutzer- und Gruppenverwaltung"> |
9 | 9 |
<link rel="prev" href="Zusammenh_00c3_00a4nge.html#Zusammenh_00c3_00a4nge" title="Zusammenhänge"> |
... | ... | |
24 | 24 |
</head> |
25 | 25 |
<body> |
26 | 26 |
<div class="node"> |
27 |
<a name="Datenbanken-anlegen"></a> |
|
28 | 27 |
<p> |
29 |
Next: <a rel="next" accesskey="n" href="Gruppen-anlegen.html#Gruppen-anlegen">Gruppen anlegen</a>, |
|
30 |
Previous: <a rel="previous" accesskey="p" href="Zusammenh_00c3_00a4nge.html#Zusammenh_00c3_00a4nge">Zusammenhänge</a>, |
|
31 |
Up: <a rel="up" accesskey="u" href="Benutzer_002d-und-Gruppenverwaltung.html#Benutzer_002d-und-Gruppenverwaltung">Benutzer- und Gruppenverwaltung</a> |
|
28 |
<a name="Datenbanken-anlegen"></a> |
|
29 |
nächstes: <a rel="next" accesskey="n" href="Gruppen-anlegen.html#Gruppen-anlegen">Gruppen anlegen</a>, |
|
30 |
voriges: <a rel="previous" accesskey="p" href="Zusammenh_00c3_00a4nge.html#Zusammenh_00c3_00a4nge">Zusammenhänge</a>, |
|
31 |
aufwärts: <a rel="up" accesskey="u" href="Benutzer_002d-und-Gruppenverwaltung.html#Benutzer_002d-und-Gruppenverwaltung">Benutzer- und Gruppenverwaltung</a> |
|
32 | 32 |
<hr> |
33 | 33 |
</div> |
34 | 34 |
|
doc/INSTALL/Erweiterung-f_00c3_00bcr-servergespeicherte-Prozeduren.html | ||
---|---|---|
3 | 3 |
<title>Erweiterung für servergespeicherte Prozeduren - Lx-Office Installationsanleitung</title> |
4 | 4 |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
5 | 5 |
<meta name="description" content="Lx-Office Installationsanleitung"> |
6 |
<meta name="generator" content="makeinfo 4.13">
|
|
6 |
<meta name="generator" content="makeinfo 4.11">
|
|
7 | 7 |
<link title="Top" rel="start" href="index.html#Top"> |
8 | 8 |
<link rel="up" href="Anpassung-der-PostgreSQL_002dKonfiguration.html#Anpassung-der-PostgreSQL_002dKonfiguration" title="Anpassung der PostgreSQL-Konfiguration"> |
9 | 9 |
<link rel="prev" href="_00c3_0084nderungen-an-Konfigurationsdateien.html#g_t_00c3_0084nderungen-an-Konfigurationsdateien" title="Änderungen an Konfigurationsdateien"> |
... | ... | |
24 | 24 |
</head> |
25 | 25 |
<body> |
26 | 26 |
<div class="node"> |
27 |
<p> |
|
27 | 28 |
<a name="Erweiterung-f%c3%bcr-servergespeicherte-Prozeduren"></a> |
28 | 29 |
<a name="Erweiterung-f_00c3_00bcr-servergespeicherte-Prozeduren"></a> |
29 |
<p> |
|
30 |
Next: <a rel="next" accesskey="n" href="Datenbankbenutzer-anlegen.html#Datenbankbenutzer-anlegen">Datenbankbenutzer anlegen</a>, |
|
31 |
Previous: <a rel="previous" accesskey="p" href="_00c3_0084nderungen-an-Konfigurationsdateien.html#g_t_00c3_0084nderungen-an-Konfigurationsdateien">Änderungen an Konfigurationsdateien</a>, |
|
32 |
Up: <a rel="up" accesskey="u" href="Anpassung-der-PostgreSQL_002dKonfiguration.html#Anpassung-der-PostgreSQL_002dKonfiguration">Anpassung der PostgreSQL-Konfiguration</a> |
|
30 |
nächstes: <a rel="next" accesskey="n" href="Datenbankbenutzer-anlegen.html#Datenbankbenutzer-anlegen">Datenbankbenutzer anlegen</a>, |
|
31 |
voriges: <a rel="previous" accesskey="p" href="_00c3_0084nderungen-an-Konfigurationsdateien.html#g_t_00c3_0084nderungen-an-Konfigurationsdateien">Änderungen an Konfigurationsdateien</a>, |
|
32 |
aufwärts: <a rel="up" accesskey="u" href="Anpassung-der-PostgreSQL_002dKonfiguration.html#Anpassung-der-PostgreSQL_002dKonfiguration">Anpassung der PostgreSQL-Konfiguration</a> |
|
33 | 33 |
<hr> |
34 | 34 |
</div> |
35 | 35 |
|
doc/INSTALL/Grundlagen-zur-Benutzerauthentifizierung.html | ||
---|---|---|
3 | 3 |
<title>Grundlagen zur Benutzerauthentifizierung - Lx-Office Installationsanleitung</title> |
4 | 4 |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
5 | 5 |
<meta name="description" content="Lx-Office Installationsanleitung"> |
6 |
<meta name="generator" content="makeinfo 4.13">
|
|
6 |
<meta name="generator" content="makeinfo 4.11">
|
|
7 | 7 |
<link title="Top" rel="start" href="index.html#Top"> |
8 | 8 |
<link rel="up" href="Benutzerauthentifizierung-und-Administratorpasswort.html#Benutzerauthentifizierung-und-Administratorpasswort" title="Benutzerauthentifizierung und Administratorpasswort"> |
9 | 9 |
<link rel="next" href="Administratorpasswort.html#Administratorpasswort" title="Administratorpasswort"> |
... | ... | |
23 | 23 |
</head> |
24 | 24 |
<body> |
25 | 25 |
<div class="node"> |
26 |
<a name="Grundlagen-zur-Benutzerauthentifizierung"></a> |
|
27 | 26 |
<p> |
28 |
Next: <a rel="next" accesskey="n" href="Administratorpasswort.html#Administratorpasswort">Administratorpasswort</a>, |
|
29 |
Up: <a rel="up" accesskey="u" href="Benutzerauthentifizierung-und-Administratorpasswort.html#Benutzerauthentifizierung-und-Administratorpasswort">Benutzerauthentifizierung und Administratorpasswort</a> |
|
27 |
<a name="Grundlagen-zur-Benutzerauthentifizierung"></a> |
|
28 |
nächstes: <a rel="next" accesskey="n" href="Administratorpasswort.html#Administratorpasswort">Administratorpasswort</a>, |
|
29 |
aufwärts: <a rel="up" accesskey="u" href="Benutzerauthentifizierung-und-Administratorpasswort.html#Benutzerauthentifizierung-und-Administratorpasswort">Benutzerauthentifizierung und Administratorpasswort</a> |
|
30 | 30 |
<hr> |
31 | 31 |
</div> |
32 | 32 |
|
doc/INSTALL/Gruppen-anlegen.html | ||
---|---|---|
3 | 3 |
<title>Gruppen anlegen - Lx-Office Installationsanleitung</title> |
4 | 4 |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
5 | 5 |
<meta name="description" content="Lx-Office Installationsanleitung"> |
6 |
<meta name="generator" content="makeinfo 4.13">
|
|
6 |
<meta name="generator" content="makeinfo 4.11">
|
|
7 | 7 |
<link title="Top" rel="start" href="index.html#Top"> |
8 | 8 |
<link rel="up" href="Benutzer_002d-und-Gruppenverwaltung.html#Benutzer_002d-und-Gruppenverwaltung" title="Benutzer- und Gruppenverwaltung"> |
9 | 9 |
<link rel="prev" href="Datenbanken-anlegen.html#Datenbanken-anlegen" title="Datenbanken anlegen"> |
... | ... | |
24 | 24 |
</head> |
25 | 25 |
<body> |
26 | 26 |
<div class="node"> |
27 |
<a name="Gruppen-anlegen"></a> |
|
28 | 27 |
<p> |
29 |
Next: <a rel="next" accesskey="n" href="Benutzer-anlegen.html#Benutzer-anlegen">Benutzer anlegen</a>, |
|
30 |
Previous: <a rel="previous" accesskey="p" href="Datenbanken-anlegen.html#Datenbanken-anlegen">Datenbanken anlegen</a>, |
|
31 |
Up: <a rel="up" accesskey="u" href="Benutzer_002d-und-Gruppenverwaltung.html#Benutzer_002d-und-Gruppenverwaltung">Benutzer- und Gruppenverwaltung</a> |
|
28 |
<a name="Gruppen-anlegen"></a> |
|
29 |
nächstes: <a rel="next" accesskey="n" href="Benutzer-anlegen.html#Benutzer-anlegen">Benutzer anlegen</a>, |
|
30 |
voriges: <a rel="previous" accesskey="p" href="Datenbanken-anlegen.html#Datenbanken-anlegen">Datenbanken anlegen</a>, |
|
31 |
aufwärts: <a rel="up" accesskey="u" href="Benutzer_002d-und-Gruppenverwaltung.html#Benutzer_002d-und-Gruppenverwaltung">Benutzer- und Gruppenverwaltung</a> |
|
32 | 32 |
<hr> |
33 | 33 |
</div> |
34 | 34 |
|
doc/INSTALL/Gruppenmitgliedschaften-verwalten.html | ||
---|---|---|
3 | 3 |
<title>Gruppenmitgliedschaften verwalten - Lx-Office Installationsanleitung</title> |
4 | 4 |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
5 | 5 |
<meta name="description" content="Lx-Office Installationsanleitung"> |
6 |
<meta name="generator" content="makeinfo 4.13">
|
|
6 |
<meta name="generator" content="makeinfo 4.11">
|
|
7 | 7 |
<link title="Top" rel="start" href="index.html#Top"> |
8 | 8 |
<link rel="up" href="Benutzer_002d-und-Gruppenverwaltung.html#Benutzer_002d-und-Gruppenverwaltung" title="Benutzer- und Gruppenverwaltung"> |
9 | 9 |
<link rel="prev" href="Benutzer-anlegen.html#Benutzer-anlegen" title="Benutzer anlegen"> |
... | ... | |
24 | 24 |
</head> |
25 | 25 |
<body> |
26 | 26 |
<div class="node"> |
27 |
<a name="Gruppenmitgliedschaften-verwalten"></a> |
|
28 | 27 |
<p> |
29 |
Next: <a rel="next" accesskey="n" href="Migration-alter-Installationen.html#Migration-alter-Installationen">Migration alter Installationen</a>, |
|
30 |
Previous: <a rel="previous" accesskey="p" href="Benutzer-anlegen.html#Benutzer-anlegen">Benutzer anlegen</a>, |
|
31 |
Up: <a rel="up" accesskey="u" href="Benutzer_002d-und-Gruppenverwaltung.html#Benutzer_002d-und-Gruppenverwaltung">Benutzer- und Gruppenverwaltung</a> |
|
28 |
<a name="Gruppenmitgliedschaften-verwalten"></a> |
|
29 |
nächstes: <a rel="next" accesskey="n" href="Migration-alter-Installationen.html#Migration-alter-Installationen">Migration alter Installationen</a>, |
|
30 |
voriges: <a rel="previous" accesskey="p" href="Benutzer-anlegen.html#Benutzer-anlegen">Benutzer anlegen</a>, |
|
31 |
aufwärts: <a rel="up" accesskey="u" href="Benutzer_002d-und-Gruppenverwaltung.html#Benutzer_002d-und-Gruppenverwaltung">Benutzer- und Gruppenverwaltung</a> |
|
32 | 32 |
<hr> |
33 | 33 |
</div> |
34 | 34 |
|
doc/INSTALL/Installation-des-Programmpaketes.html | ||
---|---|---|
3 | 3 |
<title>Installation des Programmpaketes - Lx-Office Installationsanleitung</title> |
4 | 4 |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
5 | 5 |
<meta name="description" content="Lx-Office Installationsanleitung"> |
6 |
<meta name="generator" content="makeinfo 4.13">
|
|
6 |
<meta name="generator" content="makeinfo 4.11">
|
|
7 | 7 |
<link title="Top" rel="start" href="index.html#Top"> |
8 | 8 |
<link rel="prev" href="Ben_00c3_00b6tigte-Software-und-Pakete.html#Ben_00c3_00b6tigte-Software-und-Pakete" title="Benötigte Software und Pakete"> |
9 | 9 |
<link rel="next" href="Anpassung-der-PostgreSQL_002dKonfiguration.html#Anpassung-der-PostgreSQL_002dKonfiguration" title="Anpassung der PostgreSQL-Konfiguration"> |
... | ... | |
23 | 23 |
</head> |
24 | 24 |
<body> |
25 | 25 |
<div class="node"> |
26 |
<a name="Installation-des-Programmpaketes"></a> |
|
27 | 26 |
<p> |
28 |
Next: <a rel="next" accesskey="n" href="Anpassung-der-PostgreSQL_002dKonfiguration.html#Anpassung-der-PostgreSQL_002dKonfiguration">Anpassung der PostgreSQL-Konfiguration</a>, |
|
29 |
Previous: <a rel="previous" accesskey="p" href="Ben_00c3_00b6tigte-Software-und-Pakete.html#Ben_00c3_00b6tigte-Software-und-Pakete">Benötigte Software und Pakete</a>, |
|
30 |
Up: <a rel="up" accesskey="u" href="index.html#Top">Top</a> |
|
27 |
<a name="Installation-des-Programmpaketes"></a> |
|
28 |
nächstes: <a rel="next" accesskey="n" href="Anpassung-der-PostgreSQL_002dKonfiguration.html#Anpassung-der-PostgreSQL_002dKonfiguration">Anpassung der PostgreSQL-Konfiguration</a>, |
|
29 |
voriges: <a rel="previous" accesskey="p" href="Ben_00c3_00b6tigte-Software-und-Pakete.html#Ben_00c3_00b6tigte-Software-und-Pakete">Benötigte Software und Pakete</a>, |
|
30 |
aufwärts: <a rel="up" accesskey="u" href="index.html#Top">Top</a> |
|
31 | 31 |
<hr> |
32 | 32 |
</div> |
33 | 33 |
|
doc/INSTALL/Lx_002dOffice-ERP-verwenden.html | ||
---|---|---|
3 | 3 |
<title>Lx-Office ERP verwenden - Lx-Office Installationsanleitung</title> |
4 | 4 |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
5 | 5 |
<meta name="description" content="Lx-Office Installationsanleitung"> |
6 |
<meta name="generator" content="makeinfo 4.13">
|
|
6 |
<meta name="generator" content="makeinfo 4.11">
|
|
7 | 7 |
<link title="Top" rel="start" href="index.html#Top"> |
8 | 8 |
<link rel="prev" href="OpenDocument_002dVorlagen.html#OpenDocument_002dVorlagen" title="OpenDocument-Vorlagen"> |
9 | 9 |
<link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage"> |
... | ... | |
22 | 22 |
</head> |
23 | 23 |
<body> |
24 | 24 |
<div class="node"> |
25 |
<p> |
|
25 | 26 |
<a name="Lx-Office-ERP-verwenden"></a> |
26 | 27 |
<a name="Lx_002dOffice-ERP-verwenden"></a> |
27 |
<p> |
|
28 |
Previous: <a rel="previous" accesskey="p" href="OpenDocument_002dVorlagen.html#OpenDocument_002dVorlagen">OpenDocument-Vorlagen</a>, |
|
29 |
Up: <a rel="up" accesskey="u" href="index.html#Top">Top</a> |
|
28 |
voriges: <a rel="previous" accesskey="p" href="OpenDocument_002dVorlagen.html#OpenDocument_002dVorlagen">OpenDocument-Vorlagen</a>, |
|
29 |
aufwärts: <a rel="up" accesskey="u" href="index.html#Top">Top</a> |
|
30 | 30 |
<hr> |
31 | 31 |
</div> |
32 | 32 |
|
doc/INSTALL/Migration-alter-Installationen.html | ||
---|---|---|
3 | 3 |
<title>Migration alter Installationen - Lx-Office Installationsanleitung</title> |
4 | 4 |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
5 | 5 |
<meta name="description" content="Lx-Office Installationsanleitung"> |
6 |
<meta name="generator" content="makeinfo 4.13">
|
|
6 |
<meta name="generator" content="makeinfo 4.11">
|
|
7 | 7 |
<link title="Top" rel="start" href="index.html#Top"> |
8 | 8 |
<link rel="up" href="Benutzer_002d-und-Gruppenverwaltung.html#Benutzer_002d-und-Gruppenverwaltung" title="Benutzer- und Gruppenverwaltung"> |
9 | 9 |
<link rel="prev" href="Gruppenmitgliedschaften-verwalten.html#Gruppenmitgliedschaften-verwalten" title="Gruppenmitgliedschaften verwalten"> |
... | ... | |
23 | 23 |
</head> |
24 | 24 |
<body> |
25 | 25 |
<div class="node"> |
26 |
<a name="Migration-alter-Installationen"></a> |
|
27 | 26 |
<p> |
28 |
Previous: <a rel="previous" accesskey="p" href="Gruppenmitgliedschaften-verwalten.html#Gruppenmitgliedschaften-verwalten">Gruppenmitgliedschaften verwalten</a>, |
|
29 |
Up: <a rel="up" accesskey="u" href="Benutzer_002d-und-Gruppenverwaltung.html#Benutzer_002d-und-Gruppenverwaltung">Benutzer- und Gruppenverwaltung</a> |
|
27 |
<a name="Migration-alter-Installationen"></a> |
|
28 |
voriges: <a rel="previous" accesskey="p" href="Gruppenmitgliedschaften-verwalten.html#Gruppenmitgliedschaften-verwalten">Gruppenmitgliedschaften verwalten</a>, |
|
29 |
aufwärts: <a rel="up" accesskey="u" href="Benutzer_002d-und-Gruppenverwaltung.html#Benutzer_002d-und-Gruppenverwaltung">Benutzer- und Gruppenverwaltung</a> |
|
30 | 30 |
<hr> |
31 | 31 |
</div> |
32 | 32 |
|
doc/INSTALL/Name-des-Session_002dCookies.html | ||
---|---|---|
3 | 3 |
<title>Name des Session-Cookies - Lx-Office Installationsanleitung</title> |
4 | 4 |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
5 | 5 |
<meta name="description" content="Lx-Office Installationsanleitung"> |
6 |
<meta name="generator" content="makeinfo 4.13">
|
|
6 |
<meta name="generator" content="makeinfo 4.11">
|
|
7 | 7 |
<link title="Top" rel="start" href="index.html#Top"> |
8 | 8 |
<link rel="up" href="Benutzerauthentifizierung-und-Administratorpasswort.html#Benutzerauthentifizierung-und-Administratorpasswort" title="Benutzerauthentifizierung und Administratorpasswort"> |
9 | 9 |
<link rel="prev" href="Passwort_00c3_00bcberpr_00c3_00bcfung.html#Passwort_00c3_00bcberpr_00c3_00bcfung" title="Passwortüberprüfung"> |
... | ... | |
24 | 24 |
</head> |
25 | 25 |
<body> |
26 | 26 |
<div class="node"> |
27 |
<p> |
|
27 | 28 |
<a name="Name-des-Session-Cookies"></a> |
28 | 29 |
<a name="Name-des-Session_002dCookies"></a> |
29 |
<p> |
|
30 |
Next: <a rel="next" accesskey="n" href="Anlegen-der-Authentifizierungsdatenbank.html#Anlegen-der-Authentifizierungsdatenbank">Anlegen der Authentifizierungsdatenbank</a>, |
|
31 |
Previous: <a rel="previous" accesskey="p" href="Passwort_00c3_00bcberpr_00c3_00bcfung.html#Passwort_00c3_00bcberpr_00c3_00bcfung">Passwortüberprüfung</a>, |
|
32 |
Up: <a rel="up" accesskey="u" href="Benutzerauthentifizierung-und-Administratorpasswort.html#Benutzerauthentifizierung-und-Administratorpasswort">Benutzerauthentifizierung und Administratorpasswort</a> |
|
30 |
nächstes: <a rel="next" accesskey="n" href="Anlegen-der-Authentifizierungsdatenbank.html#Anlegen-der-Authentifizierungsdatenbank">Anlegen der Authentifizierungsdatenbank</a>, |
|
31 |
voriges: <a rel="previous" accesskey="p" href="Passwort_00c3_00bcberpr_00c3_00bcfung.html#Passwort_00c3_00bcberpr_00c3_00bcfung">Passwortüberprüfung</a>, |
|
32 |
aufwärts: <a rel="up" accesskey="u" href="Benutzerauthentifizierung-und-Administratorpasswort.html#Benutzerauthentifizierung-und-Administratorpasswort">Benutzerauthentifizierung und Administratorpasswort</a> |
|
33 | 33 |
<hr> |
34 | 34 |
</div> |
35 | 35 |
|
doc/INSTALL/OpenDocument_002dVorlagen.html | ||
---|---|---|
3 | 3 |
<title>OpenDocument-Vorlagen - Lx-Office Installationsanleitung</title> |
4 | 4 |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
5 | 5 |
<meta name="description" content="Lx-Office Installationsanleitung"> |
6 |
<meta name="generator" content="makeinfo 4.13">
|
|
6 |
<meta name="generator" content="makeinfo 4.11">
|
|
7 | 7 |
<link title="Top" rel="start" href="index.html#Top"> |
8 | 8 |
<link rel="prev" href="Benutzer_002d-und-Gruppenverwaltung.html#Benutzer_002d-und-Gruppenverwaltung" title="Benutzer- und Gruppenverwaltung"> |
9 | 9 |
<link rel="next" href="Lx_002dOffice-ERP-verwenden.html#Lx_002dOffice-ERP-verwenden" title="Lx-Office ERP verwenden"> |
... | ... | |
23 | 23 |
</head> |
24 | 24 |
<body> |
25 | 25 |
<div class="node"> |
26 |
<p> |
|
26 | 27 |
<a name="OpenDocument-Vorlagen"></a> |
27 | 28 |
<a name="OpenDocument_002dVorlagen"></a> |
28 |
<p> |
|
29 |
Next: <a rel="next" accesskey="n" href="Lx_002dOffice-ERP-verwenden.html#Lx_002dOffice-ERP-verwenden">Lx-Office ERP verwenden</a>, |
|
30 |
Previous: <a rel="previous" accesskey="p" href="Benutzer_002d-und-Gruppenverwaltung.html#Benutzer_002d-und-Gruppenverwaltung">Benutzer- und Gruppenverwaltung</a>, |
|
31 |
Up: <a rel="up" accesskey="u" href="index.html#Top">Top</a> |
|
29 |
nächstes: <a rel="next" accesskey="n" href="Lx_002dOffice-ERP-verwenden.html#Lx_002dOffice-ERP-verwenden">Lx-Office ERP verwenden</a>, |
|
30 |
voriges: <a rel="previous" accesskey="p" href="Benutzer_002d-und-Gruppenverwaltung.html#Benutzer_002d-und-Gruppenverwaltung">Benutzer- und Gruppenverwaltung</a>, |
|
31 |
aufwärts: <a rel="up" accesskey="u" href="index.html#Top">Top</a> |
|
32 | 32 |
<hr> |
33 | 33 |
</div> |
34 | 34 |
|
doc/INSTALL/Passwort_00c3_00bcberpr_00c3_00bcfung.html | ||
---|---|---|
3 | 3 |
<title>Passwortüberprüfung - Lx-Office Installationsanleitung</title> |
4 | 4 |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
5 | 5 |
<meta name="description" content="Lx-Office Installationsanleitung"> |
6 |
<meta name="generator" content="makeinfo 4.13">
|
|
6 |
<meta name="generator" content="makeinfo 4.11">
|
|
7 | 7 |
<link title="Top" rel="start" href="index.html#Top"> |
8 | 8 |
<link rel="up" href="Benutzerauthentifizierung-und-Administratorpasswort.html#Benutzerauthentifizierung-und-Administratorpasswort" title="Benutzerauthentifizierung und Administratorpasswort"> |
9 | 9 |
<link rel="prev" href="Authentifizierungsdatenbank.html#Authentifizierungsdatenbank" title="Authentifizierungsdatenbank"> |
... | ... | |
24 | 24 |
</head> |
25 | 25 |
<body> |
26 | 26 |
<div class="node"> |
27 |
<p> |
|
27 | 28 |
<a name="Passwort%c3%bcberpr%c3%bcfung"></a> |
28 | 29 |
<a name="Passwort_00c3_00bcberpr_00c3_00bcfung"></a> |
29 |
<p> |
|
30 |
Next: <a rel="next" accesskey="n" href="Name-des-Session_002dCookies.html#Name-des-Session_002dCookies">Name des Session-Cookies</a>, |
|
31 |
Previous: <a rel="previous" accesskey="p" href="Authentifizierungsdatenbank.html#Authentifizierungsdatenbank">Authentifizierungsdatenbank</a>, |
|
32 |
Up: <a rel="up" accesskey="u" href="Benutzerauthentifizierung-und-Administratorpasswort.html#Benutzerauthentifizierung-und-Administratorpasswort">Benutzerauthentifizierung und Administratorpasswort</a> |
|
30 |
nächstes: <a rel="next" accesskey="n" href="Name-des-Session_002dCookies.html#Name-des-Session_002dCookies">Name des Session-Cookies</a>, |
|
31 |
voriges: <a rel="previous" accesskey="p" href="Authentifizierungsdatenbank.html#Authentifizierungsdatenbank">Authentifizierungsdatenbank</a>, |
|
32 |
aufwärts: <a rel="up" accesskey="u" href="Benutzerauthentifizierung-und-Administratorpasswort.html#Benutzerauthentifizierung-und-Administratorpasswort">Benutzerauthentifizierung und Administratorpasswort</a> |
|
33 | 33 |
<hr> |
34 | 34 |
</div> |
35 | 35 |
|
doc/INSTALL/Zeichens_00c3_00a4tze_002fdie-Verwendung-von-UTF_002d8.html | ||
---|---|---|
3 | 3 |
<title>Zeichensätze/die Verwendung von UTF-8 - Lx-Office Installationsanleitung</title> |
4 | 4 |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
5 | 5 |
<meta name="description" content="Lx-Office Installationsanleitung"> |
6 |
<meta name="generator" content="makeinfo 4.13">
|
|
6 |
<meta name="generator" content="makeinfo 4.11">
|
|
7 | 7 |
<link title="Top" rel="start" href="index.html#Top"> |
8 | 8 |
<link rel="up" href="Anpassung-der-PostgreSQL_002dKonfiguration.html#Anpassung-der-PostgreSQL_002dKonfiguration" title="Anpassung der PostgreSQL-Konfiguration"> |
9 | 9 |
<link rel="next" href="_00c3_0084nderungen-an-Konfigurationsdateien.html#g_t_00c3_0084nderungen-an-Konfigurationsdateien" title="Änderungen an Konfigurationsdateien"> |
... | ... | |
23 | 23 |
</head> |
24 | 24 |
<body> |
25 | 25 |
<div class="node"> |
26 |
<p> |
|
26 | 27 |
<a name="Zeichens%c3%a4tze%2fdie-Verwendung-von-UTF-8"></a> |
27 | 28 |
<a name="Zeichens_00c3_00a4tze_002fdie-Verwendung-von-UTF_002d8"></a> |
28 |
<p> |
|
29 |
Next: <a rel="next" accesskey="n" href="_00c3_0084nderungen-an-Konfigurationsdateien.html#g_t_00c3_0084nderungen-an-Konfigurationsdateien">Änderungen an Konfigurationsdateien</a>, |
|
30 |
Up: <a rel="up" accesskey="u" href="Anpassung-der-PostgreSQL_002dKonfiguration.html#Anpassung-der-PostgreSQL_002dKonfiguration">Anpassung der PostgreSQL-Konfiguration</a> |
|
29 |
nächstes: <a rel="next" accesskey="n" href="_00c3_0084nderungen-an-Konfigurationsdateien.html#g_t_00c3_0084nderungen-an-Konfigurationsdateien">Änderungen an Konfigurationsdateien</a>, |
|
30 |
aufwärts: <a rel="up" accesskey="u" href="Anpassung-der-PostgreSQL_002dKonfiguration.html#Anpassung-der-PostgreSQL_002dKonfiguration">Anpassung der PostgreSQL-Konfiguration</a> |
|
31 | 31 |
<hr> |
32 | 32 |
</div> |
33 | 33 |
|
doc/INSTALL/Zusammenh_00c3_00a4nge.html | ||
---|---|---|
3 | 3 |
<title>Zusammenhänge - Lx-Office Installationsanleitung</title> |
4 | 4 |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
5 | 5 |
<meta name="description" content="Lx-Office Installationsanleitung"> |
6 |
<meta name="generator" content="makeinfo 4.13">
|
|
6 |
<meta name="generator" content="makeinfo 4.11">
|
|
7 | 7 |
<link title="Top" rel="start" href="index.html#Top"> |
8 | 8 |
<link rel="up" href="Benutzer_002d-und-Gruppenverwaltung.html#Benutzer_002d-und-Gruppenverwaltung" title="Benutzer- und Gruppenverwaltung"> |
9 | 9 |
<link rel="next" href="Datenbanken-anlegen.html#Datenbanken-anlegen" title="Datenbanken anlegen"> |
... | ... | |
23 | 23 |
</head> |
24 | 24 |
<body> |
25 | 25 |
<div class="node"> |
26 |
<p> |
|
26 | 27 |
<a name="Zusammenh%c3%a4nge"></a> |
27 | 28 |
<a name="Zusammenh_00c3_00a4nge"></a> |
28 |
<p> |
|
29 |
Next: <a rel="next" accesskey="n" href="Datenbanken-anlegen.html#Datenbanken-anlegen">Datenbanken anlegen</a>, |
|
30 |
Up: <a rel="up" accesskey="u" href="Benutzer_002d-und-Gruppenverwaltung.html#Benutzer_002d-und-Gruppenverwaltung">Benutzer- und Gruppenverwaltung</a> |
|
29 |
nächstes: <a rel="next" accesskey="n" href="Datenbanken-anlegen.html#Datenbanken-anlegen">Datenbanken anlegen</a>, |
|
30 |
aufwärts: <a rel="up" accesskey="u" href="Benutzer_002d-und-Gruppenverwaltung.html#Benutzer_002d-und-Gruppenverwaltung">Benutzer- und Gruppenverwaltung</a> |
|
31 | 31 |
<hr> |
32 | 32 |
</div> |
33 | 33 |
|
doc/INSTALL/_00c3_0084nderungen-an-Konfigurationsdateien.html | ||
---|---|---|
3 | 3 |
<title>Änderungen an Konfigurationsdateien - Lx-Office Installationsanleitung</title> |
4 | 4 |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
5 | 5 |
<meta name="description" content="Lx-Office Installationsanleitung"> |
6 |
<meta name="generator" content="makeinfo 4.13">
|
|
6 |
<meta name="generator" content="makeinfo 4.11">
|
|
7 | 7 |
<link title="Top" rel="start" href="index.html#Top"> |
8 | 8 |
<link rel="up" href="Anpassung-der-PostgreSQL_002dKonfiguration.html#Anpassung-der-PostgreSQL_002dKonfiguration" title="Anpassung der PostgreSQL-Konfiguration"> |
9 | 9 |
<link rel="prev" href="Zeichens_00c3_00a4tze_002fdie-Verwendung-von-UTF_002d8.html#Zeichens_00c3_00a4tze_002fdie-Verwendung-von-UTF_002d8" title="Zeichensätze/die Verwendung von UTF-8"> |
... | ... | |
24 | 24 |
</head> |
25 | 25 |
<body> |
26 | 26 |
<div class="node"> |
27 |
<p> |
|
27 | 28 |
<a name="%c3%84nderungen-an-Konfigurationsdateien"></a> |
28 | 29 |
<a name="g_t_00c3_0084nderungen-an-Konfigurationsdateien"></a> |
29 |
<p> |
|
30 |
Next: <a rel="next" accesskey="n" href="Erweiterung-f_00c3_00bcr-servergespeicherte-Prozeduren.html#Erweiterung-f_00c3_00bcr-servergespeicherte-Prozeduren">Erweiterung für servergespeicherte Prozeduren</a>, |
|
31 |
Previous: <a rel="previous" accesskey="p" href="Zeichens_00c3_00a4tze_002fdie-Verwendung-von-UTF_002d8.html#Zeichens_00c3_00a4tze_002fdie-Verwendung-von-UTF_002d8">Zeichensätze/die Verwendung von UTF-8</a>, |
|
32 |
Up: <a rel="up" accesskey="u" href="Anpassung-der-PostgreSQL_002dKonfiguration.html#Anpassung-der-PostgreSQL_002dKonfiguration">Anpassung der PostgreSQL-Konfiguration</a> |
|
30 |
nächstes: <a rel="next" accesskey="n" href="Erweiterung-f_00c3_00bcr-servergespeicherte-Prozeduren.html#Erweiterung-f_00c3_00bcr-servergespeicherte-Prozeduren">Erweiterung für servergespeicherte Prozeduren</a>, |
|
31 |
voriges: <a rel="previous" accesskey="p" href="Zeichens_00c3_00a4tze_002fdie-Verwendung-von-UTF_002d8.html#Zeichens_00c3_00a4tze_002fdie-Verwendung-von-UTF_002d8">Zeichensätze/die Verwendung von UTF-8</a>, |
|
32 |
aufwärts: <a rel="up" accesskey="u" href="Anpassung-der-PostgreSQL_002dKonfiguration.html#Anpassung-der-PostgreSQL_002dKonfiguration">Anpassung der PostgreSQL-Konfiguration</a> |
|
33 | 33 |
<hr> |
34 | 34 |
</div> |
35 | 35 |
|
doc/INSTALL/index.html | ||
---|---|---|
3 | 3 |
<title>Lx-Office Installationsanleitung</title> |
4 | 4 |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
5 | 5 |
<meta name="description" content="Lx-Office Installationsanleitung"> |
6 |
<meta name="generator" content="makeinfo 4.13">
|
|
6 |
<meta name="generator" content="makeinfo 4.11">
|
|
7 | 7 |
<link title="Top" rel="start" href="#Top"> |
8 | 8 |
<link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage"> |
9 | 9 |
<meta http-equiv="Content-Style-Type" content="text/css"> |
... | ... | |
62 | 62 |
|
63 | 63 |
|
64 | 64 |
<div class="node"> |
65 |
<a name="Top"></a> |
|
66 | 65 |
<p> |
67 |
Next: <a rel="next" accesskey="n" href="Aktuelle-Hinweise.html#Aktuelle-Hinweise">Aktuelle Hinweise</a>, |
|
68 |
Up: <a rel="up" accesskey="u" href="../index.html#dir">(dir)</a> |
|
66 |
<a name="Top"></a> |
|
67 |
nächstes: <a rel="next" accesskey="n" href="Aktuelle-Hinweise.html#Aktuelle-Hinweise">Aktuelle Hinweise</a>, |
|
68 |
aufwärts: <a rel="up" accesskey="u" href="../index.html#dir">(dir)</a> |
|
69 | 69 |
<hr> |
70 | 70 |
</div> |
71 | 71 |
|
Auch abrufbar als: Unified diff
Pakete angepasst: DateTime, Rose::*, parent