Third update for consistent use of Gramps. See issue 3355.
svn: r13633
This commit is contained in:
@ -23,7 +23,7 @@
|
||||
|
||||
#------------------------------------------------------------------------
|
||||
#
|
||||
# default views of GRAMPS
|
||||
# default views of Gramps
|
||||
#
|
||||
#------------------------------------------------------------------------
|
||||
|
||||
@ -34,7 +34,7 @@ description = _("The view showing all the events"),
|
||||
version = '1.0',
|
||||
status = STABLE,
|
||||
fname = 'eventview.py',
|
||||
authors = [u"The GRAMPS project"],
|
||||
authors = [u"The Gramps project"],
|
||||
authors_email = ["http://gramps-project.org"],
|
||||
category = VIEW_EVENT,
|
||||
viewclass = 'EventView',
|
||||
@ -48,7 +48,7 @@ description = _("The view showing all families"),
|
||||
version = '1.0',
|
||||
status = STABLE,
|
||||
fname = 'familyview.py',
|
||||
authors = [u"The GRAMPS project"],
|
||||
authors = [u"The Gramps project"],
|
||||
authors_email = ["http://gramps-project.org"],
|
||||
category = VIEW_FAMILY,
|
||||
viewclass = 'FamilyView',
|
||||
@ -62,7 +62,7 @@ description = _("The view allowing to see Gramplets"),
|
||||
version = '1.0',
|
||||
status = STABLE,
|
||||
fname = 'grampletview.py',
|
||||
authors = [u"The GRAMPS project"],
|
||||
authors = [u"The Gramps project"],
|
||||
authors_email = ["http://gramps-project.org"],
|
||||
category = VIEW_MISC,
|
||||
viewclass = 'GrampletView',
|
||||
@ -76,7 +76,7 @@ description = _("The view showing all the media objects"),
|
||||
version = '1.0',
|
||||
status = STABLE,
|
||||
fname = 'mediaview.py',
|
||||
authors = [u"The GRAMPS project"],
|
||||
authors = [u"The Gramps project"],
|
||||
authors_email = ["http://gramps-project.org"],
|
||||
category = VIEW_MEDIA,
|
||||
viewclass = 'MediaView',
|
||||
@ -90,7 +90,7 @@ description = _("The view showing all the notes"),
|
||||
version = '1.0',
|
||||
status = STABLE,
|
||||
fname = 'noteview.py',
|
||||
authors = [u"The GRAMPS project"],
|
||||
authors = [u"The Gramps project"],
|
||||
authors_email = ["http://gramps-project.org"],
|
||||
category = VIEW_NOTE,
|
||||
viewclass = 'NoteView',
|
||||
@ -104,7 +104,7 @@ description = _("The view showing all relationships of the selected person"),
|
||||
version = '1.0',
|
||||
status = STABLE,
|
||||
fname = 'relview.py',
|
||||
authors = [u"The GRAMPS project"],
|
||||
authors = [u"The Gramps project"],
|
||||
authors_email = ["http://gramps-project.org"],
|
||||
category = VIEW_REL,
|
||||
viewclass = 'RelationshipView',
|
||||
@ -118,7 +118,7 @@ description = _("The view showing an ancestor pedigree of the selected person")
|
||||
version = '1.0',
|
||||
status = STABLE,
|
||||
fname = 'pedigreeview.py',
|
||||
authors = [u"The GRAMPS project"],
|
||||
authors = [u"The Gramps project"],
|
||||
authors_email = ["http://gramps-project.org"],
|
||||
category = VIEW_PEDI,
|
||||
viewclass = 'PedigreeView',
|
||||
@ -131,7 +131,7 @@ description = _("The view showing all people in the family tree"),
|
||||
version = '1.0',
|
||||
status = STABLE,
|
||||
fname = 'personview.py',
|
||||
authors = [u"The GRAMPS project"],
|
||||
authors = [u"The Gramps project"],
|
||||
authors_email = ["http://gramps-project.org"],
|
||||
category = VIEW_PERSON,
|
||||
viewclass = 'PersonView',
|
||||
@ -145,7 +145,7 @@ description = _("The view showing all the places of the family tree"),
|
||||
version = '1.0',
|
||||
status = STABLE,
|
||||
fname = 'placeview.py',
|
||||
authors = [u"The GRAMPS project"],
|
||||
authors = [u"The Gramps project"],
|
||||
authors_email = ["http://gramps-project.org"],
|
||||
category = VIEW_PLACE,
|
||||
viewclass = 'PlaceView',
|
||||
@ -159,7 +159,7 @@ description = _("The view showing all the repositories"),
|
||||
version = '1.0',
|
||||
status = STABLE,
|
||||
fname = 'repoview.py',
|
||||
authors = [u"The GRAMPS project"],
|
||||
authors = [u"The Gramps project"],
|
||||
authors_email = ["http://gramps-project.org"],
|
||||
category = VIEW_REPO,
|
||||
viewclass = 'RepositoryView',
|
||||
@ -173,7 +173,7 @@ description = _("The view showing all the sources"),
|
||||
version = '1.0',
|
||||
status = STABLE,
|
||||
fname = 'sourceview.py',
|
||||
authors = [u"The GRAMPS project"],
|
||||
authors = [u"The Gramps project"],
|
||||
authors_email = ["http://gramps-project.org"],
|
||||
category = VIEW_SOURCE,
|
||||
viewclass = 'SourceView',
|
||||
|
Reference in New Issue
Block a user