Difference between revisions of "Tellico"

From Gramps
Jump to: navigation, search
(gramps-mailing list history)
(typo)
Line 1: Line 1:
 
=Tellico as GPL certificates manager=
 
=Tellico as GPL certificates manager=
  
==[http://www.periapsis.org/tellico/doc/introduction.html#what-tellico-is What Tellico Is]==
+
==What Tellico Is==
  
 
[http://www.periapsis.org/tellico/ Tellico] keeps track of the items in a collection, and offers an easy way to enter data for each entry. It provides several field types, and allows for an unlimited number of user-defined fields. The entries in a collection may be grouped by any field for easy organization, and customizable views show as much or as little information as you like.
 
[http://www.periapsis.org/tellico/ Tellico] keeps track of the items in a collection, and offers an easy way to enter data for each entry. It provides several field types, and allows for an unlimited number of user-defined fields. The entries in a collection may be grouped by any field for easy organization, and customizable views show as much or as little information as you like.
  
==[http://www.periapsis.org/tellico/doc/introduction.html#what-tellico-is-not What Tellico Is Not]==
+
==What Tellico Is Not==
  
 
Tellico is not an audio or video player. It does not provide facilities for reading or modifying multimedia files. It also does not provide any image-editing functionality. Although Tellico has some functionality for managing bibliography lists, it is not a full-blown bibliographic reference manager. Tellico also does not pretend to have all the capabilities of a full-fledged relational database,
 
Tellico is not an audio or video player. It does not provide facilities for reading or modifying multimedia files. It also does not provide any image-editing functionality. Although Tellico has some functionality for managing bibliography lists, it is not a full-blown bibliographic reference manager. Tellico also does not pretend to have all the capabilities of a full-fledged relational database,
Line 48: Line 48:
 
May still be compiled on [http://sourceforge.net/tracker/index.php?func=detail&aid=1686968&group_id=27494&atid=390507 2007].
 
May still be compiled on [http://sourceforge.net/tracker/index.php?func=detail&aid=1686968&group_id=27494&atid=390507 2007].
  
Richard Taylor [http://www.nabble.com/Broken-abstraction-for-RelLib-and-GrampsDb-t3157777.html started] to work on a Certificate Manager application that I intend to use to enter all his birth/marriage/death and census records.
+
Richard Taylor [http://www.nabble.com/Broken-abstraction-for-RelLib-and-GrampsDb-t3157777.html started] to work on a Certificate Manager application that he intend to use to enter all his birth/marriage/death and census records.

Revision as of 16:07, 1 July 2007

Tellico as GPL certificates manager

What Tellico Is

Tellico keeps track of the items in a collection, and offers an easy way to enter data for each entry. It provides several field types, and allows for an unlimited number of user-defined fields. The entries in a collection may be grouped by any field for easy organization, and customizable views show as much or as little information as you like.

What Tellico Is Not

Tellico is not an audio or video player. It does not provide facilities for reading or modifying multimedia files. It also does not provide any image-editing functionality. Although Tellico has some functionality for managing bibliography lists, it is not a full-blown bibliographic reference manager. Tellico also does not pretend to have all the capabilities of a full-fledged relational database,

As somewhat of a disclaimer, Tellico is a hobby for the author, and no guarantees are made about its functionality, usefullness, or otherwise. It's very far from being a professional software package.

Also, it is not a GRAMPS XML editor ...

How can I use Tellico with GRAMPS ?

Here two GPL scripts. Improve/modify them for having what you want.

But don't try them with your primary database, export your data to GRAMPS XML format.

gramps2tellico:

  1. gunzip your exported testing database (rename it to .xml if you want)
  2. open Tellico and go to File->New custom database
  3. File->Import->XSL transform
  4. Select your gunziped data.gramps (filter all files) or your renamed file
  5. Select gramps2tellico.xsl

tellico2gramps:

  1. File->Export->XSL transform
  2. Select tellico2gramps.xsl
  3. Export XML with .gramps as extension

You need be warned it is only SOURCE data. That's why, to avoid repository issues, don't export reporef empty hlink. Same thing for images, it is not a relational database. Images are not exported to GRAMPS XML.

Why is this interesting ?

  • We have an open flat database dedicated to sources and genealogical search.
  • Seizure is facilitated, all is on one dialog.
  • It is not hight-level but fast and light, and we don't need java and OpenOffice
  • Users made their own fields, XSL and XML are documented and open.

I acknowledge that I did not test it on long seizures or with a lots of sources. But tellico saves on XML (like gramps): it is a safeguard.

Other program

Gcensus was an alpha/beta Linux, GNOME-based program designed to be a program to store, index and sort Census data, for either genealogical or historical purposes. May still be compiled on 2007.

Richard Taylor started to work on a Certificate Manager application that he intend to use to enter all his birth/marriage/death and census records.