... 2. should be illegal. Bare variable names are not allowed except: 1) In a #data section. 2) As the formal parameters of a macro: #macro myMacro(param1,...
I see from the CHANGES doc in Cheetah CVS that #try was added: #try ... #except ... #else ... #finally ... #end try I was wondering about the motivation for...
Okay, so I tried to use $title in my template (SiteTemplate-like-thing), with #set $title='mytitle39;, but that doesn't work. Instead: #data title='mytitle' ...
Hi, I'm online for two hours this morning and then not again until next Sunday... First, I've just implemented the changes to the #include syntax that we...
Hi, Ian and I have been talking about writing Paper on Cheetah for the Conference in Feb. The deadline is Oct 8th so we need to get some more ideas and start...
Hi, I've just packaged and released 0.9.8a4. The CHANGES file is attached. I'd like to release 0.9.8b1 next week and then wait two weeks before releasing...
Hey, Cheetah is the Daily Python-URL today: http://www.pythonware.com/daily/ Ian _______________________________________________ Cheetahtemplate-discuss...
I thought Cheetah was supposed to default to a missing-placeholder checker of 'Echo'. But when I give it template with a missing placeholder, I get: ...
When you close a block without specifying a block name, Cheetah gives a general error message: Error: Cheetah couldn't find the end tag for the #block titled...
As #data/define and #set begin to take on each other's features, I'd like to see their syntax become as similar as possible. Then the only difference between...
[Added a question about #include.] ... Let's have a little poll. Send the answers to iron@... and I'll summarize for the list. ** Have you deployed any...
What is the difference between using blocks and variables? I mean, conceptually -- when should I use one and when the other? Right now I'm making a series of...
Heyo. I made a class for navigational bars/crumbs. I haven't tested it much yet, but I thought I'd put it out there. Read the doc string for more. You can...
I'm trying to resolve how Python code should fit together with a template using inheritance. So, cheetah-compile creates a file with just the contents of the...
I just thought I'd note that the cheetahSite is broken when you run it as .py files under Webware. It makes links to the .html URLs of the pages, which all...
Hi y'all. Finally putting things together, and I was trying to get Cheetah installed. I put in examples/cheetahSite as a context, and compiled the pages....
I was out of town when there was some talk of a paper for Python 10. Has anyone thought more about that since then? I'd be interested in cowriting something,...
Here are some more bugs and suggestions for Cheetah. First off, I am seeing memory leaks in Cheetah with Python 2.0. This occurs even when one uses the...
Hi, the attribute SkeletonPage._bodyTagAttribs was mistyped as SkeletonPage.bodyTagAttribs in a few places in the examples. I corrected it a few days ago, but...
We're currently running all the syntax test cases with three different EOL types (posix, windows, and mac) to make sure that the regexs match correctly for...
Hi, as we now have run-time evaluation of all $placeholders there is no longer any need to .recompile() a template if you change the searchList. I've now...
Hi, I suspect no one is using this hook yet, but, in case you are, I've just renamed Template.initializeSettings() as Template._initializeSettings(). It...
Hi, I've updated a few things over the weekend: ****** internal API restructuring: I've already posted about this. ****** Output filtering (i.e. what to do...
Hello, please add my site to the list of example sites that use Cheetah. I use Cheetah to generate little web sites for displaying family pictures:<A...
Hi, I'm about to implement some changes to the evaluation of placeholders and need some feedback. BACKGROUND ... * NameMapper.py is the module used to handle...