Trac is being migrated to new services! Issues can be found in our new YouTrack instance and WIKI pages can be found on our website.

For those with shell accounts, using Pyblosxom on pidgin:

  1. Copy /usr/lib/cgi-bin/pyblosxom.cgi to ~/public_html/blog/index.cgi
  2. Copy /etc/pyblosxom/config.py to ~/public_html/blog/
  3. Open config.py in your favorite text editor, the config file should be self documenting, but make shure that the datadir property is the full path to where you will store your blog entries.
  4. Create the datadir, and check the permissions on all directories and files. index.cgi must be executable
  5. create a .htaccess in the ~/public_html/blog directory looking like
    Options ExecCGI
    <Files index.cgi>
            ForceType application/cgi-script
            SetHandler cgi-script
    </Files>
    
  6. Open up a text file in your datadir called firstpost.txt and write something and save. Now test the url
Last modified 17 years ago Last modified on Apr 11, 2007, 7:36:00 PM
All information, including names and email addresses, entered onto this website or sent to mailing lists affiliated with this website will be public. Do not post confidential information, especially passwords!