-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 GnomeFiles.org Applications for GNOME 
 MeeGo-Central.org Applications for MeeGo 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
 apps.ownCloud.com ownCloud Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
 Fedora-Art.org Artwork for Fedora Linux 
 Mandriva-Art.org Artwork for Mandriva Linux 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
 VLC-Addons.org Themes and Extensions for VLC
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    Linux42.org    OpenSkillz.com   
 
Home
Apps
Artwork
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login


-
- Content .- Fans (27) .- Knowledge Base  . 

Tellico

   2.3.11  

KDE Database

Score 87%
Tellico
zoom


Tellico
zoom


Tellico
zoom


Link:  Link
Downloads:  14823
Submitted:  Jan 10 2004
Updated:  Dec 8 2015

Description:

Tellico is a collection manager for keeping track of your books, bibliographies, videos, music, comic books, video games, coins, stamps, trading cards, wines, board games, or any custom items. It supports any number of user-defined fields, of several different types: text, paragraph, list, checkbox, year, URL, tables, images, dates, and combinations.

Tellico imports Bibtex, Bibtexml, MODS, RIS, PDF, and CSV and exports to Bibtex, Bibtexml, CSV, HTML, and PilotDB. It offers grouping, view filtering, and searching. Tellico can also import data from Amazon.com and IMDb.com, along with z39.50 servers, CDDB data, audio files, SRU servers, several different websites, and from the Alexandria and GCstars applications.

Note that kde-apps.org is not a support forum. Please sent comments, questions, or bug reports to the Tellico mailing list or the Tellico forum.




Changelog:

Tellico 2.3.11
* Improved support for importing PDF files from Science Direct.
* Enabled optional build support for QImageBlitz library.
* Fixed scrolling problem with large tables (Bug 348189).
* Fixed HTML exported titles with quotation marks (Bug 348381).
* Fixed crashing bug with file listing importer (Bug 345458).
* Fixed crashing bug with importing MODS files with external fetcher.
* Fixed accelerator key conflict (Bug 351226).
* Fixed bug with image importing for Discogs data source.

Tellico 2.3.10
* Updated Discogs fetcher to new API (Bug 342827).
* Updated Moviemeter fetcher to new API.
* Added filter rules for "Greater than" and "Less than" numbers.
* Updated BoardGameGeek fetcher to new API.
* Added capability to import a BoardGameGeek collection.
* Added a data source for Mathematical Reviews.
* Fixed crashing bug with some ISBNdb results (Bug 339063).
* Updated Producer results for IMDb and TheMovieDB fetchers (Bug 336765).
* Fixed bug with Allocine API search using punctuation (Bug 337432).
* Fixed bug with importing Goodreads collection.

Backup your data file and collection images often!




LicenseGPL
(tellico-2.3.11.tar.bz2)
Send to a friend
Subscribe
Other  Content  from robby
Report inappropriate content



goto page: prev   1  2  3  4  5  6  7  8  9 ...

-

 Great

 
 by RadioMan on: Feb 4 2004
 
Score 50%

Just what I've been lookingg for. Will try ASAP.


Reply to this

-

 DTD file

 
 by uga on: Feb 5 2004
 
Score 50%

I was astonished by the program and using it for a DB of my articles, when I found something really funny. The program worked much faster when I was online, and it was too sluggish while offline.

Want to know the reason? Hehe ;) It seems the program loads the DTD from the internet everytime you click on an element, and takes around 20-30 seconds to timeout:

error : Resource temporarily unavailable
I/O warning : failed to load external entity "http://periapsis.org/bookcase/dtd/v5/bookcase.dtd"
enson/DTD Bookcase V5.0//EN" "http://periapsis.org/bookcase/dtd/v5/bookcase.dtd

I'm not quite sure if this could be related to the use of KDE from HEAD.

In case you want more info on this I'll be happy to help at #kde-devel on IRC.


Regards,

uga

Reply to this

-
.

 Re: DTD file

 
 by robby on: Feb 5 2004
 
Score 50%

That's weird. I guess I need to check some options in libxslt. I did change the DTD to refer to a canonical site, but I didn't realize that it would download it every time.

Color me bumfuzzled.


Reply to this

-
.

 Re: DTD file

 
 by robby on: Feb 5 2004
 
Score 50%

One way to stop Bookcase from DTD polling is to compile with the --with-xml-catalog switch in the configure script. That's why I hadn't noticed the slowdown myself.

Meanwhile, I'll try to figure out how to disable the DTD parsing altogether.


Reply to this

-

 Re: Re: DTD file

 
 by uga on: Feb 5 2004
 
Score 50%

Ah thanks, I had worked around it temporarilly by replacing the http:// addresss for my /usr/local absolute path.

I'll check that too. Thanks again


Reply to this

-

 thanks!

 
 by uga on: Feb 6 2004
 
Score 50%

Hey, thanks again! It's a very good tool. I just finished my paper database. Couldn't be any more useful.


Reply to this

-

 compile error

 
 by akbowbender on: Feb 8 2004
 
Score 50%

I am trying to compile 0.8.3 on my Fedora Core 1 system. The compile fails with this message: libtool: link: `/usr/lib/libGL.la' is not a valid libtool archive' I have also tried to install from the RPM, but it needs libxslt1 which doesn't appear to be available for Fedora. Tried installing the Mandrake RPM, but it conflicts with files from the libxslt RPM that comes with Fedora. Would really like to get your app running on my system....looks great, uses a great file format, looks to be very easy to use and would a useful addition to my system.

Thanks!


Chuck Hakari
Reply to this

-
.

 Re: compile error

 
 by robby on: Feb 8 2004
 
Score 50%

NVidia bug, read this page:
http://opengl.geek.nz/weblog/archives/000019.html

The RPM doesn't work since it's specific to Mandrake.


Reply to this

-

 Re: Re: compile erro

 
 by akbowbender on: Feb 8 2004
 
Score 50%

Thanks! That's all that it took to work properly. Looks great!


Reply to this

-
.

 display as hypertext

 
 by bobuse on: Feb 24 2004
 
Score 50%
bobusebobuse
Cemagref
Home

Great app !

I used it for my Bibtex bibliography.

It will be appreciable, if bookcase could display file's url form "file" field as hypertext link as in the "url" field, for example : file://home/me/work/papers/papername.pdf display the file in a viewer when I click it.

An other bonus feature would be to be able to export easily the cite-id : via a dcop call, or directly to a pipe !


Reply to this

-
.

 display as hypertext

 
 by bobuse on: Feb 24 2004
 
Score 50%
bobusebobuse
Cemagref
Home

Great app !

I used it for my Bibtex bibliography.

It will be appreciable, if bookcase could display file's url form "file" field as hypertext link as in the "url" field, for example : file://home/me/work/papers/papername.pdf display the file in a viewer when I click it.

An other bonus feature would be to be able to export easily the cite-id : via a dcop call, or directly to a pipe !


Reply to this

goto page: prev   1  2  3  4  5  6  7  8  9 ...

Add commentBack




-



 
 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Apps
Artwork
Jobs
Knowledge
Events
People
Updates on identi.ca
Updates on Twitter
Content RSS   
Events RSS   

Participate
Groups
Forum
Add Content
Public API
About openDesktop.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2007-2016 openDesktop.org Team  
All rights reserved. openDesktop.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
openDesktop is a trademark of the openDesktop.org Team