diff options
-rw-r--r-- | gentoobrowse-api/service/notifications/xslt/base.xslt | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/gentoobrowse-api/service/notifications/xslt/base.xslt b/gentoobrowse-api/service/notifications/xslt/base.xslt index 9db7752..cbd704d 100644 --- a/gentoobrowse-api/service/notifications/xslt/base.xslt +++ b/gentoobrowse-api/service/notifications/xslt/base.xslt @@ -43,6 +43,28 @@ <footer class="footer"> <div class="container"> <p>Gentoo Browse is not an official Gentoo website. The name "Gentoo" and the "g" logo are trademarks of the Gentoo Foundation, Inc.</p> + <p>Many thanks to the people behind the tech powering Gentoo Browse.</p> + <ul class="footer-links"> + <li class="muted">·</li> + <li><a href="http://www.gentoo.org/">Gentoo</a></li> + <li class="muted">·</li> + <li><a href="http://www.postgresql.org/">PostgreSQL</a></li> + <li class="muted">·</li> + <li><a href="http://httpd.apache.org/">Apache</a></li> + <li class="muted">·</li> + <li><a href="http://www.fastcgi.com/drupal/">FastCGI</a></li> + <li class="muted">·</li> + <li><a href="http://www.w3.org/TR/xslt/">XSLT</a></li> + <li class="muted">·</li> + <li><a href="http://www.boost.org/">Boost</a></li> + <li class="muted">·</li> + <li><a href="https://zeroc.com/products/ice">ZeroC Ice</a></li> + <li class="muted">·</li> + <li><a href="http://twitter.github.com/bootstrap/index.html">Bootstrap</a></li> + <li class="muted">·</li> + <li><a href="http://icespider.randomdan.homeip.net/">IceSpider</a></li> + <li class="muted">·</li> + </ul> </div> </footer> |