Changeset 4851 for www-website/downloads.php
- Timestamp:
- 12/25/05 16:05:09 (3 years ago)
- Files:
-
- 1 modified
-
www-website/downloads.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
www-website/downloads.php
r4437 r4851 6 6 7 7 print (" <br/>\n"); 8 print _(" Latest version of Gajim is")." <strong>0.9 </strong><br/>\n";8 print _(" Latest version of Gajim is")." <strong>0.9.1</strong><br/>\n"; 9 9 print _("If your distribution doesn't have the latest version "); 10 10 print _("you are advised to use the ")."<a href=\"#autopackage\">autopackage</a> "._("or the ")."<a href=\"#tarball\">"._("source tarball")."</a>\n"; … … 89 89 print (" </h2>\n"); 90 90 print ("</a>\n"); 91 print _(" You can download the autopackage ")."<a href=\"downloads/gajim-0.9 -1.x86.package\">"._("here")."</a>.\n";91 print _(" You can download the autopackage ")."<a href=\"downloads/gajim-0.9.1-1.x86.package\">"._("here")."</a>.\n"; 92 92 print _("To use it: make it executable, run it and follow the instructions.\n"); 93 93 print ("<a href=\"http://autopackage.org/using.html\">"); … … 101 101 print (" </h2>\n"); 102 102 print ("</a>\n"); 103 print _(" An installer for Microsoft Windows users can be downloaded")." <a href=\"downloads/gajim-0.9 -1.exe\">"._("here")."</a>.\n";103 print _(" An installer for Microsoft Windows users can be downloaded")." <a href=\"downloads/gajim-0.9.1-1.exe\">"._("here")."</a>.\n"; 104 104 print (" <br/>\n"); 105 105 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"; … … 111 111 print (" </h2>\n"); 112 112 print ("</a>\n"); 113 print _(" The tarball version of Gajim is ")."<a href=\"downloads/gajim-0.9. tar.bz2\">"._("here")."</a>.<br />\n";113 print _(" The tarball version of Gajim is ")."<a href=\"downloads/gajim-0.9.1.tar.bz2\">"._("here")."</a>.<br />\n"; 114 114 print _("If you want to use the last unstable development version, then you should checkout the subversion repository.\n"); 115 115
