472,334 Members | 2,274 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,334 software developers and data experts.

Advice for a replacement for plone.

I want a new python based CMS. ... One that won't keep me up all night ....

I've been fooling around with zope and plone, and I like plone for some
things, such as a repository for online project documentation. However
for general-purpose web development it is too monolithic. Is there
anything out there with the following properties?

0. Web page being developed is a typical small business home page (i.e.
not a newspaper or a blog).
1. Page owner can edit pages on line with no expertise (plone does great
here).
2. Main page does not look plone-like. For an example of a main page
that does not look plone-like, see http://www.arbitrary.com/ Note the
lack of CMS style navigation widgets.
3. Item 2 should be reachable with nearly no effort (plone fails utterly
here).
4. Target viewer (not the owner), should /not/ see something that looks
at all like a CMS system, but rather see exactly what the page owner
wants the page to look like.
5. Page owner should be able to view and navigate the tree of contents,
and select pages to edit with a wysiwyg editor (plone does great here)...
6. ... But the target viewer should not see this tree. See items 2 and 4.
7. Potential to add python scripted pages of various kinds.

<philosophyThere are a couple different design approaches to making a
development environment. You can let the developer start with nothing,
and provide the developer with tools to create something (e.g. zope,
most plain text editors), or you can start with a finished result and
let the developer rip out and discard what is not desired (e.g. plone).
I often prefer to start with nothing. It's a natural starting point.
Note that systems that are based on starting with nothing can provide
the benefits of starting with something by providing templates and such.
</philosophy>

I would love to see a system that would give me an editable Hello World
page in under 5 minutes. Hello World would be a page consisting of
nothing but the words "hello world" (no tools, no navigation bar, and
certainly no CMS navigation stuff) in a url such as
www.myhelloworldwebsite.com/hello and a different url to edit the page,
such as www.myhelloworldwebsite.com/hello/edit or
www.mywebsite.com/edit/hello

If you are a plone fanatic and still think I should use plone, fine, but
please let me know where I can find a "Hello World" kind of example that
demonstrates items 2, 4, and 6.

In addition, I would like the ability to design the layout of the page
independent of the content. Plone has some nice features that would be
very helpful, but again, getting to hello world seems difficult.

Just plain Zope does a pretty good job at some of this, but I haven't
found a good online wysiwyg editor for the page owner to modify content.

Thanks for any ideas.

Ken

Sep 30 '08 #1
1 1234
Ken Seehart <ke*@seehart.comwrote:
I want a new python based CMS. ... One that won't keep me up all night ....

I've been fooling around with zope and plone, and I like plone for some
things, such as a repository for online project documentation. However
for general-purpose web development it is too monolithic. Is there
anything out there with the following properties?

0. Web page being developed is a typical small business home page (i.e.
not a newspaper or a blog).
1. Page owner can edit pages on line with no expertise (plone does great
here).
2. Main page does not look plone-like. For an example of a main page
that does not look plone-like, see http://www.arbitrary.com/ Note the
lack of CMS style navigation widgets.
3. Item 2 should be reachable with nearly no effort (plone fails utterly
here).
4. Target viewer (not the owner), should /not/ see something that looks
at all like a CMS system, but rather see exactly what the page owner
wants the page to look like.
5. Page owner should be able to view and navigate the tree of contents,
and select pages to edit with a wysiwyg editor (plone does great here)...
6. ... But the target viewer should not see this tree. See items 2 and 4.
7. Potential to add python scripted pages of various kinds.

<philosophyThere are a couple different design approaches to making a
development environment. You can let the developer start with nothing,
and provide the developer with tools to create something (e.g. zope,
most plain text editors), or you can start with a finished result and
let the developer rip out and discard what is not desired (e.g. plone).
I often prefer to start with nothing. It's a natural starting point.
Note that systems that are based on starting with nothing can provide
the benefits of starting with something by providing templates and such.
</philosophy>

I would love to see a system that would give me an editable Hello World
page in under 5 minutes. Hello World would be a page consisting of
nothing but the words "hello world" (no tools, no navigation bar, and
certainly no CMS navigation stuff) in a url such as
www.myhelloworldwebsite.com/hello and a different url to edit the page,
such as www.myhelloworldwebsite.com/hello/edit or
www.mywebsite.com/edit/hello
Django + flatpages maybe? Coming from the starting from nothing
approach. There are links to some sites built with it in the docs
below.

http://docs.djangoproject.com/en/dev...rib/flatpages/

A bit more of a learning curve but you'll definitely be in charge.

Somebody used to Django could set up a flatpages site in 5 minutes
probably! It will take you a couple of hours the first time though.

--
Nick Craig-Wood <ni**@craig-wood.com-- http://www.craig-wood.com/nick
Sep 30 '08 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
by: Tony Ha | last post by:
Hello Can some one explain what are the differences between "plone" and "Apache + mod_python"? From plone.org. It says "Plone is powerful and...
0
by: krzychu | last post by:
Hallo, I have an existing plone site called "info", I've added some scripts to it. I would like to have that plone site into a separate ZODB...
9
by: Duncan Smith | last post by:
Hello, I find myself in the, for me, unusual (and at the moment unique) position of having to write a web application. I have quite a lot of...
0
by: Chris Calloway | last post by:
Triangle (NC) Zope and Python Users Group (TriZPUG) is proud to open registration for our fourth annual ultra-low cost Plone and Python training...
0
by: teenabhardwaj | last post by:
How would one discover a valid source for learning news, comfort, and help for engineering designs? Covering through piles of books takes a lot of...
0
by: Kemmylinns12 | last post by:
Blockchain technology has emerged as a transformative force in the business world, offering unprecedented opportunities for innovation and...
0
by: CD Tom | last post by:
This only shows up in access runtime. When a user select a report from my report menu when they close the report they get a menu I've called Add-ins...
0
by: antdb | last post by:
Ⅰ. Advantage of AntDB: hyper-convergence + streaming processing engine In the overall architecture, a new "hyper-convergence" concept was...
0
by: Matthew3360 | last post by:
Hi there. I have been struggling to find out how to use a variable as my location in my header redirect function. Here is my code. ...
2
by: Matthew3360 | last post by:
Hi, I have a python app that i want to be able to get variables from a php page on my webserver. My python app is on my computer. How would I make it...
0
by: AndyPSV | last post by:
HOW CAN I CREATE AN AI with an .executable file that would suck all files in the folder and on my computerHOW CAN I CREATE AN AI with an .executable...
0
by: Arjunsri | last post by:
I have a Redshift database that I need to use as an import data source. I have configured the DSN connection using the server, port, database, and...
0
hi
by: WisdomUfot | last post by:
It's an interesting question you've got about how Gmail hides the HTTP referrer when a link in an email is clicked. While I don't have the specific...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.