Adding keyword bookmarks.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
This commit is contained in:
parent
5d768ea552
commit
5ec43dec5a
2 changed files with 43 additions and 0 deletions
42
debian/patches/progress-linux/0001-keyword-bookmarks.patch
vendored
Normal file
42
debian/patches/progress-linux/0001-keyword-bookmarks.patch
vendored
Normal file
|
@ -0,0 +1,42 @@
|
|||
Author: Daniel Baumann <daniel.baumann@progress-linux.org>
|
||||
Description: Adding keyword bookmarks.
|
||||
|
||||
diff -Naurp firefox.orig/browser/base/content/default-bookmarks.html firefox/browser/base/content/default-bookmarks.html
|
||||
--- firefox.orig/browser/base/content/default-bookmarks.html
|
||||
+++ firefox/browser/base/content/default-bookmarks.html
|
||||
@@ -52,6 +52,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'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>
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
|
@ -16,3 +16,4 @@ debian-hacks/Don-t-auto-disable-extensions-in-system-directories.patch
|
|||
debian-hacks/Work-around-GCC-ICE-on-ppc64el.patch
|
||||
debian-hacks/Adjust-our-gfx-skia-moz.build-patch-to-upstream-chan.patch
|
||||
debian-hacks/Disable-format-security-warning-when-disabling-forma.patch
|
||||
progress-linux/0001-keyword-bookmarks.patch
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue