Re: Introducing django-cms

2008-09-15 Thread Erik Allik
Hi Maik, This is exactly the problem-area I'm trying to tackle now. My goal is to have a system that can as smoothly and transparently as possible integrate any django application that is unaware of the existence of the CMS itself. Right now my CMS has got a notion of a content tree -- a h

Re: Introducing django-cms

2008-09-15 Thread [EMAIL PROTECTED]
Hi everybody As one of the contributors of django-cms, we (www.divio.ch) are using the django-cms codebase for a lot of our projects. At the moment we include/integrate non-textual content (galleries, contact forms, or whatever) in the following manner: - create a navigation node. That is a «Page

Re: Introducing django-cms

2008-09-09 Thread Antoni Aloy
2008/9/8 Thomas Steinacher <[EMAIL PROTECTED]> Hi Thomas! > > @Antoni Aloy: > What do you mean by integration? Like integrating other applications > (e.g. a gallery) into the CMS? We're still looking for a good solution > to do that (e.g. by providing an API which allows to write a CMS > plugin w

Re: Introducing django-cms

2008-09-09 Thread Erik Allik
How does it integrate with other/custom django apps? Erik On 08.09.2008, at 17:15, Thomas Steinacher wrote: > > Hello Djangonauts! > > I would like to introduce django-cms, a free, BSD-licensed content > management system based on Django. It is seamlessly integrated with > Django's admin interf

Re: Introducing django-cms

2008-09-08 Thread oso che bol
Hello Thomas, On Mon, Sep 8, 2008 at 4:17 PM, Thomas Steinacher <[EMAIL PROTECTED]>wrote: > Thanks for your responses. > > > @David Zhou: > I am using mootools and a customized Nested.js which can be found at > http://trac.django-cms.org/trac/browser/trunk/cms/media/nested.js > (unfortunately I c

Re: Introducing django-cms

2008-09-08 Thread Thomas Steinacher
Thanks for your responses. @David Zhou: I am using mootools and a customized Nested.js which can be found at http://trac.django-cms.org/trac/browser/trunk/cms/media/nested.js (unfortunately I can't find the original script anymore on the internet). We're thinking about making this more generic

Re: Introducing django-cms

2008-09-08 Thread Antoni Aloy
2008/9/8 Thomas Steinacher <[EMAIL PROTECTED]> > > Hello Djangonauts! > > I would like to introduce django-cms, a free, BSD-licensed content > management system based on Django. It is seamlessly integrated with > Django's admin interface and supports a hierarchical page structure, > internationali

Re: Introducing django-cms

2008-09-08 Thread oso che bol
Helo Thomas, Could you tell me how can i download codes support for Tinymce? Thanks and Regards, -LN On Mon, Sep 8, 2008 at 10:15 AM, Thomas Steinacher <[EMAIL PROTECTED]>wrote: > > Hello Djangonauts! > > I would like to introduce django-cms, a free, BSD-licensed content > management system bas

Re: Introducing django-cms

2008-09-08 Thread David Zhou
Nice! I especially like the page reordering change you've made to the admin. Any chance you could talk a little about how you did that? On Sep 8, 2008, at 10:15 AM, Thomas Steinacher wrote: > > Hello Djangonauts! > > I would like to introduce django-cms, a free, BSD-licensed content > manage

Introducing django-cms

2008-09-08 Thread Thomas Steinacher
Hello Djangonauts! I would like to introduce django-cms, a free, BSD-licensed content management system based on Django. It is seamlessly integrated with Django's admin interface and supports a hierarchical page structure, internationalization and much more. You can find the project page on http