added misc info

This commit is contained in:
mohrt
2001-01-25 16:22:44 +00:00
parent a8a997d084
commit db1d41ae59
6 changed files with 14 additions and 7 deletions

View File

@@ -8,6 +8,8 @@ require_once "PEAR.php";
* @version 1.0
* @author Andrei Zmievski <andrei@ispi.net>
* @access public
*
* Copyright: 2001, ispi Inc.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License

View File

@@ -4,8 +4,9 @@
* Project: Smarty: the PHP compiled template engine
* File: Smarty.addons.php
* Author: Monte Ohrt <monte@ispi.net>
* Andrei Zmievski <andrei@ispi.net>
* Version: 1.0
* Andrei Zmievski <andrei@ispi.net>
* Version: 1.0b
* Copyright: 2001 ispi, Inc.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License

View File

@@ -7,7 +7,8 @@
*
* Andrei Zmievski <andrei@ispi.net>
* parsing engine rewrite and a lot more
* Version: 1.0
* Version: 1.0b
* Copyright: 2001 ispi, Inc.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License

View File

@@ -1,4 +1,4 @@
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook V3.1//EN">
<!dOCTYPE book PUBLIC "-//OASIS//DTD DocBook V3.1//EN">
<book>
<bookinfo>
<title>Smarty - the compiling PHP template engine</title>
@@ -639,7 +639,7 @@ Intro = """This is a value that spans more
</programlisting>
</example>
<para>
Values of config file variables can be in qoutes, but not necessary.
Values of config file variables can be in quotes, but not necessary.
You can use either single or double quotes. If you have a value that
spans more than one line, enclose the entire value with triple quotes
("""). You can put comments into config files by any syntax that is
@@ -861,7 +861,7 @@ Intro = """This is a value that spans more
...
{/if}
{* test if var is divisable by 4 *}
{* test if var is divisible by 4 *}
{if $var is div by 4}
...
{/if}

View File

@@ -8,6 +8,8 @@ require_once "PEAR.php";
* @version 1.0
* @author Andrei Zmievski <andrei@ispi.net>
* @access public
*
* Copyright: 2001, ispi Inc.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License

View File

@@ -7,7 +7,8 @@
*
* Andrei Zmievski <andrei@ispi.net>
* parsing engine rewrite and a lot more
* Version: 1.0
* Version: 1.0b
* Copyright: 2001 ispi, Inc.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License