This patch should update the sgml file which is used to generate the
manpage.
HTH
Sven
--
If God passed a mic to me to speak
I'd say stay in bed, world
Sleep in peace
[The Cardigans - No sleep]
--- curator.sgml_orig 2005-02-22 17:48:32.000000000 +0100
+++ curator.sgml 2005-02-22 18:15:48.000000000 +0100
@@ -13,7 +13,7 @@
<!ENTITY dhfirstname "<firstname>Dave</firstname>">
<!ENTITY dhsurname "<surname>Baker</surname>">
<!-- Please adjust the date whenever revising the manpage. -->
- <!ENTITY dhdate "<date>December 31, 2001</date>">
+ <!ENTITY dhdate "<date>February 22, 2005</date>">
<!-- SECTION should be 1-8, maybe w/ subsection other parameters are
allowed: see man(7), man(1). -->
<!ENTITY dhsection "<manvolnum>1</manvolnum>">
@@ -145,72 +145,11 @@
</varlistentry>
<varlistentry>
- <term><option>--no-thumbgen</option></term>
- <listitem>
- <para>don't generate thumbnails
- </para>
- </listitem>
- </varlistentry>
-
- <varlistentry>
- <term><option>--force-thumbgen</option>
- <option>-h</option></term>
- <listitem>
- <para>overwrite existing thumbnails
- </para>
- </listitem>
- </varlistentry>
-
- <varlistentry>
- <term><option>--no-index</option></term>
- <listitem>
- <para>don't generate HTML indexes
- </para>
- </listitem>
- </varlistentry>
-
- <varlistentry>
- <term><option>--force-index</option>
- <option>-i</option></term>
- <listitem>
- <para>overwrite existing HTML indexes
- </para>
- </listitem>
- </varlistentry>
-
- <varlistentry>
- <term><option>--no-imagepage</option></term>
- <listitem>
- <para>don't generate HTML image pages
- </para>
- </listitem>
- </varlistentry>
-
- <varlistentry>
- <term><option>--force-imagepage</option>
- <option>-j</option></term>
- <listitem>
- <para>overwrite existing HTML image pages
- </para>
- </listitem>
- </varlistentry>
-
- <varlistentry>
- <term><option>--force</option></term>
- <listitem>
- <para>generate and overwrite everything (i.e. forces
- thumbnails, indexes and imagepages)
- </para>
- </listitem>
- </varlistentry>
-
- <varlistentry>
- <term><option>--no-html</option>
- <option>-n</option></term>
- <listitem>
- <para>don't generate html (i.e. indexes and imagepages)
- </para>
- </listitem>
+ <term><option>--no-links</option></term>
+ <listitem>
+ <para>don't make links to HTML directory indexes
+ </para>
+ </listitem>
</varlistentry>
<varlistentry>
@@ -282,8 +221,7 @@
</varlistentry>
<varlistentry>
- <term><option>--save-templates</option>
- <option>-S</option></term>
+ <term><option>--save-templates</option></term>
<listitem>
<para>Saves the template files in the root of the hierarchy. Previous
copies, if existing and different from the current template,
@@ -293,20 +231,7 @@
</para>
</listitem>
</varlistentry>
-
- <varlistentry>
- <term><option>--rc</option></term>
- <listitem>
- <para>Specifies an additional global file to include and run in the
- page environment before expanding the templates. This can be
- used to perform global initialization and customization of
- template variables. The file template-rc.py is searched in the
- same order as for templates and is executed in that order as
- well. Note that output when executing this goes to stdout.
- </para>
- </listitem>
- </varlistentry>
-
+
<varlistentry>
<term><option>--ignore-errors</option>
<option>-k</option></term>
@@ -315,15 +240,6 @@
</para>
</listitem>
</varlistentry>
-
- <varlistentry>
- <term><option>--ignore-pattern</option>
- <option>-I</option></term>
- <listitem>
- <para>regexp to specify image files to ignore
- </para>
- </listitem>
- </varlistentry>
<varlistentry>
<term><option>--htmlext</option></term>
@@ -340,15 +256,7 @@
</para>
</listitem>
</varlistentry>
-
- <varlistentry>
- <term><option>--newthumbext</option></term>
- <listitem>
- <para>specifies new thumbnail extension/type (default: '.jpg')
- </para>
- </listitem>
- </varlistentry>
-
+
<varlistentry>
<term><option>--thumb-sfx</option></term>
<listitem>
@@ -416,25 +324,26 @@
</para>
</listitem>
</varlistentry>
-
+
<varlistentry>
- <term><option>--thumb-size</option>
- <option>-s</option></term>
+ <term><option>--pil</option></term>
<listitem>
- <para>specifies size in pixels of thumbnail largest side
+ <para>use the Python Imaging Library
+ (PIL) instead of the Imagemagick
+ tools.
</para>
</listitem>
</varlistentry>
-
+
<varlistentry>
- <term><option>--check-thumb-size</option></term>
+ <term><option>--thumb-size</option>
+ <option>-s</option></term>
<listitem>
- <para>check the size of existing thumbnails to make sure
- they're appropriately sized
+ <para>specifies size in pixels of thumbnail largest side
</para>
</listitem>
</varlistentry>
-
+
<varlistentry>
<term><option>--thumb-quality</option>
<option>-Q</option></term>
@@ -459,13 +368,37 @@
<term><option>--clean</option></term>
<listitem>
<para>remove all files generated by curator. Curator exits
- after clean up.
+ after clean up.
</para>
</listitem>
</varlistentry>
+ <varlistentry>
+ <term><option>--out-along</option>
+ <option>-D</option></term>
+ <listitem>
+ <para>Put outputs along with files (default).
+ </para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term><option>--out-subdirs</option>
+ <option>-S</option></term>
+ <listitem>
+ <para>Put outputs in subdirectories of the directories.
+ </para>
+ </listitem>
+ </varlistentry>
-
+ <varlistentry>
+ <term><option>--out-onedir</option>
+ <option>-O</option></term>
+ <listitem>
+ <para>Put all outputs in a single output subdirectory.
+ </para>
+ </listitem>
+ </varlistentry>
</variablelist>
</refsect1>