pidgin/nest

Update plugin lists

2020-08-19, Elliott Sales de Andrade
a5f1705be525
Update plugin lists

Update plugins that moved off Bitbucket.
Shorten GitHub raw links for plugin logos.
Fix plugin links to anchors.
Use https links where available.
Update some redirecting links.

Testing Done:
Viewed the result, and logos didn't seem to break. Some were even fixed now due to Bitbucket repo deletion.

Reviewed at https://reviews.imfreedom.org/r/72/
<footer id="footline">
<div class="footline-block">
{{ with $.Lastmod }}
Modified {{ .Format "2006-01-02" }}
{{ else }}
{{ T "Last-Modified-Not-Found" }}
{{ end }}
by
{{ with .Params.LastModifierDisplayName }}
{{ if $.Params.LastModifierEmail }}
<a href="mailto:{{ $.Params.LastModifierEmail }}">
{{ . }}
</a>
{{ else }}
{{ . }}
{{ end }}
{{ else }}
{{ T "Anon" }}
{{ end }}
</div>
<div class="footline-block footline-old-site-info">
{{ if .Params.replaces }}
This page was migrated from the old sites. This is what it replaces:
{{ partial "replaces-list.html" . }}
{{ else }}
To see content from the old wiki visit a
<a href="https://old.pidgin.im" rel="nofollow">
old.pidgin.im
</a>
{{ end }}
</div>
{{ with .Site.Menus.shortcuts }}
<ul class="footline-block footline-columns">
{{ range sort . "Weight" }}
<li>
{{ .Pre }}
<a {{ printf "href=%q" .URL | safeHTMLAttr }}>{{ safeHTML .Name }}</a>
{{ .Post }}
</li>
{{ end }}
</ul>
{{ end }}
<div class="footline-block">
{{ partial "supporters.html" . }}
</div>
<ul class="footline-block footline-columns copyright-text">
<li>
&copy; Pidgin
</li>
<li>
{{ T "Content" }} - GPL3
</li>
<li>
<a href="https://github.com/matcornic/hugo-theme-learn">{{ T "Theme" }}</a> - MIT
</li>
</ul>
</footer>