cvs: smarty /docs/de/programmers/api-variables variable-config-booleanize.xml variable-config-fix-newlines.xml variable-config-overwrite.xml variable-config-read-hidden.xml variable-error-reporting.xml

"andreas halter" <[email protected]>
Newsgroups gmane.comp.php.cvs.smarty
Message-ID <cvsandreas1089915914@cvsserver>
andreas		Thu Jul 15 14:25:14 2004 EDT

  Added files:                 
    /smarty/docs/de/programmers/api-variables	
                                             	variable-config-booleanize.xml 
                                             	variable-config-fix-newlines.xml 
                                             	variable-config-overwrite.xml 
                                             	variable-config-read-hidden.xml 
                                             	variable-error-reporting.xml 
  Log:
  - last missing ;-)
  
  

http://cvs.php.net/co.php/smarty/docs/de/programmers/api-variables/variable-config-booleanize.xml?r=1.1&p=1
Index: smarty/docs/de/programmers/api-variables/variable-config-booleanize.xml
+++ smarty/docs/de/programmers/api-variables/variable-config-booleanize.xml
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
     <sect1 id="variable.config.booleanize">
      <title>$config_booleanize</title>
      <para>
	   Wenn auf 'true' gesetzt, werden die Werte on/true/yes und off/false/no von Variablen aus Konfigurationsdateien automatisch auf true oder false gesetzt. Dies erlaubt eine einfachere Handhabung in Templates, da Sie somit {if #foobar#} ... {/if} benutzen k&ouml;nnen. Standardwert: true
      </para>
</sect1>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->

http://cvs.php.net/co.php/smarty/docs/de/programmers/api-variables/variable-config-fix-newlines.xml?r=1.1&p=1
Index: smarty/docs/de/programmers/api-variables/variable-config-fix-newlines.xml
+++ smarty/docs/de/programmers/api-variables/variable-config-fix-newlines.xml
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
     <sect1 id="variable.config.fix.newlines">
      <title>$config_fix_newlines</title>
      <para>
	   Definiert ib MAC und DOS Zeilenumbr&uuml;che (\r und \r\n) in Konfigurationsdateien automatisch in \n umgewandelt werden sollen. Standardwert: true
	   </para>
</sect1>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->

http://cvs.php.net/co.php/smarty/docs/de/programmers/api-variables/variable-config-overwrite.xml?r=1.1&p=1
Index: smarty/docs/de/programmers/api-variables/variable-config-overwrite.xml
+++ smarty/docs/de/programmers/api-variables/variable-config-overwrite.xml
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
     <sect1 id="variable.config.overwrite">
      <title>$config_overwrite</title>
      <para>
	   Definiert ob Variablen in einer Konfiguration sich gegenseitig &uuml;berschreiben k&ouml;nnen. Wenn false, werden die Variablen dem Array angeh&auml;ngt. Dies kann hilfreich sein, um Arrays in Konfigurationsdateien abzulegen. Standardwert: true
      </para>
</sect1>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->

http://cvs.php.net/co.php/smarty/docs/de/programmers/api-variables/variable-config-read-hidden.xml?r=1.1&p=1
Index: smarty/docs/de/programmers/api-variables/variable-config-read-hidden.xml
+++ smarty/docs/de/programmers/api-variables/variable-config-read-hidden.xml
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
     <sect1 id="variable.config.read.hidden">
      <title>$config_read_hidden</title>
      <para>
	   Definiert ob Abschnitte die mit einem '.' beginnen aus Konfigurationsdateien gelesen werden sollen. Normalerweise sollte man dies auf false belassen, da man so sensitive Daten in der Konfiguration laden kann, die nicht dem Template zugewiesen werden. Standardwert: false
	   </para>
</sect1>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->

http://cvs.php.net/co.php/smarty/docs/de/programmers/api-variables/variable-error-reporting.xml?r=1.1&p=1
Index: smarty/docs/de/programmers/api-variables/variable-error-reporting.xml
+++ smarty/docs/de/programmers/api-variables/variable-error-reporting.xml
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
     <sect1 id="variable.error.reporting">
      <title>$error_reporting</title>
      <para>
	  	Wenn dieser Wert nicht 0 ist, wird er benutzt um das error_reporting-Level von PHP zu bestimmen. Wenn debugging eingeschaltet ist, wird der Wert ignoriert und das Error-Level bleibt unver&auml;ndert.
      </para>
</sect1>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->

-- 
Smarty CVS Mailing List (http://cvs.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.