Changeset 3815 for www-website/downloads.php
- Timestamp:
- 10/07/05 18:47:19 (3 years ago)
- Files:
-
- 1 modified
-
www-website/downloads.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
www-website/downloads.php
r3503 r3815 97 97 print _(" An installer for Microsoft Windows users can be downloaded")." <a href=\"downloads/gajim-0.9-1.exe\">"._("here")."</a>.\n"; 98 98 print (" <br/>\n"); 99 print _(" In order to use it, you have to download the latest version of the GTK+ Runtime Environment")." <a href=\"http://gladewin32.sourceforge.net/\">"._("here")."</a> .\n";99 print _(" In order to use it, you have to download the latest version of the GTK+ Runtime Environment")." <a href=\"http://gladewin32.sourceforge.net/\">"._("here")."</a> (GTK+ Runtime from gimp-win.sf.net will NOT work (libglade is missing)).\n"; 100 100 101 101 print (" <p>\n"); … … 146 146 print _(" You can also use a graphical program like")." <a href=\"http://tortoisesvn.tigris.org/\">Tortoisesvn</a> "._("to get the latest Subversion version\n"); 147 147 print (" <br/>\n"); 148 print _(" To run Gajim, you need")." <a href=\"http://gladewin32.sourceforge.net/\">"._("GTK Runtime Environment")."</a> "._("(Version 2.6.x is preferable),")." <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 is preferable) and at last ")."<a href=\"http://sourceforge.net/project/showfiles.php?group_id=78018\">".("pywin32 extensions by Mark Hammond.")."</a>\n";148 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) and at last ")."<a href=\"http://sourceforge.net/project/showfiles.php?group_id=78018\">".("pywin32 extensions by Mark Hammond.")."</a>\n"; 149 149 print (" <br/>\n"); 150 150
