Changeset 3217 for www-website/downloads.php
- Timestamp:
- 08/25/05 22:13:32 (3 years ago)
- Files:
-
- 1 modified
-
www-website/downloads.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
www-website/downloads.php
r3215 r3217 6 6 7 7 print (" <br/>\n"); 8 print _(" Latest version of Gajim is")." <strong>0.8 </strong><br/>\n";8 print _(" Latest version of Gajim is")." <strong>0.8.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"; … … 68 68 print (" </h2>\n"); 69 69 print ("</a>\n"); 70 print _(" You can download the autopackage ")."<a href=\"downloads/gajim-0.8 -1.x86.package\">"._("here")."</a>.\n";70 print _(" You can download the autopackage ")."<a href=\"downloads/gajim-0.8.1-1.x86.package\">"._("here")."</a>.\n"; 71 71 print _("To use it: make it executable, run it and follow the instructions.\n"); 72 72 print ("<a href=\"http://autopackage.org/using.html\">"); … … 80 80 print (" </h2>\n"); 81 81 print ("</a>\n"); 82 print _(" An installer for Microsoft Windows users can be downloaded")." <a href=\"downloads/gajim-0.8 -1.exe\">"._("here")."</a>.\n";82 print _(" An installer for Microsoft Windows users can be downloaded")." <a href=\"downloads/gajim-0.8.1-1.exe\">"._("here")."</a>.\n"; 83 83 print (" <br/>\n"); 84 84 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"; … … 90 90 print (" </h2>\n"); 91 91 print ("</a>\n"); 92 print _(" The tarball version of Gajim is ")."<a href=\"downloads/gajim-0.8. tar.bz2\">"._("here")."</a>.<br />\n";92 print _(" The tarball version of Gajim is ")."<a href=\"downloads/gajim-0.8.1.tar.bz2\">"._("here")."</a>.<br />\n"; 93 93 print ("md5sum: 1f9b4864c56d744d1e6f1c0b42afc4e9 <br />\n"); 94 94 print _("If you want to use the last unstable development version, then you should checkout the subversion repository.\n");
