* various: rename doc to data; move most of src/data to data.
svn: r6187
@@ -1,4 +1,4 @@
|
||||
# This is the src/data level Makefile
|
||||
# This is the src/data level Makefile for gramps
|
||||
# $Id$
|
||||
#
|
||||
SUBDIRS = templates
|
||||
@@ -6,7 +6,6 @@ pkgdatadir = $(datadir)/@PACKAGE@/data
|
||||
|
||||
dist_pkgdata_DATA = \
|
||||
gedcom.xml \
|
||||
somerights20.gif \
|
||||
papersize.xml \
|
||||
system_filters.xml \
|
||||
tips.xml\
|
||||
@@ -15,97 +14,13 @@ dist_pkgdata_DATA = \
|
||||
main3.css\
|
||||
main4.css\
|
||||
main5.css\
|
||||
main6.css\
|
||||
document.png
|
||||
|
||||
# Conditionally enable/disable gconf schemas or mime types,
|
||||
# or disable both in a packager mode
|
||||
GCONF_SCHEMAS_INSTALLATION =
|
||||
GCONF_SCHEMAS_UNINSTALLATION =
|
||||
SHARED_MIME_INSTALLATION =
|
||||
SHARED_MIME_UNINSTALLATION =
|
||||
|
||||
if !PACKAGER_MODE
|
||||
if GCONF_SCHEMAS_INSTALL
|
||||
GCONF_SCHEMAS_INSTALLATION += \
|
||||
GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) \
|
||||
$(GCONFTOOL) --makefile-install-rule $(DESTDIR)$(GCONF_SCHEMA_FILE_DIR)/gramps.schemas ;\
|
||||
pkill gconfd ; echo Restarting gconfd
|
||||
|
||||
GCONF_SCHEMAS_UNINSTALLATION += \
|
||||
GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) \
|
||||
$(GCONFTOOL) --makefile-uninstall-rule $(DESTDIR)$(GCONF_SCHEMA_FILE_DIR)/gramps.schemas
|
||||
endif
|
||||
if SHARED_MIME_INSTALL
|
||||
SHARED_MIME_INSTALLATION += \
|
||||
update-mime-database $(DESTDIR)$(SHARED_MIME_DIR)
|
||||
SHARED_MIME_UNINSTALLATION += \
|
||||
update-mime-database $(DESTDIR)$(SHARED_MIME_DIR)
|
||||
endif
|
||||
endif
|
||||
main6.css
|
||||
|
||||
# Rules for files with translatable strings
|
||||
# These are taken care of by the intltool
|
||||
desktopdir = $(datadir)/applications
|
||||
desktop_in_files = gramps.desktop.in
|
||||
desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
|
||||
@INTLTOOL_DESKTOP_RULE@
|
||||
|
||||
keys_in_files = gramps.keys.in
|
||||
keys_files = $(keys_in_files:.keys.in=.keys)
|
||||
@INTLTOOL_KEYS_RULE@
|
||||
|
||||
xml_in_files = gramps.xml.in tips.xml.in
|
||||
xml_in_files = tips.xml.in
|
||||
xml_files = $(xml_in_files:.xml.in=.xml)
|
||||
@INTLTOOL_XML_RULE@
|
||||
|
||||
schemasdir = $(GCONF_SCHEMA_FILE_DIR)
|
||||
schemas_in_files = gramps.schemas.in
|
||||
schemas_DATA = $(schemas_in_files:.schemas.in=.schemas)
|
||||
@INTLTOOL_SCHEMAS_RULE@
|
||||
|
||||
applicationsdir = $(datadir)/application-registry
|
||||
applications_DATA = gramps.applications
|
||||
|
||||
mimedir = $(datadir)/mime-info
|
||||
mime_DATA = $(keys_files) gramps.mime
|
||||
|
||||
xmldir = $(SHARED_MIME_DIR)/packages
|
||||
xml_DATA = $(xml_files)
|
||||
|
||||
pngdir = $(datadir)/icons/gnome/48x48/mimetypes
|
||||
png_DATA = \
|
||||
gnome-mime-application-x-gramps.png \
|
||||
gnome-mime-application-x-gedcom.png \
|
||||
gnome-mime-application-x-gramps-package.png \
|
||||
gnome-mime-application-x-gramps-xml.png \
|
||||
gnome-mime-application-x-geneweb.png
|
||||
|
||||
EXTRA_DIST = \
|
||||
$(png_DATA) \
|
||||
gramps.svg \
|
||||
$(applications_DATA) \
|
||||
$(keys_in_files) \
|
||||
$(desktop_in_files) \
|
||||
$(schemas_in_files) \
|
||||
$(mime_DATA) \
|
||||
$(xml_DATA) \
|
||||
$(desktop_DATA) \
|
||||
$(schemas_DATA) \
|
||||
$(xml_in_files)
|
||||
|
||||
CLEANFILES = \
|
||||
$(desktop_DATA) \
|
||||
$(keys_files) \
|
||||
$(xml_files) \
|
||||
$(schemas_DATA)
|
||||
|
||||
install-data-hook:
|
||||
$(SHARED_MIME_INSTALLATION)
|
||||
$(GCONF_SCHEMAS_INSTALLATION)
|
||||
|
||||
uninstall-local:
|
||||
$(GCONF_SCHEMAS_UNINSTALLATION)
|
||||
|
||||
uninstall-hook:
|
||||
$(SHARED_MIME_UNINSTALLATION)
|
||||
EXTRA_DIST = $(xml_in_files)
|
||||
CLEANFILES = $(xml_files)
|
||||
|
Before Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 2.7 KiB |
Before Width: | Height: | Size: 2.6 KiB |
Before Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 2.7 KiB |
@@ -1,7 +0,0 @@
|
||||
gramps
|
||||
command=gramps
|
||||
name=GRAMPS
|
||||
can_open_multiple_files=false
|
||||
expects_uris=false
|
||||
requires_terminal=false
|
||||
mime_types=application/x-gramps,application/x-gedcom,application/x-gramps-package,application/x-gramps-xml,application/x-geneweb
|
@@ -1,12 +0,0 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
_Name=GRAMPS Genealogy System
|
||||
_Comment=Manage genealogical information, perform genealogical research and analysis
|
||||
Icon=gramps.png
|
||||
Terminal=false
|
||||
Type=Application
|
||||
StartupNotify=true
|
||||
Categories=Application;Genealogy;Office;
|
||||
X-GNOME-DocPath=gramps/gramps-manual.xml
|
||||
MimeType=application/x-gramps
|
||||
Exec=gramps %F
|
@@ -1,54 +0,0 @@
|
||||
application/x-gramps:
|
||||
_description=GRAMPS database
|
||||
default_action_type=application
|
||||
short_list_application_ids=gramps
|
||||
short_list_application_ids_for_novice_user_level=gramps
|
||||
short_list_application_ids_for_intermediate_user_level=gramps
|
||||
short_list_application_ids_for_advanced_user_level=gramps
|
||||
category=Documents/Genealogy
|
||||
icon-filename=/usr/share/gramps/gramps.png
|
||||
open=gramps %f
|
||||
|
||||
application/x-gramps-package:
|
||||
_description=GRAMPS package
|
||||
default_action_type=application
|
||||
short_list_application_ids=gramps
|
||||
short_list_application_ids_for_novice_user_level=gramps
|
||||
short_list_application_ids_for_intermediate_user_level=gramps
|
||||
short_list_application_ids_for_advanced_user_level=gramps
|
||||
category=Documents/Genealogy
|
||||
icon-filename=/usr/share/gramps/gramps.png
|
||||
open=gramps %f
|
||||
|
||||
application/x-gramps-xml:
|
||||
_description=GRAMPS XML database
|
||||
default_action_type=application
|
||||
short_list_application_ids=gramps
|
||||
short_list_application_ids_for_novice_user_level=gramps
|
||||
short_list_application_ids_for_intermediate_user_level=gramps
|
||||
short_list_application_ids_for_advanced_user_level=gramps
|
||||
category=Documents/Genealogy
|
||||
icon-filename=/usr/share/gramps/gramps.png
|
||||
open=gramps %f
|
||||
|
||||
application/x-gedcom:
|
||||
_description=GEDCOM
|
||||
default_action_type=application
|
||||
short_list_application_ids=gramps
|
||||
short_list_application_ids_for_novice_user_level=gramps
|
||||
short_list_application_ids_for_intermediate_user_level=gramps
|
||||
short_list_application_ids_for_advanced_user_level=gramps
|
||||
category=Documents/Genealogy
|
||||
icon-filename=/usr/share/gramps/gramps.png
|
||||
open=gramps %f
|
||||
|
||||
application/x-geneweb:
|
||||
_description=GeneWeb
|
||||
default_action_type=application
|
||||
short_list_application_ids=gramps
|
||||
short_list_application_ids_for_novice_user_level=gramps
|
||||
short_list_application_ids_for_intermediate_user_level=gramps
|
||||
short_list_application_ids_for_advanced_user_level=gramps
|
||||
category=Documents/Genealogy
|
||||
icon-filename=/usr/share/gramps/gramps.png
|
||||
open=gramps %f
|
@@ -1,14 +0,0 @@
|
||||
application/x-gramps
|
||||
ext: grdb
|
||||
|
||||
application/x-gramps-xml
|
||||
ext: gramps
|
||||
|
||||
application/x-gramps-package
|
||||
ext: gpkg
|
||||
|
||||
application/x-gedcom
|
||||
ext: ged gedcom GED GEDCOM
|
||||
|
||||
application/x-geneweb
|
||||
ext: gw GW
|
Before Width: | Height: | Size: 1.1 KiB |
@@ -1,668 +0,0 @@
|
||||
<!-- $Id$ -->
|
||||
|
||||
<gconfschemafile>
|
||||
<schemalist>
|
||||
|
||||
<schema>
|
||||
<key>/schemas/apps/gramps/preferences/family-details</key>
|
||||
<applyto>/apps/gramps/preferences/family-details</applyto>
|
||||
<owner>gramps</owner>
|
||||
<type>bool</type>
|
||||
<default>1</default>
|
||||
<locale name="C">
|
||||
<short>Show event details on the Family View</short>
|
||||
<long>If set to True, event reports are shown on the Family View.</long>
|
||||
</locale>
|
||||
</schema>
|
||||
|
||||
<schema>
|
||||
<key>/schemas/apps/gramps/preferences/family-siblings</key>
|
||||
<applyto>/apps/gramps/preferences/family-siblings</applyto>
|
||||
<owner>gramps</owner>
|
||||
<type>bool</type>
|
||||
<default>1</default>
|
||||
<locale name="C">
|
||||
<short>Show siblings on the Family View</short>
|
||||
<long>If set to True, siblings will be shown on the Family View.</long>
|
||||
</locale>
|
||||
</schema>
|
||||
|
||||
<schema>
|
||||
<key>/schemas/apps/gramps/behavior/autoload</key>
|
||||
<applyto>/apps/gramps/behavior/autoload</applyto>
|
||||
<owner>gramps</owner>
|
||||
<type>bool</type>
|
||||
<default>0</default>
|
||||
<locale name="C">
|
||||
<short>Load last database on startup</short>
|
||||
<long>If set to 1, the last database will be loaded on the startup.</long>
|
||||
</locale>
|
||||
</schema>
|
||||
|
||||
<schema>
|
||||
<key>/schemas/apps/gramps/behavior/spellcheck</key>
|
||||
<applyto>/apps/gramps/behavior/spellcheck</applyto>
|
||||
<owner>gramps</owner>
|
||||
<type>bool</type>
|
||||
<default>0</default>
|
||||
<locale name="C">
|
||||
<short>Enable the spelling checker, if available</short>
|
||||
<long>If set to 1, the spelling checker will be enabled if it is available on the system.</long>
|
||||
</locale>
|
||||
</schema>
|
||||
|
||||
<schema>
|
||||
<key>/schemas/apps/gramps/behavior/betawarn</key>
|
||||
<applyto>/apps/gramps/behavior/betawarn</applyto>
|
||||
<owner>gramps</owner>
|
||||
<type>bool</type>
|
||||
<default>0</default>
|
||||
<locale name="C">
|
||||
<short>Hide beta warning on startup</short>
|
||||
<long>If set to 1, the warning about beta version will not be
|
||||
displayed on the startup.</long>
|
||||
</locale>
|
||||
</schema>
|
||||
|
||||
<schema>
|
||||
<key>/schemas/apps/gramps/behavior/welcome</key>
|
||||
<applyto>/apps/gramps/behavior/welcome</applyto>
|
||||
<owner>gramps</owner>
|
||||
<type>int</type>
|
||||
<default>100</default>
|
||||
<locale name="C">
|
||||
<short>Welcome message has already been displayed for this version</short>
|
||||
<long>This key keeps the version for which the welcome message
|
||||
has already been displayed. The integer denotes the major, minor,
|
||||
and release numerals, e.g. 200 denotes the 2.0.0 version.</long>
|
||||
</locale>
|
||||
</schema>
|
||||
|
||||
<schema>
|
||||
<key>/schemas/apps/gramps/preferences/date-format</key>
|
||||
<applyto>/apps/gramps/preferences/date-format</applyto>
|
||||
<owner>gramps</owner>
|
||||
<type>int</type>
|
||||
<default>0</default>
|
||||
<locale name="C">
|
||||
<short>Date display format</short>
|
||||
<long>This key determines the date display format. O corresponds to
|
||||
the MM/DD/YYYY (US format), 1 corrsponds to DD/MM/YYYY (European
|
||||
format), and 2 corresponds to YYYY-MM-DD (ISO format).</long>
|
||||
</locale>
|
||||
</schema>
|
||||
|
||||
<schema>
|
||||
<key>/schemas/apps/gramps/interface/dont-ask</key>
|
||||
<applyto>/apps/gramps/interface/dont-ask</applyto>
|
||||
<owner>gramps</owner>
|
||||
<type>bool</type>
|
||||
<default>0</default>
|
||||
<locale name="C">
|
||||
<short>Do not prompt on save</short>
|
||||
<long>This key disables prompting when data has changed
|
||||
and the Cancel button has been pressed.</long>
|
||||
</locale>
|
||||
</schema>
|
||||
|
||||
<schema>
|
||||
<key>/schemas/apps/gramps/interface/defaultview</key>
|
||||
<applyto>/apps/gramps/interface/defaultview</applyto>
|
||||
<owner>gramps</owner>
|
||||
<type>int</type>
|
||||
<default>0</default>
|
||||
<locale name="C">
|
||||
<short>Default view on a startup</short>
|
||||
<long>This key determines which view will be presented when GRAMPS
|
||||
starts. Use 0 for People View and 1 for Family View.</long>
|
||||
</locale>
|
||||
</schema>
|
||||
|
||||
<schema>
|
||||
<key>/schemas/apps/gramps/interface/height</key>
|
||||
<applyto>/apps/gramps/interface/height</applyto>
|
||||
<owner>gramps</owner>
|
||||
<type>int</type>
|
||||
<default>500</default>
|
||||
<locale name="C">
|
||||
<short>Height of the interface.</short>
|
||||
<long>Specifies the height of the interface when GRAMPS starts.</long>
|
||||
</locale>
|
||||
</schema>
|
||||
|
||||
<schema>
|
||||
<key>/schemas/apps/gramps/interface/width</key>
|
||||
<applyto>/apps/gramps/interface/width</applyto>
|
||||
<owner>gramps</owner>
|
||||
<type>int</type>
|
||||
<default>775</default>
|
||||
<locale name="C">
|
||||
<short>Width of the interface.</short>
|
||||
<long>Specifies the width of the interface when GRAMPS starts.</long>
|
||||
</locale>
|
||||
</schema>
|
||||
|
||||
<schema>
|
||||
<key>/schemas/apps/gramps/interface/familyview</key>
|
||||
<applyto>/apps/gramps/interface/familyview</applyto>
|
||||
<owner>gramps</owner>
|
||||
<type>int</type>
|
||||
<default>0</default>
|
||||
<locale name="C">
|
||||
<short>Family View style</short>
|
||||
<long>This key determines style of the Family View.
|
||||
Use 0 for "Left-to-right" style and 1 for "Top-to-bottom" style.</long>
|
||||
</locale>
|
||||
</schema>
|
||||
|
||||
<schema>
|
||||
<key>/schemas/apps/gramps/interface/filter</key>
|
||||
<applyto>/apps/gramps/interface/filter</applyto>
|
||||
<owner>gramps</owner>
|
||||
<type>bool</type>
|
||||
<default>0</default>
|
||||
<locale name="C">
|
||||
<short>Display Filter controls</short>
|
||||
<long>If set to 1, the Filter controls will be displayed in People View.</long>
|
||||
</locale>
|
||||
</schema>
|
||||
|
||||
<schema>
|
||||
<key>/schemas/apps/gramps/preferences/fprefix</key>
|
||||
<applyto>/apps/gramps/preferences/fprefix</applyto>
|
||||
<owner>gramps</owner>
|
||||
<type>string</type>
|
||||
<default>F%04d</default>
|
||||
<locale name="C">
|
||||
<short>Default family GRAMPS ID pattern</short>
|
||||
<long>The new GRAMPS IDs for the family are generated according
|
||||
to this format string.</long>
|
||||
</locale>
|
||||
</schema>
|
||||
|
||||
<schema>
|
||||
<key>/schemas/apps/gramps/preferences/eprefix</key>
|
||||
<applyto>/apps/gramps/preferences/eprefix</applyto>
|
||||
<owner>gramps</owner>
|
||||
<type>string</type>
|
||||
<default>E%04d</default>
|
||||
<locale name="C">
|
||||
<short>Default event GRAMPS ID pattern</short>
|
||||
<long>The new GRAMPS IDs for the events are generated according
|
||||
to this format string.</long>
|
||||
</locale>
|
||||
</schema>
|
||||
|
||||
<schema>
|
||||
<key>/schemas/apps/gramps/preferences/iprefix</key>
|
||||
<applyto>/apps/gramps/preferences/iprefix</applyto>
|
||||
<owner>gramps</owner>
|
||||
<type>string</type>
|
||||
<default>I%04d</default>
|
||||
<locale name="C">
|
||||
<short>Default person GRAMPS ID pattern</short>
|
||||
<long>The new GRAMPS IDs for the person are generated according
|
||||
to this format string.</long>
|
||||
</locale>
|
||||
</schema>
|
||||
|
||||
<schema>
|
||||
<key>/schemas/apps/gramps/preferences/oprefix</key>
|
||||
<applyto>/apps/gramps/preferences/oprefix</applyto>
|
||||
<owner>gramps</owner>
|
||||
<type>string</type>
|
||||
<default>O%04d</default>
|
||||
<locale name="C">
|
||||
<short>Default media object GRAMPS ID pattern</short>
|
||||
<long>The new GRAMPS IDs for the media object are generated
|
||||
according to this format string.</long>
|
||||
</locale>
|
||||
</schema>
|
||||
|
||||
<schema>
|
||||
<key>/schemas/apps/gramps/preferences/pprefix</key>
|
||||
<applyto>/apps/gramps/preferences/pprefix</applyto>
|
||||
<owner>gramps</owner>
|
||||
<type>string</type>
|
||||
<default>P%04d</default>
|
||||
<locale name="C">
|
||||
<short>Default place GRAMPS ID pattern</short>
|
||||
<long>The new GRAMPS IDs for the place are generated according
|
||||
to this format string.</long>
|
||||
</locale>
|
||||
</schema>
|
||||
|
||||
<schema>
|
||||
<key>/schemas/apps/gramps/preferences/sprefix</key>
|
||||
<applyto>/apps/gramps/preferences/sprefix</applyto>
|
||||
<owner>gramps</owner>
|
||||
<type>string</type>
|
||||
<default>S%04d</default>
|
||||
<locale name="C">
|
||||
<short>Default source GRAMPS ID pattern</short>
|
||||
<long>The new GRAMPS IDs for the source are generated according
|
||||
to this format string.</long>
|
||||
</locale>
|
||||
</schema>
|
||||
|
||||
<schema>
|
||||
<key>/schemas/apps/gramps/preferences/goutput-preference</key>
|
||||
<applyto>/apps/gramps/preferences/goutput-preference</applyto>
|
||||
<owner>gramps</owner>
|
||||
<type>string</type>
|
||||
<default>No default format</default>
|
||||
<locale name="C">
|
||||
<short>Preferred format for graphical reports</short>
|
||||
<long>Preferred format for graphical reports.</long>
|
||||
</locale>
|
||||
</schema>
|
||||
|
||||
<schema>
|
||||
<key>/schemas/apps/gramps/preferences/output-preference</key>
|
||||
<applyto>/apps/gramps/preferences/output-preference</applyto>
|
||||
<owner>gramps</owner>
|
||||
<type>string</type>
|
||||
<default>No default format</default>
|
||||
<locale name="C">
|
||||
<short>Preferred format for text reports</short>
|
||||
<long>Preferred format for text reports.</long>
|
||||
</locale>
|
||||
</schema>
|
||||
|
||||
<schema>
|
||||
<key>/schemas/apps/gramps/preferences/paper-preference</key>
|
||||
<applyto>/apps/gramps/preferences/paper-preference</applyto>
|
||||
<owner>gramps</owner>
|
||||
<type>string</type>
|
||||
<default>Letter</default>
|
||||
<locale name="C">
|
||||
<short>Preferred page size</short>
|
||||
<long>Preferred page size.</long>
|
||||
</locale>
|
||||
</schema>
|
||||
|
||||
<schema>
|
||||
<key>/schemas/apps/gramps/index-visible</key>
|
||||
<applyto>/apps/gramps/index-visible</applyto>
|
||||
<owner>gramps</owner>
|
||||
<type>bool</type>
|
||||
<default>0</default>
|
||||
<locale name="C">
|
||||
<short>Allow editing GRAMPS IDs</short>
|
||||
<long>If set to 1, GRAMPS IDs are user-editable.</long>
|
||||
</locale>
|
||||
</schema>
|
||||
|
||||
<schema>
|
||||
<key>/schemas/apps/gramps/interface/index-visible</key>
|
||||
<applyto>/apps/gramps/interface/index-visible</applyto>
|
||||
<owner>gramps</owner>
|
||||
<type>bool</type>
|
||||
<default>0</default>
|
||||
<locale name="C">
|
||||
<short>Show index numbers in children list</short>
|
||||
<long>If set to 1, the index numbers will be shown in children list.</long>
|
||||
</locale>
|
||||
</schema>
|
||||
|
||||
<schema>
|
||||
<key>/schemas/apps/gramps/paths/recent-file</key>
|
||||
<applyto>/apps/gramps/paths/recent-file</applyto>
|
||||
<owner>gramps</owner>
|
||||
<type>string</type>
|
||||
<default></default>
|
||||
<locale name="C">
|
||||
<short>Last database GRAMPS has worked with</short>
|
||||
<long>Full pathname of the last GRDB database GRAMPS has worked with.</long>
|
||||
</locale>
|
||||
</schema>
|
||||
|
||||
<schema>
|
||||
<key>/schemas/apps/gramps/paths/recent-import-dir</key>
|
||||
<applyto>/apps/gramps/paths/recent-import-dir</applyto>
|
||||
<owner>gramps</owner>
|
||||
<type>string</type>
|
||||
<default></default>
|
||||
<locale name="C">
|
||||
<short>Last directory from which the import was made</short>
|
||||
<long>Full pathname of the directory from which GRAMPS has last imported data.</long>
|
||||
</locale>
|
||||
</schema>
|
||||
|
||||
<schema>
|
||||
<key>/schemas/apps/gramps/paths/recent-export-dir</key>
|
||||
<applyto>/apps/gramps/paths/recent-export-dir</applyto>
|
||||
<owner>gramps</owner>
|
||||
<type>string</type>
|
||||
<default></default>
|
||||
<locale name="C">
|
||||
<short>Last directory into which the export was made</short>
|
||||
<long>Full pathname of the directory into which GRAMPS has last exported data.</long>
|
||||
</locale>
|
||||
</schema>
|
||||
|
||||
<schema>
|
||||
<key>/schemas/apps/gramps/behavior/make-reference</key>
|
||||
<applyto>/apps/gramps/behavior/make-reference</applyto>
|
||||
<owner>gramps</owner>
|
||||
<type>bool</type>
|
||||
<default>1</default>
|
||||
<locale name="C">
|
||||
<short>Make a reference to the dropped object</short>
|
||||
<long>If set to 1, dropping the object into the gallery will
|
||||
make a reference to the object. If set to 0, the copy of the
|
||||
object will be made instead of a reference.</long>
|
||||
</locale>
|
||||
</schema>
|
||||
|
||||
<schema>
|
||||
<key>/schemas/apps/gramps/behavior/media-global</key>
|
||||
<applyto>/apps/gramps/behavior/media-global</applyto>
|
||||
<owner>gramps</owner>
|
||||
<type>bool</type>
|
||||
<default>1</default>
|
||||
<locale name="C">
|
||||
<short>Display global properties editor when object
|
||||
is dropped from external source</short>
|
||||
<long>If set to 1, dropping the object from an external source
|
||||
into the gallery will invoke the global properties editor.</long>
|
||||
</locale>
|
||||
</schema>
|
||||
|
||||
<schema>
|
||||
<key>/schemas/apps/gramps/behavior/media-local</key>
|
||||
<applyto>/apps/gramps/behavior/media-local</applyto>
|
||||
<owner>gramps</owner>
|
||||
<type>bool</type>
|
||||
<default>1</default>
|
||||
<locale name="C">
|
||||
<short>Display local properties editor when object
|
||||
is dropped from internal source</short>
|
||||
<long>If set to 1, dropping the object from an internal source
|
||||
into the gallery will invoke the local properties editor.</long>
|
||||
</locale>
|
||||
</schema>
|
||||
|
||||
<schema>
|
||||
<key>/schemas/apps/gramps/preferences/name-format</key>
|
||||
<applyto>/apps/gramps/preferences/name-format</applyto>
|
||||
<owner>gramps</owner>
|
||||
<type>int</type>
|
||||
<default>0</default>
|
||||
<locale name="C">
|
||||
<short>Name display format</short>
|
||||
<long>This key determines the name display format. Use 0
|
||||
for "Firstname Surname", 1 for "Surname, Firstname",
|
||||
2 for "Firstname SURNAME", and 3 for "SURNAME, Firstname" style. </long>
|
||||
</locale>
|
||||
</schema>
|
||||
|
||||
<schema>
|
||||
<key>/schemas/apps/gramps/paths/report-directory</key>
|
||||
<applyto>/apps/gramps/paths/report-directory</applyto>
|
||||
<owner>gramps</owner>
|
||||
<type>string</type>
|
||||
<default>./</default>
|
||||
<locale name="C">
|
||||
<short>Default report directory</short>
|
||||
<long>Full pathname of the default report directory.</long>
|
||||
</locale>
|
||||
</schema>
|
||||
|
||||
<schema>
|
||||
<key>/schemas/apps/gramps/researcher/researcher-addr</key>
|
||||
<applyto>/apps/gramps/researcher/researcher-addr</applyto>
|
||||
<owner>gramps</owner>
|
||||
<type>string</type>
|
||||
<default></default>
|
||||
<locale name="C">
|
||||
<short>Researcher street address</short>
|
||||
<long>Researcher stret address.</long>
|
||||
</locale>
|
||||
</schema>
|
||||
|
||||
<schema>
|
||||
<key>/schemas/apps/gramps/researcher/researcher-city</key>
|
||||
<applyto>/apps/gramps/researcher/researcher-city</applyto>
|
||||
<owner>gramps</owner>
|
||||
<type>string</type>
|
||||
<default></default>
|
||||
<locale name="C">
|
||||
<short>Researcher city</short>
|
||||
<long>Researcher city.</long>
|
||||
</locale>
|
||||
</schema>
|
||||
|
||||
<schema>
|
||||
<key>/schemas/apps/gramps/researcher/researcher-country</key>
|
||||
<applyto>/apps/gramps/researcher/researcher-country</applyto>
|
||||
<owner>gramps</owner>
|
||||
<type>string</type>
|
||||
<default></default>
|
||||
<locale name="C">
|
||||
<short>Researcher country</short>
|
||||
<long>Researcher country.</long>
|
||||
</locale>
|
||||
</schema>
|
||||
|
||||
<schema>
|
||||
<key>/schemas/apps/gramps/researcher/researcher-email</key>
|
||||
<applyto>/apps/gramps/researcher/researcher-email</applyto>
|
||||
<owner>gramps</owner>
|
||||
<type>string</type>
|
||||
<default></default>
|
||||
<locale name="C">
|
||||
<short>Researcher email address</short>
|
||||
<long>Researcher email address.</long>
|
||||
</locale>
|
||||
</schema>
|
||||
|
||||
<schema>
|
||||
<key>/schemas/apps/gramps/researcher/researcher-name</key>
|
||||
<applyto>/apps/gramps/researcher/researcher-name</applyto>
|
||||
<owner>gramps</owner>
|
||||
<type>string</type>
|
||||
<default></default>
|
||||
<locale name="C">
|
||||
<short>Researcher name</short>
|
||||
<long>Researcher name.</long>
|
||||
</locale>
|
||||
</schema>
|
||||
|
||||
<schema>
|
||||
<key>/schemas/apps/gramps/researcher/researcher-phone</key>
|
||||
<applyto>/apps/gramps/researcher/researcher-phone</applyto>
|
||||
<owner>gramps</owner>
|
||||
<type>string</type>
|
||||
<default></default>
|
||||
<locale name="C">
|
||||
<short>Researcher phone</short>
|
||||
<long>Researcher phone.</long>
|
||||
</locale>
|
||||
</schema>
|
||||
|
||||
<schema>
|
||||
<key>/schemas/apps/gramps/researcher/researcher-postal</key>
|
||||
<applyto>/apps/gramps/researcher/researcher-postal</applyto>
|
||||
<owner>gramps</owner>
|
||||
<type>string</type>
|
||||
<default></default>
|
||||
<locale name="C">
|
||||
<short>Researcher postal code</short>
|
||||
<long>Researcher postal code.</long>
|
||||
</locale>
|
||||
</schema>
|
||||
|
||||
<schema>
|
||||
<key>/schemas/apps/gramps/researcher/researcher-state</key>
|
||||
<applyto>/apps/gramps/researcher/researcher-state</applyto>
|
||||
<owner>gramps</owner>
|
||||
<type>string</type>
|
||||
<default></default>
|
||||
<locale name="C">
|
||||
<short>Researcher state</short>
|
||||
<long>Researcher state.</long>
|
||||
</locale>
|
||||
</schema>
|
||||
|
||||
<schema>
|
||||
<key>/schemas/apps/gramps/behavior/show-calendar</key>
|
||||
<applyto>/apps/gramps/behavior/show-calendar</applyto>
|
||||
<owner>gramps</owner>
|
||||
<type>bool</type>
|
||||
<default>0</default>
|
||||
<locale name="C">
|
||||
<short>Show alternate calndar options</short>
|
||||
<long>If set to 1, the alternate calendar menus will be shown
|
||||
in date editing dialogs.</long>
|
||||
</locale>
|
||||
</schema>
|
||||
|
||||
<schema>
|
||||
<key>/schemas/apps/gramps/behavior/startup</key>
|
||||
<applyto>/apps/gramps/behavior/startup</applyto>
|
||||
<owner>gramps</owner>
|
||||
<type>int</type>
|
||||
<default>0</default>
|
||||
<locale name="C">
|
||||
<short>Startup druid has been run</short>
|
||||
<long>If set to 1, this key indicates that the startup druid
|
||||
has already been run.</long>
|
||||
</locale>
|
||||
</schema>
|
||||
|
||||
<schema>
|
||||
<key>/schemas/apps/gramps/interface/size-checked</key>
|
||||
<applyto>/apps/gramps/interface/size-checked</applyto>
|
||||
<owner>gramps</owner>
|
||||
<type>bool</type>
|
||||
<default>0</default>
|
||||
<locale name="C">
|
||||
<short>Screen size has been checked</short>
|
||||
<long>If set to 1, this key indicates that the screen size
|
||||
has already been checked and the initial interface decision
|
||||
made. No action will be taken if the screen is too smal,
|
||||
since the user may have overridden our settings.</long>
|
||||
</locale>
|
||||
</schema>
|
||||
|
||||
<schema>
|
||||
<key>/schemas/apps/gramps/interface/statusbar</key>
|
||||
<applyto>/apps/gramps/interface/statusbar</applyto>
|
||||
<owner>gramps</owner>
|
||||
<type>int</type>
|
||||
<default>1</default>
|
||||
<locale name="C">
|
||||
<short>Information shown in statusbar</short>
|
||||
<long>If set to 0 or 1, the statusbar will the name and GRAMPS ID
|
||||
of an active person. If set to 2, the statusbar will show the
|
||||
relationship of the active person tp the Default Person.</long>
|
||||
</locale>
|
||||
</schema>
|
||||
|
||||
<schema>
|
||||
<key>/schemas/apps/gramps/behavior/surname-guessing</key>
|
||||
<applyto>/apps/gramps/behavior/surname-guessing</applyto>
|
||||
<owner>gramps</owner>
|
||||
<type>int</type>
|
||||
<default>0</default>
|
||||
<locale name="C">
|
||||
<short>Default surname guessing style</short>
|
||||
<long>This key determines the style of the surname guessing when
|
||||
the new person is added to the database. Use 0 for Father's surname,
|
||||
1 for no guessing, 2 for the combination of mother's and father's
|
||||
surnames, and 3 foe the Icelandic style.</long>
|
||||
</locale>
|
||||
</schema>
|
||||
|
||||
<schema>
|
||||
<key>/schemas/apps/gramps/interface/toolbar</key>
|
||||
<applyto>/apps/gramps/interface/toolbar</applyto>
|
||||
<owner>gramps</owner>
|
||||
<type>int</type>
|
||||
<default>-1</default>
|
||||
<locale name="C">
|
||||
<short>Default toolbar style</short>
|
||||
<long>This key determines the style of the toolbar.
|
||||
Use 0 for icons only, 1 for text only, 2 for text below images,
|
||||
3 for text beside images, and -1 for the current GNOME style.</long>
|
||||
</locale>
|
||||
</schema>
|
||||
|
||||
<schema>
|
||||
<key>/schemas/apps/gramps/interface/toolbar-on</key>
|
||||
<applyto>/apps/gramps/interface/toolbar-on</applyto>
|
||||
<owner>gramps</owner>
|
||||
<type>bool</type>
|
||||
<default>1</default>
|
||||
<locale name="C">
|
||||
<short>Show toolbar</short>
|
||||
<long>If set to 1, the toolbar will be shown in the main
|
||||
GRAMPS window.</long>
|
||||
</locale>
|
||||
</schema>
|
||||
|
||||
<schema>
|
||||
<key>/schemas/apps/gramps/behavior/use-lds</key>
|
||||
<applyto>/apps/gramps/behavior/use-lds</applyto>
|
||||
<owner>gramps</owner>
|
||||
<type>bool</type>
|
||||
<default>0</default>
|
||||
<locale name="C">
|
||||
<short>Use LDS options</short>
|
||||
<long>If set to 1, the LDS ordinance options will be shown.</long>
|
||||
</locale>
|
||||
</schema>
|
||||
|
||||
<schema>
|
||||
<key>/schemas/apps/gramps/behavior/use-tips</key>
|
||||
<applyto>/apps/gramps/behavior/use-tips</applyto>
|
||||
<owner>gramps</owner>
|
||||
<type>bool</type>
|
||||
<default>0</default>
|
||||
<locale name="C">
|
||||
<short>Display Tip of the Day</short>
|
||||
<long>If set to 1, Tip of the Day will be displayed on startup.</long>
|
||||
</locale>
|
||||
</schema>
|
||||
|
||||
<schema>
|
||||
<key>/schemas/apps/gramps/behavior/pop-plugin-status</key>
|
||||
<applyto>/apps/gramps/behavior/pop-plugin-status</applyto>
|
||||
<owner>gramps</owner>
|
||||
<type>bool</type>
|
||||
<default>0</default>
|
||||
<locale name="C">
|
||||
<short>Automatically pop plugin status window</short>
|
||||
<long>If set to 1, Plugin Status Window will pop automatically
|
||||
when problems are detected on plugins load and reload.</long>
|
||||
</locale>
|
||||
</schema>
|
||||
|
||||
<schema>
|
||||
<key>/schemas/apps/gramps/interface/view</key>
|
||||
<applyto>/apps/gramps/interface/view</applyto>
|
||||
<owner>gramps</owner>
|
||||
<type>bool</type>
|
||||
<default>1</default>
|
||||
<locale name="C">
|
||||
<short>Sidebar View</short>
|
||||
<long>If set to 1, the Sidebar View will be enabled. If set to 0,
|
||||
the Notebook View will be used instead.</long>
|
||||
</locale>
|
||||
</schema>
|
||||
|
||||
<schema>
|
||||
<key>/schemas/apps/gramps/paths/website-directory</key>
|
||||
<applyto>/apps/gramps/paths/website-directory</applyto>
|
||||
<owner>gramps</owner>
|
||||
<type>string</type>
|
||||
<default>./</default>
|
||||
<locale name="C">
|
||||
<short>Default website directory</short>
|
||||
<long>Full pathname of the default website directory.</long>
|
||||
</locale>
|
||||
</schema>
|
||||
|
||||
</schemalist>
|
||||
</gconfschemafile>
|
@@ -1,376 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN"
|
||||
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
|
||||
<!-- Created with Sodipodi ("http://www.sodipodi.com/") -->
|
||||
<svg
|
||||
id="svg602"
|
||||
sodipodi:version="0.34"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
width="500pt"
|
||||
height="500pt"
|
||||
xml:space="preserve"
|
||||
sodipodi:docbase="/home/digitect"
|
||||
sodipodi:docname="/home/digitect/gramps.svg"><defs
|
||||
id="defs604"><linearGradient
|
||||
id="linearGradient627"><stop
|
||||
style="stop-color:#7f7f7f;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop628" /><stop
|
||||
style="stop-color:#000000;stop-opacity:0;"
|
||||
offset="1"
|
||||
id="stop629" /></linearGradient><linearGradient
|
||||
xlink:href="#linearGradient627"
|
||||
id="linearGradient630" /><radialGradient
|
||||
xlink:href="#linearGradient627"
|
||||
id="radialGradient631"
|
||||
cx="0.4920629"
|
||||
cy="0.48437563"
|
||||
r="0.7127381"
|
||||
fx="0.4920629"
|
||||
fy="0.48437563" /><radialGradient
|
||||
xlink:href="#linearGradient627"
|
||||
id="radialGradient634"
|
||||
cx="0.5"
|
||||
cy="0.5"
|
||||
r="0.5"
|
||||
fx="0.5"
|
||||
fy="0.5" /><radialGradient
|
||||
xlink:href="#linearGradient627"
|
||||
id="radialGradient637"
|
||||
cx="0.49542692"
|
||||
cy="0.53518981"
|
||||
r="0.55758011"
|
||||
fx="0.49542692"
|
||||
fy="0.53518981"
|
||||
gradientTransform="scale(1.038947,0.962513)"
|
||||
gradientUnits="objectBoundingBox" /></defs><sodipodi:namedview
|
||||
id="base" /><path
|
||||
style="font-size:12;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.036376;"
|
||||
d="M 156.0099 324.2898 L 204.6063 324.2898 "
|
||||
id="path617" /><path
|
||||
style="fill:none;fill-rule:evenodd;stroke:black;stroke-opacity:1;stroke-width:12.5;stroke-linejoin:miter;stroke-linecap:butt;fill-opacity:1;stroke-dasharray:none;"
|
||||
d="M 239.7523 190.8234 L 204.6063 191.0687 L 206.2821 456.673 L 238.6627 456.6221 "
|
||||
id="path618"
|
||||
sodipodi:nodetypes="cccc" /><path
|
||||
style="font-size:12;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:13.13064;stroke-opacity:0.2695;"
|
||||
d="M 155.172 333.5064 L 208.7956 333.5064 "
|
||||
id="path638" /><path
|
||||
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-opacity:0.2695;stroke-width:12.5;stroke-linejoin:miter;stroke-linecap:butt;fill-opacity:1;stroke-dasharray:none;"
|
||||
d="M 465.4795 398.8601 L 431.1269 398.7585 L 431.6686 532.0811 L 465.7758 532.2757 "
|
||||
id="path640"
|
||||
sodipodi:nodetypes="cccc" /><path
|
||||
style="font-size:12;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:13.30727;stroke-opacity:0.2695;"
|
||||
d="M 367.1527 199.4475 L 424.1279 199.4475 "
|
||||
id="path641" /><path
|
||||
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-opacity:0.2695;stroke-width:12.5;stroke-linejoin:miter;stroke-linecap:butt;fill-opacity:1;stroke-dasharray:none;"
|
||||
d="M 466.4191 119.9008 L 429.9928 119.85 L 430.7291 253.3673 L 464.2946 253.3164 "
|
||||
id="path642"
|
||||
sodipodi:nodetypes="cccc" /><path
|
||||
style="font-size:12;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:13.59266;stroke-opacity:0.2695;"
|
||||
d="M 364.8845 465.0517 L 425.0302 465.0517 "
|
||||
id="path643"
|
||||
sodipodi:nodetypes="cc" /><path
|
||||
style="fill:none;fill-rule:evenodd;stroke:black;stroke-opacity:1;stroke-width:12.5;stroke-linejoin:miter;stroke-linecap:butt;fill-opacity:1;stroke-dasharray:none;"
|
||||
d="M 453.8511 110.6842 L 417.4248 110.6334 L 418.1611 244.1507 L 451.7266 244.0998 "
|
||||
id="path622"
|
||||
sodipodi:nodetypes="cccc" /><path
|
||||
style="font-size:12;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:12.5;stroke-dasharray:none;"
|
||||
d="M 370.5042 190.2309 L 420.7764 190.2309 "
|
||||
id="path621" /><path
|
||||
style="font-size:12;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:12.5;stroke-dasharray:none;"
|
||||
d="M 369.9117 456.673 L 420.7764 456.673 "
|
||||
id="path623"
|
||||
sodipodi:nodetypes="cc" /><path
|
||||
style="fill:none;fill-rule:evenodd;stroke:black;stroke-opacity:1;stroke-width:12.5;stroke-linejoin:miter;stroke-linecap:butt;fill-opacity:1;stroke-dasharray:none;"
|
||||
d="M 452.9115 389.6435 L 418.5589 389.5419 L 419.1006 522.8645 L 453.2078 523.0591 "
|
||||
id="path620"
|
||||
sodipodi:nodetypes="cccc" /><path
|
||||
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-opacity:0.2695;stroke-width:12.5;stroke-linejoin:miter;stroke-linecap:butt;fill-opacity:1;stroke-dasharray:none;"
|
||||
d="M 251.8231 200.04 L 217.1743 200.2853 L 218.8501 465.8896 L 251.2307 465.8387 "
|
||||
id="path639"
|
||||
sodipodi:nodetypes="cccc" /><path
|
||||
style="fill:none;fill-rule:evenodd;stroke:black;stroke-opacity:1;stroke-width:12.5;stroke-linejoin:miter;stroke-linecap:butt;fill-opacity:1;stroke-dasharray:none;"
|
||||
d="M 156.01 325.1277 L 202.0927 325.1277 "
|
||||
id="path614" /><path
|
||||
style="fill:#70d4bc;fill-rule:evenodd;stroke:none;stroke-opacity:1;stroke-width:0;stroke-linejoin:miter;stroke-linecap:square;stroke-dasharray:none;fill-opacity:1;"
|
||||
d="M 152.47 221.4361 C 258.0944 269.1659 258.0944 269.1659 258.0944 269.1659 "
|
||||
id="path664" /><path
|
||||
style="font-size:12;fill:#d7d7d7;fill-rule:evenodd;stroke:#b8b8b8;stroke-width:1.875;stroke-linecap:square;stroke-dasharray:none;"
|
||||
d="M 211.973 452.3667 C 211.9525 452.3929 237.9633 452.4482 237.9633 452.4482 L 237.9639 452.4482 "
|
||||
id="path670"
|
||||
sodipodi:nodetypes="ccc" /><path
|
||||
style="font-size:12;fill:#d7d7d7;fill-rule:evenodd;stroke:#b8b8b8;stroke-width:1.865471;stroke-linecap:square;stroke-opacity:1;"
|
||||
d="M 201.9894 460.6508 C 202.0165 460.7533 201.1578 331.1745 201.1578 331.1745 L 201.1577 331.1716 "
|
||||
id="path671"
|
||||
sodipodi:nodetypes="ccc" /><path
|
||||
style="font-size:12;fill:#d7d7d7;fill-rule:evenodd;stroke:#b8b8b8;stroke-width:1.875;stroke-linecap:square;stroke-dasharray:none;stroke-opacity:1;"
|
||||
d="M 201.2082 320.0251 C 201.2352 320.1305 200.3765 187.0357 200.3765 187.0357 L 200.3764 187.0326 "
|
||||
id="path672"
|
||||
sodipodi:nodetypes="ccc" /><path
|
||||
style="font-size:12;fill:#d7d7d7;fill-rule:evenodd;stroke:#b8b8b8;stroke-width:1.875;stroke-linecap:square;stroke-dasharray:none;stroke-opacity:1;"
|
||||
d="M 200.3291 186.9318 C 200.2993 186.9585 238.5676 186.6442 238.5676 186.6442 L 238.5683 186.6442 "
|
||||
id="path673"
|
||||
sodipodi:nodetypes="ccc" /><path
|
||||
style="font-size:12;fill:#d7d7d7;fill-rule:evenodd;stroke:#b8b8b8;stroke-width:1.875;stroke-linecap:square;stroke-dasharray:none;stroke-opacity:1;"
|
||||
d="M 157.2396 321.2826 C 157.2053 321.3093 201.2233 320.995 201.2233 320.995 L 201.2241 320.995 "
|
||||
id="path674"
|
||||
sodipodi:nodetypes="ccc" /><path
|
||||
style="font-size:12;fill:#d7d7d7;fill-rule:evenodd;stroke:#b8b8b8;stroke-width:1.869468;stroke-linecap:square;"
|
||||
d="M 414.0218 185.6494 C 414.0488 185.7122 413.1901 106.5653 413.1901 106.5653 L 413.19 106.5634 "
|
||||
id="path875"
|
||||
sodipodi:nodetypes="ccc" /><path
|
||||
style="font-size:12;fill:#d7d7d7;fill-rule:evenodd;stroke:#b8b8b8;stroke-width:1.875;stroke-linecap:square;stroke-dasharray:none;stroke-opacity:1;"
|
||||
d="M 414.7052 106.6189 C 414.6754 106.6456 452.9437 106.3313 452.9437 106.3313 L 452.9444 106.3313 "
|
||||
id="path876"
|
||||
sodipodi:nodetypes="ccc" /><path
|
||||
style="font-size:12;fill:#d7d7d7;fill-rule:evenodd;stroke:#b8b8b8;stroke-width:1.841395;stroke-linecap:square;"
|
||||
d="M 371.6157 186.5944 C 371.5826 186.6211 414.0369 186.3068 414.0369 186.3068 L 414.0377 186.3068 "
|
||||
id="path877"
|
||||
sodipodi:nodetypes="ccc" /><rect
|
||||
style="font-size:12;fill:url(#radialGradient631);fill-rule:evenodd;stroke:none;stroke-width:0;stroke-dashoffset:5;stroke-opacity:1;stroke-dasharray:none;fill-opacity:0.2908;"
|
||||
id="rect644"
|
||||
width="136.531754"
|
||||
height="99.1997147"
|
||||
x="247.502472"
|
||||
y="151.233978" /><path
|
||||
style="font-size:12;fill:#d7d7d7;fill-rule:evenodd;stroke:#b8b8b8;stroke-width:1.875;stroke-linecap:square;stroke-dasharray:none;"
|
||||
d="M 423.7126 239.8883 C 423.6909 239.9145 451.1822 239.9698 451.1822 239.9698 L 451.1828 239.9698 "
|
||||
id="path878"
|
||||
sodipodi:nodetypes="ccc" /><path
|
||||
style="font-size:12;fill:#d7d7d7;fill-rule:evenodd;stroke:#b8b8b8;stroke-width:1.874993;stroke-linecap:square;"
|
||||
d="M 414.0284 247.8598 C 414.0555 247.9007 413.8233 196.5997 413.8233 196.5997 L 413.8232 196.5986 "
|
||||
id="path879"
|
||||
sodipodi:nodetypes="ccc" /><path
|
||||
style="font-size:12;fill:#d7d7d7;fill-rule:evenodd;stroke:#b8b8b8;stroke-width:1.874995;stroke-linecap:square;"
|
||||
d="M 414.7178 452.2609 C 414.7446 452.3139 414.4684 385.5465 414.4684 385.5465 L 414.4683 385.5449 "
|
||||
id="path880"
|
||||
sodipodi:nodetypes="ccc" /><path
|
||||
style="font-size:12;fill:#d7d7d7;fill-rule:evenodd;stroke:#b8b8b8;stroke-width:1.875;stroke-linecap:square;stroke-dasharray:none;"
|
||||
d="M 415.2487 385.6363 C 415.2193 385.6828 452.1647 385.5016 452.1647 385.5016 L 452.1653 385.5016 "
|
||||
id="path881"
|
||||
sodipodi:nodetypes="ccc" /><path
|
||||
style="font-size:12;fill:#d7d7d7;fill-rule:evenodd;stroke:#b8b8b8;stroke-width:1.841395;stroke-linecap:square;"
|
||||
d="M 371.2783 452.761 C 371.2452 452.7877 413.6995 452.4734 413.6995 452.4734 L 413.7003 452.4734 "
|
||||
id="path882"
|
||||
sodipodi:nodetypes="ccc" /><path
|
||||
style="font-size:12;fill:#d7d7d7;fill-rule:evenodd;stroke:#b8b8b8;stroke-width:1.875;stroke-linecap:square;stroke-dasharray:none;"
|
||||
d="M 424.6743 518.715 C 424.6524 518.7412 452.3001 518.7965 452.3001 518.7965 L 452.3007 518.7965 "
|
||||
id="path884"
|
||||
sodipodi:nodetypes="ccc" /><path
|
||||
style="font-size:12;fill:#d7d7d7;fill-rule:evenodd;stroke:#b8b8b8;stroke-width:1.875;stroke-linecap:square;stroke-dasharray:none;"
|
||||
d="M 415.4588 526.8428 C 415.4859 526.8941 415.2537 462.5457 415.2537 462.5457 L 415.2536 462.5443 "
|
||||
id="path885"
|
||||
sodipodi:nodetypes="ccc" /><rect
|
||||
style="font-size:12;fill:url(#radialGradient631);fill-rule:evenodd;stroke:none;stroke-width:0;stroke-dashoffset:5;stroke-opacity:1;stroke-dasharray:none;fill-opacity:0.2908;"
|
||||
id="rect886"
|
||||
width="136.531754"
|
||||
height="99.1997147"
|
||||
x="246.252472"
|
||||
y="419.360764" /><rect
|
||||
style="font-size:12;fill:url(#radialGradient631);fill-rule:evenodd;stroke:none;stroke-width:0;stroke-dashoffset:5;stroke-opacity:1;stroke-dasharray:none;fill-opacity:0.2908;"
|
||||
id="rect887"
|
||||
width="136.531754"
|
||||
height="99.1997147"
|
||||
x="31.2510834"
|
||||
y="286.234879" /><rect
|
||||
style="font-size:12;fill:url(#radialGradient631);fill-rule:evenodd;stroke:none;stroke-width:0;stroke-dashoffset:5;stroke-opacity:1;stroke-dasharray:none;fill-opacity:0.2908;"
|
||||
id="rect888"
|
||||
width="136.531754"
|
||||
height="99.1997147"
|
||||
x="460.003845"
|
||||
y="69.3584442" /><rect
|
||||
style="font-size:12;fill:url(#radialGradient631);fill-rule:evenodd;stroke:none;stroke-width:0;stroke-dashoffset:5;stroke-opacity:1;stroke-dasharray:none;fill-opacity:0.2908;"
|
||||
id="rect889"
|
||||
width="136.531754"
|
||||
height="99.1997147"
|
||||
x="458.753845"
|
||||
y="204.359283" /><rect
|
||||
style="font-size:12;fill:url(#radialGradient631);fill-rule:evenodd;stroke:none;stroke-width:0;stroke-dashoffset:5;stroke-opacity:1;stroke-dasharray:none;fill-opacity:0.2908;"
|
||||
id="rect890"
|
||||
width="136.531754"
|
||||
height="99.1997147"
|
||||
x="459.378845"
|
||||
y="348.735275" /><rect
|
||||
style="font-size:12;fill:url(#radialGradient631);fill-rule:evenodd;stroke:none;stroke-width:0;stroke-dashoffset:5;stroke-opacity:1;stroke-dasharray:none;fill-opacity:0.2908;"
|
||||
id="rect892"
|
||||
width="136.531754"
|
||||
height="99.1997147"
|
||||
x="460.003845"
|
||||
y="483.736099" /><g
|
||||
id="g711"
|
||||
transform="translate(168.9851,300.1636)"
|
||||
style="font-size:12;"><rect
|
||||
style="font-size:12;fill:#ead4bc;fill-rule:evenodd;stroke:#b39166;stroke-width:12.5;stroke-dashoffset:5;fill-opacity:1;stroke-dasharray:none;"
|
||||
id="rect712"
|
||||
width="118.977303"
|
||||
height="81.2732315"
|
||||
x="290.74028"
|
||||
y="182.763062" /><path
|
||||
style="fill:#d4b993;fill-rule:evenodd;stroke:none;stroke-opacity:1;stroke-width:0;stroke-linejoin:miter;stroke-linecap:square;stroke-dasharray:none;fill-opacity:1;"
|
||||
d="M 284.4987 176.5118 L 415.9331 176.5096 L 403.4166 189.0328 L 296.9416 188.9893 L 284.4987 176.5118 z "
|
||||
id="path713"
|
||||
sodipodi:nodetypes="ccccc" /><path
|
||||
style="fill:#b39a7d;fill-rule:evenodd;stroke:none;stroke-opacity:1;stroke-width:0;stroke-linejoin:miter;stroke-linecap:square;stroke-dasharray:none;fill-opacity:1;"
|
||||
d="M 284.5556 176.58 L 296.9299 188.9543 L 296.8747 257.6765 L 284.5555 270.106 L 284.5556 176.58 z "
|
||||
id="path714"
|
||||
sodipodi:nodetypes="ccccc" /><path
|
||||
style="fill:#887058;fill-rule:evenodd;stroke:none;stroke-opacity:1;stroke-width:0;stroke-linejoin:miter;stroke-linecap:square;stroke-dasharray:none;fill-opacity:1;"
|
||||
d="M 415.9927 176.7363 L 403.6184 189.1105 L 403.6736 257.8327 L 415.9928 270.2622 L 415.9927 176.7363 z "
|
||||
id="path715"
|
||||
sodipodi:nodetypes="ccccc" /><path
|
||||
style="fill:#695144;fill-rule:evenodd;stroke:none;stroke-opacity:1;stroke-width:0;stroke-linejoin:miter;stroke-linecap:square;stroke-dasharray:none;fill-opacity:1;"
|
||||
d="M 416.0892 270.2808 L 284.6549 270.283 L 297.1714 257.7598 L 403.6463 257.8033 L 416.0892 270.2808 z "
|
||||
id="path716"
|
||||
sodipodi:nodetypes="ccccc" /></g><g
|
||||
id="g705"
|
||||
transform="translate(168.36,166.413)"
|
||||
style="font-size:12;"><rect
|
||||
style="font-size:12;fill:#ead4bc;fill-rule:evenodd;stroke:#b39166;stroke-width:12.5;stroke-dashoffset:5;fill-opacity:1;stroke-dasharray:none;"
|
||||
id="rect706"
|
||||
width="118.977303"
|
||||
height="81.2732315"
|
||||
x="290.74028"
|
||||
y="182.763062" /><path
|
||||
style="fill:#d4b993;fill-rule:evenodd;stroke:none;stroke-opacity:1;stroke-width:0;stroke-linejoin:miter;stroke-linecap:square;stroke-dasharray:none;fill-opacity:1;"
|
||||
d="M 284.4987 176.5118 L 415.9331 176.5096 L 403.4166 189.0328 L 296.9416 188.9893 L 284.4987 176.5118 z "
|
||||
id="path707"
|
||||
sodipodi:nodetypes="ccccc" /><path
|
||||
style="fill:#b39a7d;fill-rule:evenodd;stroke:none;stroke-opacity:1;stroke-width:0;stroke-linejoin:miter;stroke-linecap:square;stroke-dasharray:none;fill-opacity:1;"
|
||||
d="M 284.5556 176.58 L 296.9299 188.9543 L 296.8747 257.6765 L 284.5555 270.106 L 284.5556 176.58 z "
|
||||
id="path708"
|
||||
sodipodi:nodetypes="ccccc" /><path
|
||||
style="fill:#887058;fill-rule:evenodd;stroke:none;stroke-opacity:1;stroke-width:0;stroke-linejoin:miter;stroke-linecap:square;stroke-dasharray:none;fill-opacity:1;"
|
||||
d="M 415.9927 176.7363 L 403.6184 189.1105 L 403.6736 257.8327 L 415.9928 270.2622 L 415.9927 176.7363 z "
|
||||
id="path709"
|
||||
sodipodi:nodetypes="ccccc" /><path
|
||||
style="fill:#695144;fill-rule:evenodd;stroke:none;stroke-opacity:1;stroke-width:0;stroke-linejoin:miter;stroke-linecap:square;stroke-dasharray:none;fill-opacity:1;"
|
||||
d="M 416.0892 270.2808 L 284.6549 270.283 L 297.1714 257.7598 L 403.6463 257.8033 L 416.0892 270.2808 z "
|
||||
id="path710"
|
||||
sodipodi:nodetypes="ccccc" /></g><g
|
||||
id="g699"
|
||||
transform="translate(167.4225,20.78735)"
|
||||
style="font-size:12;"><rect
|
||||
style="font-size:12;fill:#ead4bc;fill-rule:evenodd;stroke:#b39166;stroke-width:12.5;stroke-dashoffset:5;fill-opacity:1;stroke-dasharray:none;"
|
||||
id="rect700"
|
||||
width="118.977303"
|
||||
height="81.2732315"
|
||||
x="290.74028"
|
||||
y="182.763062" /><path
|
||||
style="fill:#d4b993;fill-rule:evenodd;stroke:none;stroke-opacity:1;stroke-width:0;stroke-linejoin:miter;stroke-linecap:square;stroke-dasharray:none;fill-opacity:1;"
|
||||
d="M 284.4987 176.5118 L 415.9331 176.5096 L 403.4166 189.0328 L 296.9416 188.9893 L 284.4987 176.5118 z "
|
||||
id="path701"
|
||||
sodipodi:nodetypes="ccccc" /><path
|
||||
style="fill:#b39a7d;fill-rule:evenodd;stroke:none;stroke-opacity:1;stroke-width:0;stroke-linejoin:miter;stroke-linecap:square;stroke-dasharray:none;fill-opacity:1;"
|
||||
d="M 284.5556 176.58 L 296.9299 188.9543 L 296.8747 257.6765 L 284.5555 270.106 L 284.5556 176.58 z "
|
||||
id="path702"
|
||||
sodipodi:nodetypes="ccccc" /><path
|
||||
style="fill:#887058;fill-rule:evenodd;stroke:none;stroke-opacity:1;stroke-width:0;stroke-linejoin:miter;stroke-linecap:square;stroke-dasharray:none;fill-opacity:1;"
|
||||
d="M 415.9927 176.7363 L 403.6184 189.1105 L 403.6736 257.8327 L 415.9928 270.2622 L 415.9927 176.7363 z "
|
||||
id="path703"
|
||||
sodipodi:nodetypes="ccccc" /><path
|
||||
style="fill:#695144;fill-rule:evenodd;stroke:none;stroke-opacity:1;stroke-width:0;stroke-linejoin:miter;stroke-linecap:square;stroke-dasharray:none;fill-opacity:1;"
|
||||
d="M 416.0892 270.2808 L 284.6549 270.283 L 297.1714 257.7598 L 403.6463 257.8033 L 416.0892 270.2808 z "
|
||||
id="path704"
|
||||
sodipodi:nodetypes="ccccc" /></g><g
|
||||
id="g693"
|
||||
transform="translate(169.4538,-114.2133)"
|
||||
style="font-size:12;"><rect
|
||||
style="font-size:12;fill:#ead4bc;fill-rule:evenodd;stroke:#b39166;stroke-width:12.5;stroke-dashoffset:5;fill-opacity:1;stroke-dasharray:none;"
|
||||
id="rect694"
|
||||
width="118.977303"
|
||||
height="81.2732315"
|
||||
x="290.74028"
|
||||
y="182.763062" /><path
|
||||
style="fill:#d4b993;fill-rule:evenodd;stroke:none;stroke-opacity:1;stroke-width:0;stroke-linejoin:miter;stroke-linecap:square;stroke-dasharray:none;fill-opacity:1;"
|
||||
d="M 284.4987 176.5118 L 415.9331 176.5096 L 403.4166 189.0328 L 296.9416 188.9893 L 284.4987 176.5118 z "
|
||||
id="path695"
|
||||
sodipodi:nodetypes="ccccc" /><path
|
||||
style="fill:#b39a7d;fill-rule:evenodd;stroke:none;stroke-opacity:1;stroke-width:0;stroke-linejoin:miter;stroke-linecap:square;stroke-dasharray:none;fill-opacity:1;"
|
||||
d="M 284.5556 176.58 L 296.9299 188.9543 L 296.8747 257.6765 L 284.5555 270.106 L 284.5556 176.58 z "
|
||||
id="path696"
|
||||
sodipodi:nodetypes="ccccc" /><path
|
||||
style="fill:#887058;fill-rule:evenodd;stroke:none;stroke-opacity:1;stroke-width:0;stroke-linejoin:miter;stroke-linecap:square;stroke-dasharray:none;fill-opacity:1;"
|
||||
d="M 415.9927 176.7363 L 403.6184 189.1105 L 403.6736 257.8327 L 415.9928 270.2622 L 415.9927 176.7363 z "
|
||||
id="path697"
|
||||
sodipodi:nodetypes="ccccc" /><path
|
||||
style="fill:#695144;fill-rule:evenodd;stroke:none;stroke-opacity:1;stroke-width:0;stroke-linejoin:miter;stroke-linecap:square;stroke-dasharray:none;fill-opacity:1;"
|
||||
d="M 416.0892 270.2808 L 284.6549 270.283 L 297.1714 257.7598 L 403.6463 257.8033 L 416.0892 270.2808 z "
|
||||
id="path698"
|
||||
sodipodi:nodetypes="ccccc" /></g><g
|
||||
id="g675"
|
||||
transform="translate(-45.39099,-32.96295)"
|
||||
style="font-size:12;"><rect
|
||||
style="font-size:12;fill:#ead4bc;fill-rule:evenodd;stroke:#b39166;stroke-width:12.5;stroke-dashoffset:5;fill-opacity:1;stroke-dasharray:none;"
|
||||
id="rect607"
|
||||
width="118.977303"
|
||||
height="81.2732315"
|
||||
x="290.74028"
|
||||
y="182.763062" /><path
|
||||
style="fill:#d4b993;fill-rule:evenodd;stroke:none;stroke-opacity:1;stroke-width:0;stroke-linejoin:miter;stroke-linecap:square;stroke-dasharray:none;fill-opacity:1;"
|
||||
d="M 284.4987 176.5118 L 415.9331 176.5096 L 403.4166 189.0328 L 296.9416 188.9893 L 284.4987 176.5118 z "
|
||||
id="path660"
|
||||
sodipodi:nodetypes="ccccc" /><path
|
||||
style="fill:#b39a7d;fill-rule:evenodd;stroke:none;stroke-opacity:1;stroke-width:0;stroke-linejoin:miter;stroke-linecap:square;stroke-dasharray:none;fill-opacity:1;"
|
||||
d="M 284.5556 176.58 L 296.9299 188.9543 L 296.8747 257.6765 L 284.5555 270.106 L 284.5556 176.58 z "
|
||||
id="path661"
|
||||
sodipodi:nodetypes="ccccc" /><path
|
||||
style="fill:#887058;fill-rule:evenodd;stroke:none;stroke-opacity:1;stroke-width:0;stroke-linejoin:miter;stroke-linecap:square;stroke-dasharray:none;fill-opacity:1;"
|
||||
d="M 415.9927 176.7363 L 403.6184 189.1105 L 403.6736 257.8327 L 415.9928 270.2622 L 415.9927 176.7363 z "
|
||||
id="path662"
|
||||
sodipodi:nodetypes="ccccc" /><path
|
||||
style="fill:#695144;fill-rule:evenodd;stroke:none;stroke-opacity:1;stroke-width:0;stroke-linejoin:miter;stroke-linecap:square;stroke-dasharray:none;fill-opacity:1;"
|
||||
d="M 416.0892 270.2808 L 284.6549 270.283 L 297.1714 257.7598 L 403.6463 257.8033 L 416.0892 270.2808 z "
|
||||
id="path663"
|
||||
sodipodi:nodetypes="ccccc" /></g><g
|
||||
id="g687"
|
||||
transform="translate(-45.72247,234.5384)"
|
||||
style="font-size:12;"><rect
|
||||
style="font-size:12;fill:#ead4bc;fill-rule:evenodd;stroke:#b39166;stroke-width:12.5;stroke-dashoffset:5;fill-opacity:1;stroke-dasharray:none;"
|
||||
id="rect688"
|
||||
width="118.977303"
|
||||
height="81.2732315"
|
||||
x="290.74028"
|
||||
y="182.763062" /><path
|
||||
style="fill:#d4b993;fill-rule:evenodd;stroke:none;stroke-opacity:1;stroke-width:0;stroke-linejoin:miter;stroke-linecap:square;stroke-dasharray:none;fill-opacity:1;"
|
||||
d="M 284.4987 176.5118 L 415.9331 176.5096 L 403.4166 189.0328 L 296.9416 188.9893 L 284.4987 176.5118 z "
|
||||
id="path689"
|
||||
sodipodi:nodetypes="ccccc" /><path
|
||||
style="fill:#b39a7d;fill-rule:evenodd;stroke:none;stroke-opacity:1;stroke-width:0;stroke-linejoin:miter;stroke-linecap:square;stroke-dasharray:none;fill-opacity:1;"
|
||||
d="M 284.5556 176.58 L 296.9299 188.9543 L 296.8747 257.6765 L 284.5555 270.106 L 284.5556 176.58 z "
|
||||
id="path690"
|
||||
sodipodi:nodetypes="ccccc" /><path
|
||||
style="fill:#887058;fill-rule:evenodd;stroke:none;stroke-opacity:1;stroke-width:0;stroke-linejoin:miter;stroke-linecap:square;stroke-dasharray:none;fill-opacity:1;"
|
||||
d="M 415.9927 176.7363 L 403.6184 189.1105 L 403.6736 257.8327 L 415.9928 270.2622 L 415.9927 176.7363 z "
|
||||
id="path691"
|
||||
sodipodi:nodetypes="ccccc" /><path
|
||||
style="fill:#695144;fill-rule:evenodd;stroke:none;stroke-opacity:1;stroke-width:0;stroke-linejoin:miter;stroke-linecap:square;stroke-dasharray:none;fill-opacity:1;"
|
||||
d="M 416.0892 270.2808 L 284.6549 270.283 L 297.1714 257.7598 L 403.6463 257.8033 L 416.0892 270.2808 z "
|
||||
id="path692"
|
||||
sodipodi:nodetypes="ccccc" /></g><g
|
||||
id="g681"
|
||||
transform="translate(-259.767,101.4127)"
|
||||
style="font-size:12;"><rect
|
||||
style="font-size:12;fill:#ead4bc;fill-rule:evenodd;stroke:#b39166;stroke-width:12.5;stroke-dashoffset:5;fill-opacity:1;stroke-dasharray:none;"
|
||||
id="rect682"
|
||||
width="118.977303"
|
||||
height="81.2732315"
|
||||
x="290.74028"
|
||||
y="182.763062" /><path
|
||||
style="fill:#d4b993;fill-rule:evenodd;stroke:none;stroke-opacity:1;stroke-width:0;stroke-linejoin:miter;stroke-linecap:square;stroke-dasharray:none;fill-opacity:1;"
|
||||
d="M 284.4987 176.5118 L 415.9331 176.5096 L 403.4166 189.0328 L 296.9416 188.9893 L 284.4987 176.5118 z "
|
||||
id="path683"
|
||||
sodipodi:nodetypes="ccccc" /><path
|
||||
style="fill:#b39a7d;fill-rule:evenodd;stroke:none;stroke-opacity:1;stroke-width:0;stroke-linejoin:miter;stroke-linecap:square;stroke-dasharray:none;fill-opacity:1;"
|
||||
d="M 284.5556 176.58 L 296.9299 188.9543 L 296.8747 257.6765 L 284.5555 270.106 L 284.5556 176.58 z "
|
||||
id="path684"
|
||||
sodipodi:nodetypes="ccccc" /><path
|
||||
style="fill:#887058;fill-rule:evenodd;stroke:none;stroke-opacity:1;stroke-width:0;stroke-linejoin:miter;stroke-linecap:square;stroke-dasharray:none;fill-opacity:1;"
|
||||
d="M 415.9927 176.7363 L 403.6184 189.1105 L 403.6736 257.8327 L 415.9928 270.2622 L 415.9927 176.7363 z "
|
||||
id="path685"
|
||||
sodipodi:nodetypes="ccccc" /><path
|
||||
style="fill:#695144;fill-rule:evenodd;stroke:none;stroke-opacity:1;stroke-width:0;stroke-linejoin:miter;stroke-linecap:square;stroke-dasharray:none;fill-opacity:1;"
|
||||
d="M 416.0892 270.2808 L 284.6549 270.283 L 297.1714 257.7598 L 403.6463 257.8033 L 416.0892 270.2808 z "
|
||||
id="path686"
|
||||
sodipodi:nodetypes="ccccc" /></g></svg>
|
Before Width: | Height: | Size: 22 KiB |
@@ -1,40 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<!-- $Id$ -->
|
||||
|
||||
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
|
||||
<mime-type type="application/x-gramps">
|
||||
<_comment>GRAMPS database</_comment>
|
||||
<glob pattern="*.grdb"/>
|
||||
</mime-type>
|
||||
<mime-type type="application/x-gedcom">
|
||||
<_comment>GEDCOM</_comment>
|
||||
<glob pattern="*.ged"/>
|
||||
<glob pattern="*.gedcom"/>
|
||||
<glob pattern="*.GED"/>
|
||||
<glob pattern="*.GEDCOM"/>
|
||||
<magic priority="80">
|
||||
<match type="string" value="0 HEAD" offset="0:1"/>
|
||||
</magic>
|
||||
</mime-type>
|
||||
<mime-type type="application/x-gramps-package">
|
||||
<_comment>GRAMPS package</_comment>
|
||||
<glob pattern="*.gpkg"/>
|
||||
</mime-type>
|
||||
<mime-type type="application/x-gramps-xml">
|
||||
<_comment>GRAMPS XML database</_comment>
|
||||
<glob pattern="*.gramps"/>
|
||||
<magic priority="80">
|
||||
<match type="string" value="<!DOCTYPE database" offset="0:256"/>
|
||||
<match type="string" value="<database" offset="0:64"/>
|
||||
</magic>
|
||||
</mime-type>
|
||||
<mime-type type="application/x-geneweb">
|
||||
<_comment>GeneWeb source file</_comment>
|
||||
<glob pattern="*.gw"/>
|
||||
<glob pattern="*.GW"/>
|
||||
<magic priority="80">
|
||||
<match type="string" value="fam " offset="0:64"/>
|
||||
</magic>
|
||||
</mime-type>
|
||||
</mime-info>
|
Before Width: | Height: | Size: 1.8 KiB |