view doc/install_manual.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 intro    SYSTEM "intro.xml"    NDATA XML>
]>
<!-- $Id: install_manual.xml,v 1.2 2002/07/18 15:30:42 jerome Exp $ -->
<webpage id="install_manual">
  <config param="rcsdate" value="$Date: 2002/07/18 15:30:42 $"/>
  
  <head>
    <title>Manual installation</title>
    <summary>Introduction</summary>
    <keywords>SAUTRET, BINS, album, gallery, photos, EXIF</keywords>
  </head>

  <webtoc/>

  <para>If you don't trust the <command>install.sh</command> script,
  you can do the installation by hand.</para>

  <para>Copy files <filename>bins</filename> &amp;
  <filename>bins_edit</filename> somewhere in your PATH
  (<filename>/usr/local/bin</filename> sounds good, or
  <filename>~/bin</filename> if you're not
  root). <filename>bins_edit</filename> is optional. Then, copy the
  content of the templates directory in <filename>/etc/bins</filename>
  (system wide) or <filename>~/.bins</filename>&nbsp;:</para>

  <programlisting>
    cp bins bins_edit bins-edit-gui ~/bin
    mkdir /usr/local/share/bins
    cp bins-edit-gui.glade /usr/local/share/bins
    mkdir ~/.bins
    cp templates/* ~/.bins
  </programlisting>


  <para>If you want to use I18N&nbsp;:</para>

  <programlisting>
    mkdir -p /usr/local/share/locale/fr/LC_MESSAGES/
    cd intl
    cp fr.mo /usr/local/share/locale/fr/LC_MESSAGES/bins.mo
  </programlisting>

  <para>Example given is for french translation, change
  <literal>fr</literal> by your language code. French translation is
  the only one provided for the moment, contact me if you want to
  translate an album in your language. Be sure your
  <literal>$LANG</literal> and <literal>$LC_ALL</literal> variables
  are set to your language code if you want to use I18N. Only the
  strings in the generated album are translated, messages generated on
  the command line are still in english.</para>
</webpage>