File: 07_bookmarks.patch

package info (click to toggle)
epiphany-browser 48.3-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 25,384 kB
  • sloc: ansic: 75,426; javascript: 7,337; xml: 686; python: 177; sh: 77; makefile: 12
file content (35 lines) | stat: -rw-r--r-- 1,157 bytes parent folder | download | duplicates (2)
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
From: Josselin Mouette <joss@debian.org>
Date: Fri, 12 Jan 2007 12:00:45 +0000
Subject: Add default bookmarks for Debian

Forwarded: not-needed, Debian-specific
---
 data/default-bookmarks.rdf.in | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/data/default-bookmarks.rdf.in b/data/default-bookmarks.rdf.in
index 883a23a..290e4cb 100644
--- a/data/default-bookmarks.rdf.in
+++ b/data/default-bookmarks.rdf.in
@@ -13,4 +13,21 @@
     <title>GNOME</title>
     <link>https://www.gnome.org/</link>
   </item>
+  <item rdf:about="https://www.debian.org/">
+    <_title>Debian</_title>
+    <_link>https://www.debian.org/</_link>
+  </item>
+  <item rdf:about="https://www.gnome.org/">
+    <_title>GNOME</_title>
+    <_link>https://www.gnome.org/</_link>
+  </item>
+  <item rdf:about="http://planet.debian.org/">
+    <_title>Planet Debian</_title>
+    <_link>http://planet.debian.org/</_link>
+  </item>
+  <item rdf:about="https://bugs.debian.org/">
+    <_title>Debian Bug Tracking System</_title>
+    <_link>https://bugs.debian.org/</_link>
+    <_ephy:smartlink>https://bugs.debian.org/%s</_ephy:smartlink>
+  </item>
 </rdf:RDF>