<?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://permalink.gmane.org/gmane.comp.text.referencer.general">
    <title>gmane.comp.text.referencer.general</title>
    <link>http://permalink.gmane.org/gmane.comp.text.referencer.general</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://permalink.gmane.org/gmane.comp.text.referencer.general/606"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.text.referencer.general/605"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.text.referencer.general/604"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.text.referencer.general/603"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.text.referencer.general/602"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.text.referencer.general/601"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.text.referencer.general/600"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.text.referencer.general/599"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.text.referencer.general/598"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.text.referencer.general/597"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.text.referencer.general/596"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.text.referencer.general/595"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.text.referencer.general/594"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.text.referencer.general/593"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.text.referencer.general/592"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.text.referencer.general/591"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.text.referencer.general/590"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.text.referencer.general/589"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.text.referencer.general/588"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.text.referencer.general/587"/>
      </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://permalink.gmane.org/gmane.comp.text.referencer.general/606">
    <title>Re: Can plugins access tags and notes fields?</title>
    <link>http://permalink.gmane.org/gmane.comp.text.referencer.general/606</link>
    <description>&lt;pre&gt;tor, 24 01 2013 kl. 13:52 +1100, skrev Douglas Rees:

Are you talking about the "crossref" plugin?


If you use the most recent release (1.2.0) there is an option under
"Files" to "Export notes as HTML", which might be similar to what you
want.


I just implemented a doc.getNotes() and doc.setNotes() function, and
pushed it to trunk. If you can compile trunk, you can use these.

Accessing the tags is a bit more involved, but I will try to take a look
at it later today. If I forget, could you open a bug about it or remind
me in some other way?


I use the attached, quite hacky, python script to generate a
reStructuredText like list of my publications [1] from the BibTex file
generated from Referencer. It is not very robust, and barfs at all kinds
of character problems.

[1] http://people.cs.aau.dk/~mchro/pubs.html

&lt;/pre&gt;</description>
    <dc:creator>Mads Chr. Olesen</dc:creator>
    <dc:date>2013-01-24T03:13:03</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.text.referencer.general/605">
    <title>Can plugins access tags and notes fields?</title>
    <link>http://permalink.gmane.org/gmane.comp.text.referencer.general/605</link>
    <description>&lt;pre&gt;Hi,

I've been using referencer for all of a day, and I'm quite impressed (I 
especially like the ease of DOI lookup, once you get past the 
registration hurdle [is it possible to have a link in the dialog box, or 
selectable text?])

I'm only an amateur pythoner, but I'd like to write a plugin that would 
generate an annotated biography (current idea is to generate a LaTeX 
file with a full citation of each selected reference followed by some 
notes), possibly separating it into several sections.

For this to work I'd need to be able to access the notes field of the 
reference, but I can't seem to find a way of doing it (there is no 
get_notes() function, but is there some other function that could return 
the notes?), and I'm similarly unsure about whether plugins can access tags.

This way I'd be able to keep my references and notes together, and 
easily be able to generate something extra to show my supervisor that 
I'm actually doing something (well, there are several extra possibilities).

Cheers,

-Do&lt;/pre&gt;</description>
    <dc:creator>Douglas Rees</dc:creator>
    <dc:date>2013-01-24T02:52:29</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.text.referencer.general/604">
    <title>Re: Upcoming new Referencer release</title>
    <link>http://permalink.gmane.org/gmane.comp.text.referencer.general/604</link>
    <description>&lt;pre&gt;Hi,

Mads, thank you for your great work and effort on keeping up referencer
development!

I've built referencer and it's working nicely :).

After many months where other priorities kept me away from contributing to
referencer I'm going to slowly contribute with some code to referencer in
my free time . I really think it's an application worth developing.

I've already done some work in a simple wish-list bug where I'm going to
comment on.

Cheers,
António Lima


2012/11/23 Mads Chr. Olesen &amp;lt;mads&amp;lt; at &amp;gt;mchro.dk&amp;gt;




&lt;/pre&gt;</description>
    <dc:creator>António Lima</dc:creator>
    <dc:date>2013-01-06T16:02:56</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.text.referencer.general/603">
    <title>Re: Upcoming new Referencer release</title>
    <link>http://permalink.gmane.org/gmane.comp.text.referencer.general/603</link>
    <description>&lt;pre&gt;Allright, I just released version 1.2.0

It can be downloaded from
https://launchpad.net/referencer/1./1.2.0/+download/referencer-1.2.0.tar.gz

ons, 31 10 2012 kl. 13:56 +1100, skrev Mads Chr. Olesen:


_______________________________________________
referencer mailing list
referencer&amp;lt; at &amp;gt;icculus.org
http://icculus.org/mailman/listinfo/referencer

&lt;/pre&gt;</description>
    <dc:creator>Mads Chr. Olesen</dc:creator>
    <dc:date>2012-11-23T03:06:28</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.text.referencer.general/602">
    <title>Re: A question about document types and document.get_field()</title>
    <link>http://permalink.gmane.org/gmane.comp.text.referencer.general/602</link>
    <description>&lt;pre&gt;ons, 21 12 2011 kl. 15:15 -0500, skrev Christopher Belanger:

Hi Christopher,

I know this is a very old thread, but I recently did a lot of work on
Referencer, including applying your patch.

You can find the code in
https://code.launchpad.net/~referencer-devs/referencer/trunk
(if on Ubuntu you can just do "bzr branch lp:referencer" to get a source
code checkout)

Did you manage to get your plugin working? If so I would be interested
in including it in Referencer.

&lt;/pre&gt;</description>
    <dc:creator>Mads Chr. Olesen</dc:creator>
    <dc:date>2012-10-31T03:00:14</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.text.referencer.general/601">
    <title>Upcoming new Referencer release</title>
    <link>http://permalink.gmane.org/gmane.comp.text.referencer.general/601</link>
    <description>&lt;pre&gt;Hi all,

in the past few weeks I have been using Referencer extensively, so I
have in that process fixed a number of issues:
 * Ported completely to GIO (one minor regression outstanding)
 * Removed dependency on gnome-vfsmm and libgnomeuimm
 * Changed plugin metadata mechanism to have dynamic priorities to allow
plugins to signal "how well it is able to fetch metadata for this
document"
 * Imported ISI Web of Knowledge metadata plugin from Debian package,
updated this to new web service API
 * Added DBLP metadata plugin
 * Added Google books plugin from this mailing list
 * Fixed up some regressions in the GUI due to new GTK version

All my changes are in
https://code.launchpad.net/~referencer-devs/referencer/trunk

I have a few more changes I would like to get in.

I intend to do a new release of Referencer in a week or so. If you could
help test the current code in trunk that would be really great :-)

&lt;/pre&gt;</description>
    <dc:creator>Mads Chr. Olesen</dc:creator>
    <dc:date>2012-10-31T02:56:52</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.text.referencer.general/600">
    <title>Re: A question about document types anddocument.get_field()</title>
    <link>http://permalink.gmane.org/gmane.comp.text.referencer.general/600</link>
    <description>&lt;pre&gt;
On 11-12-21 02:49 PM, Mads Chr. Olesen wrote:
Please find attached my suggested changes!  The first is quite small,
just causing doc.get_field("thefield") to return NULL if "thefield" is
not a defined field.  This is in accordance with the Referencer
documentation.

The second change I've proposed is the addition of a doc.get_type()
function, which simply returns the document type from within a plugin. 
I can think of many reasons why this could be useful in a plugin, and no
reasons it could be harmful; setting document types from within a
plugin, on the other hand, seems like it could be iffy.

Everything compiles perfectly on my end, and the plugin-in-progess runs
without exceptions on my library of 349 documents (with metadata of
wildly varying quality).

This change will allow me to complete my plugin, which would help make
Referencer more appealing and useful for people who need to export
citation lists in plaintext--in other words, everyone who doesn't use LaTeX!

Thanks for your patience, and I will &lt;/pre&gt;</description>
    <dc:creator>Christopher Belanger</dc:creator>
    <dc:date>2011-12-21T20:15:17</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.text.referencer.general/599">
    <title>Re: A question about document types and document.get_field()</title>
    <link>http://permalink.gmane.org/gmane.comp.text.referencer.general/599</link>
    <description>&lt;pre&gt;ons, 21 12 2011 kl. 14:40 -0500, skrev Christopher Belanger:

If you mail me your modified file I will integrate it. We are moving
Referencer development onto launchpad [1], and we should really do a new
release soon...


I have an email somewhere, from someone else, who also had problems with
the type of documents from a plugin (setting the type IIRC), so maybe it
needs to be made easier to deal with.

[1] https://code.launchpad.net/referencer

&lt;/pre&gt;</description>
    <dc:creator>Mads Chr. Olesen</dc:creator>
    <dc:date>2011-12-21T19:49:43</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.text.referencer.general/598">
    <title>Re: A question about document types anddocument.get_field()</title>
    <link>http://permalink.gmane.org/gmane.comp.text.referencer.general/598</link>
    <description>&lt;pre&gt;
Thanks for the quick reply!  It's in Python, yes.  I am strictly a
novice/hobbyist programmer, so I really appreciate that Referencer is
relatively easy to extend like this.

Thanks, I didn't know about that!  That may work, but it would require 
doing a check like that for every single doc.get_field.  It seems like
it would be easier and probably more efficient to have it handled in the
source code by having the object return a null result to the plugin if
the field doesn't exist.  This is, in fact, what it says will happen in
the "Writing Plugins for Referencer" document, so the fact that this
does not occur--and that it instead throws an exception that crashes the
plugin--probably qualifies as a bug.

I've made an (extremely simple!) modification to the source that causes
doc.get_field to act as the documentation says it should, which in turn
allows my plugin to run.  Is there a way for me to submit the patch
generated by mercurial for consideration?  The change is trivial, but as
a non-programmer, submi&lt;/pre&gt;</description>
    <dc:creator>Christopher Belanger</dc:creator>
    <dc:date>2011-12-21T19:40:55</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.text.referencer.general/597">
    <title>Re: A question about document types and document.get_field()</title>
    <link>http://permalink.gmane.org/gmane.comp.text.referencer.general/597</link>
    <description>&lt;pre&gt;man, 19 12 2011 kl. 18:03 -0500, skrev Christopher Belanger:

Please do :-)

I assume you're writing the plugin in Python?


I'm not intimately familiar with this part, but in Python you can catch
exceptions as in:

try:
title = doc.get_field("title")
except:
title = ""

&lt;/pre&gt;</description>
    <dc:creator>Mads Chr. Olesen</dc:creator>
    <dc:date>2011-12-20T09:43:12</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.text.referencer.general/596">
    <title>A question about document types anddocument.get_field()</title>
    <link>http://permalink.gmane.org/gmane.comp.text.referencer.general/596</link>
    <description>&lt;pre&gt;Hi,

First off, I love Referencer, so thanks for all the hard work.  As a
humanities student, I often find myself needing to compile
bibliographies.  Obviously LaTeX is awesome for this, but if someone
wants me to e-mail them a list of references, it doesn't make sense to
make a new .tex file and generate a pdf.

So I've been working on a plugin to export plaintext citations from
Referencer to the clipboard.  It's pretty simple, but if I finish it
I'll gladly share it.

However, I'm having problems with document.get_field().  In order to get
the bibliographic information, the plugin needs to get a bunch of
fields.  The problem is that if it tries to get a field that doesn't
exist, rather than just returning a null value for that field, it throws
an exception and the plugin doesn't return anything at all.

I've gone through the source code, and this seems to happen on or around
line 774 of Document.c.

So, first question: is this a bug?  If so, it seems like it would be
easy to just change that line from 'thr&lt;/pre&gt;</description>
    <dc:creator>Christopher Belanger</dc:creator>
    <dc:date>2011-12-19T23:03:08</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.text.referencer.general/595">
    <title>Referencer reports &lt;class 'xml.parsers.expat.ExpatError'&gt; when quering ISI, second edition</title>
    <link>http://permalink.gmane.org/gmane.comp.text.referencer.general/595</link>
    <description>&lt;pre&gt;Hi

I set up a new system which I'am using to write my master thesis. Guess 
what: I got a similar problem as 
https://answers.launchpad.net/referencer/+question/169030 
&amp;lt;https://answers.launchpad.net/referencer/+question/169030&amp;gt; again... 
Unfortunately the trick that solved the problem last time, did not work 
this time. The output of the terminal is slightly different:

___________________________
bool Transfer::waitForFlag(volatile bool&amp;amp;):
  Waiting...

(referencer:15889): libgnomevfsmm-WARNING **: gnome-vfsmm 
Async::Handle::cancel(): This method currently leaks memory.
  waitForFlag completed due to transferfail
PyObject* referencer_download(PyObject*, PyObject*):
  got 0 characters

virtual bool PythonPlugin::doAction(Glib::ustring, std::vector&amp;lt;Document*&amp;gt;):
  PythonPlugin::doAction: NULL return value
_________________________________

As you can see the "void Transfer...." does not show up. Yet the rest of 
the errormessage and the behaviour of referencer remains exactly the same.

Thanks in advance fo&lt;/pre&gt;</description>
    <dc:creator>Stefan Bucher</dc:creator>
    <dc:date>2011-12-05T10:51:02</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.text.referencer.general/594">
    <title>about deputation allowance</title>
    <link>http://permalink.gmane.org/gmane.comp.text.referencer.general/594</link>
    <description>&lt;pre&gt;I m transferred from ahmedabad to delhi commissionerate on deputation
basis, and it it not on compassionate ground, I m a ministrial staff as tax
assistant. my grade is pay band is 8120 and grade pay is 2400, Am I
entitled for deputation allowance, is there no deputation to ministrial
staff, actually in my office, concerned officer tells that  ministrial
staff is not entitled for deputation allowance. kindly guide me
_______________________________________________
referencer mailing list
referencer&amp;lt; at &amp;gt;icculus.org
http://icculus.org/mailman/listinfo/referencer
&lt;/pre&gt;</description>
    <dc:creator>RISHAV SINHA</dc:creator>
    <dc:date>2011-11-16T10:19:01</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.text.referencer.general/593">
    <title>Re: Question on the project's focus</title>
    <link>http://permalink.gmane.org/gmane.comp.text.referencer.general/593</link>
    <description>&lt;pre&gt;ons, 09 11 2011 kl. 14:05 -0500, skrev David Dombrowsky:

Yes, Referencer is definitely oriented towards (scientific) document
management and managing bibliographies.


There is some support for tagging files with icons in the Nautilus file
manager, but as far as I know this is purely graphical so no
searching/filtering is available. The Zeitgeist project is working
generally with harvesting/using metadata for files, but I'm much less
familiar with it.

&lt;/pre&gt;</description>
    <dc:creator>Mads Chr. Olesen</dc:creator>
    <dc:date>2011-11-09T19:13:30</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.text.referencer.general/592">
    <title>Question on the project's focus</title>
    <link>http://permalink.gmane.org/gmane.comp.text.referencer.general/592</link>
    <description>&lt;pre&gt;First, I think the referencer app is great.  I think it fills a hole in
file management that simply does not exist anywhere else.

I personally use the app simply to organize files, specifically scans
of bills and other documents that come in through snail mail.
Referencer gives me a simple way of tagging and adding metadata to
existing files.  While the app seems well suited for this, I don't
think it was written with this use case in mind.  Am I correct in
assuming this?  Is there something else out there better suited for
this use case?

-Dave
_______________________________________________
referencer mailing list
referencer&amp;lt; at &amp;gt;icculus.org
http://icculus.org/mailman/listinfo/referencer

&lt;/pre&gt;</description>
    <dc:creator>David Dombrowsky</dc:creator>
    <dc:date>2011-11-09T19:05:44</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.text.referencer.general/591">
    <title>Re: for help about the isi-plugin</title>
    <link>http://permalink.gmane.org/gmane.comp.text.referencer.general/591</link>
    <description>&lt;pre&gt;fre, 04 11 2011 kl. 17:21 +0100, skrev arthur xu:

The ISI plugin is not included in the main branch of Referencer, but is
only in the Debian/Ubuntu package. It seems this script is broken,
because the ISI server has changed something.

If you want to try to fix it, it is probably in the Python
file /usr/lib/referencer/isi-plugin.py

If you manage to fix it, please send a patch :-)

&lt;/pre&gt;</description>
    <dc:creator>Mads Chr. Olesen</dc:creator>
    <dc:date>2011-11-06T19:17:26</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.text.referencer.general/590">
    <title>Re: for help about the isi-plugin</title>
    <link>http://permalink.gmane.org/gmane.comp.text.referencer.general/590</link>
    <description>&lt;pre&gt;Joan,

You're getting email from a mailing list which you or someone else
signed you up for.  To unsubscribe, use the form at the bottom of this
page:
http://icculus.org/mailman/listinfo/referencer

John

On Fri, Nov 4, 2011 at 4:26 PM, Joan Bleeg &amp;lt;jbleeg&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote:
_______________________________________________
referencer mailing list
referencer&amp;lt; at &amp;gt;icculus.org
http://icculus.org/mailman/listinfo/referencer
&lt;/pre&gt;</description>
    <dc:creator>John Spray</dc:creator>
    <dc:date>2011-11-05T12:52:46</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.text.referencer.general/589">
    <title>Re: for help about the isi-plugin</title>
    <link>http://permalink.gmane.org/gmane.comp.text.referencer.general/589</link>
    <description>&lt;pre&gt;Somehow this got sent to the wrong address.  I don't know anything about
plug-ins (or computers, for that matter!)

On Fri, Nov 4, 2011 at 9:21 AM, arthur xu &amp;lt;wxuyec&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote:

_______________________________________________
referencer mailing list
referencer&amp;lt; at &amp;gt;icculus.org
http://icculus.org/mailman/listinfo/referencer
&lt;/pre&gt;</description>
    <dc:creator>Joan Bleeg</dc:creator>
    <dc:date>2011-11-04T16:26:53</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.text.referencer.general/588">
    <title>for help about the isi-plugin</title>
    <link>http://permalink.gmane.org/gmane.comp.text.referencer.general/588</link>
    <description>&lt;pre&gt;I am new for the referencer.
I have a problem with the isi-plugin.
the version I downloaded is 0.1.1, is it the newest?
when I want use isi-plugin, I got the error:
invalid literal for int() with base 10: ''
what does it mean? how can I fix it?
my system is Ubuntu 10.04.
the version for python is 2.6, 3.0 and 3.1.
but I don't know which one is default.
thank you in advance.
_______________________________________________
referencer mailing list
referencer&amp;lt; at &amp;gt;icculus.org
http://icculus.org/mailman/listinfo/referencer
&lt;/pre&gt;</description>
    <dc:creator>arthur xu</dc:creator>
    <dc:date>2011-11-04T16:21:16</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.text.referencer.general/587">
    <title>Re: Referencer reports &lt;class 'xml.parsers.expat.ExpatError'&gt; when quering ISI</title>
    <link>http://permalink.gmane.org/gmane.comp.text.referencer.general/587</link>
    <description>&lt;pre&gt;tor, 22 09 2011 kl. 09:11 +0200, skrev Stefan Bucher:

Information retrieval is done using a number of Python plugins. The ISI
plugin you have is not included in the main branch of Referencer, but is
only in the Debian/Ubuntu package. It seems this script is broken,
because the ISI server has changed something. I get this response from
the server, when running it:
&amp;lt;?xml version="1.0" encoding="UTF-8" ?&amp;gt;
&amp;lt;RESPONSE&amp;gt;
  &amp;lt;ERROR code="Server.invalidInput"&amp;gt;Invalid service name: null&amp;lt;/ERROR&amp;gt;
&amp;lt;/RESPONSE&amp;gt;


This is a bug in the LyX plugin. I'm not really familiar with it, since
I don't use it.


We really should get a new version released, there are many fixes and
updates on the launchpad trunk.

&lt;/pre&gt;</description>
    <dc:creator>Mads Chr. Olesen</dc:creator>
    <dc:date>2011-09-26T11:25:09</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.text.referencer.general/586">
    <title>Referencer reports &lt;class 'xml.parsers.expat.ExpatError'&gt; when quering ISI</title>
    <link>http://permalink.gmane.org/gmane.comp.text.referencer.general/586</link>
    <description>&lt;pre&gt;Hi everybody
        
I got a problem with referencer. Below you will find the content of the
problem as posted on the referencer launchpad site. If anyone got an
idea how to resolve that - I would be very grateful.
        
I got kind of a large overall problem. Perhaps it is a bug, yet I don't
know. Here is what I did:
I installed referencer from the ubuntu software-center (Natty, Unity).
Then I linked PDF's to referencer to administrate my library and have an
easy and quick access to my literature. A feature I like (according to
promised program features) is the automatic retrieval of literature info
(journal, pages etc.) - but that does not happen...

When I link the pdf - the only data that are taken out of the pdf is the
doi and places the pdf-name as title (as it seems). When I try to
retrieve information (even with correct paper title) nothing happens -
the information in the referencer remains the same. Even if I give more
info like (the correct) year and author, the information are not
retrieved fr&lt;/pre&gt;</description>
    <dc:creator>Stefan Bucher</dc:creator>
    <dc:date>2011-09-22T07:11:17</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.text.referencer.general">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.text.referencer.general</link>
  </textinput>
</rdf:RDF>
