| 1 | <?php |
|---|
| 2 | |
|---|
| 3 | require_once ("Design.php"); |
|---|
| 4 | |
|---|
| 5 | Entete ("Gajim, a Jabber client", "GAJIM"); |
|---|
| 6 | |
|---|
| 7 | |
|---|
| 8 | print (" <p>\n"); |
|---|
| 9 | print ("<a name=\"install\"></a>"); |
|---|
| 10 | print (" <h1>\n"); |
|---|
| 11 | print _(" Installation\n"); |
|---|
| 12 | print (" </h1></a>\n"); |
|---|
| 13 | |
|---|
| 14 | print ("<a name=\"tarball\"></a>\n"); |
|---|
| 15 | print ("<a name=\"subversion\"></a>\n"); |
|---|
| 16 | print (" <h2>\n"); |
|---|
| 17 | print _(" Tarball and Subversion\n"); |
|---|
| 18 | print (" </h2>\n"); |
|---|
| 19 | print _(" To get one of these versions, go to the")." <a href=\"downloads.php?lang=".$_SESSION['lang']."\">"._("download")."</a> "._("page.\n"); |
|---|
| 20 | print (" <h3>\n"); |
|---|
| 21 | print _(" Under GNU/Linux\n"); |
|---|
| 22 | print (" </h3>\n"); |
|---|
| 23 | print _(" To run this version, you have to install some packages: python2.3 python2.3-gtk2 and python2.3-glade2.\n"); |
|---|
| 24 | print _(" (With Debian, just run:")." <i>apt-get install python2.3 python2.3-gtk2 python2.3-glade2</i>).\n"; |
|---|
| 25 | print _(" Note that python2.4 can be used instead of python2.3.\n"); |
|---|
| 26 | print (" <br/>\n"); |
|---|
| 27 | print (" <br/>\n"); |
|---|
| 28 | 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."); |
|---|
| 29 | print (" <br/>\n"); |
|---|
| 30 | 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"); |
|---|
| 31 | print (" <br/>\n"); |
|---|
| 32 | print (" <br/>\n"); |
|---|
| 33 | print _(" You can install or run from source. To run from source"); |
|---|
| 34 | print (" <i>./launch.sh</i> ")._("in the gajim folder."); |
|---|
| 35 | print (" <br/>\n"); |
|---|
| 36 | print _(" To install ")." <i>su -c make install</i> "._("in the gajim folder"); |
|---|
| 37 | print _(" and then you just have to run")." <i>gajim</i> "._("in order to use Gajim.\n"); |
|---|
| 38 | print (" <br/>\n"); |
|---|
| 39 | print (" <h3>\n"); |
|---|
| 40 | print _(" Under Microsoft Windows\n"); |
|---|
| 41 | print (" </h3>\n"); |
|---|
| 42 | 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"; |
|---|
| 43 | print (" <br/>\n"); |
|---|
| 44 | print (" <ul>\n"); |
|---|
| 45 | print (" <li>\n"); |
|---|
| 46 | 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"); |
|---|
| 47 | print (" </li>\n"); |
|---|
| 48 | print (" <li>\n"); |
|---|
| 49 | print _(" To get GTK+, download the latest version of the \"Runtime Environment\"")." <a href=\"http://gladewin32.sourceforge.net\">"._("here")."</a>, "._("and install it.\n"); |
|---|
| 50 | print (" </li>\n"); |
|---|
| 51 | print (" <li>\n"); |
|---|
| 52 | 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"); |
|---|
| 53 | print (" </li>\n"); |
|---|
| 54 | print (" <li>\n"); |
|---|
| 55 | 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"); |
|---|
| 56 | print (" </li>\n"); |
|---|
| 57 | print (" </ul>\n"); |
|---|
| 58 | print (" <br/>\n"); |
|---|
| 59 | print _(" You can now")." <a href=\"downloads.php?lang=".$_SESSION['lang']."\">"._("download Gajim")."</a> "._("and double click on gajim.py in src folder.\n"); |
|---|
| 60 | print (" <p>\n"); |
|---|
| 61 | |
|---|
| 62 | print ("<a name=\"jabber\"></a>"); |
|---|
| 63 | print (" <h1>\n"); |
|---|
| 64 | print (" Jabber\n"); |
|---|
| 65 | print (" </h1>\n"); |
|---|
| 66 | print _(" Please read")." <a href=\"http://trac.gajim.org/wiki/WikiStart#help_quickstart_guides\">"._("here")."</a>.\n"; |
|---|
| 67 | |
|---|
| 68 | print ("<a name=\"structure\"></a>"); |
|---|
| 69 | print (" <h1>\n"); |
|---|
| 70 | print _(" Structure\n"); |
|---|
| 71 | print (" </h1>\n"); |
|---|
| 72 | print _(" You can understand how Gajim works")." <a href=\"http://trac.gajim.org/wiki/DevInfos\">"._("here")."</a>.\n"; |
|---|
| 73 | print (" <br/>"); |
|---|
| 74 | print _(" Gajim uses the")." <a href=\"http://xmpppy.sourceforge.net/\">xmpppy</a> "._("library to do the interface with Jabber network.\n"); |
|---|
| 75 | print (" </p>\n"); |
|---|
| 76 | |
|---|
| 77 | PiedDePage(); |
|---|
| 78 | ?> |
|---|