<?php

  require_once ("Design.php");

  Entete ("Gajim, a Jabber client", "GAJIM");


print ("    <p>\n");
print ("<a name=\"install\"></a>");
print ("     <h1>\n");
print _("      Installation\n");
print ("     </h1></a>\n");

print ("<a name=\"tarball\"></a>\n");
print ("<a name=\"subversion\"></a>\n");
print ("     <h2>\n");
print _("      Tarball and Subversion\n");
print ("     </h2>\n");
print _("     To get one of these versions, go to the")." <a href=\"downloads.php?lang=".$_SESSION['lang']."\">"._("download")."</a> "._("page.\n");
print ("     <h3>\n");
print _("      Under GNU/Linux\n");
print ("     </h3>\n");
print _("     To run this version, you have to install some packages: python2.3 python2.3-gtk2 and python2.3-glade2.\n");
print _("     (With Debian, just run:")." <i>apt-get install python2.3 python2.3-gtk2 python2.3-glade2</i>).\n";
print _("     Note that python2.4 can be used instead of python2.3.\n");
print ("     <br/>\n");
print ("     <br/>\n");
print _("     To use the idle module, the trayicon one and the gtkspell one, you have to compile them. For idle you may need libxss-dev (if you don't have scrnsaver.h) and for the trayicon and gtkspell you can avoid compiling them, if you have gnome-python-extras.");
print ("     <br/>\n");
print _(" In order to compile them all type")." <i>make</i> "._("in the gajim folder. (python-dev, python-gtk2-dev, libgtkspell-dev and libgtk2.0-dev packages are needed)\n");
print ("     <br/>\n");
print ("     <br/>\n");
print _("     You can install or run from source. To run from source");
print (" <i>./launch.sh</i> ")._("in the gajim folder.");
print ("     <br/>\n");
print _("     To install ")." <i>su -c make install</i> "._("in the gajim folder");
print _("     and then you just have to run")." <i>gajim</i> "._("in order to use Gajim.\n");
print ("     <br/>\n");
print ("     <h3>\n");
print _("      Under Microsoft Windows\n");
print ("     </h3>\n");
print _("     In a first time, you have to install")." <a href=\"http://www.python.org\">python</a>, <a href=\"http://www.gtk.org\">GTK+</a>, <a href=\"http://www.pygtk.org\">pygtk</a> "._("and")." <a href=\"http://starship.python.net/crew/mhammond/win32/\">pywin32</a>.\n";
print ("     <br/>\n");
print ("     <ul>\n");
print ("      <li>\n");
print _("       To get python, download the latest version")." <a href=\"http://python.org/ftp/python/\">"._("here")." </a>"._("(Gajim works with python-2.4.x)").", "._("and install it.\n");
print ("      </li>\n");
print ("      <li>\n");
print _("       To get GTK+, download the latest version of the \"Runtime Environment\"")." <a href=\"http://gladewin32.sourceforge.net\">"._("here")."</a>, "._("and install it.\n");
print ("      </li>\n");
print ("      <li>\n");
print _("       To get pygtk, download latest version ")." <a href=\"http://www.pcpm.ucl.ac.be/~gustin/win32_ports/pygtk.html\">"._("here")."</a> "._(" and install it.\n");
print ("      </li>\n");
print ("      <li>\n");
print _("       At last, to get pywin32, download latest version ")." <a href=\"http://sourceforge.net/project/showfiles.php?group_id=78018\">"._("here")."</a> "._(" and install it.\n");
print ("      </li>\n");
print ("     </ul>\n");
print ("     <br/>\n");
print _("     You can now")." <a href=\"downloads.php?lang=".$_SESSION['lang']."\">"._("download Gajim")."</a> "._("and double click on gajim.py in src folder.\n");
print ("    <p>\n");

print ("<a name=\"jabber\"></a>");
print ("     <h1>\n");
print ("      Jabber\n");
print ("     </h1>\n");
print _("     Please read")." <a href=\"http://trac.gajim.org/wiki/WikiStart#help_quickstart_guides\">"._("here")."</a>.\n";

print ("<a name=\"structure\"></a>");
print ("     <h1>\n");
print _("      Structure\n");
print ("     </h1>\n");
print _("     You can understand how Gajim works")." <a href=\"http://trac.gajim.org/wiki/DevInfos\">"._("here")."</a>.\n";
print ("     <br/>");
print _("     Gajim uses the")." <a href=\"http://xmpppy.sourceforge.net/\">xmpppy</a> "._("library to do the interface with Jabber network.\n");
print ("    </p>\n");

PiedDePage();
?>
