Changeset 7650 for www-website/downloads.php
- Timestamp:
- 12/14/06 09:03:27 (2 years ago)
- Files:
-
- 1 modified
-
www-website/downloads.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
www-website/downloads.php
r6928 r7650 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 higher ) 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 (PyGTK with cairo support AND pycairo)")."</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";172 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> "._("(Version 2.10.x or higher, PyGTK version < 2.10 is available")." <a href=\"http://www.pcpm.ucl.ac.be/~gustin/win32_ports/pygtk.html\">"._("here")."</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"; 173 173 print (" <br/>\n"); 174 174
