diff options
Diffstat (limited to 'data/starthere/smartbookmarks.xml.in')
-rw-r--r-- | data/starthere/smartbookmarks.xml.in | 28 |
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> |