<?php

  require_once ("Design.php");
  
  Entete (_("Gajim, a Jabber client"), "GAJIM");

print ("   <br/>\n");
print _("    Latest version of Gajim is")."  <strong>0.11.4</strong><br/>\n";
printf(_("    A %s version is in test"), "<strong>0.12-alpha</strong>");
print ("<br/>\n");
print _("If your distribution doesn't have the latest version ");
print _("you are advised to use the ")."<a href=\"#autopackage\">autopackage</a> "._("or the ")."<a href=\"#tarball\">"._("source tarball")."</a>\n";

print ("<a name=\"debian\">\n");
print ("   <h2>\n");
print ("    Debian GNU/Linux\n");
print ("   </h2>\n");
print ("</a>\n");
print _("    If you use Debian unstable do")." <i>apt-get install gajim</i>\n";
print ("    <br/>\n");
print _("    A daily package from svn is also built. To use it, remove gajim")." (<i>apt-get remove gajim</i>), "._("add this line to your")." /etc/apt/source.list:\n";
print ("    <br/>\n");
print ("    <i>deb ftp://ftp.gajim.org/debian unstable main</i>\n");
print ("    <br/>\n");
print _("and install it by doing")." <i>apt-get install gajim-svn</i>.\n";
print _("You can get the GPG key of this package by installing gajim-dev-keyring package from the same repository. Just do")." <i>apt-get install gajim-dev-keyring</i>.\n";
print ("    <br/>\n");

print ("<a name=\"slackware\">\n");
print ("   <h2>\n");
print ("    Slackware\n");
print ("   </h2>\n");
print ("</a>\n");
print _("Soon available here.");
#print _("    You can get the Slackware package of Gajim")." <a href=\"downloads/gajim-0.11-i686-1dk.tgz\"> "._("here")."</a>. "._("Depends packages are")." <a href=\"downloads/slackware-depends/\"> "._("here")."</a>.";
print ("    <br/>\n");

print ("<a name=\"ubuntu\">\n");
print ("   <h2>\n");
print ("    Ubuntu\n");
print ("   </h2>\n");
print ("</a>\n");
print _("    If you use Ubuntu universe repository do")." <i>apt-get install gajim</i>\n";
print ("    <br/>\n");

print ("<a name=\"fedora\">\n");
print ("   <h2>\n");
print ("    Fedora\n");
print ("   </h2>\n");
print ("</a>\n");
print _("    Just")." <i>yum install gajim</i>\n";

print ("<a name=\"gentoo\">\n");
print ("   <h2>\n");
print _("    Gentoo\n");
print ("   </h2>\n");
print ("</a>\n");
print _("    Just")." <i>emerge gajim</i>\n";

print ("<a name=\"archlinux\">\n");
print ("   <h2>\n");
print _("    Archlinux\n");
print ("   </h2>\n");
print ("</a>\n");
print _("    Just")." <i>pacman -S gajim</i>\n";

print ("<a name=\"suse\">\n");
print ("   <h2>\n");
print _("    SUSE\n");
print ("   </h2>\n");
print ("</a>\n");
print _("    You need: ")."<a href=\"http://linux01.gwdg.de/~pbleser/rpm-navigation.php?cat=/Network/gajim\">"._("gajim rpm")."</a> "."<a href=\"http://linux01.gwdg.de/~pbleser/rpm-navigation?cat=Libraries/python-pydns\">"._("pydns rpm")."</a> "._("and")."<a href=\"http://packman.links2linux.org/?action=639\"> "._("python-sqlite2 rpm")."</a><br/>\n";

print ("<a name=\"pld\">\n");
print ("   <h2>\n");
print _("    PLD\n");
print ("   </h2>\n");
print ("</a>\n");
print _("    Gajim is in the ac-main tree. So just ")."<i>poldek -U gajim</i>\n";

print ("<a name=\"sourcemage\">\n");
print ("   <h2>\n");
print _("    SourceMage\n");
print ("   </h2>\n");
print ("</a>\n");
print _("    Just")." <i>cast gajim</i>\n";
print ("    <br/>\n");

print ("<a name=\"mandriva\">\n");
print ("   <h2>\n");
print ("    Mandriva\n");
print ("   </h2>\n");
print ("</a>\n");
print _("    Just")." <i>urpmi gajim</i>\n";
print ("    <br/>\n");

print ("<a name=\"zenwalk\">\n");
print ("   <h2>\n");
print ("    Zenwalk\n");
print ("   </h2>\n");
print ("</a>\n");
print _("    Just")." <i>netpkg gajim</i>\n";
print ("    <br/>\n");

print ("<a name=\"freebsd\">\n");
print ("   <h2>\n");
print _("    FreeBSD\n");
print ("   </h2>\n");
print ("</a>\n");
print _("    Gajim is available in FreeBSD via FreeBSD ports. Just ")."<i> cd /usr/ports/net/gajim/ && make install clean</i>. ";
print ("<a href=\"http://www.freebsd.org/cgi/ports.cgi?query=gajim\">");
print _("Find out more")."</a>.\n";

print ("<a name=\"autopackage\">\n");
print ("   <h2>\n");
print _("    Autopackage\n");
print ("   </h2>\n");
print ("</a>\n");
print _("Soon available here.");
#print _("    You can download the autopackage ")."<a href=\"downloads/gajim-0.12-1.x86.package\">"._("here")."</a>.\n";
#print _("To use it: make it executable, run it and follow the instructions.\n");
#print ("<a href=\"http://autopackage.org/using.html\">");
#print _("Find out more")."</a>.\n";


print ("   <br/>\n");
print ("<a name=\"windows\">\n");
print ("   <h2>\n");
print _("    Windows installer\n");
print ("   </h2>\n");
print ("</a>\n");
print _("    There is a Gajim installer ")." <a href=\"downloads/gajim-0.11.4+gtk-4.exe\">"._("with GTK+ included")."</a> "._("and")." <a href=\"downloads/gajim-0.11.4-1.exe\">"._("without GTK+")."</a>.\n";
print ("    <br/>\n");
print _("    Here is a")." <a href=\"downloads/gajim-0.12-alpha1.exe\">"._("Gajim installer")."</a> "._("for 0.12-alpha version").".\n";
#print _("    There is a Gajim installer for 0.11.2 pre-release ")." <a href=\"downloads/gajim-0.11.2+gtk-pre1.exe\">"._("with GTK+ included")."</a> "._("and")." <a href=\"downloads/gajim-0.11.2-pre1.exe\">"._("without GTK+")."</a>.\n";
#print ("    <br/>\n");
#print _("    If you got the installer without GTK, you will have to download the latest version of the GTK+ Runtime Environment")." <a href=\"http://gladewin32.sourceforge.net/\">"._("here")."</a>.<br/> "._("You can skip this, if you already have a GTK+ Runtime installed with libglade support; GTK+ Runtime from gimp-win.sf.net will NOT work (libglade is missing)");

print ("    <p>\n");
print ("<a name=\"tarball\">\n");
print ("   <h2>\n");
print _("    Source\n");
print ("   </h2>\n");
print ("</a>\n");
print _("    The tarball version of Gajim is ")."<a href=\"downloads/gajim-0.11.4.tar.bz2\">"._("here")."</a>. "._("For information on how to build Gajim,")." <a href=\"http://trac.gajim.org/browser/branches/gajim_0.11.4/README.html?format=raw\">see the <tt>README</tt></a> ("._("in English").").<br />\n";
print _("    The tarball version of 0.12 alpha-release is ")."<a href=\"downloads/gajim-0.12-alpha1.tar.gz\">"._("here")."</a>.<br />\n";
print _("If you want to use the last unstable development version, then you should checkout the subversion repository.\n");


print ("   <br/>\n");
print ("<a name=\"subversion\">\n");
print ("     <h2>\n");
print _("      Subversion\n");
print ("     </h2>\n");
print ("</a>\n");
print _("     The subversion server is available at this address: ")."svn://svn.gajim.org/gajim "._("and viewable")." <a href=\"http://trac.gajim.org/browser/trunk/\">"._("here")."</a>.\n";
print ("     <br/>\n");
print ("     <h3>\n");
print _("      Under GNU/Linux\n");
print ("     </h3>\n");
print _("     In order to download Gajim sources, here is what you have to do:\n");
print _("     You first have to install subversion (<i>apt-get install subversion</i> under Debian)\n");
print ("     <br/>\n");
print _("     Then in a console, enter the following commands:\n");
print ("     <br/>\n");
print ("     <br/>\n");
print ("   <i>\n");
print ("    svn co svn://svn.gajim.org/gajim/trunk gajim\n");
print ("   </i>\n");
print ("     <br/>\n");
print ("     <br/>\n");
print _("   Install dependencies, and build Gajim. Please see the")." <a href=\"http://trac.gajim.org/browser/trunk/README.html?format=raw\"><code>README</code></a> ("._("English").") "._("for details.\n");
print ("     <br/>\n");
print ("     <br/>\n");
print _("   You can run Gajim by typing the following:\n");
print ("     <br/>\n");
print ("     <br/>\n");
print ("     <i>\n");
print ("    cd gajim")."</i> "._("and then")."<i> "."./launch.sh\n";
print ("   </i>\n");
print ("     <br/>\n");
print ("     <br/>\n");
print _("   Once you have the repository, you can update it periodicaly so it matches the latest version from the server with the following command:\n");
print ("     <br/>\n");
print ("     <br/>\n");
print ("     <i>\n");
print ("    svn update\n");
print ("   </i>\n");
print ("     <br/>\n");

print ("     <h3>\n");
print _("      Under Windows\n");
print ("     </h3>\n");
print _("   You first have to install subversion for windows. In order to do that, download the binary")." <a href=\"http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=91\">"._("here")."</a>\n";
print ("     <br/>\n");
print _("   Once subversion is installed, the commands are the same with those under GNU/Linux. Only difference is instead of launch.sh you run launch.bat. Enter them in an MS-DOS command line and you're done.");
print ("   <br/>\n");
print _("   You can also use a graphical program like")." <a href=\"http://tortoisesvn.tigris.org/\">Tortoisesvn</a> "._("to get the latest Subversion version\n");
print ("   <br/>\n");
print _("   To run Gajim, you need")." <a href=\"http://gladewin32.sourceforge.net/\">"._("GTK Runtime Environment")."</a> "._("(Version 2.6.x or higher, 2.10.x is recommended) NOTE: GTK+ Runtime from gimp-win.sf.net will NOT work (libglade is missing),")." <a href=\"http://python.org/ftp/python/\">Python</a> "._("(Version 2.4 or higher, 2.5 is recommended),")." <a href=\"http://pygtk.org/downloads.html\">"._("PyGTK for Windows (PyGTK with pycairo and pygobject)")."</a>, <a href=\"http://pysqlite.org/\">"."PySQLite"."</a> "._("and at last")." <a href=\"http://sourceforge.net/project/showfiles.php?group_id=78018\">".("pywin32 extensions")."</a> "._("by Mark Hammond.")."\n";
print ("   <br/>\n");

print ("<a name=\"snaps\">\n");
print ("   <h2>\n");
print _("    Daily Snapshots\n");
print ("   </h2>\n");
print ("</a>\n");
print _("    Everyday on 01:00 (GMT+1 time) gz tarballs are produced from svn. You can use them if svn is broken for you at the moment.")." <a href=\"downloads/snap/?M=D\">"._("Here to get them")."</a>.\n";
print ("    </p>\n");

print ("<a name=\"old\">\n");
print ("   <h2>\n");
print _("    Old releases\n");
print ("   </h2>\n");
print ("</a>\n");
print _("    You'll find old releases of Gajim")." <a href=\"downloads/\">"._("here")."</a>.\n";
print ("    </p>\n");

  PiedDePage();

?>
