473,800 Members | 2,337 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

App suggestion please: blog / forum software in Python

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
st*****@midwint er.ca
st************* **@gmail.com
Skype: midtoad
Jul 19 '05 #1
4 1965
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
Jul 19 '05 #2
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

Jul 19 '05 #3
st************* **@gmail.com 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
Jul 19 '05 #4
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

Jul 19 '05 #5

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

Similar topics

3
2059
by: googleboy | last post by:
Hiya. I am looking at implementing a blog and a forum for a personal website. I am also beginning to look at growing my programming skills from newbie/mediocre to intermedaitely servicable and want to continue doing this focussing on python. It would be cool to find projects in python with code I can refer to. Regards,
0
6382
by: Brian van den Broek | last post by:
Hi all, There have been a few posts over the last month or so expressing a bit of exasperation with the "rising tide of newbie's". (Or, more accurately, the rising tide of questions from newbie's not trying to follow ESR's advice.) A month or so ago (in a thread found here: http://tinyurl.com/5bj8j), I suggested that it might help the situation if there were a python.org wiki page that amounted to a "Welcome to the Python community;...
4
1265
by: Throne Software | last post by:
Throne Software has opened up a Python Forum at: http://www.thronesoftware.com/forum/ Join us!
1
1033
by: VB Programmer | last post by:
I need to put a good, configuratble, forum on my clients website. Any suggestion? It needs to have both public AND private forums (members only). ASP.NET forum would be the best. Any suggestions?
6
1489
by: Eric D Nielsen | last post by:
I've been trying to setup a collaboration site, ideally I need forum+wiki+blog integrated functionality access control. Specificly either the wiki or blog need to be over viewable to members of certain groups. I'm used to phpBB for forum software and it seems to have nice support for PostGreSQL. I tried out about 4 wikis last night, most had extreme bugs when using their PostGreSQL code instead of the defauly MySQL. Anyone have any...
1
1152
by: DaBrain | last post by:
If you got the answer, thank you so much. OK I have to ask this question again as I know it can’t be that difficult, nor is it that rare. So a lot of people are doing something wrong, but what are we doing wrong? Someone types text in Ms Word, say a blog entry or forum post, then they cut that text out of word and past it into a form on the web and
1
3178
by: Phil | last post by:
My nonprofit is using a developer to create the database portion of our password protected membership site (involving displays of tables including "who sponsors me" and "who I sponsor" and "members by zip code" etc.) We asked them to develop it in Joomla so we could make ongoing changes on a weekly, or even daily basis. What they created now works perfectly in IE and other browsers, including one stop registration and login for main site...
4
1714
by: =?Utf-8?B?SmVmZkRvdE5ldA==?= | last post by:
I’m interested in setting up an Intranet blog/forum application for work. The idea is to have people in the office blog about projects they are working on and problems they are facing. We will still need to have a site moderator that approves the blog entries prior to posting. And we would also like to be able to control the access level of the viewing user to determine which posts they may view. I have been developing asp.net apps for...
1
25277
Markus
by: Markus | last post by:
Before you post please: Turn on PHP Debugging Messages - this will help yourself and our experts to solve your problem. Please provide the error details in your post. Read the Posting Guidelines. Some of the main posting guidelines we would like you to follow when posting (in brief): Pick a good thread title -
0
9555
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10515
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10291
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10260
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
1
7589
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6827
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
1
4156
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3771
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2956
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.