Changeset 8854 for www-website/downloads.php
- Timestamp:
- 09/22/07 23:22:06 (14 months ago)
- Files:
-
- 1 modified
-
www-website/downloads.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
www-website/downloads.php
r8764 r8854 6 6 7 7 print (" <br/>\n"); 8 print _(" Latest version of Gajim is")." <strong>0.11. 1</strong><br/>\n";8 print _(" Latest version of Gajim is")." <strong>0.11.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"; … … 115 115 print (" </h2>\n"); 116 116 print ("</a>\n"); 117 #print _("Soon available here.");118 print _(" You can download the autopackage ")."<a href=\"downloads/gajim-0.11.1-1.x86.package\">"._("here")."</a>.\n";119 print _("To use it: make it executable, run it and follow the instructions.\n");120 print ("<a href=\"http://autopackage.org/using.html\">");121 print _("Find out more")."</a>.\n";117 print _("Soon available here."); 118 #print _(" You can download the autopackage ")."<a href=\"downloads/gajim-0.11.2-1.x86.package\">"._("here")."</a>.\n"; 119 #print _("To use it: make it executable, run it and follow the instructions.\n"); 120 #print ("<a href=\"http://autopackage.org/using.html\">"); 121 #print _("Find out more")."</a>.\n"; 122 122 123 123 … … 128 128 print (" </h2>\n"); 129 129 print ("</a>\n"); 130 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";131 print (" <br/>\n"); 132 print _(" There is a Gajim installer for 0.11.2 pre-release ")." <a href=\"downloads/gajim-0.11.2+gtk-pre1.exe\">"._("with GTK+ included")."</a> "._("and")." <a href=\"downloads/gajim-0.11.2-pre1.exe\">"._("without GTK+")."</a>.\n";133 print (" <br/>\n");130 print _(" There is a Gajim installer ")." <a href=\"downloads/gajim-0.11.2+gtk-1.exe\">"._("with GTK+ included")."</a> "._("and")." <a href=\"downloads/gajim-0.11.2-1.exe\">"._("without GTK+")."</a>.\n"; 131 print (" <br/>\n"); 132 #print _(" There is a Gajim installer for 0.11.2 pre-release ")." <a href=\"downloads/gajim-0.11.2+gtk-pre1.exe\">"._("with GTK+ included")."</a> "._("and")." <a href=\"downloads/gajim-0.11.2-pre1.exe\">"._("without GTK+")."</a>.\n"; 133 #print (" <br/>\n"); 134 134 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)"); 135 135 … … 140 140 print (" </h2>\n"); 141 141 print ("</a>\n"); 142 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.11.1/README.html?format=raw\">see the <tt>README</tt></a> ("._("in English").").<br />\n";143 print _(" The tarball version of 0.11.2 pre-release is ")."<a href=\"downloads/gajim-0.11.2-pre1.tar.gz\">"._("here")."</a>.<br />\n";142 print _(" The tarball version of Gajim is ")."<a href=\"downloads/gajim-0.11.2.tar.bz2\">"._("here")."</a>. "._("For information on how to build Gajim,")." <a href=\"http://trac.gajim.org/browser/branches/gajim_0.11.2/README.html?format=raw\">see the <tt>README</tt></a> ("._("in English").").<br />\n"; 143 #print _(" The tarball version of 0.11.2 pre-release is ")."<a href=\"downloads/gajim-0.11.2-pre1.tar.gz\">"._("here")."</a>.<br />\n"; 144 144 print _("If you want to use the last unstable development version, then you should checkout the subversion repository.\n"); 145 145
