On Sep 4, 7:06 pm, "[email protected]" <[email protected]>
wrote:
> Dear All,
>
> I am looking for pylons based blog application for my website. I
> simply need blog post to publish, edit, hide and tagging. Mostly I
> will be single user for the blog.
> [ ... ]
> Do you know any other blog application written in pylons specially?.

S'not /specially/ for Pylons but PyBlosxom [1] is file-based and runs
in a WSGI environment, so it will more or less drop straight in to
Pylons. Being file-based turns out to be quite convenient --- I've
been serving a blog straight out of a mercurial repos, of which I have
a local clone. I CRUD locally then push to the repos in order to
publish.

It was easy enough to put together a Shabti template:

http://bel-epa.com/shabtidocs/shabti_templates/shabti_pyblosxom.html

or you might prefer to follow the DIY recipe on:

http://bel-epa.com/posts/pyblosxom-on-pylons.xml

> I run 360 MB RAM with 16 GB HDD Virtual PC. So obviously I don't want
> apache or php or java based solutions which I don't understand.

It's lightweight, so it could be just up your street.

[1] http://pyblosxom.sourceforge.net/static/about.html

HTH

Graham
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to