Skip to content

Commit

Permalink
Updates about page.
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed Mar 17, 2015
1 parent 32403b3 commit dade739
Showing 1 changed file with 16 additions and 10 deletions.
26 changes: 16 additions & 10 deletions templates/root/about.html.ep
@@ -1,16 +1,22 @@
% layout 'default';
% title 'About';
<div class="item">
"Github Meets CPAN" presents a list of users who have set their
<a href="https://github.com">Github</a> account at
<a href="https://metacpan.org">MetaCPAN</a>. This app uses the
<a href="https://github.com/CPAN-API/cpan-api/wiki/Beta-API-docs">MetaCPAN API</a>
as well as the <a href="http://developer.github.com/v3/">Github API</a>
(<a href="https://github.com/plu/Pithub">Pithub</a>) to gather all the information
presented here. It is hosted at <a href="http://dotcloud.com">dotCloud</a> and uses the
<a href="http://mojolicious.org/">Mojolicious Web Framework</a>. The guy who was so
bored to write this is called <a href="<%= url_for '/user/PLU' %>">plu</a>. The
rank is calculated by this formula:<br/>

"Github Meets CPAN" presents a list of users who have set their <a
href="https://github.com">Github</a> account at <a
href="https://metacpan.org">MetaCPAN</a>. This app uses the <a
href="https://github.com/CPAN-API/cpan-api/blob/master/docs/API-docs.md">MetaCPAN
API</a> as well as the <a href="http://developer.github.com/v3/">Github
API</a> (<a href="https://metacpan.org/pod/Pithub">Pithub</a>) to gather
all the information presented here. It is hosted by the MetaCPAN project
and uses the <a href="http://mojolicious.org/">Mojolicious Web
Framework</a>. <a href="http://www.fastly.com/">Fastly</a> provides the
caching layer which makes it so fast. You can <a
href="https://github.com/CPAN-API/github-meets-cpan">fork this project on
Github</a>. The guy who was so bored to write this is called <a href="<%=
url_for '/user/PLU' %>">plu</a>. The rank is calculated by this
formula:<br/>

<pre> (count of your followers)
+ (sum of watchers of all of your repositories)
+ (sum of forks of all of your repositories)
Expand Down

0 comments on commit dade739

Please sign in to comment.