Changeset 3458 for www-website/downloads.php
- Timestamp:
- 09/06/05 14:06:42 (3 years ago)
- Files:
-
- 1 modified
-
www-website/downloads.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
www-website/downloads.php
r3325 r3458 6 6 7 7 print (" <br/>\n"); 8 print _(" Latest version of Gajim is")." <strong>0.8. 1</strong><br/>\n";8 print _(" Latest version of Gajim is")." <strong>0.8.2</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"; … … 83 83 print (" </h2>\n"); 84 84 print ("</a>\n"); 85 print _(" You can download the autopackage ")."<a href=\"downloads/gajim-0.8. 1-1.x86.package\">"._("here")."</a>.\n";85 print _(" You can download the autopackage ")."<a href=\"downloads/gajim-0.8.2-1.x86.package\">"._("here")."</a>.\n"; 86 86 print _("To use it: make it executable, run it and follow the instructions.\n"); 87 87 print ("<a href=\"http://autopackage.org/using.html\">"); … … 95 95 print (" </h2>\n"); 96 96 print ("</a>\n"); 97 print _(" An installer for Microsoft Windows users can be downloaded")." <a href=\"downloads/gajim-0.8. 1-1.exe\">"._("here")."</a>.\n";97 print _(" An installer for Microsoft Windows users can be downloaded")." <a href=\"downloads/gajim-0.8.2-1.exe\">"._("here")."</a>.\n"; 98 98 print (" <br/>\n"); 99 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"; … … 105 105 print (" </h2>\n"); 106 106 print ("</a>\n"); 107 print _(" The tarball version of Gajim is ")."<a href=\"downloads/gajim-0.8. 1.tar.bz2\">"._("here")."</a>.<br />\n";107 print _(" The tarball version of Gajim is ")."<a href=\"downloads/gajim-0.8.2.tar.bz2\">"._("here")."</a>.<br />\n"; 108 108 print _("If you want to use the last unstable development version, then you should checkout the subversion repository.\n"); 109 109
