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