Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Python > App suggestion please: blog / forum software in Python

Reply
Thread Tools

App suggestion please: blog / forum software in Python

 
 
Stewart Midwinter
Guest
Posts: n/a
 
      04-26-2005
I'm starting up a new website for a small community of local sports
enthusiasts. I want to be able to create pages of information easily
(i.e. a content management system), but also allow for discussion on
multiple topics (i.e. a forum). Numerous people should be able to log
in and create or update content, under the guidance of an admin
naturally.

Call me perverse, but I don't want to use phpBB for the forum. I'm
not seeing anything available in Python though - except for Karrigell.
is that the only option, or am I missing something?

For the blog / CMS portion, I'm looking for something lightweight,
i.e. not Plone or Zope. I've looked at them before and they're total
overkill outside of an enterprise.Have any other suggestions?

I'm using CherryPy for a web application I'm building; it occurs to me
it could be used to build a discussion forum, but maybe someone's
already done that?

I currently use mySQL with CherryPy, but I'll add another db if necessary.

cheers,
--
Stewart Midwinter


Skype: midtoad
 
Reply With Quote
 
 
 
 
Kartic
Guest
Posts: n/a
 
      04-26-2005
The Great 'Stewart Midwinter' uttered these words on 4/26/2005 6:18 PM:
> I'm starting up a new website for a small community of local sports
> enthusiasts. I want to be able to create pages of information easily
> (i.e. a content management system), but also allow for discussion on
> multiple topics (i.e. a forum). Numerous people should be able to log
> in and create or update content, under the guidance of an admin
> naturally.
>
> Call me perverse, but I don't want to use phpBB for the forum. I'm
> not seeing anything available in Python though - except for Karrigell.
> is that the only option, or am I missing something?
>


Dear Stewart,

http://snakelets.sourceforge.net/frog/index.html - "Frog - a Python Web
Logging tool".

I have no experience with Snakelets or CherryPy. Apparently you can run
Snakelets behind your existing webserver, so integrating it should be
rather straight forward. You can probably proxy requests to the blog
piece to the Snakelets process, while the rest of your site is served by
CherryPY.

Googling "Python Web Logging Application" brought up
http://www.kryogenix.org/code/vellum/ as well.

Thanks,
-Kartic
 
Reply With Quote
 
 
 
 
stewart.midwinter@gmail.com
Guest
Posts: n/a
 
      04-27-2005
thanks Kartic. I use Frog already at my office. For this particular
application, its design may not be appropriate, since each user gets
her own blog space. I'm actually after a community blog, where any one
of the registered users can post an item, or discuss on a forum.

Drupal, from http://drupal.org, seems to do exactly what I want, except
it's written in php.

Thanks for the tip on Vellum. I'd like to find a few sites using it, so
I can see it in action.

S

 
Reply With Quote
 
Irmen de Jong
Guest
Posts: n/a
 
      04-27-2005
wrote:
> thanks Kartic. I use Frog already at my office. For this particular
> application, its design may not be appropriate, since each user gets
> her own blog space. I'm actually after a community blog, where any one
> of the registered users can post an item, or discuss on a forum.


It doesn't help you now but something like this is being
considered for the next major version of Frog (2.x)...
It will take a while before it's done though, so in the
meantime you have to look for something else.

--Irmen
 
Reply With Quote
 
stewart.midwinter@gmail.com
Guest
Posts: n/a
 
      04-27-2005
thx Irmen. Frog is good at what it does, and of course it can't do
everything (not yet, anyway! ) But it's interesting to note your
future directions for the project.

S

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Intranet Blog\Forum software for business use JeffDotNet ASP .Net 8 09-23-2011 07:43 PM
New Blog form Net Programing and Blog IT competition zegga ASP .Net 0 08-01-2009 05:38 AM
have a look at my blog site for asp.net .. there is microsoft contest also ( u can win so much)have a look at my blog site for asp.net .. there is microsoft contest also ( u can win so much) justpratik Python 0 06-08-2007 04:48 AM
blog blog blog John Computer Information 0 02-13-2005 10:20 AM
has anyone done a blog or forum engine in python? googleboy Python 3 09-07-2004 04:33 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57