cvs: smarty /docs/fr getting-started.xml preface.xml
"gerald croes" <[email protected]>
| Newsgroups | gmane.comp.php.cvs.smarty |
|---|---|
| Message-ID | <cvsgerald1088807366@cvsserver> |
gerald Fri Jul 2 18:29:26 2004 EDT
Modified files:
/smarty/docs/fr getting-started.xml preface.xml
Log:
Fixed missing tags to be able to make doc again
http://cvs.php.net/diff.php/smarty/docs/fr/getting-started.xml?r1=1.5&r2=1.6&ty=u
Index: smarty/docs/fr/getting-started.xml
diff -u smarty/docs/fr/getting-started.xml:1.5 smarty/docs/fr/getting-started.xml:1.6
--- smarty/docs/fr/getting-started.xml:1.5 Fri Jul 2 15:16:33 2004
+++ smarty/docs/fr/getting-started.xml Fri Jul 2 18:29:26 2004
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
-<!-- EN-Revision: 1.4 Maintainer: gerald Status: uptodate -->
+<!-- $Revision: 1.6 $ -->
+<!-- EN-Revision: 1.4 Maintainer: gerald Status: ready -->
<part id="getting.started">
<title>Pour commencer</title>
@@ -181,7 +181,8 @@
require('Smarty.class.php');
$smarty = new Smarty;
?>
-]]> </example>
+]]></programlisting>
+</example>
<example>
<title>Définir explicitement la constante SMARTY_DIR</title>
@@ -287,7 +288,6 @@
<example>
<title>régler les permissions d'accès</title>
- <screen>
<programlisting role="shell">
<![CDATA[
chown nobody:nobody /web/www.mydomain.com/smarty/livredor/templates_c/
@@ -297,7 +297,6 @@
chmod 770 /web/www.mydomain.com/smarty/livredor/cache/
]]>
</programlisting>
-</screen>
</example>
<note>
@@ -367,7 +366,6 @@
$smarty->assign('name','Ned');
$smarty->display('index.tpl');
-?>
?>
]]>
</screen>
http://cvs.php.net/diff.php/smarty/docs/fr/preface.xml?r1=1.4&r2=1.5&ty=u
Index: smarty/docs/fr/preface.xml
diff -u smarty/docs/fr/preface.xml:1.4 smarty/docs/fr/preface.xml:1.5
--- smarty/docs/fr/preface.xml:1.4 Fri Jul 2 15:19:27 2004
+++ smarty/docs/fr/preface.xml Fri Jul 2 18:29:26 2004
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
-<!-- EN-Revision: 1.2 Maintainer: gerald Status: uptodate -->
+<!-- $Revision: 1.5 $ -->
+<!-- EN-Revision: 1.2 Maintainer: gerald Status: ready -->
<preface id="preface">
<title>Préface</title>
<para>
--
Smarty CVS Mailing List (http://cvs.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php