Re: [Webware-discuss] Index or Main page with some template....

2005-02-17 Thread Andreas Poisel
* 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

Re: [Webware-discuss] Index or Main page with some template....

2005-02-17 Thread andrea
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

Re: [Webware-discuss] Index or Main page with some template....

2005-02-17 Thread michelts
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'],

Re: [Webware-discuss] Index or Main page with some template....

2005-02-16 Thread Winston Wolff
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.

RE: [Webware-discuss] Index or Main page with some template....

2005-02-16 Thread jose
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

Re: [Webware-discuss] Index or Main page with some template....

2005-02-16 Thread Andreas Poisel
* 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

Re: [Webware-discuss] Index or Main page with some template....

2005-02-16 Thread Robert Forkel
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

Re: [Webware-discuss] Index or Main page with some template....

2005-02-16 Thread michelts
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..

Re: [Webware-discuss] Index or Main page with some template....

2005-02-16 Thread Andreas Poisel
* 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

[Webware-discuss] Index or Main page with some template....

2005-02-16 Thread michelts
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