changeset: 279:5fff6b329494
tag: tip
user: Andrew Antle <andrew.antle_AT_gmail.com>
date: Tue Sep 29 02:27:46 2009 -0400
files: surf.suckless.org/patches/searchengines.md
description:
Minor editorial changes.
diff -r d79b1497ecbe -r 5fff6b329494 surf.suckless.org/patches/searchengines.md
--- a/surf.suckless.org/patches/searchengines.md Mon Sep 28 21:35:16 2009 +0200
+++ b/surf.suckless.org/patches/searchengines.md Tue Sep 29 02:27:46 2009 -0400
_AT_@ -1,10 +1,10 @@
SEARCH ENGINES
-============
+==============
Description
-----------
-This little patch will allow the use of simple search engines. Put something
+This little patch allows the simple use of search engines. Put something
like this in your config.h:
static SearchEngine searchengines[] = {
_AT_@ -12,8 +12,8 @@
{ "leo", "
http://dict.leo.org/ende?search=%s" },
};
-This will enable searching in your favorit search engine by simply
-putting the prefix of your search engine in front your keywords:
+Then you can access each search engine by putting its prefix in front of your
+keywords:
g foo bar
_AT_@ -22,11 +22,11 @@
leo hello
Download
-------
+--------
* [searchengines-0.1.diff](searchengines-0.1.diff) (4K) (20090923)
Author
------
-- Nils Schweinsberg (McManiaC) <[mail_AT_n-sch.de](mailto:mail_AT_n-sch.de)>
+* Nils Schweinsberg (McManiaC) <[mail_AT_n-sch.de](mailto:mail_AT_n-sch.de)>
Received on Tue Sep 29 2009 - 08:32:45 CEST