K
kwatch
Hi,
I have released Kwartz-ruby 2.0.0-beta2.
http://www.kuwata-lab.com/kwartz/
If you are Rails user, you'll get like it.
* What's that?
Kwartz is a template system which is available with multi
programming language (PHP, Ruby and Java).
It is the first template system that realized the concept of
'Separation of Presentation Logic and Presentaion data' (SoPL/PD).
And Kwartz-ruby is an implementation of Kwartz in Ruby.
(There is a plan to develop implementations in PHP and Java.)
It is available to separate the presentation layer from the
main program with any template system. In addition, Kwartz
enables you to separate the presentation logics (iteration and
conditional branching) from the presentation data (HTML file).
* Features:
- Separates presentation logic from presentation data.
- Runs very fast
- Supports multiple programing languages (PHP/Ruby/Java)
- Doesn't break HTML design at all
- Handles any text file
- Supports Auto-Sanitizing and Partial-Sanitizing
* Changed from beta1
- [enhance] Raw-code supported.
Raw-code enables you to write presentation logics in Ruby, PHP,
or Java.
See:
http://www.kuwata-lab.com/kwartz/users-guide.en.04.html#topics-rawcode
http://www.kuwata-lab.com/kwartz/reference.en.01.html#pl-rawcode
- [enhance] New directive 'praceholder' supported.
Placeholder directive replaces content of the element by other
element.
See:
http://www.kuwata-lab.com/kwartz/reference.en.02.html#directive-placeholder
http://www.kuwata-lab.com/kwartz/p-pattern.en.01.html#replace-cont-by-elem
- [enhance] New command-line option '-i file,file2,...' supported.
This option includes elements defined in other files.
See:
http://www.kuwata-lab.com/kwartz/reference.en.02.html#directive-placeholder
http://www.kuwata-lab.com/kwartz/p-pattern.en.01.html#replace-cont-by-elem
* Resources:
- Web Page:
http://www.kuwata-lab.com/kwartz/
- Download:
https://www.kuwata-lab.com/kwartz/download.html
- Users Guide:
http://www.kuwata-lab.com/kwartz/users-guide.en.html
- Reference Manual:
http://www.kuwata-lab.com/kwartz/reference.en.html
- Presentation Pattern Catalog:
http://www.kuwata-lab.com/kwartz/p-pattern.en.html
I hope you like it.
I have released Kwartz-ruby 2.0.0-beta2.
http://www.kuwata-lab.com/kwartz/
If you are Rails user, you'll get like it.
* What's that?
Kwartz is a template system which is available with multi
programming language (PHP, Ruby and Java).
It is the first template system that realized the concept of
'Separation of Presentation Logic and Presentaion data' (SoPL/PD).
And Kwartz-ruby is an implementation of Kwartz in Ruby.
(There is a plan to develop implementations in PHP and Java.)
It is available to separate the presentation layer from the
main program with any template system. In addition, Kwartz
enables you to separate the presentation logics (iteration and
conditional branching) from the presentation data (HTML file).
* Features:
- Separates presentation logic from presentation data.
- Runs very fast
- Supports multiple programing languages (PHP/Ruby/Java)
- Doesn't break HTML design at all
- Handles any text file
- Supports Auto-Sanitizing and Partial-Sanitizing
* Changed from beta1
- [enhance] Raw-code supported.
Raw-code enables you to write presentation logics in Ruby, PHP,
or Java.
See:
http://www.kuwata-lab.com/kwartz/users-guide.en.04.html#topics-rawcode
http://www.kuwata-lab.com/kwartz/reference.en.01.html#pl-rawcode
- [enhance] New directive 'praceholder' supported.
Placeholder directive replaces content of the element by other
element.
See:
http://www.kuwata-lab.com/kwartz/reference.en.02.html#directive-placeholder
http://www.kuwata-lab.com/kwartz/p-pattern.en.01.html#replace-cont-by-elem
- [enhance] New command-line option '-i file,file2,...' supported.
This option includes elements defined in other files.
See:
http://www.kuwata-lab.com/kwartz/reference.en.02.html#directive-placeholder
http://www.kuwata-lab.com/kwartz/p-pattern.en.01.html#replace-cont-by-elem
* Resources:
- Web Page:
http://www.kuwata-lab.com/kwartz/
- Download:
https://www.kuwata-lab.com/kwartz/download.html
- Users Guide:
http://www.kuwata-lab.com/kwartz/users-guide.en.html
- Reference Manual:
http://www.kuwata-lab.com/kwartz/reference.en.html
- Presentation Pattern Catalog:
http://www.kuwata-lab.com/kwartz/p-pattern.en.html
I hope you like it.