diff options
author | Marco Pesenti Gritti <mpeseng@src.gnome.org> | 2002-12-31 03:29:24 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <mpeseng@src.gnome.org> | 2002-12-31 03:29:24 +0800 |
commit | 6876ede98282c7db318089bfefb292aa59e55d48 (patch) | |
tree | 76b23252d04da232d0ebf22e53bfe3e022686af9 /data/GNOME_Epiphany_NautilusView.server.in | |
download | gsoc2013-epiphany-6876ede98282c7db318089bfefb292aa59e55d48.tar gsoc2013-epiphany-6876ede98282c7db318089bfefb292aa59e55d48.tar.gz gsoc2013-epiphany-6876ede98282c7db318089bfefb292aa59e55d48.tar.bz2 gsoc2013-epiphany-6876ede98282c7db318089bfefb292aa59e55d48.tar.lz gsoc2013-epiphany-6876ede98282c7db318089bfefb292aa59e55d48.tar.xz gsoc2013-epiphany-6876ede98282c7db318089bfefb292aa59e55d48.tar.zst gsoc2013-epiphany-6876ede98282c7db318089bfefb292aa59e55d48.zip |
Initial revision
Diffstat (limited to 'data/GNOME_Epiphany_NautilusView.server.in')
-rw-r--r-- | data/GNOME_Epiphany_NautilusView.server.in | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/data/GNOME_Epiphany_NautilusView.server.in b/data/GNOME_Epiphany_NautilusView.server.in new file mode 100644 index 000000000..8af14019b --- /dev/null +++ b/data/GNOME_Epiphany_NautilusView.server.in @@ -0,0 +1,30 @@ +<oaf_info> + +<oaf_server iid="OAFIID:GNOME_Epiphany_NautilusViewFactory" type="exe" location="epiphany --nautilus-view"> + <oaf_attribute name="repo_ids" type="stringv"> + <item value="IDL:GNOME/ObjectFactory:1.0"/> + </oaf_attribute> + <oaf_attribute name="name" type="string" _value="Epiphany Nautilus view factory"/> + <oaf_attribute name="description" type="string" _value="Epiphany content view component's factory"/> +</oaf_server> + +<oaf_server iid="OAFIID:GNOME_Epiphany_NautilusView" type="factory" location="OAFIID:GNOME_Epiphany_NautilusViewFactory"> + <oaf_attribute name="repo_ids" type="stringv"> + <item value="IDL:Bonobo/Unknown:1.0"/> + <item value="IDL:Bonobo/Control:1.0"/> + <item value="IDL:Nautilus/View:1.0"/> + </oaf_attribute> + <oaf_attribute name="name" type="string" _value="Epiphany Nautilus view"/> + <oaf_attribute name="description" type="string" _value="Epiphany content view component"/> + <oaf_attribute name="bonobo:supported_mime_types" type="stringv"> + <item value="text/html"/> + <item value="text/xml"/> + <item value="x-directory/webdav"/> + <item value="x-directory/webdav-prefer-directory"/> + </oaf_attribute> + <oaf_attribute name="nautilus:view_as_name" type="string" _value="Web Page (Epiphany)"/> + <oaf_attribute name="nautilus:view_as_label" type="string" _value="View as Web Page (Epiphany)"/> + <oaf_attribute name="nautilus:viewer_label" type="string" _value="Web Page Viewer (Epiphany)"/> +</oaf_server> + +</oaf_info> |