Changeset 6884 for www-website/downloads.php
- Timestamp:
- 09/23/06 00:30:55 (2 years ago)
- Files:
-
- 1 modified
-
www-website/downloads.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
www-website/downloads.php
r6674 r6884 170 170 print _(" You can also use a graphical program like")." <a href=\"http://tortoisesvn.tigris.org/\">Tortoisesvn</a> "._("to get the latest Subversion version\n"); 171 171 print (" <br/>\n"); 172 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";172 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 or higher),")." <a href=\"http://www.pcpm.ucl.ac.be/~gustin/win32_ports/pygtk.html\">"._("PyGTK for Windows")."</a> "._("(Version 2.6.x or higher),")." <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"; 173 173 print (" <br/>\n"); 174 174
