[epiphany/gnome-3-20] Add sane default bookmarks



commit 6fda87aa7b3e9c56bab2fd1784220b1622561d04
Author: Michael Catanzaro <mcatanzaro igalia com>
Date:   Sat Apr 23 10:36:05 2016 -0500

    Add sane default bookmarks

 data/default-bookmarks.rdf.in |   34 +++++++++-------------------------
 po/POTFILES.in                |    1 -
 2 files changed, 9 insertions(+), 26 deletions(-)
---
diff --git a/data/default-bookmarks.rdf.in b/data/default-bookmarks.rdf.in
index 90930bc..6c3440e 100644
--- a/data/default-bookmarks.rdf.in
+++ b/data/default-bookmarks.rdf.in
@@ -5,33 +5,17 @@
     <link>https://wiki.gnome.org/Apps/Web</link>
     <items>
       <rdf:Seq>
-        <rdf:li rdf:resource="https://duckduckgo.com"/>
+        <rdf:li rdf:resource="https://www.gnome.org/"/>
+        <rdf:li rdf:resource="https://webkit.org/"/>
       </rdf:Seq>
     </items>
   </channel>
-  <item rdf:about="https://duckduckgo.com";>
-    <_title>Search the web</_title>
-    <!-- Translators: you can use the regions listed in
-         https://duckduckgo.com/params to boost a particular region
-         associated with your language. For instance, for translators
-         to Finnish, it might make sense to add kl=fi-fi to the search
-         URL in order to boost results from Finland. Additionally, the
-         'kad' parameter can be used to specify the locale in which
-         duckduckgo must be translated. So, for a Finnish localized
-         version of duckduckgo that will render results tailored for
-         Finland, the string would be:
-         https://duckduckgo.com/?t=epiphany&amp;kl=fi-fi&amp;kad=fi_FI
-    -->
-    <_link>https://duckduckgo.com/?t=epiphany</_link>
-    <!-- Translators: you can use the regions listed in
-         https://duckduckgo.com/params to boost a particular region
-         associated with your language. For instance, for translators
-         to Finnish, it might make sense to add kl=fi-fi to the search
-         URL in order to boost results from Finland. Additionally, the
-         'kad' parameter can be used to specify the locale in which
-         duckduckgo must be translated. For such case, the search url
-         would be
-         https://duckduckgo.com/?q=%s&amp;t=epiphany&amp;kl=fi-fi&amp;kad=fi_FI -->
-    <_ephy:smartlink>https://duckduckgo.com/?q=%s&amp;t=epiphany</_ephy:smartlink>
+  <item rdf:about="https://www.gnome.org/";>
+    <title>GNOME</title>
+    <link>https://www.gnome.org/</link>
+  </item>
+  <item rdf:about="https://webkit.org/";>
+    <title>WebKit</title>
+    <link>https://webkit.org/</link>
   </item>
 </rdf:RDF>
diff --git a/po/POTFILES.in b/po/POTFILES.in
index b2ef174..951f514 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -1,7 +1,6 @@
 [encoding: UTF-8]
 # List of source files containing translatable strings.
 # Please keep this file sorted alphabetically.
-[type: gettext/xml]data/default-bookmarks.rdf.in
 data/epiphany.appdata.xml.in
 data/epiphany.desktop.in
 data/org.gnome.epiphany.gschema.xml


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]