mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-05 10:54:27 +02:00
add global.ent and define some general entities
This commit is contained in:
@@ -3,10 +3,10 @@
|
|||||||
<chapter id="resources">
|
<chapter id="resources">
|
||||||
<title>Weiterführende Informationen</title>
|
<title>Weiterführende Informationen</title>
|
||||||
<para>
|
<para>
|
||||||
Smarty's Homepage erreicht man unter http://smarty.php.net/.
|
Smarty's Homepage erreicht man unter &url.smarty;.
|
||||||
Sie können der Smarty Mailingliste beitreten in dem
|
Sie können der Smarty Mailingliste beitreten in dem
|
||||||
sie ein E-mail an smarty-general-subscribe@lists.php.net senden. Das Archiv
|
sie ein E-mail an &ml.general.sub;. Das Archiv der Liste
|
||||||
der Liste ist hier http://marc.theaimsgroup.com/?l=smarty&r=1&w=2 einsehbar.
|
ist hier &url.ml.archive; einsehbar.
|
||||||
</para>
|
</para>
|
||||||
</chapter>
|
</chapter>
|
||||||
<!-- Keep this comment at the end of the file
|
<!-- Keep this comment at the end of the file
|
||||||
|
@@ -3,10 +3,10 @@
|
|||||||
<chapter id="resources">
|
<chapter id="resources">
|
||||||
<title>Resources</title>
|
<title>Resources</title>
|
||||||
<para>
|
<para>
|
||||||
Smarty's homepage is located at http://smarty.php.net/.
|
Smarty's homepage is located at &url.smarty;.
|
||||||
You can join the mailing list by sending an e-mail to
|
You can join the mailing list by sending an e-mail to
|
||||||
smarty-general-subscribe@lists.php.net. An archive of the mailing list can be
|
&ml.general.sub;. An archive of the mailing list can
|
||||||
viewed at http://marc.theaimsgroup.com/?l=smarty&r=1&w=2
|
be viewed at &url.ml.archive;
|
||||||
</para>
|
</para>
|
||||||
</chapter>
|
</chapter>
|
||||||
<!-- Keep this comment at the end of the file
|
<!-- Keep this comment at the end of the file
|
||||||
|
18
docs/entities/global.ent
Normal file
18
docs/entities/global.ent
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
<!--
|
||||||
|
$Id$
|
||||||
|
|
||||||
|
Contains global "macros" for all the XML documents.
|
||||||
|
-->
|
||||||
|
|
||||||
|
<!ENTITY url.smarty 'http://smarty.php.net/'>
|
||||||
|
<!ENTITY url.ml.archive 'http://marc.theaimsgroup.com/?l=smarty&r=1&w=2'>
|
||||||
|
<!ENTITY ml.general.sub 'smarty-general-subscribe@lists.php.net'>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- The three special language constants -->
|
||||||
|
<!ENTITY true '<constant>TRUE</constant>'>
|
||||||
|
<!ENTITY false '<constant>FALSE</constant>'>
|
||||||
|
<!ENTITY null '<constant>NULL</constant>'>
|
||||||
|
<!-- use <type>NULL</type> if you're talking about the _type_ NULL,
|
||||||
|
use &null; if it's about the _value_ NULL
|
||||||
|
-->
|
@@ -3,11 +3,11 @@
|
|||||||
<chapter id="resources">
|
<chapter id="resources">
|
||||||
<title>Ressources</title>
|
<title>Ressources</title>
|
||||||
<para>
|
<para>
|
||||||
La page Web de Smarty se trouve <20> l'adresse suivante : http://smarty.php.net/.
|
La page Web de Smarty se trouve <20> l'adresse suivante : &url.smarty;
|
||||||
Vous pouvez souscrire <20> la mailing liste en envoyant un email <20>
|
Vous pouvez souscrire <20> la mailing liste en envoyant un email <20>
|
||||||
smarty-general-subscribe@lists.php.net.
|
&ml.general.sub;.
|
||||||
Les archives de la mailing list se trouvent <20> l'adresse suivante :
|
Les archives de la mailing list se trouvent <20> l'adresse suivante :
|
||||||
http://marc.theaimsgroup.com/?l=smarty&r=1&w=2
|
&url.ml.archive;
|
||||||
</para>
|
</para>
|
||||||
</chapter>
|
</chapter>
|
||||||
<!-- Keep this comment at the end of the file
|
<!-- Keep this comment at the end of the file
|
||||||
|
@@ -13,7 +13,10 @@
|
|||||||
|
|
||||||
%language-defs.default;
|
%language-defs.default;
|
||||||
|
|
||||||
|
<!-- All global entities for the XML files -->
|
||||||
|
<!ENTITY % global.entities SYSTEM "entities/global.ent">
|
||||||
|
|
||||||
|
%global.entities;
|
||||||
|
|
||||||
<!ENTITY bookinfo SYSTEM "@LANG@/bookinfo.xml">
|
<!ENTITY bookinfo SYSTEM "@LANG@/bookinfo.xml">
|
||||||
<!ENTITY preface SYSTEM "@LANG@/preface.xml">
|
<!ENTITY preface SYSTEM "@LANG@/preface.xml">
|
||||||
|
@@ -3,10 +3,10 @@
|
|||||||
<chapter id="resources">
|
<chapter id="resources">
|
||||||
<title>Recursos</title>
|
<title>Recursos</title>
|
||||||
<para>
|
<para>
|
||||||
A homepage do Smarty est<73> localizada em http://smarty.php.net/.
|
A homepage do Smarty est<73> localizada em &url.smarty;.
|
||||||
Voc<6F> pode entrar na lista de email enviando um e-mail para
|
Voc<6F> pode entrar na lista de email enviando um e-mail para
|
||||||
smarty-general-subscribe@lists.php.net. Um arquivo da lista de e-mail pode ser
|
&ml.general.sub;. Um arquivo da lista de e-mail pode ser
|
||||||
visto em http://marc.theaimsgroup.com/?l=smarty&r=1&w=2
|
visto em &url.ml.archive;
|
||||||
</para>
|
</para>
|
||||||
</chapter>
|
</chapter>
|
||||||
<!-- Keep this comment at the end of the file
|
<!-- Keep this comment at the end of the file
|
||||||
|
Reference in New Issue
Block a user