Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/neilb/perl-hub
Proof of concept for "front page for the perl community"
https://github.com/neilb/perl-hub
Last synced: 3 months ago
JSON representation
Proof of concept for "front page for the perl community"
- Host: GitHub
- URL: https://github.com/neilb/perl-hub
- Owner: neilb
- Created: 2013-03-23T16:28:18.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-03-24T22:09:28.000Z (almost 12 years ago)
- Last Synced: 2024-05-09T19:12:00.889Z (8 months ago)
- Language: Perl
- Size: 133 KB
- Stars: 6
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a proof-of-concept for a central "perl community hub" - a single place where all perl people can come to find out what's going on in the perl world. The basic idea is
* you would log in, using your PAUSE id, twitter, facebook, etc
* you could configure what you'd see on the front page
* you would provide details of your blog, any talks you've given, links to perl resources you've foundThis is just a mashup, built with the build-hub script. This does the following
* reads the list of perl blogs from conf/blogs.json
* reads the list of upcoming events conf/events.json
* reads the list of talks from conf/talks.json
* reads the list of links to perl resources from conf/links.jsonIt also grabs various perl related feeds, in some cases munges them, and maps them into the feeds
at the bottom of the page.If you want to add your blog, details of talks you've given, or any links I've missed,
either send me a pull request, or raise an issue on github.You can read more about the idea on my [blog post](http://blogs.perl.org/users/neilb/2013/03/idea-perl-community-homepage.html)