view doc/usage_custom.xml @ 6:3021deef1599

Encoding related fixes * chomp encoding string * reformat else (seems someone hacked it in) * debug print encoding * do not use :utf8 binmode ("re-encode") on written file if the input is _already_ UTF-8
author Peter Gervai <grin@grin.hu>
date Thu, 16 Oct 2008 00:02:14 +0200
parents a84c32f131df
children
line wrap: on
line source

<?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 usage_desc_xml    SYSTEM "usage_desc_xml.xml"    NDATA XML>
]>
<!-- $Id: usage_custom.xml,v 1.3 2002/08/24 15:33:45 jerome Exp $ -->
<webpage id="usage_custom">
  <config param="rcsdate" value="$Date: 2002/08/24 15:33:45 $"/>
  
  <head>
    <title>Customization</title>
    <keywords>SAUTRET, BINS, album, gallery, photos, EXIF</keywords>
  </head>

  <para>You can customize BINS by editing the value of the parameters
  in the <filename>binsrc</filename> config file. One such file is
  provided in the distribution. If you have installed BINS as root, it
  should be in <filename>/etc/bins</filename>, or else in
  <filename>~/.bins</filename> (you can copy it from
  <filename>/etc/bins</filename> to <filename>~/.bins</filename> if
  you want to change configuration only for your user). See the
  comments in this file or the <ulink url="bins_man.html">bins man
  page</ulink> for more information about the available
  parameters.</para>

  <para> You can also put these parameters (when it makes sense) in
  the album (<filename>album.xml</filename>) or image
  (<filename>image_name.jpg.xml</filename> for example) description
  files, in the <sgmltag>bins</sgmltag> section of these files (see
  <olink targetdocent="usage_desc_xml">Editing the description files
  in an editor</olink>), to personalize only some album, sub-album or
  images pages. A sample <filename>album.xml</filename> file is
  provided in the doc directory.</para>

  <para>HTML albums can be personalized by these parameters, but also
  with new styles. You can create a new style by writing new HTML
  templates. If you do so, don't hesitate to <ulink
  url="mailto:jerome@sautret.org.ANTISPAM">send me</ulink> your
  realization if you want them to be included with BINS.</para>

</webpage>