cvs: smarty /docs/de/designers language-modifiers.xml /docs/de/programmers api-functions.xml plugins.xml
"Mehdi Achour" <[email protected]>
| Newsgroups | gmane.comp.php.cvs.smarty |
|---|---|
| Message-ID | <cvsdidou1080488740@cvsserver> |
didou Sun Mar 28 10:45:40 2004 EDT
Modified files:
/smarty/docs/de/designers language-modifiers.xml
/smarty/docs/de/programmers api-functions.xml plugins.xml
Log:
make de compiles well
http://cvs.php.net/diff.php/smarty/docs/de/designers/language-modifiers.xml?r1=1.1&r2=1.2&ty=u
Index: smarty/docs/de/designers/language-modifiers.xml
diff -u smarty/docs/de/designers/language-modifiers.xml:1.1 smarty/docs/de/designers/language-modifiers.xml:1.2
--- smarty/docs/de/designers/language-modifiers.xml:1.1 Sun Mar 28 10:20:52 2004
+++ smarty/docs/de/designers/language-modifiers.xml Sun Mar 28 10:45:40 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<chapter id="language.modifiers">
<title>Variablen-Modifikatoren</title>
<para>
@@ -431,7 +431,6 @@
<example>
<title>escape (Maskieren)</title>
<programlisting>
-<programlisting>
index.php:
$smarty = new Smarty;
@@ -1004,4 +1003,4 @@
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
--->
\ No newline at end of file
+-->
http://cvs.php.net/diff.php/smarty/docs/de/programmers/api-functions.xml?r1=1.1&r2=1.2&ty=u
Index: smarty/docs/de/programmers/api-functions.xml
diff -u smarty/docs/de/programmers/api-functions.xml:1.1 smarty/docs/de/programmers/api-functions.xml:1.2
--- smarty/docs/de/programmers/api-functions.xml:1.1 Sun Mar 28 10:20:52 2004
+++ smarty/docs/de/programmers/api-functions.xml Sun Mar 28 10:45:40 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<chapter id="api.functions">
<title>Methoden</title>
<sect1 id="api.append">
@@ -193,15 +193,13 @@
</sect1>
<sect1 id="api.clear.cache">
<title>clear_cache (leere Cache)</title>
- <funcsynopsis>
- <funcprototype>
- <funcdef>void <function>clear_cache</function></funcdef>
- <paramdef>string <parameter>template</parameter></paramdef>
- <paramdef>string <parameter><optional>cache id</optional></parameter></paramdef>
- <paramdef>string <parameter><optional>compile id</optional></parameter></paramdef>
- <paramdef>int <parameter><optional>expire time</optional></parameter></paramdef>
- </funcprototype>
- </funcsynopsis>
+ <methodsynopsis>
+ <type>void</type><methodname>clear_cache</methodname>
+ <methodparam choice="opt"><type>string</type><parameter>template</parameter></methodparam>
+ <methodparam choice="opt"><type>string</type><parameter>cache id</parameter></methodparam>
+ <methodparam choice="opt"><type>string</type><parameter>compile id</parameter></methodparam>
+ <methodparam choice="opt"><type>string</type><parameter>expire time</parameter></methodparam>
+ </methodsynopsis>
<para>
Löscht den Cache eines bestimmten Templates. Falls Sie mehrere
Caches für ein Template verwenden, können Sie als zweiten Parameter
@@ -251,14 +249,12 @@
</sect1>
<sect1 id="api.display">
<title>display (ausgeben)</title>
- <funcsynopsis>
- <funcprototype>
- <funcdef>void <function>display</function></funcdef>
- <paramdef>string <parameter>template</parameter></paramdef>
- <paramdef>string <parameter><optional>cache_id</optional></parameter></paramdef>
- <paramdef>string <parameter><optional>compile_id</optional></parameter></paramdef>
- </funcprototype>
- </funcsynopsis>
+ <methodsynopsis>
+ <type>void</type><methodname>display</methodname>
+ <methodparam><type>string</type><parameter>template</parameter></methodparam>
+ <methodparam choice="opt"><type>string</type><parameter>cache_id</parameter></methodparam>
+ <methodparam choice="opt"><type>string</type><parameter>compile_id</parameter></methodparam>
+ </methodsynopsis>
<para>
Gibt ein Template aus. Sie müssen einen gültigen
<link linkend="template.resources">Template Ressourcen</link>-Typ
@@ -334,14 +330,12 @@
</sect1>
<sect1 id="api.fetch">
<title>fetch</title>
- <funcsynopsis>
- <funcprototype>
- <funcdef>string <function>fetch</function></funcdef>
- <paramdef>string <parameter>template</parameter></paramdef>
- <paramdef>string <parameter><optional>cache_id</optional></parameter></paramdef>
- <paramdef>string <parameter><optional>compile_id</optional></parameter></paramdef>
- </funcprototype>
- </funcsynopsis>
+ <methodsynopsis>
+ <type>string</type><methodname>fetch</methodname>
+ <methodparam><type>string</type><parameter>template</parameter></methodparam>
+ <methodparam choice="opt"><type>string</type><parameter>cache_id</parameter></methodparam>
+ <methodparam choice="opt"><type>string</type><parameter>compile_id</parameter></methodparam>
+ </methodsynopsis>
<para>
Gibt die Ausgabe des Template zurück, anstatt es direkt anzuzeigen. Übergeben Sie
einen gültigen <link linkend="template.resources">Template Ressource</link>-Typ
@@ -923,4 +917,5 @@
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
--->
\ No newline at end of file
+-->
+
http://cvs.php.net/diff.php/smarty/docs/de/programmers/plugins.xml?r1=1.1&r2=1.2&ty=u
Index: smarty/docs/de/programmers/plugins.xml
diff -u smarty/docs/de/programmers/plugins.xml:1.1 smarty/docs/de/programmers/plugins.xml:1.2
--- smarty/docs/de/programmers/plugins.xml:1.1 Sun Mar 28 10:20:52 2004
+++ smarty/docs/de/programmers/plugins.xml Sun Mar 28 10:45:40 2004
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<chapter id="plugins">
<title>Smarty durch Plugins erweitern</title>
<para>
In Version 2.0 wurde die Plugin-Architektur eingeführt, welche für fast alle anpassbaren Funktionalitäten
verwendet wird. Unter anderem:
- <itemizedlist spacing=compact>
+ <itemizedlist spacing="compact">
<listitem><simpara>Funktionen</simpara></listitem>
<listitem><simpara>Modifikatoren</simpara></listitem>
<listitem><simpara>Block-Funktionen</simpara></listitem>
@@ -65,7 +65,7 @@
<para>
Wobei <literal>Typ</literal> einen der folgenden Werte haben kann:
- <itemizedlist spacing=compact>
+ <itemizedlist spacing="compact">
<listitem><simpara>function</simpara></listitem>
<listitem><simpara>modifier</simpara></listitem>
<listitem><simpara>block</simpara></listitem>
@@ -783,4 +783,4 @@
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
--->
\ No newline at end of file
+-->
--
Smarty CVS Mailing List (http://cvs.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php