<?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.network.conferencing.pentabarf.user">
    <title>gmane.network.conferencing.pentabarf.user</title>
    <link>http://blog.gmane.org/gmane.network.conferencing.pentabarf.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.network.conferencing.pentabarf.user/343"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.conferencing.pentabarf.user/342"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.conferencing.pentabarf.user/341"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.conferencing.pentabarf.user/341"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.conferencing.pentabarf.user/341"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.conferencing.pentabarf.user/340"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.conferencing.pentabarf.user/334"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.conferencing.pentabarf.user/333"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.conferencing.pentabarf.user/332"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.conferencing.pentabarf.user/331"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.conferencing.pentabarf.user/326"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.conferencing.pentabarf.user/314"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.conferencing.pentabarf.user/312"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.conferencing.pentabarf.user/307"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.conferencing.pentabarf.user/302"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.conferencing.pentabarf.user/299"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.conferencing.pentabarf.user/298"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.conferencing.pentabarf.user/293"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.conferencing.pentabarf.user/288"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.conferencing.pentabarf.user/287"/>
      </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.network.conferencing.pentabarf.user/343">
    <title>Fastcgi trouble with status headers inapplication_controller.rb</title>
    <link>http://comments.gmane.org/gmane.network.conferencing.pentabarf.user/343</link>
    <description>&lt;pre&gt;-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Here's number two.

I had trouble getting the http-authentication to work with fastcgi since
it seems to be very picky when it comes to headers.

I had to comment line 36 in application_controller.rb in order to not
have it complain:

[Tue Jan 31 21:37:14 2012] [error] [client 178.254.102.***] FastCGI:
comm with server
"/var/www/haxogreen.lu/pentabarf/rails/public/dispatch.fcgi" aborted:
error parsing headers: duplicate header 'Status'

So in the end, my transaction_wrapper now looks like this:

def transaction_wrapper
    response.content_type ||= Mime::HTML
    Momomoto::Database.instance.transaction do
      if auth
        # if auth succeeds we continue
        yield
      elsif not performed? then
        # if auth failed and nothing has been rendered we return 401
        #response.headers["Status"] = "Unauthorized"
        response.headers["WWW-Authenticate"] = "Basic realm=Pentabarf"
        render(
:file=&amp;gt;'auth_failed.rxml',:status=&amp;gt;401,:content_type=&amp;gt;'&lt;/pre&gt;</description>
    <dc:creator>David Raison</dc:creator>
    <dc:date>2012-01-31T21:14:53</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.conferencing.pentabarf.user/342">
    <title>Pentabarf submission/login going in circles</title>
    <link>http://comments.gmane.org/gmane.network.conferencing.pentabarf.user/342</link>
    <description>&lt;pre&gt;-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,

I have three posts to make, I'll create a separate thread for each one
of them.

Here's number one:

I'm running pentabarf from github with postrgres-8.4 and using fastcgi
with apache.
Whenever I go to http://cfp.haxogreen.lu/submission/login, it redirects
me back to http://cfp.haxogreen.lu/submission

Also, if you go to http://cfp.haxogreen.lu/submission, you'll find that
no conference is listed, even though I have one defined and in the
submission phase.

Here's the production log: (apache error log not showing up any error
messages)


Processing SubmissionController#index (for 178.254.102.*** at 2012-01-31
22:06:10) [GET]
  Parameters: {"action"=&amp;gt;"index", "conference"=&amp;gt;"login",
"controller"=&amp;gt;"submission"}
Redirected to http://cfp.haxogreen.lu/submission
Filter chain halted as [:init] rendered_or_redirected.
Completed in 4ms | 302 Found [http://cfp.haxogreen.lu/submission/login]


Processing SubmissionController#index (for 178.254.102.*** at 2012-01-31
22&lt;/pre&gt;</description>
    <dc:creator>David Raison</dc:creator>
    <dc:date>2012-01-31T21:11:30</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.conferencing.pentabarf.user/341">
    <title>Patches 0.4.4 for PostgreSQL 9.x</title>
    <link>http://comments.gmane.org/gmane.network.conferencing.pentabarf.user/341</link>
    <description>&lt;pre&gt;Attached are patches for 0.4.4 to enable running on PostgreSQL 9.x

There may be more issues, but these are what I've found so far.


&lt;/pre&gt;</description>
    <dc:creator>Dan Langille</dc:creator>
    <dc:date>2012-01-07T02:19:56</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.conferencing.pentabarf.user/341">
    <title>Patches 0.4.4 for PostgreSQL 9.x</title>
    <link>http://comments.gmane.org/gmane.network.conferencing.pentabarf.user/341</link>
    <description>&lt;pre&gt;Attached are patches for 0.4.4 to enable running on PostgreSQL 9.x

There may be more issues, but these are what I've found so far.


&lt;/pre&gt;</description>
    <dc:creator>Dan Langille</dc:creator>
    <dc:date>2012-01-07T02:19:56</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.conferencing.pentabarf.user/341">
    <title>Patches 0.4.4 for PostgreSQL 9.x</title>
    <link>http://comments.gmane.org/gmane.network.conferencing.pentabarf.user/341</link>
    <description>&lt;pre&gt;Attached are patches for 0.4.4 to enable running on PostgreSQL 9.x

There may be more issues, but these are what I've found so far.


&lt;/pre&gt;</description>
    <dc:creator>Dan Langille</dc:creator>
    <dc:date>2012-01-07T02:19:56</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.conferencing.pentabarf.user/340">
    <title>mongrel fails to start</title>
    <link>http://comments.gmane.org/gmane.network.conferencing.pentabarf.user/340</link>
    <description>&lt;pre&gt;I'm having trouble getting mongrel to start after upgrading some system components.

[dan&amp;lt; at &amp;gt;supernews:/usr/websites/papers.bsdcan.org/pentabarf/rails] $ mongrel_rails cluster::r::start
Invalid gemspec in [/usr/local/lib/ruby/gems/1.8/specifications/rack-cache-1.0.3.gemspec]: invalid date format in specification: "2011-08-27 00:00:00.000000000Z"
Invalid gemspec in [/usr/local/lib/ruby/gems/1.8/specifications/tilt-1.3.3.gemspec]: invalid date format in specification: "2011-08-25 00:00:00.000000000Z"
NOTE: Gem::SourceIndex.from_installed_gems is deprecated with no replacement. It will be removed on or after 2011-10-01.
Gem::SourceIndex.from_installed_gems called from /usr/local/lib/ruby/gems/1.8/gems/gem_plugin-0.2.3/lib/gem_plugin.rb:109.
NOTE: from_installed_gems(arg) is deprecated. From /usr/local/lib/ruby/site_ruby/1.8/rubygems/deprecate.rb:62:in `send'
NOTE: Gem::SourceIndex.from_gems_in is deprecated with no replacement. It will be removed on or after 2011-10-01.
Gem::SourceIndex.from_gems_in called from /u&lt;/pre&gt;</description>
    <dc:creator>Dan Langille</dc:creator>
    <dc:date>2011-09-17T14:11:29</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.conferencing.pentabarf.user/334">
    <title>*TAP* *TAP*</title>
    <link>http://comments.gmane.org/gmane.network.conferencing.pentabarf.user/334</link>
    <description>&lt;pre&gt;Is this thing on?  :)

&lt;/pre&gt;</description>
    <dc:creator>Dan Langille</dc:creator>
    <dc:date>2011-03-20T02:39:30</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.conferencing.pentabarf.user/333">
    <title>Website down?  Project abandoned?</title>
    <link>http://comments.gmane.org/gmane.network.conferencing.pentabarf.user/333</link>
    <description>&lt;pre&gt;Folks,

The website has been offline for several weeks.  http://pentabarf.org/

Anyone have news as to what is going on?

&lt;/pre&gt;</description>
    <dc:creator>Dan Langille</dc:creator>
    <dc:date>2011-03-06T18:22:51</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.conferencing.pentabarf.user/332">
    <title>Paulo Cheque wants to stay in touch on LinkedIn</title>
    <link>http://comments.gmane.org/gmane.network.conferencing.pentabarf.user/332</link>
    <description>&lt;pre&gt;LinkedIn
------------

   
I'd like to add you to my professional network on LinkedIn.

- Paulo Cheque

Paulo Cheque
Consultor at Agilbits / UOL 
Brazil

Confirm that you know Paulo Cheque
https://www.linkedin.com/e/uh7963-gkwp42o3-18/isd/2447727423/5vWQL9Y4/


 
&lt;/pre&gt;</description>
    <dc:creator>Paulo Cheque</dc:creator>
    <dc:date>2011-03-05T15:36:10</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.conferencing.pentabarf.user/331">
    <title>error while upgrading from 0.3.18r0 to 0.4.0</title>
    <link>http://comments.gmane.org/gmane.network.conferencing.pentabarf.user/331</link>
    <description>&lt;pre&gt;Hi,

running
$ psql &amp;lt; sql/maintenance/upgrade_0.3.18_0.4.0.sql
bails out with the following message:

FEHLER:  doppelter Schlüsselwert verletzt Unique-Constraint
»permission_pkey«
CONTEXT:  SQL-Anweisung »INSERT INTO
log.permission(log_transaction_id,log_operation,permission,rank) SELECT
currval('base.log_transaction_log_transaction_id_seq'), 'D',  $1 , $2 «

What can be done to make the upgrade work?


With kind regards,

Rob
&lt;/pre&gt;</description>
    <dc:creator>Robert Schulze</dc:creator>
    <dc:date>2010-06-06T20:24:44</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.conferencing.pentabarf.user/326">
    <title>Strange 404s on HTML export</title>
    <link>http://comments.gmane.org/gmane.network.conferencing.pentabarf.user/326</link>
    <description>&lt;pre&gt;Hi!

I have a very strange problem with HTML export in 0.3.18: Everything worked
fine for a while. But now people have uploaded lots of files as attachments
to their talks and the export breaks.

Symptoms: From inside the Pentabarf web user interface everything is fine,
creating releases works, and the schedule_export button works.

But script/html-export sooner or later chokes on an attachment:
./lib/html_export.rb:102:in `export': Error while processing {:controller=&amp;gt;"file", :language=&amp;gt;"de", :filename=&amp;gt;"neue-wege-fuer-metadaten_arnulf-christl_v7.pdf", :action=&amp;gt;:event_attachment, :id=&amp;gt;63, :only_path=&amp;gt;true}: Error in HTML Export while processing {:controller=&amp;gt;"file", :language=&amp;gt;"de", :filename=&amp;gt;"neue-wege-fuer-metadaten_arnulf-christl_v7.pdf", :action=&amp;gt;:event_attachment, :id=&amp;gt;63, :only_path=&amp;gt;true} (StandardError)
    from ./script/html-export:39

The logfile says:
Processing FileController#event_attachment (for 127.0.0.1 at 2010-03-14 17:46:13) [GET]
  Parameters: {"action"=&amp;gt;"event_attachment", "language"=&amp;gt;"&lt;/pre&gt;</description>
    <dc:creator>Jochen Topf</dc:creator>
    <dc:date>2010-03-14T18:47:28</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.conferencing.pentabarf.user/314">
    <title>All accepted speakers: less than expected</title>
    <link>http://comments.gmane.org/gmane.network.conferencing.pentabarf.user/314</link>
    <description>&lt;pre&gt;I'm at pentabarf/mail using the 'All accepted speakers of this 
conference'.  I see 6 speakers.

However, event/state/accepted shows 42 events accepted.

I can see no differences the events/speakers not included.

For example, a speaker missing from the list:

  - event role: speaker
  - role state: confirmed
  - event state: accepted
  - progress: reconfirmed

What's up?

&lt;/pre&gt;</description>
    <dc:creator>Dan Langille</dc:creator>
    <dc:date>2010-02-25T01:52:06</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.conferencing.pentabarf.user/312">
    <title>No action responded to person</title>
    <link>http://comments.gmane.org/gmane.network.conferencing.pentabarf.user/312</link>
    <description>&lt;pre&gt;I just encountered this error, but have no access to the server from 
this location to get any logs:

No action responded to person. Actions: activity, conflicts, index, 
mail, recent_changes, recipients, schedule, and send_mail

The above occurred when going to pentabarf/person/1

No idea why.  :)

&lt;/pre&gt;</description>
    <dc:creator>Dan Langille</dc:creator>
    <dc:date>2010-02-25T01:23:52</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.conferencing.pentabarf.user/307">
    <title>{{event_title}}is empty</title>
    <link>http://comments.gmane.org/gmane.network.conferencing.pentabarf.user/307</link>
    <description>&lt;pre&gt;We have a problem with {{event_title}} when sending out emails, at least
with 'Resultset from advance person search'

Running 0.4.4

Here is what I put into the body of the email:

      Email body was:
      {{name}}
      The name of the recipient.

      {{person_id}}
      The person-id of the recipient.

      {{conference_acronym}}
      The acronym of the conference if the recipients are conference
specific.

      {{conference_title}}
      The title of the current conference if the recipients are conference
specific.

      {{email}}
      The email address of the recipient

      {{event_title}}
      A comma-separated list of the events in question.


This is what was received:


      Dan Langille
      The name of the recipient.

      149
      The person-id of the recipient.

      PGCon2010
      The acronym of the conference if the recipients are conference
specific.

      PGCon 2010
      The title of the current conference if the recipients are conference
specific.

      dan-hcDgGtZH8xNA&lt;/pre&gt;</description>
    <dc:creator>Dan Langille</dc:creator>
    <dc:date>2010-02-18T20:35:30</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.conferencing.pentabarf.user/302">
    <title>nothing found in log.person_language</title>
    <link>http://comments.gmane.org/gmane.network.conferencing.pentabarf.user/302</link>
    <description>&lt;pre&gt;Whilte at person/edit/160 and tttemping to change speaker language from 
Abkhazian to English, when I click save, I get told:

     nothing found in log.person_language

Some stuff from the DB:

pentabarf_pgcon=# select * from log.person_language where person_id =160;
  log_transaction_id | log_operation | person_id | language | rank
--------------------+---------------+-----------+----------+------
                5567 | I             |       160 | ab       |
(1 row)


pentabarf_pgcon=# select * from log.person_language where person_id =160;
  log_transaction_id | log_operation | person_id | language | rank
--------------------+---------------+-----------+----------+------
                5567 | I             |       160 | ab       |
(1 row)


Ideas?
&lt;/pre&gt;</description>
    <dc:creator>Dan Langille</dc:creator>
    <dc:date>2010-02-06T21:25:06</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.conferencing.pentabarf.user/299">
    <title>report/review - add a column for speaker?</title>
    <link>http://comments.gmane.org/gmane.network.conferencing.pentabarf.user/299</link>
    <description>&lt;pre&gt;report/review is great in that we can sort by each column (event name, 
state, track, rating, and raters).  But we are unable to sort by 
speaker.  Often, we get multiple submissions from the same person, and 
it is useful to sort by speaker.

Is it practical to split speaker out into its own column for this.  I 
see problems for talks with multiple speakers though....

In the meantime, we are doing this:

SELECT CT.conference_track AS track, VP.name AS speaker,VP.title AS talk
  FROM view_event_person VP JOIN event E ON VP.event_id = E.event_id
        JOIN conference_track CT ON E.conference_track_id = 
CT.conference_track_id
WHERE VP.conference_id = 6
   AND VP.event_role    = 'speaker'
   AND VP.translated    = 'en'
ORDER BY track;
&lt;/pre&gt;</description>
    <dc:creator>Dan Langille</dc:creator>
    <dc:date>2010-02-04T01:38:07</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.conferencing.pentabarf.user/298">
    <title>Pentabarf 0.4.4</title>
    <link>http://comments.gmane.org/gmane.network.conferencing.pentabarf.user/298</link>
    <description>&lt;pre&gt;I am very pleased to announce the release of Pentabarf 0.4.4.

Changes in this version:

Pentabarf has been modified to work with recent Rails versions and now
requires Rails 2.3.5. Exceptions can now be received via email in
addition to receiving them by jabber. See
rails/config/mail.yml.template for an example how to set this up.
Two new conflicts have been added for events without breaks inbetween.
Submitters can now download the public files of their own events.
Compatibility with IE8 has been improved.

A lot of bugs have been fixed too: Event attachments are now properly
handled in the html schedule export, copying events has been fixed,
update_data has been adjusted to work with PostgreSQL 8.4, trying to
add an event to person or a person to an event without actually
selecting an event/person no longer produces an errror, the CSV
controller has been modified to work with conference permissions, the
HTML export now properly shows the public email address instead of the
contact email address when using &lt;/pre&gt;</description>
    <dc:creator>Sven Klemm</dc:creator>
    <dc:date>2010-01-16T15:06:11</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.conferencing.pentabarf.user/293">
    <title>Schedule export empty</title>
    <link>http://comments.gmane.org/gmane.network.conferencing.pentabarf.user/293</link>
    <description>&lt;pre&gt;Hi!

When trying to export a schedule, it is always empty. The HTML pages are
generated, but there are no events in the schedule and no speakers list.  They
show up in the internal schedule view just fine. So there are plenty of
accepted and scheduled events, but the export ist empty.

I am using Pentabarf 0.3.18.

Can this have something to do with the "slugs"? I get a warning for all events,
that I haven't entered a unique tag and tracked this down to mean I haven't
entered anything in the "Slug" field for the events. Is this necessary for
something?

Jochen
&lt;/pre&gt;</description>
    <dc:creator>Jochen Topf</dc:creator>
    <dc:date>2010-01-11T17:19:36</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.conferencing.pentabarf.user/288">
    <title>Not allowed to write conference_person_travel</title>
    <link>http://comments.gmane.org/gmane.network.conferencing.pentabarf.user/288</link>
    <description>&lt;pre&gt;This just in from a user:

###
While trying to update my address in the "Contact" page for the paper
submission, I get:

"Not allowed to write conference_person_travel"

right after I click "save".
###

I see no mention of travel at :

admin/role_permissions
admin/conference_role_permissions

Nor did I see a Submitter role 'under Roles in current conference' on 
the person's account tab.

It seems that none of the submitters from previous years have submission 
rights.

I suspect http://pentabarf.org/Authorization is out of date, so I won't 
go by that.
&lt;/pre&gt;</description>
    <dc:creator>Dan Langille</dc:creator>
    <dc:date>2009-12-16T03:03:16</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.conferencing.pentabarf.user/287">
    <title>relation "person_transaction" does not exist</title>
    <link>http://comments.gmane.org/gmane.network.conferencing.pentabarf.user/287</link>
    <description>&lt;pre&gt;When the user received the account activation URL (shown incomplete):

user/activate_account/B6CBDE7637F2A52474D348F7D6BF20F88F9D862E0F80CA75582390C39AFA1F7D

They got this error when clicking on the click:

ERROR: relation "person_transaction" does not exist CONTEXT: SQL 
statement "INSERT INTO person_transaction( person_id, changed_when, 
changed_by, f_create ) VALUES ( $1 , now(), $1 , 't')" PL/pgSQL function 
"activate_account" line 15 at SQL statement

Looking at the SQL maintence files, I see a DROP TABLE for 
person_transaction.

I don't know whether the table needs to be created or the code needs to 
be updated.

Additional information:

The SQL in question seems to part of:  CREATE OR REPLACE FUNCTION 
auth.activate_account( activation_string char(64)) RETURNS INTEGER AS $$'

The SQL appears here: sql/functions/auth/activate_account.sql: 
INSERT INTO person_transaction( person_id, changed_when, changed_by, 
f_create ) VALUES (cur_person_id, now(), cur_person_id, 't');
 
http://svn.cccv.de/pentabarf/&lt;/pre&gt;</description>
    <dc:creator>Dan Langille</dc:creator>
    <dc:date>2009-12-16T02:41:59</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.conferencing.pentabarf.user/283">
    <title>mongrel won't stay running</title>
    <link>http://comments.gmane.org/gmane.network.conferencing.pentabarf.user/283</link>
    <description>&lt;pre&gt;I think the problem in my previous post was caused by not restarting
mongrel.  Now that I have restarted mongrel, it won't stay running.



 $ less mongrel.8011.log
** Daemonized, any open files are closed.  Look at
tmp/pids/mongrel.8011.pid and log/mongrel.8011.log for info.
** Starting Mongrel listening at 127.0.0.1:8011
** Starting Rails with production environment...
/usr/websites/papers.pgcon.org/pentabarf/rails/app/models/release/conference.rb:5:
undefined method `fk_helper_single' for Release::Conference:Class
(NoMethodError)
        from
/usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in
`gem_original_require'
        from
/usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in
`require'
        from
/usr/local/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:155:in
`require'
        from
/usr/local/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:262:in
`require_or_load'
        from
/usr/local/lib/ruby/gems/1.8/gem&lt;/pre&gt;</description>
    <dc:creator>Dan Langille</dc:creator>
    <dc:date>2009-12-02T19:54:37</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.network.conferencing.pentabarf.user">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.network.conferencing.pentabarf.user</link>
  </textinput>
</rdf:RDF>

