8000 GitHub - zoffixznet/modules.perl6.org: Source code for modules.perl6.org - Perl 6 module listing
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

zoffixznet/modules.perl6.org

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

modules.perl6.org

These are the scripts to generate the website on http://modules.perl6.org/.

Development

Please use the following steps to aid you in your development:

  • Create a token with access to public repositories. To run the scripts, you need a GitHub token with rights to query Perl 6 module GitHub repository information.

  • Save the token in file named 'github-token' in web folder

  • Install prerequisites for build script:

$ perl Build.PL $ ./Build installdeps


- Run build script

$ cd web $ perl build-project-list.pl --limit=


## Seeing your changes

Once committed, the production cron job will pick up your changes on the 20th and 50th minutes of every hour. The script can take up to 10 minutes to complete.

20,50 * * * * sh update-modules.perl6.org > log/update.log 2>&1; cp log/update.log /var/www/modules.perl6.org/log


The cron job results can be found [here](http://modules.perl6.org/log/update.log).

## Author

Intial version contributed by patrickas++ on #perl6

## License

Artistic License 2.0

About

Source code for modules.perl6.org - Perl 6 module listing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 60.8%
  • Perl 27.7%
  • CSS 6.9%
  • HTML 4.6%
0