Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

cheetah-archive · Cheetah Template System Archive

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 3
  • Category: Web Design
  • Founded: Jul 18, 2001
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
  Newest  |  < Newer  |  Older >  |  Oldest
Topics Messages Latest Post

I wanted to get a feel for how the parsing is done. Where's the best place to start reading the code? (For a top-down sort of reading) Ian ...
1 Sep 12, 2001
12:21 am

Ian Bicking
ianb@...
Send Email

... 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,...
2 Sep 11, 2001
11:07 pm

Chuck Esterbrook
ChuckEsterbrook@...
Send Email

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...
2 Sep 11, 2001
11:04 pm

Mike Orr
iron@...
Send Email

Okay, so I tried to use $title in my template (SiteTemplate-like-thing), with #set $title='mytitle&#39;, but that doesn't work. Instead: #data title='mytitle&#39; ...
17 Sep 11, 2001
4:39 pm

Chuck Esterbrook
ChuckEsterbrook@...
Send Email

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...
32 Sep 11, 2001
8:41 am

Mike Orr
iron@...
Send Email

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...
1 Sep 11, 2001
3:47 am

Tavis Rudd
tavis@...
Send Email

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...
3 Sep 7, 2001
8:29 pm

Mike Orr
iron@...
Send Email

Hey, Cheetah is the Daily Python-URL today: http://www.pythonware.com/daily/ Ian _______________________________________________ Cheetahtemplate-discuss...
1 Sep 4, 2001
4:58 am

Ian Bicking
ianb@...
Send Email

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: ...
1 Aug 30, 2001
4:14 am

Mike Orr
iron@...
Send Email

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...
1 Aug 30, 2001
3:24 am

Mike Orr
iron@...
Send Email

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...
1 Aug 25, 2001
9:16 pm

Mike Orr
iron@...
Send Email

[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...
2 Aug 24, 2001
11:38 pm

Chuck Esterbrook
echuck@...
Send Email

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...
3 Aug 24, 2001
4:13 pm

Mike Orr
iron@...
Send Email

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...
2 Aug 24, 2001
7:44 am

Ian Bicking
ianb@...
Send Email

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...
1 Aug 23, 2001
9:39 pm

Ian Bicking
ianb@...
Send Email

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...
1 Aug 23, 2001
9:09 pm

Ian Bicking
ianb@...
Send Email

... Subject: Re: import problems Date: Thu, 23 Aug 2001 13:35:16 -0500 From: Ian Bicking <ianb@...> To: tavis@... Bah, I figured it out....
1 Aug 23, 2001
7:17 pm

Tavis Rudd
tavis@...
Send Email

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....
1 Aug 23, 2001
7:23 am

Ian Bicking
ianb@...
Send Email

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,...
1 Aug 22, 2001
12:18 am

Ian Bicking
ianb@...
Send Email

I'm spending the rest of the week working on nothing but my thesis again so please harrass me if I start doing Cheetah stuff ;-) Tavis ...
1 Aug 20, 2001
4:48 pm

Tavis Rudd
tavis@...
Send Email

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...
23 Aug 19, 2001
3:51 pm

Tavis Rudd
tavis@...
Send Email

Should we do this? so that $int($aFloat) would work and #if $int($aFloat) == 5 would be synonymous to #if int($aFloat) == 5 ...
11 Aug 19, 2001
12:50 pm

Chuck Esterbrook
ChuckEsterbrook@...
Send Email

Hi, the file update checking for "#include file=..." and the 'file' keyword arg to the Template class is implemented in the CVS version now. Tavis ...
1 Aug 16, 2001
11:31 pm

Tavis Rudd
tavis@...
Send Email

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...
1 Aug 16, 2001
8:34 pm

Tavis Rudd
tavis@...
Send Email

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...
1 Aug 16, 2001
7:31 pm

Tavis Rudd
tavis@...
Send Email

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...
1 Aug 16, 2001
5:09 pm

Tavis Rudd
tavis@...
Send Email

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...
1 Aug 16, 2001
5:03 pm

Tavis Rudd
tavis@...
Send Email

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...
10 Aug 16, 2001
4:49 am

Tavis Rudd
tavis@...
Send Email

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...
3 Aug 16, 2001
2:03 am

Chuck Esterbrook
ChuckEsterbrook@...
Send Email

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...
24 Aug 16, 2001
1:31 am

Chuck Esterbrook
ChuckEsterbrook@...
Send Email
  Newest  |  < Newer  |  Older >  |  Oldest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help