summaryrefslogtreecommitdiffstats
path: root/debian/patches/progress-linux/0001-keyword-bookmarks.patch
blob: 2572ed052b9401077af53eef1b74a91c0625742c (plain)
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
38
39
40
41
42
Author: Daniel Baumann <daniel.baumann@progress-linux.org>
Description: Adding keyword bookmarks.

diff -Naurp firefox-esr.orig/browser/base/content/default-bookmarks.html firefox-esr/browser/base/content/default-bookmarks.html
--- firefox-esr.orig/browser/base/content/default-bookmarks.html
+++ firefox-esr/browser/base/content/default-bookmarks.html
@@ -54,6 +54,35 @@
             <dt><a href="https://planet.mozilla.org/" icon="@mozilla_icon@" data-l10n-id="default-bookmarks-planet">default-bookmarks-planet</a></dt>
         </dl><p>
 #endif
+<dl>
+  <dt><h3>Keywords</h3></dt>
+  <dd>Keyword Bookmarks</dd>
+
+  <dl>
+    <dt><a href="https://www.google.com/search?q=%s" shortcuturl="g">Google Search</a></dt>
+    <dt><a href="https://en.wikipedia.org/wiki/%s" shortcuturl="w">Wikipedia</a></dt>
+
+    <hr>
+
+    <dt><a href="https://bugs.debian.org/%s" shortcuturl="bts">Debian Bug Tracking System</a></dt>
+    <dt><a href="https://tracker.debian.org/pkg/%s" shortcuturl="pts">Debian Package Tracking System</a></dt>
+
+    <dt><a href="https://lists.debian.org/debian-%s/recent" shortcuturl="lists">Debian Mailing Lists</a></dt>
+    <dt><a href="https://manpages.debian.org/sid/%s" shortcuturl="manpages">Debian Manpages</a></dt>
+    <dt><a href="https://security-tracker.debian.org/tracker/source-package/%s" shortcuturl="security">Debian Security Bug Tracker</a></dt>
+    <dt><a href="https://snapshot.debian.org/package/%s/" shortcuturl="snapshot">Debian Snapshot Archive</a></dt>
+    <dt><a href="https://sources.debian.org/src/%s" shortcuturl="sources">Debian Sources</a></dt>
+
+    <dt><a href="https://packages.debian.org/search?keywords=%s" shortcuturl="packages">Debian Package Search: Package Names</a></dt>
+    <dt><a href="https://packages.debian.org/search?keywords=%s&searchon=contents&suite=unstable" shortcuturl="file">Debian Package Search: Filenames</a></dt>
+    <dt><a href="https://packages.debian.org/sid/amd64/%s/filelist" shortcuturl="contents">Debian Package Search: Package Contents</a></dt>
+
+    <dt><a href="https://qa.debian.org/developer.php?login=%s" shortcuturl="ddpo">Debian QA: Developer&#39;s Packages Overview</a></dt>
+    <dt><a href="https://qa.debian.org/madison.php?package=%s" shortcuturl="ls">Debian QA: dak ls aka madison</a></dt>
+
+    <dt><a href="https://ftp-master.debian.org/dinstall.html" shortcuturl="dinstall">Debian ftp-master: dinstall</a></dt>
+    <dt><a href="https://ftp-master.debian.org/new.html" shortcuturl="new">Debian ftp-master: NEW</a></dt>
+  </dl>
 </dl>
 </body>
 </html>