Forked from
gajim / website
859 commits behind the upstream repository.
-
Yann Leboulanger authoredYann Leboulanger authored
downloads.php 10.00 KiB
<?php
require_once ("Design.php");
Entete (_("Gajim, a Jabber client"), "GAJIM");
$download_folder = "0.14";
$last_version = "0.14.4";
print (" <br/>\n");
print _(" Latest version of Gajim is")." <strong>".$last_version."</strong><br/>\n";
printf(_(" A %s version is in test"), "<strong>0.15-beta1</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");
printf(_(" The Debian package of %s is "), "0.15-alpha1");
print "<a href=\"downloads/0.15/gajim_0.15~alpha1-1_all.deb\">"._("here")."</a>.<br />\n";
print _(" A daily package from mercurial 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-nightly</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 _(" You can get the Slackware package of Gajim")." <a href=\"http://slackbuilds.org/result/?search=gajim&sv=all\"> "._("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 _(" If you want newer version of Gajim, you can also use")." <a href=\"https://launchpad.net/~gajim/+archive/gajim-ppa\">"._("this PPA")."</a>\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 _(" One click install for openSuSE")." <a href=\"http://software.opensuse.org/ymp/server:messaging/openSUSE_11.1/gajim.ymp\">11.1</a>, <a href=\"http://software.opensuse.org/ymp/server:messaging/openSUSE_11.2/gajim.ymp\">11.2</a>, <a href=\"http://software.opensuse.org/ymp/server:messaging/openSUSE_11.3/gajim.ymp\">11.3</a><br/>";
//print _("or")."<br/><a href=\"http://download.opensuse.org/repositories/server:/messaging/openSUSE_11.0/i586/gajim-0.11.4-1.9.i586.rpm\">"._("gajim rpm")."</a> "."<a href=\"http://download.opensuse.org/repositories/server:/mail/openSUSE_11.0/i586/python-pydns-2.3.3-1.1.i586.rpm\">"._("pydns rpm")."</a> "._("and")."<a href=\"http://download.opensuse.org/repositories/openSUSE:/11.0/standard/i586/python-sqlite2-2.4.1-16.1.i586.rpm\"> "._("python-sqlite2 rpm")."</a><br/>\n";
print _(" For other versions, ")."<a href=\"http://software.opensuse.org/Search\">"._("get it here")."</a><br>\n";
print ("<a name=\"pld\">\n");
print (" <h2>\n");
print _(" PLD\n");
print (" </h2>\n");
print ("</a>\n");
print _(" 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=\"agilialinux\">\n");
print (" <h2>\n");
print (" AgiliaLinux (MOPSLinux)\n");
print (" </h2>\n");
print ("</a>\n");
print _(" Just")." <i>mpkg-install 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 _("Installer for 0.14 will be available as soon as possible. Currently available:")." <a href=\"downloads/0.13/gajim-0.13.4-2.exe\">"._("Gajim 0.13.4 installer")."</a>.\n";
print _(" There is a ")." <a href=\"downloads/".$download_folder."/gajim-".$last_version."-1.exe\">"._("Gajim installer")."</a>.\n";
#print _("The installer doesn't contain translations because of a") . " <a href=\"https://bugzilla.gnome.org/show_bug.cgi?id=574520\">" . _("GTK bug") . "</a>.\n";
print (" <br/>\n");
print _(" Here is a")." <a href=\"downloads/0.15/gajim-0.15-beta1-1.exe\">"._("Gajim installer")."</a> ";
printf(_("for %s version "), "0.15-beta1");
print (".\n");
print (" <br/>\n");
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/".$download_folder."/gajim-".$last_version.".tar.bz2\">"._("here")."</a>. "._("For information on how to build Gajim,")." <a href=\"http://hg.gajim.org/gajim/raw-file/tip/README.html\">see the <tt>README</tt></a> ("._("in English").").<br />\n";
printf(_(" The tarball version of %s is "), "0.15-alpha1");
print "<a href=\"downloads/0.15/gajim-0.15-alpha1.tar.gz\">"._("here")."</a>.<br />\n";
print _("If you want to use the last unstable development version, then you should checkout the mercurial repository.\n");
print (" <br/>\n");
print ("<a name=\"mercurial\">\n");
print (" <h2>\n");
print _(" Mercurial\n");
print (" </h2>\n");
print ("</a>\n");
print _(" The mercurial repository is available at this address: ")."http://hg.gajim.org/gajim "._("and viewable")." <a href=\"http://hg.gajim.org/gajim\">"._("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 mercurial (<i>apt-get install mercurial</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 (" hg clone http://hg.gajim.org/gajim gajim\n");
print (" </i>\n");
print (" <br/>\n");
print (" <br/>\n");
print _(" Install dependencies, and build Gajim. Please see the")." <a href=\"http://http://hg.gajim.org/gajim/raw-file/tip/README.html\"><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 main repository with the following command:\n");
print (" <br/>\n");
print (" <br/>\n");
print (" <i>\n");
print (" hg pull && hg update\n");
print (" </i>\n");
print (" <br/>\n");
print (" <h3>\n");
print _(" Under Windows\n");
print (" </h3>\n");
print _(" You first have to install mercurial for windows. In order to do that, download the binary")." <a href=\"http://tortoisehg.bitbucket.org/\">"._("here")."</a>\n";
print (" <br/>\n");
print _(" Once mercurial 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 _(" To run Gajim, you need external libraries. You can find a tutorial on the way to install them")." <a href=\"http://trac.gajim.org/wiki/Win32Env\">"._("On the Wiki").".\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 mercurial. You can use them if hg 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();
?>