diff doc/install.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.xml	Wed Oct 15 23:28:56 2008 +0200
@@ -0,0 +1,67 @@
+<?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 download SYSTEM "download.xml" NDATA XML>
+<!ENTITY install_prerequisites SYSTEM "install_prerequisites.xml" NDATA XML>
+<!ENTITY install_automatic SYSTEM "install_automatic.xml" NDATA XML>
+<!ENTITY install_manual SYSTEM "install_manual.xml" NDATA XML>
+]>
+<!-- $Id: install.xml,v 1.3 2003/04/06 20:42:58 jerome Exp $ -->
+<webpage id="install">
+  <config param="rcsdate" value="$Date: 2003/04/06 20:42:58 $"/>
+  
+  <head>
+    <title>Installation</title>
+    <keywords>SAUTRET, BINS, album, gallery, photos, EXIF</keywords>
+  </head>
+
+  <webtoc/>
+
+  <para>The easiest way to get BINS working is by using a
+  package. Check if there is one for your system on the <olink
+  targetdocent="download">download page</olink>. If there is no
+  package suitable for you, use the TAR archive from the <olink
+  targetdocent="download">download page</olink> and follow the
+  instructions below.</para>
+
+  <section>
+    <title>Quick procedure</title>
+    
+    <itemizedlist>
+      <listitem>
+	<para>make sure you meet all <olink
+	targetdocent="install_prerequisites">prerequisite
+	libraries and softwares</olink></para></listitem>
+
+      <listitem>
+	<para>untar</para></listitem>
+
+      <listitem>
+	<para>run the <command>install.sh</command> script (as root if
+	you can)</para></listitem>
+
+      <listitem>
+	<para>run <command>bins -h</command> and <command>man
+	bins</command>, <command>man bins_edit</command> and
+	<command>man bins-edit-gui</command> for more help, and check
+	<olink>usage section</olink> of the doc for quick
+	start</para></listitem>
+    </itemizedlist>
+  </section>
+
+  <para>
+    for more detailed instruction, check the <olink
+    targetdocent="install_automatic">automatic installation
+    page</olink>. You can also install BINS <olink
+    targetdocent="install_manual">by hand</olink>.</para>
+
+
+</webpage>
+
+
+<!--
+Local variables:
+mode: docbook
+End:
+-->