Changeset 7991 for www-website/downloads.php
- Timestamp:
- 02/18/07 22:40:35 (21 months ago)
- Files:
-
- 1 modified
-
www-website/downloads.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
www-website/downloads.php
r7953 r7991 6 6 7 7 print (" <br/>\n"); 8 print _(" Latest version of Gajim is")." <strong>0.11 </strong><br/>\n";8 print _(" Latest version of Gajim is")." <strong>0.11.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"; … … 119 119 print (" </h2>\n"); 120 120 print ("</a>\n"); 121 print _(" There is a Gajim installer ")." <a href=\"downloads/gajim-0.11 +gtk-3.exe\">"._("with GTK+ included")."</a> "._("and")." <a href=\"downloads/gajim-0.11-3.exe\">"._("without GTK+")."</a>.\n";122 print (" <br/>\n"); 123 print _(" There is a Gajim installer for 0.11.0.7951 pre-release ")." <a href=\"downloads/gajim-0.11.0.7951+gtk-1.exe\">"._("with GTK+ included")."</a> "._("and")." <a href=\"downloads/gajim-0.11.0.7951-1.exe\">"._("without GTK+")."</a>.\n";124 print (" <br/>\n");121 print _(" There is a Gajim installer ")." <a href=\"downloads/gajim-0.11.1+gtk-1.exe\">"._("with GTK+ included")."</a> "._("and")." <a href=\"downloads/gajim-0.11.1-1.exe\">"._("without GTK+")."</a>.\n"; 122 print (" <br/>\n"); 123 #print _(" There is a Gajim installer for 0.11.0.7951 pre-release ")." <a href=\"downloads/gajim-0.11.0.7951+gtk-1.exe\">"._("with GTK+ included")."</a> "._("and")." <a href=\"downloads/gajim-0.11.0.7951-1.exe\">"._("without GTK+")."</a>.\n"; 124 #print (" <br/>\n"); 125 125 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)"); 126 126 … … 131 131 print (" </h2>\n"); 132 132 print ("</a>\n"); 133 print _(" The tarball version of Gajim is ")."<a href=\"downloads/gajim-0.11. tar.bz2\">"._("here")."</a>. "._("For information on how to build Gajim,")." <a href=\"http://trac.gajim.org/browser/branches/gajim_0.11/README.html?format=raw\">see the <tt>README</tt></a> ("._("in English").").<br />\n";134 print _(" The tarball version of 0.11.0.7951 pre-release is ")."<a href=\"downloads/gajim-0.11.0.7951.tar.gz\">"._("here")."</a>.<br />\n";133 print _(" The tarball version of Gajim is ")."<a href=\"downloads/gajim-0.11.1.tar.bz2\">"._("here")."</a>. "._("For information on how to build Gajim,")." <a href=\"http://trac.gajim.org/browser/branches/gajim_0.11i.1/README.html?format=raw\">see the <tt>README</tt></a> ("._("in English").").<br />\n"; 134 #print _(" The tarball version of 0.11.0.7951 pre-release is ")."<a href=\"downloads/gajim-0.11.0.7951.tar.gz\">"._("here")."</a>.<br />\n"; 135 135 print _("If you want to use the last unstable development version, then you should checkout the subversion repository.\n"); 136 136
