diff doc/usage_album.xml @ 0:a84c32f131df 1.1.29

Import vendor version
author Peter Gervai <grin@grin.hu>
date Wed, 15 Oct 2008 23:28:56 +0200
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/doc/usage_album.xml	Wed Oct 15 23:28:56 2008 +0200
@@ -0,0 +1,68 @@
+<?xml version="1.0" encoding="LATIN1" ?>
+<!DOCTYPE webpage PUBLIC "-//Norman Walsh//DTD Website V2.2//EN" 
+ "http://docbook.sourceforge.net/release/website/2.2/website.dtd" [
+<!NOTATION XML SYSTEM "xml">
+<!ENTITY custom    SYSTEM "usage_custom.xml"    NDATA XML>
+]>
+<!-- $Id: usage_album.xml,v 1.6 2005/08/22 19:58:27 jerome Exp $ -->
+<webpage id="usage_album">
+  <config param="rcsdate" value="$Date: 2005/08/22 19:58:27 $"/>
+  
+  <head>
+    <title>Creating an album</title>
+    <keywords>SAUTRET, BINS, album, gallery, photos, EXIF</keywords>
+  </head>
+
+
+  <para>Put all your images in a directory, say
+  <filename>~/images</filename>. Your images can be ordered into
+  sub-directories.  Then, create an empty directory, where the album
+  will be created, say <filename>~/album</filename>&nbsp;:</para>
+
+  <programlisting>
+    mkdir ~/album
+  </programlisting>
+
+  <para>and run bins with the two directories (source and destination)
+    as parameters&nbsp;:</para>
+
+  <programlisting>
+    bins ~/images ~/album
+  </programlisting>
+
+  <para>This will create an HTML album, with sub-albums, thumbnails
+  and scaled images.</para>
+
+  <para>To change the appearance of the HTML album, a style can be
+  chosen with the <option>-s</option> command line option or via the
+  <literal>templateStyle</literal> parameter in the configuration or
+  description files (see <olink
+  targetdocent="custom">Customization</olink> below for information
+  about these files). In this case, BINS will use the HTML templates
+  found is the subdirectory named
+  <filename>templates.</filename><userinput>style</userinput> (where
+  <userinput>style</userinput> is the style name).</para>
+
+  <para>BINS looks for this subdirectory in the directory specified by
+  the <option>-t</option> command line option, then in
+  <filename>~/.bins</filename> and finally in
+  <filename>/etc/bins</filename>.</para>
+
+  <para>See the <ulink url="bins_man.html">man page</ulink> for all
+  style names available. If someone has the artistic talent to create
+  HTML templates for a new style, <ulink
+  url="mailto:jerome@sautret.org.ANTISPAM">I am
+  interested</ulink>...</para>
+
+  <para><command>bins</command> has some other command line options,
+  type</para>
+
+  <programlisting>
+    bins -h
+  </programlisting>
+
+  <para>to see them and see the <command><ulink
+  url="bins_man.html">bins(1)</ulink></command> man page.</para>
+
+
+</webpage>