1
0
forked from HPR/hpr_generator

Update README

Add installation, usage, support, contributing, and author information.
This commit is contained in:
2022-07-02 12:52:50 -04:00
parent b0006071e9
commit a592d56547
2 changed files with 40 additions and 81 deletions

View File

@@ -17,14 +17,26 @@ siteGenerator - HPR Site Generator
Examples:
Generate two specific pages:
siteGenerator index about
site-generator index about
Generate the whole site:
siteGenerator ALL
site-generator ALL
=head1 DESCRIPTION
This is a site generator based upon the Perl Templates Toolkit.
This is a site generator for the Hacker Public Radio website based upon the Perl Templates Toolkit.
=head1 INSTALLATION
* Create the sqlite3 database from the files in the _sql directory. The default name for the
database file is "hpr.db" and should be located in the root of the project directory. The
name and location can be set in the site.cfg file.
* Install the needed Perl modules using preferred method (distribution packages, CPAN, etc.)
* GetOpt
* Pod::Usage
* Config::Std
* Template
* DBI
=head1 AUTHOR