diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/.cvsignore | 4 | ||||
-rw-r--r-- | data/Makefile.am | 21 | ||||
-rw-r--r-- | data/evolution.1 | 39 | ||||
-rw-r--r-- | data/evolution.desktop.in | 7 | ||||
-rw-r--r-- | data/evolution.keys.in | 24 | ||||
-rw-r--r-- | data/evolution.mime | 5 |
6 files changed, 0 insertions, 100 deletions
diff --git a/data/.cvsignore b/data/.cvsignore deleted file mode 100644 index 5f6365598d..0000000000 --- a/data/.cvsignore +++ /dev/null @@ -1,4 +0,0 @@ -Makefile -Makefile.in -evolution.keys -evolution.desktop diff --git a/data/Makefile.am b/data/Makefile.am deleted file mode 100644 index 20c4dee0cd..0000000000 --- a/data/Makefile.am +++ /dev/null @@ -1,21 +0,0 @@ -desktopdir = $(datadir)/gnome/apps/Applications -desktop_in_files = evolution.desktop.in -desktop_DATA = $(desktop_in_files:.desktop.in=.desktop) -@XML_I18N_MERGE_DESKTOP_RULE@ - -keysdir = $(datadir)/mime-info -keys_in_files = evolution.keys.in -keys_DATA = $(keys_in_files:.keys.in=.keys) -@XML_I18N_MERGE_KEYS_RULE@ - -mimedir = $(datadir)/mime-info -mime_DATA = evolution.mime - -if HAVE_KDE_APPLNK -kdedesktopdir = $(KDE_APPLNK_DIR)/Applications -kdedesktop_DATA = $(desktop_in_files:.desktop.in=.desktop) -endif - -man_MANS = evolution.1 - -EXTRA_DIST = $(desktop_in_files) $(keys_in_files) $(mime_DATA) $(man_MANS) diff --git a/data/evolution.1 b/data/evolution.1 deleted file mode 100644 index 8e0193d82c..0000000000 --- a/data/evolution.1 +++ /dev/null @@ -1,39 +0,0 @@ -.TH "Evolution" "1" "1.0" "Ximian, Inc." "GNOME Applications" -.SH "NAME" -.LP -evolution \- Run Ximian Evolution, the GNOME groupware suite. -.SH "SYNOPSIS" -.LP -evolution [OPTION] ... [URI] -.SH "DESCRIPTION" -.LP -This program is a graphical groupware suite. Documentation for -Evolution is available by running the application and selecting items -from the Help menu, or by visiting the Ximian knowledge base at -\fBhttp://support.ximian.com\fR. -.TP -\fB\-\-no-splash\fR -do not display the start-up splash screen -.TP -\fB\-\-debug\fR=\fIFILENAME\fR -output debugging messages to FILENAME -.SH "EXAMPLES" -To run this program the standard way type: -.sp - \fBevolution\fR -.sp -To open your Inbox -.sp - \fBevolution evolution:/local/Inbox\fR -.sp -To send mail to \fBjoe@somewhere.net\fR -.sp - \fBevolution mailto:joe@somewhere.net\fR -.sp -To use Evolution as the handler for \fBmailto:\fR links in GNOME -applications, set the GNOME URL handler in the GNOME Control Center to -be: -.sp - \fBevolution "%s"\fR -.sp -(The similar approach works for Mozilla and other applications.)
\ No newline at end of file diff --git a/data/evolution.desktop.in b/data/evolution.desktop.in deleted file mode 100644 index c6f2e1c652..0000000000 --- a/data/evolution.desktop.in +++ /dev/null @@ -1,7 +0,0 @@ -[Desktop Entry] -_Name=Ximian Evolution -_Comment=The Evolution groupware suite -Exec=evolution -Icon=evolution.png -Terminal=0 -Type=Application diff --git a/data/evolution.keys.in b/data/evolution.keys.in deleted file mode 100644 index c2c27d1af7..0000000000 --- a/data/evolution.keys.in +++ /dev/null @@ -1,24 +0,0 @@ -text/x-vcard - _description=address card - default_action_type=component - default_component_iid=OAFIID:GNOME_Evolution_Addressbook_MiniCard_Control - short_list_component_iids_for_novice_user_level=OAFIID:GNOME_Evolution_Addressbook_MiniCard_Control - short_list_component_iids_for_intermediate_user_level=OAFIID:GNOME_Evolution_Addressbook_MiniCard_Control - short_list_component_iids_for_hacker_user_level=OAFIID:GNOME_Evolution_Addressbook_MiniCard_Control - -text/x-calendar - _description=calendar information - default_action_type=component - default_component_iid=OAFIID:GNOME_Evolution_Calendar_iTip_Control - short_list_component_iids_for_novice_user_level=OAFIID:GNOME_Evolution_Calendar_iTip_Control - short_list_component_iids_for_intermediate_user_level=OAFIID:GNOME_Evolution_Calendar_iTip_Control - short_list_component_iids_for_hacker_user_level=OAFIID:GNOME_Evolution_Calendar_iTip_Control - -text/calendar - _description=calendar information - default_action_type=component - default_component_iid=OAFIID:GNOME_Evolution_Calendar_iTip_Control - short_list_component_iids_for_novice_user_level=OAFIID:GNOME_Evolution_Calendar_iTip_Control - short_list_component_iids_for_intermediate_user_level=OAFIID:GNOME_Evolution_Calendar_iTip_Control - short_list_component_iids_for_hacker_user_level=OAFIID:GNOME_Evolution_Calendar_iTip_Control - diff --git a/data/evolution.mime b/data/evolution.mime deleted file mode 100644 index f72de6399b..0000000000 --- a/data/evolution.mime +++ /dev/null @@ -1,5 +0,0 @@ -text/x-vcard - ext: vcf - -text/calendar - ext: ics
\ No newline at end of file |