Skip to content
This repository has been archived by the owner on May 5, 2024. It is now read-only.

Commit

Permalink
Github does not seem to like L<text|scheme:...> links.
Browse files Browse the repository at this point in the history
  • Loading branch information
plu committed Jul 22, 2011
1 parent 4b6c07e commit 15185fd
Showing 1 changed file with 32 additions and 11 deletions.
43 changes: 32 additions & 11 deletions README.pod
Original file line number Diff line number Diff line change
@@ -1,19 +1,40 @@

=pod

This project connects Github Users to
L<MetaCPAN|https://metacpan.org> Users. It uses the
APIs of both sites: First it fetches all users from
L<MetaCPAN|https://metacpan.org> who have set their
Github account. After that it fetches all public information
about these users from Github. The app is deployed to
L<http://dotcloud.com> and uses L<MongoDB|http://www.mongodb.org/>
for storing the data. The software is written in Perl using the
L<Mojolicious|https://github.com/kraih/mojo> framework.
This project connects Github Users to MetaCPAN Users. It uses the
APIs of both sites: First it fetches all users from MetaCPAN who
have set their Github account. After that it fetches all public
information about these users from Github. The app is deployed to
dotCloud and uses MongoDB for storing the data. The software is
written in Perl using the Mojolicious framework.

It's some sort of an index of CPAN authors and their Github
accounts.

See also: L<http://www.github-meets-cpan.com>
See also:

=cut
=over

=item *

L<http://www.github-meets-cpan.com/>

=item *

L<http://mojolicious.org/>

=item *

L<https://metacpan.org/>

=item *

L<http://dotcloud.com/>

=item *

L<http://www.mongodb.org/>

=back

=cut

0 comments on commit 15185fd

Please sign in to comment.