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

announce 0.16-alpha1 release

parent 0826dbee
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.15-beta4</strong>"); printf(_(" A %s version is in test"), "<strong>0.16-alpha1</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.15-beta4"); printf(_(" The Debian package of %s is "), "0.16-alpha1");
#print "<a href=\"downloads/0.15/gajim_0.15~beta4-1_all.deb\">"._("here")."</a>.<br />\n"; 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 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,10 +148,10 @@ print ("</a>\n"); ...@@ -148,10 +148,10 @@ 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.15/gajim-0.15-beta4-2.exe\">"._("Gajim installer")."</a> "; print _(" Here is a")." <a href=\"downloads/0.16/gajim-0.16-alpha1-1.exe\">"._("Gajim installer")."</a> ";
#printf(_("for %s version "), "0.15-beta4"); printf(_("for %s version "), "0.16-alpha1");
#print (".\n"); print (".\n");
#print (" <br/>\n"); print (" <br/>\n");
print (" <p>\n"); print (" <p>\n");
print ("<a name=\"tarball\">\n"); print ("<a name=\"tarball\">\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