diff doc/install_manual.html @ 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.html	Wed Oct 15 23:28:56 2008 +0200
@@ -0,0 +1,31 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><meta name="generator" content="Website XSL Stylesheet V2.2
+"><link rel="home" href="index.html" title="BINS Photo Album"><link rel="up" href="install.html" title="Installation"><link rel="previous" href="install_automatic.html" title="Automatic installation"><link rel="next" href="usage.html" title="Usage"><link rel="first" href="install_prerequisites.html" title="Prerequisites"><link rel="stylesheet" href="example.css" type="text/css">
+    <title>Manual installation</title>
+    
+    <meta name="keyword" content="SAUTRET, BINS, album, gallery, photos, EXIF">
+  </head><body class="tabular" bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div id="install_manual" class="webpage"><a name="install_manual"></a><table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Navigation"><tr><td valign="top" align="left" bgcolor="#4080FF" width="220"><p class="navtoc"><a href="index.html"><img align="left" border="0" src="graphics/banner.png" alt="Banner"></a><br clear="all"><br><span class="toplevel"><img src="graphics/blank.gif" alt="   "><a href="intro.html"><img src="graphics/navicons/triangle/other/leaf.gif" alt=" " border="0"></a><span class="otherpage"><a href="intro.html">Introduction</a></span><br></span><span class="toplevel"><img src="graphics/blank.gif" alt="   "><a href="examples.html"><img src="graphics/navicons/triangle/other/leaf.gif" alt=" " border="0"></a><span class="otherpage"><a href="examples.html">Examples</a></span><br></span><span class="toplevel"><img src="graphics/blank.gif" alt="   "><a href="faq.html"><img src="graphics/navicons/triangle/other/leaf.gif" alt=" " border="0"></a><span class="otherpage"><a href="faq.html">FAQ</a></span><br></span><span class="toplevel"><img src="graphics/blank.gif" alt="   "><a href="download.html"><img src="graphics/navicons/triangle/other/leaf.gif" alt=" " border="0"></a><span class="otherpage"><a href="download.html">Download</a></span><br></span><span class="toplevel"><img src="graphics/blank.gif" alt="   "><a href="install.html"><img src="graphics/navicons/triangle/other/open.gif" alt=" " border="0"></a><span class="ancestor"><a href="install.html">Installation</a></span><br></span><span class="shrink1"><img src="graphics/blank.gif" alt="   "><img src="graphics/blank.gif" alt="   "><a href="install_prerequisites.html"><img src="graphics/navicons/triangle/other/leaf.gif" alt=" " border="0"></a><span class="otherpage"><a href="install_prerequisites.html">Prerequisites</a></span><br></span><span class="shrink1"><img src="graphics/blank.gif" alt="   "><img src="graphics/blank.gif" alt="   "><a href="install_automatic.html" title="Introduction"><img src="graphics/navicons/triangle/other/leaf.gif" alt=" " border="0"></a><span class="otherpage"><a href="install_automatic.html" title="Introduction">Automatic installation</a></span><br></span><span class="shrink1"><img src="graphics/blank.gif" alt="   "><img src="graphics/blank.gif" alt="   "><a href="install_manual.html" title="Introduction"><img src="graphics/navicons/triangle/current/leaf.gif" alt="+" border="0"></a><span class="curpage">Manual installation <img src="graphics/navicons/triangle/current/pointer.gif" alt="&lt;-"></span><br></span><span class="toplevel"><img src="graphics/blank.gif" alt="   "><a href="usage_album.html"><img src="graphics/navicons/triangle/other/closed.gif" alt=" " border="0"></a><span class="otherpage"><a href="usage_album.html">Usage</a></span><br></span><span class="toplevel"><img src="graphics/blank.gif" alt="   "><a href="contact.html"><img src="graphics/navicons/triangle/other/leaf.gif" alt=" " border="0"></a><span class="otherpage"><a href="contact.html">Contact and contribution</a></span><br></span><span class="toplevel"><img src="graphics/blank.gif" alt="   "><a href="license.html"><img src="graphics/navicons/triangle/other/leaf.gif" alt=" " border="0"></a><span class="otherpage"><a href="license.html">License</a></span><br></span><br></p></td><td valign="top" align="left" bgcolor="white"><h1>Manual installation</h1><p>If you don't trust the <span><strong class="command">install.sh</strong></span> script,
+  you can do the installation by hand.</p><p>Copy files <code class="filename">bins</code> &amp;
+  <code class="filename">bins_edit</code> somewhere in your PATH
+  (<code class="filename">/usr/local/bin</code> sounds good, or
+  <code class="filename">~/bin</code> if you're not
+  root). <code class="filename">bins_edit</code> is optional. Then, copy the
+  content of the templates directory in <code class="filename">/etc/bins</code>
+  (system wide) or <code class="filename">~/.bins</code> :</p><pre class="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
+  </pre><p>If you want to use I18N :</p><pre class="programlisting">
+    mkdir -p /usr/local/share/locale/fr/LC_MESSAGES/
+    cd intl
+    cp fr.mo /usr/local/share/locale/fr/LC_MESSAGES/bins.mo
+  </pre><p>Example given is for french translation, change
+  <code class="literal">fr</code> 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
+  <code class="literal">$LANG</code> and <code class="literal">$LC_ALL</code> 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.</p><br></td></tr></table><div class="navfoot"><hr><table width="100%" border="0" summary="Footer navigation"><tr><td width="33%" align="left"><span class="footdate">$Date: 2002/07/18 15:30:42 $</span></td><td width="34%" align="center"><span class="foothome"><a href="index.html">Home</a></span></td><td width="33%" align="right"> </td></tr><tr><td colspan="3" align="right"><span class="footcopy"><span class="copyright">Copyright © 2001, 2005,  Jérôme SAUTRET. </span></span></td></tr></table></div></div></body></html>