Changeset 1642
- Timestamp:
- 05/26/05 00:03:45 (3 years ago)
- Location:
- www-website
- Files:
-
- 2 modified
-
docs.php (modified) (1 diff)
-
downloads.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
www-website/docs.php
r1556 r1642 24 24 print _(" (With Debian, just run:")." <i>apt-get install python2.3 python2.3-gtk2 python2.3-glade2</i>)\n"; 25 25 print (" <br/>\n"); 26 print _(" To use the idle module and the trayicon one, you have to compile them. For the trayicon you can avoid compiling it, if you have gnomepythonextras. In order to do that you just have to run")." <i>make</i> "._("in the gajim folder. (python-dev and libgtk2.0-dev packages are needed)\n");26 print _(" To use the idle module and the trayicon one, you have to compile them. For idle you may need libxss-dev (if you don't have scrnsaver.h) and for the trayicon you can avoid compiling it, if you have gnomepythonextras. In order to do that you just have to run")." <i>make</i> "._("in the gajim folder. (python-dev and libgtk2.0-dev packages are needed)\n"); 27 27 print (" <br/>\n"); 28 28 print _(" To install Gajim, now run (as superuser)")." <i>make install</i> "._("in the gajim folder."); -
www-website/downloads.php
r1632 r1642 71 71 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"; 72 72 print (" <br/>\n"); 73 print (" <h 2>\n");73 print (" <h3>\n"); 74 74 print _(" Under GNU/Linux\n"); 75 print (" </h 2>\n");75 print (" </h3>\n"); 76 76 print _(" In order to download Gajim sources, here is what you have to do:\n"); 77 77 print _(" You first have to install subversion (<i>apt-get install subversion</i> under Debian)\n"); … … 91 91 print (" </i>\n"); 92 92 print (" <br/>\n"); 93 print (" <h 2>\n");93 print (" <h3>\n"); 94 94 print _(" Under Windows\n"); 95 print (" </h 2>\n");95 print (" </h3>\n"); 96 96 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"; 97 97 print (" <br/>\n");
