<?xml version="1.0" encoding="utf-8"?>
<!-- name="generator" content="pyblosxom/1.4.3 01/10/2008" -->
<!DOCTYPE rss PUBLIC "-//Netscape Communications//DTD RSS 0.91//EN" "http://my.netscape.com/publish/formats/rss-0.91.dtd">

<rss version="0.91">
<channel>
<title>The Geekess   </title>
<link>http://sarah.thesharps.us</link>
<description>Linux, bicycling, open source, gardening, amateur rockets, and other seemingly unrelated hobbies.</description>
<language>en</language>
<item>
  <title>Comments disabled</title>
  <link>http://sarah.thesharps.us/2008-08-10-21-05.html</link>
  <description><![CDATA[
<p>Comments are disabled for now.  I've been receiving a massive amount of spam
because the captcha plugin doesn't work.  I haven't tried the openID plugin; I
might have to.</p>

<p>Google started blocking emails from Jamey's server (which sends me notification
of comments) when it noticed the massive amount of emails that looked like spam,
because, well, they were.  We also get voicemail notification from that server,
so the backup might explain why our voice over IP setup hasn't been working.</p>

<p>I still have Maria's one valid comment saved, I'll revert it after I get a good
spam-blocking system setup.  Feel free to email comments sarah at thesharps dot
us.</p>

]]></description>
</item>

<item>
  <title>Pyblosxom folksonomy.py tags plugin not working</title>
  <link>http://sarah.thesharps.us/2008-03-29-10-00.html</link>
  <description><![CDATA[
<p>Still trying to get the tagging plugin to work.  I'm not sure what I'm doing wrong.
The plugin is in my plugin directory (renamed to tags-sorted.py instead of tags-sorted.txt).
I've set the tags URL to--oops, there's the problem, I needed a trailing slash at the end of the URL.
Let's reload and see if that's really the problem...</p>

<p>Nope.  I needed to add $tags to my html flavor's story.flav file.  I'm still not seeing any entries
in the tags folders that I created; I'm not sure what's up with that.  I should probably get a better html flavor
before I attempt to add a tag cloud.</p>

<p><b>Edit:</b> I fixed it!  I didn't understand what tag_url was supposed to be.  A lot of people have
Apache mod_rewrite for their blog urls, and they assume that everyone else does too.
For a beginning install, tag_url should be the URL for the pyblosxom cgi script, followed by /tags/.
E.g. http://minilop.net/cgi-bin/pyblosxom.cgi/tags/</p>

<p>Oh, and you need to add two variables to your config.py or sometimes looking up a tag will fail:</p>

<pre><code>py['ignore_tags'] = []
py['relatedstories_header'] = ""
</code></pre>

<p>What a mess!  None of it is documented in the plugin file.</p>

]]></description>
</item>

<item>
  <title>This is my first post</title>
  <link>http://sarah.thesharps.us/2008-03-27-12-00.html</link>
  <description><![CDATA[
<p>
    This is my first post with PyBlosxom.  The date for this post is part of the filename, and the pyfilenamemtime plugin will
    make PyBlosxom use that date for displaying the entry, rather than the file timestamp.
</p>

]]></description>
</item>

</channel>
</rss>

