[patch] new smart bookmarks
Robert Millan <[email protected]>
| Newsgroups | gmane.comp.web.galeon.devel |
|---|---|
| Message-ID | <20021117010643.GA2867@aragorn> |
Hello!
I've made two patches for two new smart bookmarks to
the default list.
One is a searcher of the GNU Free Software Directory
(http://www.gnu.org/directory/). Attaching patch
gnu.diff and corresponding gnu.png icon.
The other is a replacement of the current propietary
dictionary bookmark for a free enciclopedia that is
Wikipedia. Note that Wikipedia is officialy recommended
by the GNU project:
http://www.gnu.org/encyclopedia/
I think it's much closer to the free software philosophy
than a non-free dictionary.
thanks,
--
Robert Millan
"5 years from now everyone will be running
free GNU on their 200 MIPS, 64M SPARCstation-5"
Andrew S. Tanenbaum, 30 Jan 1992
gnu.diff
(text/plain, 1.1 KB)
diff -Nur galeon.old/bookmarks/default-bookmarks.xbel galeon/bookmarks/default-bookmarks.xbel
--- galeon.old/bookmarks/default-bookmarks.xbel 2002-11-16 20:27:04.000000000 +0100
+++ galeon/bookmarks/default-bookmarks.xbel 2002-11-16 20:52:56.000000000 +0100
@@ -275,6 +275,16 @@
</metadata>
</info>
</bookmark>
+ <bookmark href="http://www.gnu.org/directory/">
+ <title>GNU Free Software Directory</title>
+ <info>
+ <metadata owner="http://galeon.sourceforge.net/">
+ <nick>gnu</nick>
+ <pixmap>/usr/share/galeon/gnu.png</pixmap>
+ <smarturl>http://www.gnu.org/search/fsd-search.py?q=%s</smarturl>
+ </metadata>
+ </info>
+ </bookmark>
<bookmark href="http://rpmfind.net">
<title>RPMFind</title>
<info>
diff -Nur galeon.old/ui/Makefile.am galeon/ui/Makefile.am
--- galeon.old/ui/Makefile.am 2002-10-26 14:30:08.000000000 +0200
+++ galeon/ui/Makefile.am 2002-11-16 20:53:46.000000000 +0100
@@ -9,6 +9,7 @@
about_logo.png \
fetch_favicon.xpm \
freshmeat.png \
+ gnu.png \
galeon.glade \
galeon.png \
google.png \
gnu.png
(application/octet-stream, 951 B) - not displayed
wikipedia.diff
(text/plain, 819 B)
diff -ur galeon.old/bookmarks/default-bookmarks.xbel galeon/bookmarks/default-bookmarks.xbel
--- galeon.old/bookmarks/default-bookmarks.xbel 2002-07-02 15:47:31.000000000 +0200
+++ galeon/bookmarks/default-bookmarks.xbel 2002-11-16 20:26:14.000000000 +0100
@@ -148,13 +148,13 @@
</metadata>
</info>
</bookmark>
- <bookmark href="http://www.m-w.com">
+ <bookmark href="http://www.wikipedia.org">
<title>Dictionary</title>
<info>
<metadata owner="http://galeon.sourceforge.net/">
<nick>dict</nick>
<time_modified>1019396052</time_modified>
- <smarturl>http://www.m-w.com/cgi-bin/dictionary?va=%s</smarturl>
+ <smarturl>http://www.wikipedia.org/w/wiki.phtml?search=%s</smarturl>
</metadata>
</info>
</bookmark>