<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.comp.web.blosxom.user">
    <title>gmane.comp.web.blosxom.user</title>
    <link>http://blog.gmane.org/gmane.comp.web.blosxom.user</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.blosxom.user/201"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.blosxom.user/195"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.blosxom.user/186"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.blosxom.user/183"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.blosxom.user/181"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.blosxom.user/180"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.blosxom.user/167"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.blosxom.user/165"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.blosxom.user/161"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.blosxom.user/159"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.blosxom.user/201">
    <title>List information</title>
    <link>http://comments.gmane.org/gmane.comp.web.blosxom.user/201</link>
    <description>&lt;pre&gt;Hello all,

I have a somewhat embarrassing confession to make, which is that in the
course of a switch of email providers, I lost the administrative passwords
for the blosxom mailing lists.  What this means in practice is that I can no
longer approve posts from new members.  (We require the first posting from a
user to be moderated because a high fraction of such posts are spam.)  I've
tried to contact Sourceforge support to regain or reset the passwords, but
they have given me no response.  I'm not sure what the best course of action
is at this point.  If someone were motivated, I imagine we could once again
migrate to a different mailing list provider (Google Groups?).  Or, given
the extremely low traffic on the lists, we could simply accept the situation
as it stands currently and declare the lists (and blosxom?) in retirement.
Or maybe someone has a third idea.

-kevin
------------------------------------------------------------------------------
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd_______________________________________________
Blosxom-users mailing list
Blosxom-users-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&amp;lt; at &amp;gt;public.gmane.org
https://lists.sourceforge.net/lists/listinfo/blosxom-users
&lt;/pre&gt;</description>
    <dc:creator>Kevin Scaldeferri</dc:creator>
    <dc:date>2011-05-08T17:25:48</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.blosxom.user/195">
    <title>Google Reader doesn't recognise default RSS feed</title>
    <link>http://comments.gmane.org/gmane.comp.web.blosxom.user/195</link>
    <description>&lt;pre&gt;Hi!

I just whipped up a quick blog using blosxom (downloaded the latest
version from the SF site) and got it working with static rendering.
It's here http://gustaf.symbiandiaries.com/twitterblog/.

However, when I tried to enter the URL to the RSS feed, Google Reader
didn't recognise it as a valid feed.

The file http://gustaf.symbiandiaries.com/twitterblog/index.rss exists
and it has data in it.

Is this a known issue? I've got a plugin making Atom feeds on my main
site but I wanted to do it simple this time, and just use the built in
functionality.

/g.

&lt;/pre&gt;</description>
    <dc:creator>Gustaf Erikson</dc:creator>
    <dc:date>2011-03-23T16:45:40</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.blosxom.user/186">
    <title>Unable to get the permalink to work</title>
    <link>http://comments.gmane.org/gmane.comp.web.blosxom.user/186</link>
    <description>&lt;pre&gt;Dear people,

    I have used Blosxom on my website since 2004.  However I never
managed to get the permalink to work.  Since I have moved my site to my
own server, I and have full access, I would like to mend this. 
Typically the error message is a
404: The requested URL /blog.shtml/2010/11/15 was not found on this server.
The configurable portion of the CGI is below.

One additional question : Is it possible to use the a external address
for the $data_dir in the .cgi script instead of the real path:
$datadir = "http://test.com/www/blosxom";
verses
$datadir = "/www/test.com/www/blosxom";


Best wishes, J.


The cgi contains this:
# --- Configurable variables -----

# What's this blog's title?
$blog_title = "test";

# What's this blog's description (for outgoing RSS feed)?
$blog_description = "a blog";

# What's this blog's primary language (for outgoing RSS feed)?
$blog_language = "en";

# Where are this blog's entries kept?
$datadir = "/www/test.com/www/blosxom";

# What's my preferred base URL for this blog (leave blank for automatic)?
$url = "";

# Should I stick only to the datadir for items or travel down the
# directory hierarchy looking for items?  If so, to what depth?
# 0 = infinite depth (aka grab everything), 1 = datadir only, n = n
levels down
$depth = 0;

# How many entries should I show on the home page?
$num_entries = 40;

# What file extension signifies a blosxom entry?
$file_extension = "txt";

# What is the default flavour?
$default_flavour = "html";

# Should I show entries from the future (i.e. dated after now)?
$show_future_entries = 0;

# --- Plugins (Optional) -----

# Where are my plugins kept?
$plugin_dir = "";

# Where should my modules keep their state information?
$plugin_state_dir = "$plugin_dir/state";

# --- Static Rendering -----

# Where are this blog's static files to be created?
$static_dir = "/www/test.com/www/blosxom_blog_static";

# What's my administrative password (you must set this for static
rendering)?
$static_password = "123456";

# What flavours should I generate statically?
&amp;lt; at &amp;gt;static_flavours = qw/html rss/;

# Should I statically generate individual entries?
# 0 = no, 1 = yes
$static_entries = 0;



------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl_______________________________________________
Blosxom-users mailing list
Blosxom-users-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&amp;lt; at &amp;gt;public.gmane.org
https://lists.sourceforge.net/lists/listinfo/blosxom-users
&lt;/pre&gt;</description>
    <dc:creator>J4</dc:creator>
    <dc:date>2011-01-11T10:57:07</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.blosxom.user/183">
    <title>hitcounter, lastread,and favorites plugins using MongoDB</title>
    <link>http://comments.gmane.org/gmane.comp.web.blosxom.user/183</link>
    <description>&lt;pre&gt;------------------------------------------------------------------------------

_______________________________________________
Blosxom-users mailing list
Blosxom-users-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&amp;lt; at &amp;gt;public.gmane.org
https://lists.sourceforge.net/lists/listinfo/blosxom-users
&lt;/pre&gt;</description>
    <dc:creator>Steve Schwarz</dc:creator>
    <dc:date>2010-05-17T16:50:42</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.blosxom.user/181">
    <title>iPhone Integration, any work done yet?</title>
    <link>http://comments.gmane.org/gmane.comp.web.blosxom.user/181</link>
    <description>&lt;pre&gt;------------------------------------------------------------------------------

_______________________________________________
Blosxom-users mailing list
Blosxom-users-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&amp;lt; at &amp;gt;public.gmane.org
https://lists.sourceforge.net/lists/listinfo/blosxom-users
&lt;/pre&gt;</description>
    <dc:creator>Martin Gisch</dc:creator>
    <dc:date>2010-04-07T09:25:00</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.blosxom.user/180">
    <title>$depth attribute not being obeyed?</title>
    <link>http://comments.gmane.org/gmane.comp.web.blosxom.user/180</link>
    <description>&lt;pre&gt;Blosxom version 2.1.2

The $depth attribute within the blosxom.cgi file is not being obeyed.

Blosxom seems to travel the entire datadir, no matter the setting of $depth.

Is this a known problem?

------------------------------------------------------------------------------
&lt;/pre&gt;</description>
    <dc:creator>Todd Dailey</dc:creator>
    <dc:date>2010-05-08T02:28:06</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.blosxom.user/167">
    <title>Problem with moreentries plugin</title>
    <link>http://comments.gmane.org/gmane.comp.web.blosxom.user/167</link>
    <description>&lt;pre&gt;I'm using the moreentries plugin to have links to "Next 10 stories" and
"Previous 10 stories" at the bottom of my page at www.modspil.dk.

This used to work with categories, so that if you went into a category
(say http://www.modspil.dk/billeder/) and clicked "Næste 10" in the
bottom, you'd go the the next ten for the CATEGORY, i.e. 

http://www.modspil.dk/billeder/?_start=11

However, the link is now NOT to the category, but to the main page:

http://www.modspil.dk/?_start=11

Why is that? It might be due to a conflict with another plugin, but I
have no IDEA when this broke. All I know is it used to work.

Any ideas, including ideas how to fix it?

Thank you very much in advance for any suggestions.

br
Carsten
 


------------------------------------------------------------------------------
Download Intel&amp;amp;#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Blosxom-users mailing list
Blosxom-users&amp;lt; at &amp;gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/blosxom-users
&lt;/pre&gt;</description>
    <dc:creator>Carsten Agger</dc:creator>
    <dc:date>2010-03-25T09:55:48</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.blosxom.user/165">
    <title>textile2</title>
    <link>http://comments.gmane.org/gmane.comp.web.blosxom.user/165</link>
    <description>&lt;pre&gt;------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july_______________________________________________
Blosxom-users mailing list
Blosxom-users-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&amp;lt; at &amp;gt;public.gmane.org
https://lists.sourceforge.net/lists/listinfo/blosxom-users
&lt;/pre&gt;</description>
    <dc:creator>Daniel Ajoy</dc:creator>
    <dc:date>2009-11-19T22:48:15</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.blosxom.user/161">
    <title>Does blosxom.ookee.com alive ?</title>
    <link>http://comments.gmane.org/gmane.comp.web.blosxom.user/161</link>
    <description>&lt;pre&gt;Hello. Does http://blosxom.ookee.com/blog/ still alive ? Several time 
theses last weeks I try to reach it without success ! Have a good day...


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
&lt;/pre&gt;</description>
    <dc:creator>eremax</dc:creator>
    <dc:date>2009-11-14T12:15:35</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.blosxom.user/159">
    <title>Frank Hecker's feedback plugin</title>
    <link>http://comments.gmane.org/gmane.comp.web.blosxom.user/159</link>
    <description>&lt;pre&gt;Is anyone else using Frank Hecker's feedback plugin (version 0.23)? I have tried to use it but I keep getting errors. I'm not sure if I am placing the flavour template variables correctly on the page. I wonder if someone who has it working correctly might show how they insert the flavour template variables on their flavours page.

Thanks.

------------------------------------------------------------------------------
Come build with us! The BlackBerry&amp;amp;reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9&amp;amp;#45;12, 2009. Register now&amp;amp;#33;
http://p.sf.net/sfu/devconf
&lt;/pre&gt;</description>
    <dc:creator>Lee Underwood</dc:creator>
    <dc:date>2009-09-20T02:03:24</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.web.blosxom.user">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.web.blosxom.user</link>
  </textinput>
</rdf:RDF>

