diff options
| author | Paul Buetow <paul@buetow.org> | 2022-02-19 11:01:48 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2022-02-19 11:01:48 +0000 |
| commit | 6feae6c65217e8b82c33d3fd4c15be09293ebf9f (patch) | |
| tree | 666d35cd48ce3598634f536889e5665b5e26c25d /README.pod | |
| parent | 1c460f748c9695d03d34c37a0abf5f91e7a9c7a2 (diff) | |
| parent | e2e7f1477f16c97c676501ca9b98907135bb8155 (diff) | |
merged
Diffstat (limited to 'README.pod')
| -rw-r--r-- | README.pod | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/README.pod b/README.pod new file mode 100644 index 0000000..9c55dd7 --- /dev/null +++ b/README.pod @@ -0,0 +1,58 @@ +=head1 NAME + +photoalbum - photoalbum is a minimal bash script for linux to generate static web photo albums. + +=head1 SYNOPSIS + +photoalbum clean|generate|version|recursive:DIR [rcfile] +photoalbum makemake + +=over + +=item clean + +Cleans up the working space + +=item version + +Prints out the version + +=item generate + +Generates the static photoalbum + +=item makemake + +Creates a Makefile and photoalbumrc in the current working directory. + +=back + +=head2 RCFILE + +=head2 TUTORIAL + +* See if /etc/default/photoalbum fits your needs. If not, copy /etc/default/photoalbum to ~/.photoalbumrc in order to customize it. + +* Copy all images wanted to the incoming folder (see config file) + +* Run 'photoalbum generate' + +* Distribute the ./dist directory + +* Clean the mess up with 'photoalbum clean' + +It is possible to specify a custom rcfile path too. + +=head3 HTML TEMPLATES + +Go to the templates directory and edit them as wished. + +=head1 LICENSE + +See package description or project website. + +=head1 AUTHOR + +Paul Buetow - <http://buetow.org> + +=cut |
