aboutsummaryrefslogtreecommitdiffstats
path: root/data/default-bookmarks.rdf.in
blob: 2b97106842c7ac3a95565ac93977296bfd9e20aa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<?xml version="1.0"?>
<rdf:RDF xmlns="http://purl.org/rss/1.0/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:ephy="http://gnome.org/ns/epiphany#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
  <channel rdf:about="file://@pkgdatadir@/default-bookmarks.rdf">
    <title>Epiphany bookmarks</title>
    <link>http://www.gnome.org/projects/epiphany/</link>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://duckduckgo.com"/>
      </rdf:Seq>
    </items>
  </channel>
  <item rdf:about="http://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:
         http://duckduckgo.com/?t=epiphany&amp;kl=fi-fi&amp;kal=fi_FI
    -->
    <_link>http://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
         http://duckduckgo.com/?q=%s&amp;t=epiphany&amp;kl=fi-fi&amp;kal=fi_FI -->
    <_ephy:smartlink>http://duckduckgo.com/?q=%s&amp;t=epiphany</_ephy:smartlink>
  </item>
</rdf:RDF>