mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-05 02:44:27 +02:00
add global.ent and define some general entities
This commit is contained in:
@@ -3,10 +3,10 @@
|
||||
<chapter id="resources">
|
||||
<title>Weiterführende Informationen</title>
|
||||
<para>
|
||||
Smarty's Homepage erreicht man unter http://smarty.php.net/.
|
||||
Sie können der Smarty Mailingliste beitreten in dem
|
||||
sie ein E-mail an smarty-general-subscribe@lists.php.net senden. Das Archiv
|
||||
der Liste ist hier http://marc.theaimsgroup.com/?l=smarty&r=1&w=2 einsehbar.
|
||||
Smarty's Homepage erreicht man unter &url.smarty;.
|
||||
Sie können der Smarty Mailingliste beitreten in dem
|
||||
sie ein E-mail an &ml.general.sub;. Das Archiv der Liste
|
||||
ist hier &url.ml.archive; einsehbar.
|
||||
</para>
|
||||
</chapter>
|
||||
<!-- Keep this comment at the end of the file
|
||||
@@ -28,4 +28,4 @@ End:
|
||||
vim600: syn=xml fen fdm=syntax fdl=2 si
|
||||
vim: et tw=78 syn=sgml
|
||||
vi: ts=1 sw=1
|
||||
-->
|
||||
-->
|
||||
|
@@ -3,10 +3,10 @@
|
||||
<chapter id="resources">
|
||||
<title>Resources</title>
|
||||
<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
|
||||
smarty-general-subscribe@lists.php.net. An archive of the mailing list can be
|
||||
viewed at http://marc.theaimsgroup.com/?l=smarty&r=1&w=2
|
||||
&ml.general.sub;. An archive of the mailing list can
|
||||
be viewed at &url.ml.archive;
|
||||
</para>
|
||||
</chapter>
|
||||
<!-- Keep this comment at the end of the file
|
||||
@@ -28,4 +28,4 @@ End:
|
||||
vim600: syn=xml fen fdm=syntax fdl=2 si
|
||||
vim: et tw=78 syn=sgml
|
||||
vi: ts=1 sw=1
|
||||
-->
|
||||
-->
|
||||
|
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">
|
||||
<title>Ressources</title>
|
||||
<para>
|
||||
La page Web de Smarty se trouve <20> l'adresse suivante : http://smarty.php.net/.
|
||||
Vous pouvez souscrire <20> la mailing liste en envoyant un email <20>
|
||||
smarty-general-subscribe@lists.php.net.
|
||||
Les archives de la mailing list se trouvent <20> l'adresse suivante :
|
||||
http://marc.theaimsgroup.com/?l=smarty&r=1&w=2
|
||||
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>
|
||||
&ml.general.sub;.
|
||||
Les archives de la mailing list se trouvent <20> l'adresse suivante :
|
||||
&url.ml.archive;
|
||||
</para>
|
||||
</chapter>
|
||||
<!-- Keep this comment at the end of the file
|
||||
@@ -29,4 +29,4 @@ End:
|
||||
vim600: syn=xml fen fdm=syntax fdl=2 si
|
||||
vim: et tw=78 syn=sgml
|
||||
vi: ts=1 sw=1
|
||||
-->
|
||||
-->
|
||||
|
@@ -13,7 +13,10 @@
|
||||
|
||||
%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 preface SYSTEM "@LANG@/preface.xml">
|
||||
|
@@ -3,10 +3,10 @@
|
||||
<chapter id="resources">
|
||||
<title>Recursos</title>
|
||||
<para>
|
||||
A homepage do Smarty est<73> localizada em http://smarty.php.net/.
|
||||
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
|
||||
visto em http://marc.theaimsgroup.com/?l=smarty&r=1&w=2
|
||||
A homepage do Smarty est<73> localizada em &url.smarty;.
|
||||
Voc<6F> pode entrar na lista de email enviando um e-mail para
|
||||
&ml.general.sub;. Um arquivo da lista de e-mail pode ser
|
||||
visto em &url.ml.archive;
|
||||
</para>
|
||||
</chapter>
|
||||
<!-- Keep this comment at the end of the file
|
||||
@@ -28,4 +28,4 @@ End:
|
||||
vim600: syn=xml fen fdm=syntax fdl=2 si
|
||||
vim: et tw=78 syn=sgml
|
||||
vi: ts=1 sw=1
|
||||
-->
|
||||
-->
|
||||
|
Reference in New Issue
Block a user