From 3022bda87fa572ab6001a14720efcbedba06ad36 Mon Sep 17 00:00:00 2001 From: mohrt Date: Thu, 25 Jan 2001 23:07:36 +0000 Subject: [PATCH] update copyright notice --- Config_File.class.php | 2 +- Smarty.addons.php | 4 ++-- Smarty.class.php | 8 +++----- demo/templates/index.tpl | 4 ---- docs.sgml | 26 +++++++++++++++++++++----- libs/Config_File.class.php | 2 +- libs/Smarty.class.php | 8 +++----- templates/index.tpl | 4 ---- 8 files changed, 31 insertions(+), 27 deletions(-) diff --git a/Config_File.class.php b/Config_File.class.php index 484c7513..be61190f 100644 --- a/Config_File.class.php +++ b/Config_File.class.php @@ -9,7 +9,7 @@ require_once "PEAR.php"; * @author Andrei Zmievski * @access public * - * Copyright: 2001, ispi Inc. + * Copyright: 2001 ispi of Lincoln, Inc. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/Smarty.addons.php b/Smarty.addons.php index ad1b4396..5e9f5088 100644 --- a/Smarty.addons.php +++ b/Smarty.addons.php @@ -4,9 +4,9 @@ * Project: Smarty: the PHP compiled template engine * File: Smarty.addons.php * Author: Monte Ohrt - * Andrei Zmievski + * Andrei Zmievski * Version: 1.0b - * Copyright: 2001 ispi, Inc. + * Copyright: 2001 ispi of Lincoln, Inc. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/Smarty.class.php b/Smarty.class.php index 8bf41d82..cc6c7ba9 100644 --- a/Smarty.class.php +++ b/Smarty.class.php @@ -3,12 +3,10 @@ * Project: Smarty: the PHP compiled template engine * File: Smarty.class.php * Author: Monte Ohrt - * original idea and implementation + * Andrei Zmievski * - * Andrei Zmievski - * parsing engine rewrite and a lot more - * Version: 1.0b - * Copyright: 2001 ispi, Inc. + * Version: 1.0b + * Copyright: 2001 ispi of Lincoln, Inc. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/demo/templates/index.tpl b/demo/templates/index.tpl index 7fb35f7c..fd96674e 100644 --- a/demo/templates/index.tpl +++ b/demo/templates/index.tpl @@ -33,10 +33,6 @@ testing {$Contacts["phone"]["work"]}
{$Contacts["fax"]}
-printing by key val: -{$Contacts|@key:"phone"}
-{$Contacts|@key:"fax"}
-{$Contacts|@key:"cell"}

testing strip tags diff --git a/docs.sgml b/docs.sgml index ac63e8cb..44e436dc 100644 --- a/docs.sgml +++ b/docs.sgml @@ -14,6 +14,7 @@

andrei@ispi.net
+ Version 1.0b 2001ispi, Inc. @@ -1772,15 +1773,30 @@ is the first week that has at least 4 days in the current year, and with Monday CREDITS - Monte Ohrt <monte@ispi.net>: Original idea and initial implementation, documentation. + Monte Ohrt <monte@ispi.net>: Idea of compiling into PHP scripts, + initial implementation, documentation. - Andrei Zmievski <andrei@ispi.net>: Rewrote parser from scratch, added much functionality. + Andrei Zmievski <andrei@ispi.net>: Rewrote parser from scratch, added + custom modifier functionality, and much more. - Special thanks goes too all the members of the php-template mailing list. - Many people shared their thoughts and ideas here, all of which influenced - the direction Smarty took during it's journey to a reality. + Anne Holz <anne@ispi.net>: Contributed several ideas for formatting features. + + + Frank Kromann <fmk@php.net>: Idea of custom function ability. + + + A special thanks goes to all the people that have contributed other + templating solutions to the PHP community which we learned a lot from. + + + A special thanks goes to all the members of the php-template mailing list, + who shared and brought many ideas to the table. + + + Rasmus Lerdorf <rasmus@php.net>: For starting what eventually became + the coolest programming language ever. diff --git a/libs/Config_File.class.php b/libs/Config_File.class.php index 484c7513..be61190f 100644 --- a/libs/Config_File.class.php +++ b/libs/Config_File.class.php @@ -9,7 +9,7 @@ require_once "PEAR.php"; * @author Andrei Zmievski * @access public * - * Copyright: 2001, ispi Inc. + * Copyright: 2001 ispi of Lincoln, Inc. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/libs/Smarty.class.php b/libs/Smarty.class.php index 8bf41d82..cc6c7ba9 100644 --- a/libs/Smarty.class.php +++ b/libs/Smarty.class.php @@ -3,12 +3,10 @@ * Project: Smarty: the PHP compiled template engine * File: Smarty.class.php * Author: Monte Ohrt - * original idea and implementation + * Andrei Zmievski * - * Andrei Zmievski - * parsing engine rewrite and a lot more - * Version: 1.0b - * Copyright: 2001 ispi, Inc. + * Version: 1.0b + * Copyright: 2001 ispi of Lincoln, Inc. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/templates/index.tpl b/templates/index.tpl index 7fb35f7c..fd96674e 100644 --- a/templates/index.tpl +++ b/templates/index.tpl @@ -33,10 +33,6 @@ testing {$Contacts["phone"]["work"]}
{$Contacts["fax"]}
-printing by key val: -{$Contacts|@key:"phone"}
-{$Contacts|@key:"fax"}
-{$Contacts|@key:"cell"}

testing strip tags