forked from jan/debianmemberportfolio
Fix parameters for the lists search service
This commit is contained in:
parent
8fe6a79649
commit
bfae5b5820
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ duck.pattern=http://duck.debian.net/persons/%(email)s.html
|
||||||
|
|
||||||
[lists]
|
[lists]
|
||||||
urls=dolists,adolists,gmane
|
urls=dolists,adolists,gmane
|
||||||
dolists.pattern=https://lists.debian.org/cgi-bin/search?author=%(name)s&sort=date
|
dolists.pattern=https://lists.debian.org/cgi-bin/search?P="%%22%(name)s%%22&SORT=0
|
||||||
adolists.pattern=https://www.google.com/search?q=site%%3Alists.alioth.debian.org+%%22%(name)s%%22
|
adolists.pattern=https://www.google.com/search?q=site%%3Alists.alioth.debian.org+%%22%(name)s%%22
|
||||||
gmane.pattern=http://search.gmane.org/?email=%(name)s&group=gmane.linux.debian.*
|
gmane.pattern=http://search.gmane.org/?email=%(name)s&group=gmane.linux.debian.*
|
||||||
# debconf list search has a tricky URL format
|
# debconf list search has a tricky URL format
|
||||||
|
|
Loading…
Reference in a new issue