mirror of
https://github.com/smarty-php/smarty.git
synced 2025-10-15 21:45:21 +02:00
49 lines
1.4 KiB
Plaintext
49 lines
1.4 KiB
Plaintext
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook V3.1//EN" [
|
|
<!ENTITY preface SYSTEM "preface.sgml">
|
|
<!ENTITY getting.started SYSTEM "getting-started.sgml">
|
|
<!ENTITY smarty.for.designers SYSTEM "designers.sgml">
|
|
<!ENTITY smarty.for.programmers SYSTEM "programmers.sgml">
|
|
<!ENTITY appendixes SYSTEM "appendixes.sgml">
|
|
]>
|
|
<!-- Smarty German Documentation Port -->
|
|
<!-- $Id$ -->
|
|
<!-- $Author$ -->
|
|
<!-- $Revision$ -->
|
|
<book id="index" lang="de">
|
|
<bookinfo id="bookinfo">
|
|
<title>Smarty - die kompilierende PHP Template-Engine</title>
|
|
<authorgroup id="authors">
|
|
<author>
|
|
<firstname>Monte</firstname><surname>Ohrt <monte@ispi.net></surname>
|
|
</author>
|
|
<author>
|
|
<firstname>Andrei</firstname><surname>Zmievski <andrei@php.net></surname>
|
|
</author>
|
|
</authorgroup>
|
|
|
|
<authorgroup id="translators">
|
|
<author>
|
|
<firstname>Andreas</firstname><surname>Halter <smarty@andreashalter.ch> (Deutsche Übersetzung)</surname>
|
|
</author>
|
|
<author>
|
|
<firstname>Thomas</firstname><surname>Schulz <ths@4bconsult.de> (Review der deutschen Übersetzung)</surname>
|
|
</author>
|
|
</authorgroup>
|
|
|
|
<edition>Version 2.0</edition>
|
|
<copyright>
|
|
<year>2001</year>
|
|
<year>2002</year>
|
|
<year>2003</year>
|
|
<holder>ispi of Lincoln, Inc.</holder>
|
|
</copyright>
|
|
</bookinfo>
|
|
|
|
&preface;
|
|
&getting.started;
|
|
&smarty.for.designers;
|
|
&smarty.for.programmers;
|
|
&appendixes;
|
|
|
|
</book>
|