Changeset 4436 for www-website/downloads.php
- Timestamp:
- 11/24/05 14:09:21 (3 years ago)
- Files:
-
- 1 modified
-
www-website/downloads.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
www-website/downloads.php
r4435 r4436 17 17 print _(" If you use Debian unstable do")." <i>apt-get install gajim</i>\n"; 18 18 print (" <br/>\n"); 19 print _(" A daily package is also build. To use it, remove gajim")." (<i>apt-get remove gajim</i>), "._("add this line to your")." /etc/apt/source.list:\n";19 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"; 20 20 print (" <br/>\n"); 21 21 print (" <i>deb ftp://ftp.gajim.org/debian unstable main</i>\n"); … … 52 52 print (" </h2>\n"); 53 53 print ("</a>\n"); 54 print _(" You can install Gajim by doing")." <i>pacman -S gajim</i> ". _("provided you have the community repo")."\n";54 print _(" You can install Gajim by doing")." <i>pacman -S gajim</i> "."\n"; 55 55 56 56 print ("<a name=\"suse\">\n"); … … 152 152 print _(" You can also use a graphical program like")." <a href=\"http://tortoisesvn.tigris.org/\">Tortoisesvn</a> "._("to get the latest Subversion version\n"); 153 153 print (" <br/>\n"); 154 print _(" To run Gajim, you need")." <a href=\"http://gladewin32.sourceforge.net/\">"._("GTK Runtime Environment")."</a> "._("(Version 2.6.x or up) 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.x is preferable),")." <a href=\"http://www.pcpm.ucl.ac.be/~gustin/win32_ports/pygtk.html\">"._("PyGTK for Windows")."</a> "._("(Version 2.6.x or up),")." <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";154 print _(" To run Gajim, you need")." <a href=\"http://gladewin32.sourceforge.net/\">"._("GTK Runtime Environment")."</a> "._("(Version 2.6.x or up) 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.x is preferable),")." <a href=\"http://www.pcpm.ucl.ac.be/~gustin/win32_ports/pygtk.html\">"._("PyGTK for Windows")."</a> "._("(Version 2.6.x or up),")." <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"; 155 155 print (" <br/>\n"); 156 156
