Update README
Add installation, usage, support, contributing, and author information.
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user