diff options
author | epoch <epoch@enzo.thebackupbox.net> | 2022-02-17 01:13:07 +0000 |
---|---|---|
committer | epoch <epoch@enzo.thebackupbox.net> | 2022-02-17 01:13:07 +0000 |
commit | 2cd1a579e8c4178b8654692a2a921bdc625ff577 (patch) | |
tree | e37826179a9085a6596d9d09b10c020247d0b41f /contrib | |
parent | b49676181b0695ff57df3261686274510f5999c9 (diff) | |
download | uritools-2cd1a579e8c4178b8654692a2a921bdc625ff577.tar.gz uritools-2cd1a579e8c4178b8654692a2a921bdc625ff577.zip |
copy_start_nevermind got a "split" option. added rfc-search to install target. wikipedia-specific uristart.conf got another line
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/wikipedia.uristart.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/wikipedia.uristart.conf b/contrib/wikipedia.uristart.conf index 7a5936e..177ed88 100644 --- a/contrib/wikipedia.uristart.conf +++ b/contrib/wikipedia.uristart.conf @@ -1 +1,2 @@ s https d en.wikipedia.org p /wiki/*: wikipedia-handler "$(printf "%%s\n" '%p' | sed 's|^/wiki/||')" +s https d en.wikipedia.org p /w/index.php q *title=Special*Search* q *search=*: wikipedia-search-handler '%U' |