Add contributor information links
This commit is contained in:
parent
759f1d8580
commit
de3dda922b
2 changed files with 4 additions and 1 deletions
|
@ -109,6 +109,7 @@ developer name on all bug logs)'),
|
||||||
'gpgfinger': N_('GPG public key via finger'),
|
'gpgfinger': N_('GPG public key via finger'),
|
||||||
'gpgweb': N_('GPG public key via HTTP'),
|
'gpgweb': N_('GPG public key via HTTP'),
|
||||||
'nm': N_('NM, AM participation'),
|
'nm': N_('NM, AM participation'),
|
||||||
|
'contrib': N_('Contribution information').
|
||||||
},
|
},
|
||||||
'ssh': {
|
'ssh': {
|
||||||
'label': N_('Information reachable via ssh (for Debian Members)'),
|
'label': N_('Information reachable via ssh (for Debian Members)'),
|
||||||
|
|
|
@ -86,7 +86,7 @@ forum.pattern=http://forums.debian.net/memberlist.php?mode=viewprofile&u=%(forum
|
||||||
forum.optional=true
|
forum.optional=true
|
||||||
|
|
||||||
[miscellaneous]
|
[miscellaneous]
|
||||||
urls=debtags,links,planetname,planetuser,website,search,gpgfinger,gpgweb
|
urls=debtags,links,planetname,planetuser,website,search,gpgfinger,gpgweb,contrib
|
||||||
debtags.pattern=http://debtags.debian.net/reports/maint/%(email)s
|
debtags.pattern=http://debtags.debian.net/reports/maint/%(email)s
|
||||||
planetname.pattern=http://planet-search.debian.org/cgi-bin/search.cgi?terms=%%22%(name)s%%22
|
planetname.pattern=http://planet-search.debian.org/cgi-bin/search.cgi?terms=%%22%(name)s%%22
|
||||||
planetuser.pattern=http://planet-search.debian.org/cgi-bin/search.cgi?terms=%%22%(username)s%%22
|
planetuser.pattern=http://planet-search.debian.org/cgi-bin/search.cgi?terms=%%22%(username)s%%22
|
||||||
|
@ -100,6 +100,8 @@ gpgfinger.optional=true
|
||||||
gpgweb.pattern=http://db.debian.org/fetchkey.cgi?fingerprint=%(gpgfp)s
|
gpgweb.pattern=http://db.debian.org/fetchkey.cgi?fingerprint=%(gpgfp)s
|
||||||
gpgweb.optional=true
|
gpgweb.optional=true
|
||||||
nm.pattern=https://nm.debian.org/public/person/%(username)s
|
nm.pattern=https://nm.debian.org/public/person/%(username)s
|
||||||
|
contrib.pattern=https://contributors.debian.org/contributors/contributor/%(aliothusername)s
|
||||||
|
contrib.optional=true
|
||||||
|
|
||||||
[ssh]
|
[ssh]
|
||||||
# SSH functions
|
# SSH functions
|
||||||
|
|
Loading…
Reference in a new issue