Skip to content
Snippets Groups Projects
Commit 1f53592b authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

announce alpha2

parent 2591cdf5
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ $download_folder = "0.15"; ...@@ -8,7 +8,7 @@ $download_folder = "0.15";
$last_version = "0.15.4"; $last_version = "0.15.4";
print (" <br/>\n"); print (" <br/>\n");
print _(" Latest version of Gajim is")." <strong>".$last_version."</strong><br/>\n"; print _(" Latest version of Gajim is")." <strong>".$last_version."</strong><br/>\n";
printf(_(" A %s version is in test"), "<strong>0.16-alpha1</strong>"); printf(_(" A %s version is in test"), "<strong>0.16-alpha2</strong>");
print ("<br/>\n"); print ("<br/>\n");
print _("If your distribution doesn't have the latest version "); print _("If your distribution doesn't have the latest version ");
print _("you are advised to use the ")."<a href=\"#autopackage\">autopackage</a> "._("or the ")."<a href=\"#tarball\">"._("source tarball")."</a>\n"; print _("you are advised to use the ")."<a href=\"#autopackage\">autopackage</a> "._("or the ")."<a href=\"#tarball\">"._("source tarball")."</a>\n";
...@@ -20,8 +20,8 @@ print (" </h2>\n"); ...@@ -20,8 +20,8 @@ print (" </h2>\n");
print ("</a>\n"); print ("</a>\n");
print _(" If you use Debian unstable do")." <i>apt-get install gajim</i>\n"; print _(" If you use Debian unstable do")." <i>apt-get install gajim</i>\n";
print (" <br/>\n"); print (" <br/>\n");
printf(_(" The Debian package of %s is "), "0.16-alpha1"); printf(_(" The Debian package of %s is "), "0.16-alpha2");
print "<a href=\"ftp://ftp.gajim.org/debian/dists/unstable/main/binary-all/gajim_0.16~alpha1-1_all.deb\">"._("here")."</a>.<br />\n"; print "<a href=\"ftp://ftp.gajim.org/debian/dists/unstable/main/binary-all/gajim_0.16~alpha2-1_all.deb\">"._("here")."</a>.<br />\n";
print _(" A daily package from mercurial is also built. To use it, remove gajim")." (<i>apt-get remove gajim</i>), "._("add this line to your")." /etc/apt/source.list:\n"; print _(" A daily package from mercurial is also built. To use it, remove gajim")." (<i>apt-get remove gajim</i>), "._("add this line to your")." /etc/apt/source.list:\n";
print (" <br/>\n"); print (" <br/>\n");
print (" <i>deb ftp://ftp.gajim.org/debian unstable main</i>\n"); print (" <i>deb ftp://ftp.gajim.org/debian unstable main</i>\n");
...@@ -148,8 +148,8 @@ print ("</a>\n"); ...@@ -148,8 +148,8 @@ print ("</a>\n");
print _(" There is a ")." <a href=\"downloads/".$download_folder."/gajim-".$last_version."-3.exe\">"._("Gajim installer")."</a>.\n"; print _(" There is a ")." <a href=\"downloads/".$download_folder."/gajim-".$last_version."-3.exe\">"._("Gajim installer")."</a>.\n";
#print _("The installer doesn't contain translations because of a") . " <a href=\"https://bugzilla.gnome.org/show_bug.cgi?id=574520\">" . _("GTK bug") . "</a>.\n"; #print _("The installer doesn't contain translations because of a") . " <a href=\"https://bugzilla.gnome.org/show_bug.cgi?id=574520\">" . _("GTK bug") . "</a>.\n";
print (" <br/>\n"); print (" <br/>\n");
print _(" Here is a")." <a href=\"downloads/0.16/gajim-0.16-alpha1-1.exe\">"._("Gajim installer")."</a> "; print _(" Here is a")." <a href=\"downloads/0.16/gajim-0.16-alpha2-1.exe\">"._("Gajim installer")."</a> ";
printf(_("for %s version "), "0.16-alpha1"); printf(_("for %s version "), "0.16-alpha2");
print (".\n"); print (".\n");
print (" <br/>\n"); print (" <br/>\n");
...@@ -160,8 +160,8 @@ print _(" Source\n"); ...@@ -160,8 +160,8 @@ print _(" Source\n");
print (" </h2>\n"); print (" </h2>\n");
print ("</a>\n"); print ("</a>\n");
print _(" The tarball version of Gajim is ")."<a href=\"downloads/".$download_folder."/gajim-".$last_version.".tar.bz2\">"._("here")."</a>. "._("For information on how to build Gajim,")." <a href=\"http://hg.gajim.org/gajim/raw-file/tip/README.html\">"._("see the <tt>README</tt>")."</a> ("._("in English").").<br />\n"; print _(" The tarball version of Gajim is ")."<a href=\"downloads/".$download_folder."/gajim-".$last_version.".tar.bz2\">"._("here")."</a>. "._("For information on how to build Gajim,")." <a href=\"http://hg.gajim.org/gajim/raw-file/tip/README.html\">"._("see the <tt>README</tt>")."</a> ("._("in English").").<br />\n";
printf(_(" The tarball version of %s is "), "0.16-alpha1"); printf(_(" The tarball version of %s is "), "0.16-alpha2");
print "<a href=\"downloads/0.16/gajim-0.16-alpha1.tar.gz\">"._("here")."</a>.<br />\n"; print "<a href=\"downloads/0.16/gajim-0.16-alpha2.tar.gz\">"._("here")."</a>.<br />\n";
print _("If you want to use the last unstable development version, then you should checkout the mercurial repository.\n"); print _("If you want to use the last unstable development version, then you should checkout the mercurial repository.\n");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment