aboutsummaryrefslogtreecommitdiffstats
path: root/data/starthere/smartbookmarks.xml.in
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@it.gnome.org>2003-01-09 03:12:33 +0800
committerMarco Pesenti Gritti <mpeseng@src.gnome.org>2003-01-09 03:12:33 +0800
commit74f30634c4d7187f9c04b0b4e7dfad1253c5616c (patch)
treebb5e9c11ecc10e6af05addc7b519e69f9386aa86 /data/starthere/smartbookmarks.xml.in
parent5df83cc343c496873f84e939a6367b69ad9286bb (diff)
downloadgsoc2013-epiphany-74f30634c4d7187f9c04b0b4e7dfad1253c5616c.tar
gsoc2013-epiphany-74f30634c4d7187f9c04b0b4e7dfad1253c5616c.tar.gz
gsoc2013-epiphany-74f30634c4d7187f9c04b0b4e7dfad1253c5616c.tar.bz2
gsoc2013-epiphany-74f30634c4d7187f9c04b0b4e7dfad1253c5616c.tar.lz
gsoc2013-epiphany-74f30634c4d7187f9c04b0b4e7dfad1253c5616c.tar.xz
gsoc2013-epiphany-74f30634c4d7187f9c04b0b4e7dfad1253c5616c.tar.zst
gsoc2013-epiphany-74f30634c4d7187f9c04b0b4e7dfad1253c5616c.zip
More start here page work, importing bookmarks from mozilla now should
2003-01-08 Marco Pesenti Gritti <marco@it.gnome.org> * TODO: * data/starthere/Makefile.am: * data/starthere/index.xml.in: * data/starthere/section.xsl: * data/starthere/smartbookmarks.xml.in: * embed/ephy-embed-shell.c: (ephy_embed_shell_class_init): * embed/ephy-embed-shell.h: * embed/mozilla/StartHereProtocolHandler.cpp: * po/POTFILES.in: * src/ephy-shell.c: (ephy_shell_command_cb), (ephy_shell_init): More start here page work, importing bookmarks from mozilla now should work.
Diffstat (limited to 'data/starthere/smartbookmarks.xml.in')
-rw-r--r--data/starthere/smartbookmarks.xml.in28
1 files changed, 28 insertions, 0 deletions
diff --git a/data/starthere/smartbookmarks.xml.in b/data/starthere/smartbookmarks.xml.in
new file mode 100644
index 000000000..7eed310eb
--- /dev/null
+++ b/data/starthere/smartbookmarks.xml.in
@@ -0,0 +1,28 @@
+<?xml version="1.0"?>
+<?xml-stylesheet type="text/xsl" href="section.xsl"?>
+<section>
+<bar>
+<item section="start-here:">Start Here</item>
+<item section="start-here:smartbookmarks">Smart Bookmarks</item>
+</bar>
+<content>
+<_title>Smart Bookmarks</_title>
+<_paragraph>
+Smart bookmarks allows to perform searches and similar actions directly from
+the location entry.
+</_paragraph>
+<_paragraph>
+Right click the icon and choose "Add Bookmark" from the menu list.
+When you will type a word in the toolbar entry, a list of your smart
+bookmarks will be displayed. Just choose one of them to perform the search.
+The next time you type a word, just pressing the Enter key will be enough to
+perform the same action.
+</_paragraph>
+<smartbookmark normal="http://www.google.com/" smart="http://www.google.com/search?q=%s" title="Search the web - Google">
+Search the web - Google
+</smartbookmark>
+<smartbookmark normal="http://images.google.com/" smart="http://images.google.com/images?q=%s" title="Search images - Google">
+Search images - Google
+</smartbookmark>
+</content>
+</section>