summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorAndy Hertzfeld <andy@src.gnome.org>2000-06-05 08:21:16 +0000
committerAndy Hertzfeld <andy@src.gnome.org>2000-06-05 08:21:16 +0000
commite7d660625e7faf6501a8aa200c55364301f9d282 (patch)
tree47e2078702bd15bff95d39f26ffa60bc96605855 /data
parent68eeed5cdd0d9f1c8843f35318c6f09fc6457b2a (diff)
downloadnautilus-e7d660625e7faf6501a8aa200c55364301f9d282.tar.gz
added some web linksets and made nautilus-link support remote images by
added some web linksets and made nautilus-link support remote images by fetching them through http and caching them locally.
Diffstat (limited to 'data')
-rw-r--r--data/linksets/Makefile.am2
-rw-r--r--data/linksets/portals.xml5
-rw-r--r--data/linksets/search_engines.xml5
3 files changed, 12 insertions, 0 deletions
diff --git a/data/linksets/Makefile.am b/data/linksets/Makefile.am
index 8dd5b864d..45b7b8d8f 100644
--- a/data/linksets/Makefile.am
+++ b/data/linksets/Makefile.am
@@ -5,6 +5,8 @@ linkdir = $(datadir)/nautilus/linksets
link_DATA = \
apps.xml \
desktop.xml \
+ portals.xml \
+ search_engines.xml \
$(NULL)
EXTRA_DIST = $(link_DATA)
diff --git a/data/linksets/portals.xml b/data/linksets/portals.xml
new file mode 100644
index 000000000..efee8afad
--- /dev/null
+++ b/data/linksets/portals.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0"?>
+<linkset name="Portals">
+ <link name="Yahoo" image="http://dellbert.differnet.com/webicons/yahoo.png" uri="http://www.yahoo.com"/>
+ <link name="Excite" image="http://dellbert.differnet.com/webicons/excite.png" uri="http://www.excite.com"/>
+ </linkset>
diff --git a/data/linksets/search_engines.xml b/data/linksets/search_engines.xml
new file mode 100644
index 000000000..25e3f494a
--- /dev/null
+++ b/data/linksets/search_engines.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0"?>
+<linkset name="Portals">
+ <link name="Google" image="http://dellbert.differnet.com/webicons/google.png" uri="http://www.google.com"/>
+ <link name="Alta Vista" image="http://dellbert.differnet.com/webicons/altavista.png" uri="http://www.altavista.com"/>
+ </linkset>