Changeset 6437 for www-website/downloads.php
- Timestamp:
- 06/05/06 13:55:41 (2 years ago)
- Files:
-
- 1 modified
-
www-website/downloads.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
www-website/downloads.php
r6116 r6437 6 6 7 7 print (" <br/>\n"); 8 print _(" Latest version of Gajim is")." <strong>0.10 </strong><br/>\n";8 print _(" Latest version of Gajim is")." <strong>0.10.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.10 -1.x86.package\">"._("here")."</a>.\n";91 print _(" You can download the autopackage ")."<a href=\"downloads/gajim-0.10.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 _(" There is a Gajim installer ")." <a href=\"downloads/gajim-0.10 +gtk-1.exe\">"._("with GTK+ included")."</a> "._("and")." <a href=\"downloads/gajim-0.10-1.exe\">"._("without GTK+")."</a>.\n";103 print _(" There is a Gajim installer ")." <a href=\"downloads/gajim-0.10.1+gtk-1.exe\">"._("with GTK+ included")."</a> "._("and")." <a href=\"downloads/gajim-0.10.1-1.exe\">"._("without GTK+")."</a>.\n"; 104 104 print (" <br/>\n"); 105 105 print _(" If you got the installer without GTK, you will have to download the latest version of the GTK+ Runtime Environment")." <a href=\"http://gladewin32.sourceforge.net/\">"._("here")."</a>.<br/> "._("You can skip this, if you already have a GTK+ Runtime installed with libglade support; GTK+ Runtime from gimp-win.sf.net will NOT work (libglade is missing)"); … … 111 111 print (" </h2>\n"); 112 112 print ("</a>\n"); 113 print _(" The tarball version of Gajim is ")."<a href=\"downloads/gajim-0.10. tar.bz2\">"._("here")."</a>.<br />\n";113 print _(" The tarball version of Gajim is ")."<a href=\"downloads/gajim-0.10.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
