blob: 9278ce9e5718e6a23d84ec8da08a50af3d21ab4e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
NAME
photoalbum - photoalbum is a minimal bash script for linux to generate
static web photo albums.
SYNOPSIS
photoalbum [init|generate]
QUICK START GUIDE:
* See if /etc/default/photoalbum fits your needs. If not, read on.
* Copy /etc/default/photoalbum to ~/.photoalbumrc in order to customize
it.
* Run 'photoalbum init'
* Copy all images wanted to ./incoming
* Run 'photoalbum generate'
* Distribute the ./dist directory
HTML TEMPLATES
Go to the templates directory and edit them as wished.
LICENSE
See package description or project website.
AUTHOR
Paul Buetow - <http://photoalbum.buetow.org>
|