The Artima Developer Community
Sponsored Link

Web Buzz Forum
Setting up Pyblosxom

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
Stuart Langridge

Posts: 2006
Nickname: aquarius
Registered: Sep, 2003

Stuart Langridge is a web, JavaScript, and Python hacker, and sometimes all three at once.
Setting up Pyblosxom Posted: Feb 1, 2005 9:32 PM
Reply to this message Reply

This post originated from an RSS feed registered with Web Buzz by Stuart Langridge.
Original Post: Setting up Pyblosxom
Feed Title: as days pass by
Feed URL: http://feeds.feedburner.com/kryogenix
Feed Description: scratched tallies on the prison wall
Latest Web Buzz Posts
Latest Web Buzz Posts by Stuart Langridge
Latest Posts From as days pass by

Advertisement

I’ve just mailed Sarabian a bit of advice on how I set up Pyblosxom websites. Note that this is probably pretty specific to me, but I present the advice below anyway in case it’s useful to someone else:

I tend to set it up like this:

/var/www/example.org
                    /html
                         /pyblosxom
                                   /pyblosxom.cgi
                                   /config.py
                                   /.htaccess [1]
                    /pyblosxom
                              /Pyblosxom [2]
                    /plugins [3]
                    /sites
                          /blogging-hacks
[1] content is:

<Files config.py>
deny from all
</Files>

[2] This is the Pyblosxom distribution
[3] Put all your plugins in here

Then set, in config.py, py[‘datadir‘]=‘/var/www/example.org/sites‘, py[‘plugins_dir‘]=‘/var/www/example.org/plugins‘, and set the base (the thing which tells it where Pyblosxom itself is, I can’t remember) to /var/www/example.org/pyblosxom. Then set up an Apache rewrite rule, something like
RewriteRule /weblogs(.*) /pyblosxom/pyblosxom.cgi$1

and then it should all work.

Read: Setting up Pyblosxom

Topic: Steve Ballmer&#8217;s iPod Previous Topic   Next Topic Topic: New Layout

Sponsored Links



Google
  Web Artima.com   

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