* Winston Wolff <[EMAIL PROTECTED]> [050217 00:00]:
> I also have a plugin for cheetah that will automatically compile
> .tmpl files on demand like PSP does. Let me know if you are
> interested.
A lot of people on this list are, I suppose. Maybe you want to create
page in the wiki?
--
Andi
michelts wrote:
It is...
If I have the a Index.py file alone (without a Index.tmpl), the page
is loaded with sucess. If I have a Index.py and a Index.tmpl on the
same dir, the page is not loaded throught standard way...
this is the same for index, main, Main, or anything else I define in
DirectoryF
Hi all guys!
Thanks for the replies, I try to define the ExtensionsToServe and it
worked as I want... Look my conf:
'DirectoryFile':['index', 'Index','main','Main'],
'ExtensionsToIgnore': ['.pyc', '.pyo', '.py~', '.psp~',
'.html~','.bak','.tmpl'],
'ExtensionsToServe': ['.py', '.psp'],
I also have a plugin for cheetah that will automatically compile .tmpl files on demand like PSP does. Let me know if you are interested.
-ww
On Feb 16, 2005, at 1:59 PM, Andreas Poisel wrote:
* Robert Forkel <[EMAIL PROTECTED]> [050216 16:50]:
i had the same problem with a index.py and a index.
ebware-discuss] Index or Main page with some template
> From: "michelts" <[EMAIL PROTECTED]>
> Date: Wed, February 16, 2005 4:05 am
> To: "webware-discuss"
>
> Hi guys!
>
> I use cheetah as my template engine, if I write a Index.tmpl or a
> Main.tmp
* Robert Forkel <[EMAIL PROTECTED]> [050216 16:50]:
> i had the same problem with a index.py and a index.xml in the same
> directory,
> solved it by setting the option 'ExtensionsToServe' to ['.py'].
> apparently webkit does not try to choose one if there are several options.
> robert
If you are
i had the same problem with a index.py and a index.xml in the same
directory,
solved it by setting the option 'ExtensionsToServe' to ['.py'].
apparently webkit does not try to choose one if there are several options.
robert
michelts wrote:
It is...
If I have the a Index.py file alone (without a
It is...
If I have the a Index.py file alone (without a Index.tmpl), the page
is loaded with sucess. If I have a Index.py and a Index.tmpl on the
same dir, the page is not loaded throught standard way...
this is the same for index, main, Main, or anything else I define in
DirectoryFile.
Thanks..
* michelts <[EMAIL PROTECTED]> [050216 13:10]:
> Hi guys!
>
> I use cheetah as my template engine, if I write a Index.tmpl or a
> Main.tmpl and compile it into a Index.py, the page is not loaded when
> I hit the context (http://somedomain/MyContext/), but it works when I
> hit the page (http://som
Hi guys!
I use cheetah as my template engine, if I write a Index.tmpl or a
Main.tmpl and compile it into a Index.py, the page is not loaded when
I hit the context (http://somedomain/MyContext/), but it works when I
hit the page (http://somedomain/MyContext/Index).
I can rename the template, but i
10 matches
Mail list logo