* src/data/gnome-mime-application-x-geneweb.png: Add to CVS.
* src/data/Makefile.am, src/plugins/Makefile.am: Ship new files. * src/plugins/ImportGeneWeb.py, src/plugins/WriteGeneWeb.py, src/plugins/genewebexport.glade: Add to CVS. * src/data/gramps.applications, src/data/gramps.keys, src/data/gramps.mime, src/data/gramps.xml: Add GeneWeb format. svn: r3572
This commit is contained in:
@@ -10,6 +10,7 @@ dist_pkgdata_DATA = \
|
||||
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 \
|
||||
gramps.applications \
|
||||
gramps.desktop \
|
||||
gramps.svg \
|
||||
|
BIN
src/data/gnome-mime-application-x-geneweb.png
Normal file
BIN
src/data/gnome-mime-application-x-geneweb.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.7 KiB |
@@ -4,4 +4,4 @@ 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
|
||||
mime_types=application/x-gramps,application/x-gedcom,application/x-gramps-package,application/x-gramps-xml,application/x-geneweb
|
||||
|
@@ -41,3 +41,14 @@ application/x-gedcom:
|
||||
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
|
||||
|
@@ -9,3 +9,6 @@ application/x-gramps-package
|
||||
|
||||
application/x-gedcom
|
||||
ext: ged gedcom GED GEDCOM
|
||||
|
||||
application/x-geneweb
|
||||
ext: gw GW
|
||||
|
@@ -16,4 +16,8 @@
|
||||
<comment xml:lang="en">GRAMPS XML database</comment>
|
||||
<glob pattern="*.gramps"/>
|
||||
</mime-type>
|
||||
<mime-type type="application/x-geneweb">
|
||||
<comment xml:lang="en">GeneWeb source file</comment>
|
||||
<glob pattern="*.gw"/>
|
||||
</mime-type>
|
||||
</mime-info>
|
||||
|
Reference in New Issue
Block a user