Robby Stephenson | 10 Jul 07:37

Tellico 1.3.3 Released

Tellico 1.3.3 is available from http://periapsis.org/tellico/download/
md5: 6e08c3f96c5b2ca871b83dbaca41b2ae

Changelog:
* Fixed bug with file catalogs to properly match on file location
* Changed Arxiv fetcher to remove ID version number from results
* Updated drag-and-drop to allow HTTP urls, i.e. dragging bibtex file from 
browser.
* Updated Porbase in z39.50 server list.
* Fixed copy() for text selection in main entry view.

Comments, question, bugs, etc. to this mailing list. Thanks!
Robby 
Regis Boudin | 10 Jul 09:45

Re: Tellico 1.3.3 Released

Hi Robby,

Thanks for the new release (and congratulations).

I will try to upload the package tonight before I go on holiday in Devon
and Cornwall for a full week tomorrow morning. Hopefully 1.3.3 will make
it to Lenny in time.

Thanks again,

Regis

On Thu, July 10, 2008 06:40, Robby Stephenson wrote:
> Tellico 1.3.3 is available from http://periapsis.org/tellico/download/
> md5: 6e08c3f96c5b2ca871b83dbaca41b2ae
>
> Changelog:
> * Fixed bug with file catalogs to properly match on file location
> * Changed Arxiv fetcher to remove ID version number from results
> * Updated drag-and-drop to allow HTTP urls, i.e. dragging bibtex file from
> browser.
> * Updated Porbase in z39.50 server list.
> * Fixed copy() for text selection in main entry view.
>
> Comments, question, bugs, etc. to this mailing list. Thanks!
> Robby
> _______________________________________________
> tellico-users mailing list
> tellico-users@...
> http://forge.novell.com/mailman/listinfo/tellico-users
(Continue reading)

Robby Stephenson | 10 Jul 15:50

Re: Tellico 1.3.3 Released

On Thursday 10 July 2008, Regis Boudin wrote:
> Hi Robby,
>
> Thanks for the new release (and congratulations).
>
> I will try to upload the package tonight before I go on holiday in Devon
> and Cornwall for a full week tomorrow morning. Hopefully 1.3.3 will make
> it to Lenny in time.

Have a great holiday!

Robby
Doruk Fisek | 10 Jul 11:25

Re: Tellico 1.3.3 Released

Wed, 9 Jul 2008 22:40:27 -0700, Robby Stephenson <robby@...> :

> * Fixed copy() for text selection in main entry view.
Yaay! It works!

                   Doruk

--
FISEK INSTITUTE - http://www.fisek.org.tr
Norbert Nemec | 12 Jul 20:11

Re: Tellico 1.3.3 Released

Robby Stephenson wrote:
> Tellico 1.3.3 is available from http://periapsis.org/tellico/download/
> md5: 6e08c3f96c5b2ca871b83dbaca41b2ae
>
> Changelog:
> * Fixed bug with file catalogs to properly match on file location
> * Changed Arxiv fetcher to remove ID version number from results
>   
Great. Thanks.

> * Updated drag-and-drop to allow HTTP urls, i.e. dragging bibtex file from 
> browser.
>   
Does not seem to work for me :-(

This is what I tried:

* open the abstract of a typical article in firefox, e.g. 
http://dx.doi.org/10.1103/PhysRevB.76.115419
* Switch "Article Options" to "View Citation(s) in BibTeX"
* Press "Go"
-> the bibtex file is opened directly in firefox
* drag the URL line from the browser onto Tellico
-> Tellico does not react at all :-(

-- When I drag the same URL to the KDE desktop, KDE asks for a file name 
and then saves the URL itself into that file (instead of the bibtex content)

-- When I do the same from KDE konqueror, Tellico does not react either.

(Continue reading)

Robby Stephenson | 12 Jul 21:53

Re: Tellico 1.3.3 Released

On Saturday 12 July 2008, Norbert Nemec wrote:
> So, may it be that tellico expects the URL to end in .bib? In that case,
> it will not work for many of the common journals that offer bibtex
> export but use a URL without a file ending.
>
> Furthermore, it seems that firefox does drag-and-drop differently than
> KDE... :-(
>
> Perhaps, Tellico could just accept plain text per drag and drop and
> determine the type of the data automatically? That way, one could just
> drop a snippet of a bibtex file on Tellico to import that reference.
>
> Of course, in that case, it should also detect if the plain text does
> contain a URL which should then be opened and imported.

Thanks for poking at it. :) Tellico asks for the mime-type from the url and 
expects it to be text/x-bibtex or application/x-bibtex for bibtex files. So 
even it it doesn't end with .bib, if the http server reports a mimetype, it 
should work. 

For your example, when you select "open in firefox", the web server sends a 
text/plain type, which Tellico doesn't know what to do with. Using 
the "download to firefox" option sends a application/bibtex type, so it 
looks like I need to add that.

But evidently, not many servers use a bibtex mimetype. Not even Google 
scholar, which uses text/plain.

Konqueror and Firefox do handle drag/drop differently. One uses URLs as 
text, the other as a link. I tried to handle both, but you can see it 
(Continue reading)

Robby Stephenson | 26 Jul 03:03

Re: Tellico 1.3.3 Released

On Saturday 12 July 2008, Norbert Nemec wrote:
> So, may it be that tellico expects the URL to end in .bib? In that case,
> it will not work for many of the common journals that offer bibtex
> export but use a URL without a file ending.
>
> Perhaps, Tellico could just accept plain text per drag and drop and
> determine the type of the data automatically? That way, one could just
> drop a snippet of a bibtex file on Tellico to import that reference.

OK, since you let me know you actually care... :) I made a special case 
check for text/plain and bibtex format. Using your DOI example, dragging 
the "view citation in bibtex" url from both firefox and konqueror works for 
Tellico now.

Robby
Norbert Nemec | 15 Aug 23:13

Re: Tellico 1.3.3 Released

Just found this message when I returned after my holidays. Thanks for 
the effort! Looking forward to try it out.

Robby Stephenson wrote:
> On Saturday 12 July 2008, Norbert Nemec wrote:
>   
>> So, may it be that tellico expects the URL to end in .bib? In that case,
>> it will not work for many of the common journals that offer bibtex
>> export but use a URL without a file ending.
>>
>> Perhaps, Tellico could just accept plain text per drag and drop and
>> determine the type of the data automatically? That way, one could just
>> drop a snippet of a bibtex file on Tellico to import that reference.
>>     
>
> OK, since you let me know you actually care... :) I made a special case 
> check for text/plain and bibtex format. Using your DOI example, dragging 
> the "view citation in bibtex" url from both firefox and konqueror works for 
> Tellico now.
>
> Robby
> _______________________________________________
> tellico-users mailing list
> tellico-users@...
> http://forge.novell.com/mailman/listinfo/tellico-users
>
>   

Gmane