diff options
| -rw-r--r-- | .version | 2 | ||||
| -rw-r--r-- | README.pod | 58 | ||||
| -rw-r--r-- | debian/changelog | 6 | ||||
| -rw-r--r-- | docs/photoalbum.1 | 2 |
4 files changed, 66 insertions, 2 deletions
@@ -1 +1 @@ -0.4.3 +0.4.4 diff --git a/README.pod b/README.pod new file mode 100644 index 0000000..242860f --- /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|version|generate [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://photoalbum.buetow.org> + +=cut diff --git a/debian/changelog b/debian/changelog index 6c88e5c..39a53d6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +photoalbum (0.4.4) stable; urgency=low + + * Add README.pod for Github page + + -- Paul Buetow <paul@buetow.org> Sun, 22 Jun 2014 11:38:14 +0200 + photoalbum (0.4.3) stable; urgency=low * Merge diff --git a/docs/photoalbum.1 b/docs/photoalbum.1 index c5f85ff..1e8e618 100644 --- a/docs/photoalbum.1 +++ b/docs/photoalbum.1 @@ -124,7 +124,7 @@ .\" ======================================================================== .\" .IX Title "PHOTOALBUM 1" -.TH PHOTOALBUM 1 "2014-05-13" "photoalbum 0.4.3" "User Commands" +.TH PHOTOALBUM 1 "2014-05-13" "photoalbum 0.4.4" "User Commands" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l |
