The Artima Developer Community
Sponsored Link

Python Buzz Forum
Wanted: A serverless group blogging tool

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Phillip Pearson

Posts: 1083
Nickname: myelin
Registered: Aug, 2003

Phillip Pearson is a Python hacker from New Zealand
Wanted: A serverless group blogging tool Posted: Nov 20, 2003 11:34 PM
Reply to this message Reply

This post originated from an RSS feed registered with Python Buzz by Phillip Pearson.
Original Post: Wanted: A serverless group blogging tool
Feed Title: Second p0st
Feed URL: http://www.myelin.co.nz/post/rss.xml
Feed Description: Tech notes and web hackery from the guy that brought you bzero, Python Community Server, the Blogging Ecosystem and the Internet Topic Exchange
Latest Python Buzz Posts
Latest Python Buzz Posts by Phillip Pearson
Latest Posts From Second p0st

Advertisement

One thing that I'd love to have right now is a group blogging tool that runs on Windows and lets you blog reasonably "rich" media. I'm working in a software dev team that is currently producing lots and lots of documents and it's getting difficult to keep track of them; I'm getting into the situation where I think that I need to write something, but it turns out that someone else has already written it -- I just don't realise that it's there.

I'm tempted to set up some sort of blogging tool, but I don't want to have a web server on my own box at work because it's a development box, meaning that it gets abused and rebooted every now and then, and it can't always be relied upon. Its name changes every now and then, too, meaning that http:// URLs will break.

We do have a big chunk of file server space, though, and a blog that used file:// URLs should work just fine. My bzero could be a candidate here, but it doesn't really do the media thing very well - I can't just open a window, paste an image into it, and click 'POST'.

The interesting components of this system are:

  • Some way of storing the data in such a way that several people can read/write it at once.
  • A nice front-end that supports drag-and-drop, cut-and-paste, etc.
  • Support for file:// URLs.

To get bzero to do it, I'd need to get it to run without a PyCS server and write the front end. The first bit isn't hard -- just turn off comments, trackbacks, etc, and use bzero render instead of bzero send. The front end just needs to be a simple rich text editor -- in .net, RichTextBox would do the trick. You'd have to parse the output to turn it into HTML, and save images out separately, but it should work OK.

Hmm ...

Comment

Read: Wanted: A serverless group blogging tool

Topic: Python at LinuxWorld Expo Previous Topic   Next Topic Topic: PyLogo

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use