diff doc/install_manual.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/install_manual.xml	Wed Oct 15 23:28:56 2008 +0200
@@ -0,0 +1,55 @@
+<?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>