The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

PerlMonksFlairApp - www.perlmonksflair.com : Share flair badges from perlmonks.org

CONCEPT

This project is a simple tribute to www.perlmonks.org . It generates a badge according to the 30 fancy titles you get when you are a user on that site.

INSTALL INSTRUCTIONS

My username is gideondsouza, as of today I happen to be a Pilgrim, Level 8. Here is my flair: http://www.perlmonksflair.com/gideondsouza.jpg

Here is the site live : www.perlmonksflair.com

Once you install this module, all you need to do is :

    $ perl /path/to/module/bin/app.pl --port=1234
    $ #now you have the site running at localhost:1234

Open your browser and try http://localhost:1234/your_perlmonks_username.jpg and you should see an appropriate flair badge. This is an example of running on the Dancer standalone server. You could of course run it on a number of other servers including Apache and what not.

I used the nifty Dancer web framework, do checkout Dancer2 for an even niftier web framework. On the site live I use Varnish to cache images and Starman as my server. The front end is bootstrap if you still haven't seen the site :) The whole thing runs on a CentOS box.

AUTHOR

Gideon Israel Dsouza, <gideon at cpan.org>, http://www.gideondsouza.com The artwork for this project was done by Jennifer Leigh Holt

SUPPORT and BUGS

Please file issues, comments, feedbacks and bugs into the github repository here: https://github.com/gideondsouza/perlmonksflair/issues/new.

ACKNOWLEDGEMENTS

The artwork for this project was done by Jennifer Leigh Holt

LICENSE AND COPYRIGHT

Copyright 2013 Gideon Israel Dsouza.

This project is open source here : https://github.com/gideondsouza/perlmonksflair.

This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.