Displaying 4 results from an estimated 4 matches for "templatehandl".
Did you mean:
template_handl
2011 Sep 12
2
Using tilt in ActionView?
Hey friends,
I was wondering what is the current opinion on using tilt in
ActionView? Right now, there''s a lot of code in AV::Template/
TemplateHandler etc. which is nicely implemented in tilt. I''m
currently refactoring the AV layer (private interest ;-) using tilt
and it makes the whole thing much more readable and easier to follow.
What do you guys think?
I know there was a discussion about that already but I lost track of
it.
Chee...
2007 Apr 12
0
Status 0.4.3/0.5.0
...y:
* The offending website style plain has been removed
* Added meaningful parameters from MenuStyle/Vertical to MenuStyle/
Horizontal
* Different EOL encodings in page/template files are now handled
correctly
* Data directory search order fixed and new log message showing the
location
* File/TemplateHandler now has its own set of default meta information
I will add the submitted plugins in the next week or so sothat 0.4.3
can be released around April 20th.
0.5.0
=====
The repository development version now also supports
* File/CopyHandler, File/TemplateHandler and File/PageHandler in the
fi...
2009 May 20
1
templating language questions
...prets the template, renders it, then passes it back.
This is working very well for the prototype and I''m happy with it. I
wanted to ask if anyone had experience in this area, though, and if it
was a mistake to use a templating language which isn''t compilable in the
ActionView::TemplateHandlers::Compilable sense?
The templating language is called Renshi, btw, and is loosely based on
Python''s Genshi. It''s not ready for general use yet, but hopefully it
will be presently.
http://github.com/biv/renshi/tree/master
Regards,
Nicholas Faiz
2007 Mar 30
4
Current status of webgen 0.4.3 and 0.5.0 (new plugin system)
...)
* Add the parameters from MenuStyle/Vertical to MenuStyle/Horizontal
* Normalize EOL to \n so that page files with any EOL encoding work
properly
* Change the way webgen locates it''s data directory (first local,
then /usr/share/webgen - add info log message with used data dir)
* File/TemplateHandler gets its own set of metainfo and will not use
File/PageHandler metainfo anymore
* Update examples/templates to now use Textile sothat they work out
of the box
* Plain website style will be removed due to incompatible license
* Add the possibility to add a prefix to webgen tags sothat the look...