diff options
author | Marco Pesenti Gritti <mpeseng@src.gnome.org> | 2003-06-09 19:54:18 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <mpeseng@src.gnome.org> | 2003-06-09 19:54:18 +0800 |
commit | 33c5910a3d9312ddb30de41eeda7d96d3b98a6c7 (patch) | |
tree | afe4b2b1b4daa44605f73356a3d447114189f74a /data/starthere/smartbookmarks.xml.in | |
parent | 50bb5af3f6a571e8e341d26cdd5b7a1b2178d8dd (diff) | |
download | gsoc2013-epiphany-33c5910a3d9312ddb30de41eeda7d96d3b98a6c7.tar gsoc2013-epiphany-33c5910a3d9312ddb30de41eeda7d96d3b98a6c7.tar.gz gsoc2013-epiphany-33c5910a3d9312ddb30de41eeda7d96d3b98a6c7.tar.bz2 gsoc2013-epiphany-33c5910a3d9312ddb30de41eeda7d96d3b98a6c7.tar.lz gsoc2013-epiphany-33c5910a3d9312ddb30de41eeda7d96d3b98a6c7.tar.xz gsoc2013-epiphany-33c5910a3d9312ddb30de41eeda7d96d3b98a6c7.tar.zst gsoc2013-epiphany-33c5910a3d9312ddb30de41eeda7d96d3b98a6c7.zip |
remove unused stuff
Diffstat (limited to 'data/starthere/smartbookmarks.xml.in')
-rw-r--r-- | data/starthere/smartbookmarks.xml.in | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/data/starthere/smartbookmarks.xml.in b/data/starthere/smartbookmarks.xml.in deleted file mode 100644 index 34ba168c1..000000000 --- a/data/starthere/smartbookmarks.xml.in +++ /dev/null @@ -1,31 +0,0 @@ -<?xml version="1.0"?> -<?xml-stylesheet type="text/xsl" href="section.xsl"?> -<section name="Smart Bookmarks"> -<_pagetitle>Smart Bookmarks</_pagetitle> -<bar> -<item section="home:"><_translate>Home</_translate></item> -<item section="home:smartbookmarks"><_translate>Smart Bookmarks</_translate></item> -</bar> -<content> -<_title>Smart Bookmarks</_title> -<_paragraph> -Smart bookmarks allows to perform searches and similar actions directly from -the address entry. -</_paragraph> -<_paragraph> -Right click the links and choose "Bookmark Link..." from the menu list. -When you will type a word in the address 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&ie=UTF-8&oe=UTF-8" title="Search the web - Google"> -<_translate>Search the web - Google</_translate> -</smartbookmark> -<smartbookmark normal="http://images.google.com/" -smart="http://images.google.com/images?q=%s&ie=UTF-8&oe=UTF-8" title="Search images - Google"> -<_translate>Search images - Google</_translate> -</smartbookmark> -</content> -</section> |