Skip to content

Commit

Permalink
Added README and LICENSE files.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich Grundy committed Dec 17, 2010
1 parent f7b540a commit de770ae
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 0 deletions.
13 changes: 13 additions & 0 deletions LICENSE
@@ -0,0 +1,13 @@
Copyright 2010 Namesco Limited.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Empty file removed README
Empty file.
37 changes: 37 additions & 0 deletions README.md
@@ -0,0 +1,37 @@
# ZTal

ZTal is an open source project to replace the View and Form capabilities of
[Zend Framework](http://framework.zend.com) with the [PHPTAL](http://phptal.org)
templating engine.

ZTal provides the glue that allows Zend Framework to use PHPTAL templates as
Views and Layouts while also allowing PHPTAL to access Zend Framework's
Translation facilities. In particular:

* ZTal replaces Zend View and Layout objects with PHPTAL equivalents.
* ZTal has macros to render Zend_Form and other common Zend objects such as
Zend_Date and Zend_Currency.
* ZTal has access to Zend_Translate, unifying translation support.
* ZTal handles PHPTAL translation namespaces where they are not supported
natively in Zend_Translate.
* ZTal provides plural support to PHPTAL's translation capabilities.
* ZTal can use Zend_Cache to cache rendered PHPTAL pages.
* ZTal provides a Zend_Mail subclass to use templates with email.


## Documentation

For more information and documentation please visit the
[ZTal homepage](http://opensource.names.co.uk/ztal) or look through the example
Zend application provided.


## Other Questions

Feel free to chat with the ZTal developers (and others) on IRC in the #ztal
channel on Freenode.


## License

See LICENSE for more details.

0 comments on commit de770ae

Please sign in to comment.