comparison 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
comparison
equal deleted inserted replaced
-1:000000000000 0:a84c32f131df
1 <?xml version="1.0" encoding="LATIN1" ?>
2 <!DOCTYPE webpage PUBLIC "-//Norman Walsh//DTD Website V2.2//EN"
3 "http://docbook.sourceforge.net/release/website/2.2/website.dtd" [
4 <!NOTATION XML SYSTEM "xml">
5 <!ENTITY intro SYSTEM "intro.xml" NDATA XML>
6 ]>
7 <!-- $Id: install_manual.xml,v 1.2 2002/07/18 15:30:42 jerome Exp $ -->
8 <webpage id="install_manual">
9 <config param="rcsdate" value="$Date: 2002/07/18 15:30:42 $"/>
10
11 <head>
12 <title>Manual installation</title>
13 <summary>Introduction</summary>
14 <keywords>SAUTRET, BINS, album, gallery, photos, EXIF</keywords>
15 </head>
16
17 <webtoc/>
18
19 <para>If you don't trust the <command>install.sh</command> script,
20 you can do the installation by hand.</para>
21
22 <para>Copy files <filename>bins</filename> &amp;
23 <filename>bins_edit</filename> somewhere in your PATH
24 (<filename>/usr/local/bin</filename> sounds good, or
25 <filename>~/bin</filename> if you're not
26 root). <filename>bins_edit</filename> is optional. Then, copy the
27 content of the templates directory in <filename>/etc/bins</filename>
28 (system wide) or <filename>~/.bins</filename>&nbsp;:</para>
29
30 <programlisting>
31 cp bins bins_edit bins-edit-gui ~/bin
32 mkdir /usr/local/share/bins
33 cp bins-edit-gui.glade /usr/local/share/bins
34 mkdir ~/.bins
35 cp templates/* ~/.bins
36 </programlisting>
37
38
39 <para>If you want to use I18N&nbsp;:</para>
40
41 <programlisting>
42 mkdir -p /usr/local/share/locale/fr/LC_MESSAGES/
43 cd intl
44 cp fr.mo /usr/local/share/locale/fr/LC_MESSAGES/bins.mo
45 </programlisting>
46
47 <para>Example given is for french translation, change
48 <literal>fr</literal> by your language code. French translation is
49 the only one provided for the moment, contact me if you want to
50 translate an album in your language. Be sure your
51 <literal>$LANG</literal> and <literal>$LC_ALL</literal> variables
52 are set to your language code if you want to use I18N. Only the
53 strings in the generated album are translated, messages generated on
54 the command line are still in english.</para>
55 </webpage>