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

update website for 1.0 release

parent 90b1a5c6
No related branches found
No related tags found
No related merge requests found
......@@ -4,11 +4,11 @@
Entete (_("Gajim, a Jabber client"), "GAJIM");
$download_folder = "0.16";
$last_version = "0.16.9";
$download_folder = "1.0";
$last_version = "1.0.0";
print (" <br/>\n");
print _(" Latest version of Gajim is")." <strong>".$last_version."</strong><br/>\n";
printf(_(" A %s version is in test"), "<strong>1.0.0-beta2</strong>");
//printf(_(" A %s version is in test"), "<strong>1.0.0-beta2</strong>");
print ("<br/>\n");
print _("If your distribution doesn't have the latest version ");
print _("you are advised to use the ")."<a href='#source' id='top-sourcelink'>"._("source tarball")."</a>\n";
......@@ -129,8 +129,8 @@ print "<div id='debian'>\n";
print "<h2>Debian GNU/Linux:</h2>\n";
print _("Just")." <i>sudo apt-get install gajim</i>\n";
print (" <br/>\n");
printf(_(" The Debian package of %s is available on our Debian repository. Follow below steps to use it, then install gajim with <i>sudo apt-get install gajim</i>"), "1.0.0-beta2");
print (" <br/>\n");
//printf(_(" The Debian package of %s is available on our Debian repository. Follow below steps to use it, then install gajim with <i>sudo apt-get install gajim</i>"), "1.0.0-beta2");
//print (" <br/>\n");
print _(" A daily package from git is also built. To use it:");
print " <br/>\n";
print _("Remove Gajim:");
......@@ -240,13 +240,13 @@ print "<h2>Windows:</h2>\n";
print _("There is a")." <a href='downloads/".$download_folder."/gajim-".$last_version."-1.exe'>"._("Gajim installer")."</a>\n";
print ("<br/>\n");
print _("and a")." <a href='downloads/".$download_folder."/gajim-portable-".$last_version."-1.exe'>"._("Gajim portable installer")."</a>.\n";
print ("<br/>\n");
print ("<br/>\n");
print _("Here is a")." <a href='downloads/1.0/gajim-1.0.0-beta2-1.exe'>"._("Gajim installer")."</a> ";
printf(_("for %s version "), "1.0.0-beta2\n");
print ("<br/>\n");
print _("and a")." <a href='downloads/1.0/gajim-portable-1.0.0-beta2-1.exe'>"._("Gajim portable installer")."</a>\n";
printf(_("for %s version "), "1.0.0-beta2\n");
//print ("<br/>\n");
//print ("<br/>\n");
//print _("Here is a")." <a href='downloads/1.0/gajim-1.0.0-beta2-1.exe'>"._("Gajim installer")."</a> ";
//printf(_("for %s version "), "1.0.0-beta2\n");
//print ("<br/>\n");
//print _("and a")." <a href='downloads/1.0/gajim-portable-1.0.0-beta2-1.exe'>"._("Gajim portable installer")."</a>\n";
//printf(_("for %s version "), "1.0.0-beta2\n");
print "</div>\n";
#14)ZenWalk
......@@ -258,9 +258,9 @@ print "</div>\n";
#15)other Linux
print "<div id='source'>\n";
print "<h2>"._("Other Linux / source").":</h2>\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='https://dev.gajim.org/gajim/gajim/blob/gajim_0.16/README'>"._("see the <tt>README</tt>")."</a> ("._("in English").").<br />\n";
printf(_(" The tarball version of %s is "), "1.0.0-beta2");
print "<a href='downloads/1.0/gajim-1.0.0-beta2.tar.gz'>"._("here")."</a>.<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='https://dev.gajim.org/gajim/gajim/blob/gajim_1.0/README.md'>"._("see the <tt>README</tt>")."</a> ("._("in English").").<br />\n";
//printf(_(" The tarball version of %s is "), "1.0.0-beta2");
//print "<a href='downloads/1.0/gajim-1.0.0-beta2.tar.gz'>"._("here")."</a>.<br />\n";
print _("If you want to use the last unstable development version, then you should checkout the git repository.\n");
......
......@@ -50,188 +50,39 @@ for ($i=0; $i<sizeof($array_features); $i++) {
$tpl->set_var("NEWS_MAIN", _("NEWS"));
$array_news_title = array(
sprintf(_("Second beta-release of Gajim %s"), "1.0.0"),
sprintf(_("First beta-release of Gajim %s"), "1.0.0"),
sprintf(_("Second alpha-release of Gajim %s"), "1.0.0"),
sprintf(_("First alpha-release of Gajim %s"), "1.0.0"),
sprintf(_("Gajim %s is here!"), "0.16.9"),
sprintf(_("Gajim %s is here!"), "0.16.8"),
sprintf(_("Gajim %s is here!"), "0.16.7"),
sprintf(_("Gajim %s is here!"), "0.16.6"),
sprintf(_("Gajim %s is here!"), "0.16.5"),
sprintf(_("Gajim %s is here!"), "0.16.4"),
sprintf(_("Gajim %s is here!"), "0.16.3"),
sprintf(_("Gajim %s is here!"), "0.16.2"),
sprintf(_("Gajim %s is here!"), "0.16.1"),
sprintf(_("Gajim %s is here!"), "0.16"),
sprintf(_("Gajim %s is here!"), "1.0"),
);
// sprintf(_("Release candidate 5 of Gajim %s"), "0.13"),
// sprintf(_("Alpha-release of Gajim %s"), "0.12"),
// sprintf(_("New windows installer")),
$array_news_date = array(
_("17 February 2018"),
_("08 February 2018"),
_("17 December 2017"),
_("15 December 2017"),
_("03 December 2017"),
_("04 June 2017"),
_("30 January 2017"),
_("02 October 2016"),
_("28 December 2015"),
_("26 September 2015"),
_("31 July 2015"),
_("24 July 2015"),
_("28 February 2015"),
_("04 October 2014"),
_("17 March 2018"),
);
$array_news_desc = array(
sprintf(_("Version %s will arrive very soon."), "1.0.0"),
sprintf(_("Version %s will arrive very soon."), "1.0.0"),
sprintf(_("Version %s will arrive soon."), "1.0.0"),
sprintf(_("Version %s will arrive soon."), "1.0.0"),
sprintf(_("Version %s of Gajim has been released."), "0.16.9"),
sprintf(_("Version %s of Gajim has been released."), "0.16.8"),
sprintf(_("Version %s of Gajim has been released."), "0.16.7"),
sprintf(_("Version %s of Gajim has been released."), "0.16.6"),
sprintf(_("Version %s of Gajim has been released."), "0.16.5"),
sprintf(_("Version %s of Gajim has been released."), "0.16.4"),
sprintf(_("Version %s of Gajim has been released."), "0.16.3"),
sprintf(_("Version %s of Gajim has been released."), "0.16.2"),
sprintf(_("Version %s of Gajim has been released."), "0.16.1"),
sprintf(_("Version %s of Gajim has been released."), "0.16"),
sprintf(_("Version %s of Gajim has been released."), "1.0"),
);
// sprintf(_("Version %s will arrive very soon."), "0.12"),
// sprintf(_("Version %s will arrive soon."), "0.12"),
// sprintf(_("New Windows Installer with GTK+ included.")),
$array_news_whats_new = array(
sprintf(_("What's new since %s:"), "1.0.0-beta1"),
sprintf(_("What's new since %s:"), "1.0.0-alpha2"),
sprintf(_("What's new since %s:"), "1.0.0-alpha1"),
sprintf(_("What's new since %s:"), "0.16.9"),
sprintf(_("What's new since %s:"), "0.16.8"),
sprintf(_("What's new since %s:"), "0.16.7"),
sprintf(_("What's new since %s:"), "0.16.6"),
sprintf(_("What's new since %s:"), "0.16.5"),
sprintf(_("What's new since %s:"), "0.16.4"),
sprintf(_("What's new since %s:"), "0.16.3"),
sprintf(_("What's new since %s:"), "0.16.2"),
sprintf(_("What's new since %s:"), "0.16.1"),
sprintf(_("What's new since %s:"), "0.16"),
sprintf(_("What's new since %s:"), "0.15.4"),
);
$index_new_items = 0;
$array_news_items[$index_new_items] = array(
0 => _("Speed up DB querys on MAM sync"),
1 => _("Fix config encoding"),
2 => _("Full changelog, see") . " <a href = \"https://dev.gajim.org/gajim/gajim/blob/gajim-1.0.0-beta2/ChangeLog\">"._("Full ChangeLog")."</a> ",
);
$index_new_items += 1;
$array_news_items[$index_new_items] = array(
0 => _("Integrate HTTP upload"),
1 => _("Improvements for HiDPI screens"),
2 => _("Depend on keyring python package for password management"),
3 => _("Full changelog, see") . " <a href = \"https://dev.gajim.org/gajim/gajim/blob/gajim-1.0.0-beta1/ChangeLog\">"._("Full ChangeLog")."</a> ",
);
$index_new_items += 1;
$array_news_items[$index_new_items] = array(
0 => _("Fix some migration issues"),
1 => _("Full changelog, see") . " <a href = \"https://dev.gajim.org/gajim/gajim/blob/gajim-1.0.0-alpha2/ChangeLog\">"._("Full ChangeLog")."</a> ",
);
$index_new_items += 1;
$array_news_items[$index_new_items] = array(
0 => _("Port Gajim to Python3 / GTK3"),
1 => _("A lot of new features. See the") . " <a href = \"https://dev.gajim.org/gajim/gajim/blob/gajim-1.0.0-alpha1/ChangeLog\">"._("Full ChangeLog")."</a>",
);
$index_new_items += 1;
$array_news_items[$index_new_items] = array(
0 => _("Improve Zeroconf behavior"),
1 => _("Remove usage of deprecated OpenSSL.rand"),
2 => _("Full changelog, see") . " <a href = \"https://dev.gajim.org/gajim/gajim/blob/gajim-0.16.9/ChangeLog\">"._("Full ChangeLog")."</a> ",
);
$index_new_items += 1;
$array_news_items[$index_new_items] = array(
0 => _("Fix rejoining MUCs after connection loss"),
1 => _("Fix Groupchat invites"),
2 => _("Fix encoding problems with newer GnuPG versions"),
3 => _("Fix old messages randomly reappearing in the chat window"),
4 => _("Full changelog, see") . " <a href = \"https://dev.gajim.org/gajim/gajim/blob/gajim-0.16.8/ChangeLog\">"._("Full ChangeLog")."</a> ",
5 => "<a href = \"https://dev.gajim.org/gajim/gajim/issues?scope=all&amp;state=closed&amp;milestone_title=0.16.8\">"._("List of fixed bugs")."</a>",
);
$index_new_items += 1;
$array_news_items[$index_new_items] = array(
0 => _("Better compatibility with XEP-0191"),
1 => _("Add a windows portable installer"),
2 => _("Use a safer way to store passwords under windows"),
3 => _("Full changelog, see") . " <a href = \"https://dev.gajim.org/gajim/gajim/blob/gajim-0.16.7/ChangeLog\">"._("Full ChangeLog")."</a> ",
4 => "<a href = \"https://dev.gajim.org/gajim/gajim/issues?scope=all&amp;state=closed&amp;milestone_title=0.16.7\">"._("List of fixed bugs")."</a>",
);
$index_new_items += 1;
$array_news_items[$index_new_items] = array(
0 => _("Fix using GPG2"),
1 => _("Improve message receipts usage"),
2 => _("Full changelog, see") . " <a href = \"https://dev.gajim.org/gajim/gajim/blob/gajim-0.16.6/ChangeLog\">"._("Full ChangeLog")."</a> ",
3 => "<a href = \"https://dev.gajim.org/gajim/gajim/issues?scope=all&amp;state=closed&amp;milestone_title=0.16.6\">"._("List of fixed bugs")."</a>",
);
$index_new_items += 1;
$array_news_items[$index_new_items] = array(
0 => _("Improve MAM implementation"),
1 => _("Improve security"),
2 => _("Full changelog, see") . " <a href = \"https://dev.gajim.org/gajim/gajim/blob/gajim-0.16.5/ChangeLog\">"._("Full ChangeLog")."</a> ",
3 => "<a href = \"https://dev.gajim.org/gajim/gajim/issues?scope=all&amp;state=closed&amp;milestone_title=0.16.5\">"._("List of fixed bugs")."</a>",
);
$index_new_items += 1;
$array_news_items[$index_new_items] = array(
0 => _("Fix regression for trusting GPG keys"),
1 => _("Improve MAM usage"),
2 => _("Full changelog, see") . " <a href = \"https://dev.gajim.org/gajim/gajim/blob/gajim-0.16.4/ChangeLog\">"._("Full ChangeLog")."</a> ",
3 => "<a href = \"https://dev.gajim.org/gajim/gajim/issues?scope=all&amp;state=closed&amp;milestone_title=0.16.4\">"._("List of fixed bugs")."</a>",
);
$index_new_items += 1;
$array_news_items[$index_new_items] = array(
0 => _("Fix regression of 0.16.2 when reading secrets file"),
1 => _("Fix reconnection after suspend"),
2 => _("Full changelog, see") . " <a href = \"https://dev.gajim.org/gajim/gajim/blob/gajim-0.16.3/ChangeLog\">"._("Full ChangeLog")."</a> ",
3 => "<a href = \"https://dev.gajim.org/gajim/gajim/issues?scope=all&amp;state=closed&amp;milestone_title=0.16.3\">"._("List of fixed bugs")."</a>",
);
$index_new_items += 1;
$array_news_items[$index_new_items] = array(
0 => _("Improve Zeroconf under windows and with IPv6"),
1 => _("Full changelog, see") . " <a href = \"https://dev.gajim.org/gajim/gajim/blob/gajim-0.16.2/ChangeLog\">"._("Full ChangeLog")."</a> ",
2 => "<a href = \"https://dev.gajim.org/gajim/gajim/issues?scope=all&amp;state=closed&amp;milestone_title=0.16.2\">"._("List of fixed bugs")."</a>",
);
$index_new_items += 1;
$array_news_items[$index_new_items] = array(
0 => _("Message Archive Management") . " (<a href=\"http://xmpp.org/extensions/xep-0313.html\">XEP-0313</a>)",
1 => _("Full changelog, see") . " <a href = \"https://dev.gajim.org/gajim/gajim/blob/gajim-0.16.1/ChangeLog\">"._("Full ChangeLog")."</a> ",
2 => "<a href = \"https://dev.gajim.org/gajim/gajim/issues?scope=all&amp;state=closed&amp;milestone_title=0.16.1\">"._("List of fixed bugs")."</a>",
);
$index_new_items += 1;
$array_news_items[$index_new_items] = array(
0 => _("Improve File transfer"),
1 => _("Improve security"),
2 => _("Improve audio / video calls"),
3 => _("Last message correction"),
4 => _("Jingle Audio under windows"),
5 => _("Full changelog, see") . " <a href = \"https://dev.gajim.org/gajim/gajim/blob/gajim-0.16/ChangeLog\">"._("Full ChangeLog")."</a> ",
6 => "<a href = \"https://dev.gajim.org/gajim/gajim/issues?scope=all&amp;state=closed&amp;milestone_title=0.16\">"._("List of fixed bugs")."</a>",
0 => _("Ported to GTK3 / Python3"),
1 => _("Integrate HTTPUpload"),
2 => _("Improvements for HiDPI Screens"),
3 => _("Change password storage to python keyring package"),
4 => _("Flatpak support"),
5 => _("New Emoji support"),
6 => _("A lot of new design"),
7 => _("MAM for groupchats support"),
8 => _("New XEPs: XEP-0156 (Discovering Alternative XMPP Connection Methods), XEP-0319 (Last User Interaction in Presence), XEP-0368 (SRV records for XMPP over TLS), XEP-0380 (Explicit Message Encryption)"),
9 => _("Full changelog, see") . " <a href = \"https://dev.gajim.org/gajim/gajim/blob/gajim-1.0.0/ChangeLog\">"._("Full ChangeLog")."</a> ",
);
$index_new_items += 1;
......
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