php-i18n Digest 2 Jul 2001 07:35:40 -0000 Issue 69

Topics (messages 161 through 161):

ANNOUNCE: Yet Another Template System (YATS)
        161 by: Dan Libby

Administrivia:

To subscribe to the digest, e-mail:
        [EMAIL PROTECTED]

To unsubscribe from the digest, e-mail:
        [EMAIL PROTECTED]

To post to the list, e-mail:
        [EMAIL PROTECTED]


----------------------------------------------------------------------


Epinions.com has graciously allowed me to open-source another project
I worked on during my employ.

YATS is a templating system for PHP. It enables web developers to
cleanly separate code/logic from display/html. This is useful for
purposes of internationalization, multiple device access, development
process flow, and general maintenance.  Unlike most other such
systems, it is a C extension, and is optimized for speed.  The usage
paradigm is similar to that of FastTemplate, but with some
improvements.  It specifically does not allow executing php in the
templates, or anything that might be construed as a "real language".

YATS HomePage:
http://yats.sourceforge.net/

I welcome all feedback and contributions.

-danda

--
Dan Libby <[EMAIL PROTECTED]>, author of xmlrpc-epi

check out xmlrpc-epi -- a C library for xmlrpc with a fast PHP
extension.
http://xmlrpc-epi.sourceforge.net

and learn about xmlrpc, enabling remote procedure calls over the net.
http://www.xmlrpc.com


Reply via email to