Re: Announcing Deco: static content for Django

2008-05-13 Thread Alex Morega
On May 13, 2008, at 17:32 , phillc wrote: > your bundling of those mac files confused me for a minute =P Whoops. Sorry about that. deco-0.1.tgz is now cleaned up. I'll package the tarball on a Linux machine from now on. :) BTW, do you know how to tell 'tar' to ignore those files on the mac?

Re: Announcing Deco: static content for Django

2008-05-13 Thread phillc
your bundling of those mac files confused me for a minute =P --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from

Re: Announcing Deco: static content for Django

2008-05-13 Thread Alex Morega
On May 13, 2008, at 15:37 , wiswaud wrote: > > One thing you might consider, which i've added to my version of > flatpages, is language-support: the ability to specify that a given > page is for fr_ca. My flatpages mod, when serving a given url, will > first look for the most specific language v

Re: Announcing Deco: static content for Django

2008-05-13 Thread wiswaud
One thing you might consider, which i've added to my version of flatpages, is language-support: the ability to specify that a given page is for fr_ca. My flatpages mod, when serving a given url, will first look for the most specific language version of the page, then go more and more generalized.

Re: Announcing Deco: static content for Django

2008-05-12 Thread Alex Morega
On May 12, 2008, at 23:01 , Sander Steffann wrote: > > Hi, > >> I can't test it however because I am getting a 404 from the link >> above. > > It's missing the trailing slash. Try http://grep.ro/projects/deco/ Sorry about that. It's actually an issue with Deco, it doesn't properly honor the A

Re: Announcing Deco: static content for Django

2008-05-12 Thread Sander Steffann
Hi, > I can't test it however because I am getting a 404 from the link > above. It's missing the trailing slash. Try http://grep.ro/projects/deco/ - Sander --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django

Re: Announcing Deco: static content for Django

2008-05-12 Thread rcs_comp
Alex, This sounds like a pretty good idea, I will have to take a look. I have a very similar module in a PHP framework I built and use it often to give my customers a "CMS" aspect to their website. I can't test it however because I am getting a 404 from the link above. Thanks. On May 12, 12:3

Re: Announcing Deco: static content for Django

2008-05-12 Thread Alex Morega
On May 12, 2008, at 20:00 , Masklinn wrote: > > > On 12 May 2008, at 18:33 , Alex Morega wrote: > >> >> Hello, I would like to announce a new project: >> >> Deco is a reusable django app for handling static content. It's like >> django.contrib.flatpages, only much more flexible. >> >> Deco can r

Re: Announcing Deco: static content for Django

2008-05-12 Thread Masklinn
On 12 May 2008, at 18:33 , Alex Morega wrote: > > Hello, I would like to announce a new project: > > Deco is a reusable django app for handling static content. It's like > django.contrib.flatpages, only much more flexible. > > Deco can render plain HTML, Markdown, Textile, and even Django > temp

Announcing Deco: static content for Django

2008-05-12 Thread Alex Morega
Hello, I would like to announce a new project: Deco is a reusable django app for handling static content. It's like django.contrib.flatpages, only much more flexible. Deco can render plain HTML, Markdown, Textile, and even Django templates. It can serve static pages or static pieces of pages