1pmlindex(1) General Commands Manual pmlindex(1)
2
3
4
6 pmlindex ‐ constructs an HTML index of PhotoML files
7
9 pmlindex [-h] [-s size] [-e] [-d] [-p dst‐path] xmlfile [xmlfile] ...
10
12 pmlindex is a shell script that builds an indexed set of HTML descrip‐
13 tions of the PhotoML files provided as command line arguments. If an
14 HTML descriptions exists, it is only reconstructed if it has an older
15 time stamp than the corresponding PhotoML file.
16
18 pmlindex accepts the following options:
19
20 -h Display usage information.
21
22 -s size Set the primary font size in points.
23
24 -e Include a column providing exposure details when these are
25 present in the PhotoML data.
26
27 -d Generate detailed output rather than the default summary out‐
28 put.
29
30 -p dst‐path
31 Specify the destination path for the HTML files.
32
34 Brendt Wohlberg <photoml@wohlberg.net>
35
37 Copyright © 2003‐2007 Brendt Wohlberg <photoml@wohlberg.net>
38
39 This program is free software; you can redistribute it and/or modify it
40 under the terms of version 2 of the GNU General Public License
41 <http://www.gnu.org/licenses/gpl-2.0.txt>.
42
43 This program is distributed in the hope that it will be useful, but
44 WITHOUT ANY WARRANTY; without even the implied warranty of MER‐
45 CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
46 Public License for more details.
47
49 pmlexpand(1), pmltrans(1)
50
51
52
53 14 January 2008 pmlindex(1)