Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shlomif/perl-begin
The Perl Beginners’ Site’ Sources
https://github.com/shlomif/perl-begin
begin beginners cc-by hacktoberfest learn perl site travis-ci
Last synced: 20 days ago
JSON representation
The Perl Beginners’ Site’ Sources
- Host: GitHub
- URL: https://github.com/shlomif/perl-begin
- Owner: shlomif
- License: cc-by-4.0
- Created: 2016-02-15T21:22:44.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-09-25T03:23:35.000Z (about 2 months ago)
- Last Synced: 2024-10-11T21:44:39.164Z (about 1 month ago)
- Topics: begin, beginners, cc-by, hacktoberfest, learn, perl, site, travis-ci
- Language: HTML
- Homepage: https://perl-begin.org/
- Size: 8.42 MB
- Stars: 3
- Watchers: 3
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# About this repository
These are the sources of [The Perl Beginners’ Site](http://perl-begin.org/) ,
which require [Template Toolkit](http://template-toolkit.org/)
and other dependencies to be built.[![Travis-CI Build Status](https://travis-ci.org/shlomif/perl-begin.svg?branch=master)](https://travis-ci.org/shlomif/perl-begin)
[Travis-CI Build Status](https://travis-ci.org/shlomif/perl-begin)
## Finding the Dependencies
The dependencies are listed in the file `src/source/index.html.tt2` .
Before running GNU make for the first time, one has to run
`bash -x bin/install-npm-deps.sh` and `./gen-helpers`.
This script generates the list of directories and pages inside `lib/make/include.mak`
and `lib/make/rules.mak`.This script also has to be invoked whenever new pages are added, or existing
ones are removed or renamed.Enjoy!
— [Shlomi Fish](http://www.shlomifish.org/) (E-mail: [email protected] ).