root/www-website/downloads.php

Revision 10228, 9.9 kB (checked in by asterix, 2 weeks ago)

update the way to install gajim on sourcemage

Line 
1<?php
2
3  require_once ("Design.php");
4 
5  Entete (_("Gajim, a Jabber client"), "GAJIM");
6
7print ("   <br/>\n");
8print _("    Latest version of Gajim is")."  <strong>0.11.4</strong><br/>\n";
9printf(_("    A %s version is in test"), "<strong>0.12-alpha</strong>");
10print ("<br/>\n");
11print _("If your distribution doesn't have the latest version ");
12print _("you are advised to use the ")."<a href=\"#autopackage\">autopackage</a> "._("or the ")."<a href=\"#tarball\">"._("source tarball")."</a>\n";
13
14print ("<a name=\"debian\">\n");
15print ("   <h2>\n");
16print ("    Debian GNU/Linux\n");
17print ("   </h2>\n");
18print ("</a>\n");
19print _("    If you use Debian unstable do")." <i>apt-get install gajim</i>\n";
20print ("    <br/>\n");
21print _("    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";
22print ("    <br/>\n");
23print ("    <i>deb ftp://ftp.gajim.org/debian unstable main</i>\n");
24print ("    <br/>\n");
25print _("and install it by doing")." <i>apt-get install gajim-svn</i>.\n";
26print _("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";
27print ("    <br/>\n");
28
29print ("<a name=\"slackware\">\n");
30print ("   <h2>\n");
31print ("    Slackware\n");
32print ("   </h2>\n");
33print ("</a>\n");
34print _("Soon available here.");
35#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>.";
36print ("    <br/>\n");
37
38print ("<a name=\"ubuntu\">\n");
39print ("   <h2>\n");
40print ("    Ubuntu\n");
41print ("   </h2>\n");
42print ("</a>\n");
43print _("    If you use Ubuntu universe repository do")." <i>apt-get install gajim</i>\n";
44print ("    <br/>\n");
45
46print ("<a name=\"fedora\">\n");
47print ("   <h2>\n");
48print ("    Fedora\n");
49print ("   </h2>\n");
50print ("</a>\n");
51print _("    Just")." <i>yum install gajim</i>\n";
52
53print ("<a name=\"gentoo\">\n");
54print ("   <h2>\n");
55print _("    Gentoo\n");
56print ("   </h2>\n");
57print ("</a>\n");
58print _("    Just")." <i>emerge gajim</i>\n";
59
60print ("<a name=\"archlinux\">\n");
61print ("   <h2>\n");
62print _("    Archlinux\n");
63print ("   </h2>\n");
64print ("</a>\n");
65print _("    Just")." <i>pacman -S gajim</i>\n";
66
67print ("<a name=\"suse\">\n");
68print ("   <h2>\n");
69print _("    SUSE\n");
70print ("   </h2>\n");
71print ("</a>\n");
72print _("    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";
73
74print ("<a name=\"pld\">\n");
75print ("   <h2>\n");
76print _("    PLD\n");
77print ("   </h2>\n");
78print ("</a>\n");
79print _("    Gajim is in the ac-main tree. So just ")."<i>poldek -U gajim</i>\n";
80
81print ("<a name=\"sourcemage\">\n");
82print ("   <h2>\n");
83print _("    SourceMage\n");
84print ("   </h2>\n");
85print ("</a>\n");
86print _("    Just")." <i>cast gajim</i>\n";
87print ("    <br/>\n");
88
89print ("<a name=\"mandriva\">\n");
90print ("   <h2>\n");
91print ("    Mandriva\n");
92print ("   </h2>\n");
93print ("</a>\n");
94print _("    Just")." <i>urpmi gajim</i>\n";
95print ("    <br/>\n");
96
97print ("<a name=\"zenwalk\">\n");
98print ("   <h2>\n");
99print ("    Zenwalk\n");
100print ("   </h2>\n");
101print ("</a>\n");
102print _("    Just")." <i>netpkg gajim</i>\n";
103print ("    <br/>\n");
104
105print ("<a name=\"freebsd\">\n");
106print ("   <h2>\n");
107print _("    FreeBSD\n");
108print ("   </h2>\n");
109print ("</a>\n");
110print _("    Gajim is available in FreeBSD via FreeBSD ports. Just ")."<i> cd /usr/ports/net/gajim/ && make install clean</i>. ";
111print ("<a href=\"http://www.freebsd.org/cgi/ports.cgi?query=gajim\">");
112print _("Find out more")."</a>.\n";
113
114print ("<a name=\"autopackage\">\n");
115print ("   <h2>\n");
116print _("    Autopackage\n");
117print ("   </h2>\n");
118print ("</a>\n");
119print _("Soon available here.");
120#print _("    You can download the autopackage ")."<a href=\"downloads/gajim-0.12-1.x86.package\">"._("here")."</a>.\n";
121#print _("To use it: make it executable, run it and follow the instructions.\n");
122#print ("<a href=\"http://autopackage.org/using.html\">");
123#print _("Find out more")."</a>.\n";
124
125
126print ("   <br/>\n");
127print ("<a name=\"windows\">\n");
128print ("   <h2>\n");
129print _("    Windows installer\n");
130print ("   </h2>\n");
131print ("</a>\n");
132print _("    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";
133print ("    <br/>\n");
134print _("    Here is a")." <a href=\"downloads/gajim-0.12-alpha1.exe\">"._("Gajim installer")."</a> "._("for 0.12-alpha version").".\n";
135#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";
136#print ("    <br/>\n");
137#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)");
138
139print ("    <p>\n");
140print ("<a name=\"tarball\">\n");
141print ("   <h2>\n");
142print _("    Source\n");
143print ("   </h2>\n");
144print ("</a>\n");
145print _("    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";
146print _("    The tarball version of 0.12 alpha-release is ")."<a href=\"downloads/gajim-0.12-alpha1.tar.gz\">"._("here")."</a>.<br />\n";
147print _("If you want to use the last unstable development version, then you should checkout the subversion repository.\n");
148
149
150print ("   <br/>\n");
151print ("<a name=\"subversion\">\n");
152print ("     <h2>\n");
153print _("      Subversion\n");
154print ("     </h2>\n");
155print ("</a>\n");
156print _("     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";
157print ("     <br/>\n");
158print ("     <h3>\n");
159print _("      Under GNU/Linux\n");
160print ("     </h3>\n");
161print _("     In order to download Gajim sources, here is what you have to do:\n");
162print _("     You first have to install subversion (<i>apt-get install subversion</i> under Debian)\n");
163print ("     <br/>\n");
164print _("     Then in a console, enter the following commands:\n");
165print ("     <br/>\n");
166print ("     <br/>\n");
167print ("   <i>\n");
168print ("    svn co svn://svn.gajim.org/gajim/trunk gajim\n");
169print ("   </i>\n");
170print ("     <br/>\n");
171print ("     <br/>\n");
172print _("   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");
173print ("     <br/>\n");
174print ("     <br/>\n");
175print _("   You can run Gajim by typing the following:\n");
176print ("     <br/>\n");
177print ("     <br/>\n");
178print ("     <i>\n");
179print ("    cd gajim")."</i> "._("and then")."<i> "."./launch.sh\n";
180print ("   </i>\n");
181print ("     <br/>\n");
182print ("     <br/>\n");
183print _("   Once you have the repository, you can update it periodicaly so it matches the latest version from the server with the following command:\n");
184print ("     <br/>\n");
185print ("     <br/>\n");
186print ("     <i>\n");
187print ("    svn update\n");
188print ("   </i>\n");
189print ("     <br/>\n");
190
191print ("     <h3>\n");
192print _("      Under Windows\n");
193print ("     </h3>\n");
194print _("   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";
195print ("     <br/>\n");
196print _("   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.");
197print ("   <br/>\n");
198print _("   You can also use a graphical program like")." <a href=\"http://tortoisesvn.tigris.org/\">Tortoisesvn</a> "._("to get the latest Subversion version\n");
199print ("   <br/>\n");
200print _("   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";
201print ("   <br/>\n");
202
203print ("<a name=\"snaps\">\n");
204print ("   <h2>\n");
205print _("    Daily Snapshots\n");
206print ("   </h2>\n");
207print ("</a>\n");
208print _("    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";
209print ("    </p>\n");
210
211print ("<a name=\"old\">\n");
212print ("   <h2>\n");
213print _("    Old releases\n");
214print ("   </h2>\n");
215print ("</a>\n");
216print _("    You'll find old releases of Gajim")." <a href=\"downloads/\">"._("here")."</a>.\n";
217print ("    </p>\n");
218
219  PiedDePage();
220
221?>
Note: See TracBrowser for help on using the browser.