This is the Git repository for the CPAN “Once a Week, Every Week”
Contest website (which was located at onceaweek.cjmweb.net
but is now offline). You can get the release database from
the data Git repository
and store it in the data/
directory of this repository. (It's not a
Git submodule because I don't want to link it to any particular revision.)
If anyone wants to bring back the website, feel free to fork this repository. If you let me know, I can CNAME onceaweek.cjmweb.net to your new site.
-
Make sure you've checked out the most recent release data into the
data/
subdirectory. You'll also need to run thefetchReleases.pl
script, because the data repository is no longer being updated. -
Run the
createDB.pl
script to createseinfeld.db
and populate it with the release data. -
Run the
recalc.pl
script to calculate Seinfeld chains from the release data. -
Run the
makeweb.pl
script to process the templates in thetemplates/
directory and create the output files in theweb/
directory.
This software is copyright (c) 2012 by Christopher J. Madsen.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.