Changeset 8756 for www-website

Show
Ignore:
Timestamp:
09/09/07 17:08:03 (15 months ago)
Author:
asterix
Message:

update website to announce 0.11.2 pre release

Location:
www-website
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • www-website/downloads.php

    r8448 r8756  
    122122print _("    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"; 
    123123print ("    <br/>\n"); 
    124 #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"; 
    125 #print ("    <br/>\n"); 
     124print _("    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"; 
     125print ("    <br/>\n"); 
    126126print _("    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)"); 
    127127 
     
    133133print ("</a>\n"); 
    134134print _("    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"; 
    135 #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"; 
     135print _("    The tarball version of 0.11.2 pre-release is ")."<a href=\"downloads/gajim-0.11.2-pre1.tar.gz\">"._("here")."</a>.<br />\n"; 
    136136print _("If you want to use the last unstable development version, then you should checkout the subversion repository.\n"); 
    137137 
  • www-website/index.php

    r7991 r8756  
    4747 
    4848$array_news_title = array( 
    49         0 => _("Gajim 0.11.1 is here!"), 
    50         1 => _("Pre-release of Gajim 0.11.1"), 
    51         2 => _("Gajim 0.11 is here!")); 
     49        0 => _("Pre-release of Gajim 0.11.2"), 
     50        1 => _("Gajim 0.11.1 is here!"), 
     51        2 => _("Pre-release of Gajim 0.11.1"), 
     52        3 => _("Gajim 0.11 is here!")); 
    5253$array_news_date = array( 
    53         0 => _("18 February 2007"), 
    54         1 => _("07 February 2007"), 
    55         2 => _("19 December 2006")); 
     54        0 => _("09 September 2007"), 
     55        1 => _("18 February 2007"), 
     56        2 => _("07 February 2007"), 
     57        3 => _("19 December 2006")); 
    5658$array_news_desc = array( 
    57         0 => _("Version 0.11.1 of Gajim has been released."), 
    58         1 => _("Version 0.11.1 will arrive soon."), 
    59         2 => _("Version 0.11 of Gajim has been released.")); 
     59        0 => _("Version 0.11.2 will arrive soon."), 
     60        1 => _("Version 0.11.1 of Gajim has been released."), 
     61        2 => _("Version 0.11.1 will arrive soon."), 
     62        3 => _("Version 0.11 of Gajim has been released.")); 
    6063$array_news_whats_new = array( 
    61         0 => _("What's new since ")."0.11:", 
     64        0 => _("What's new since ")."0.11.1:", 
    6265        1 => _("What's new since ")."0.11:", 
    63         2 => _("What's new since ")."0.10.1:"); 
     66        2 => _("What's new since ")."0.11:", 
     67        3 => _("What's new since ")."0.10.1:"); 
    6468 
    6569$array_news_items[0] = array( 
     70        0 => _("This is a bug-fix only release. Nothing new"), 
     71        1 => "<a href = \"http://trac.gajim.org/browser/branches/gajim_0.11.1/ChangeLog\">"._("Full ChangeLog")."</a> ", 
     72        2 => "<a href = \"http://trac.gajim.org/query?status=closed&milestone=0.11.2\">"._("Bugs/Annoyances closed")."</a>", 
     73        ); 
     74 
     75$array_news_items[1] = array( 
    6676        0 => _("Fix Idle and non-ascii languages under Windows"), 
    6777        1 => _("Fix International Domain Name usage"), 
     
    7585        ); 
    7686 
    77 $array_news_items[1] = array( 
     87$array_news_items[2] = array( 
    7888        0 => _("Fix Idle and non-ascii languages under Windows"), 
    7989        1 => _("Fix International Domain Name usage"), 
     
    8595        ); 
    8696 
    87 $array_news_items[2] = array( 
     97$array_news_items[3] = array( 
    8898        0 => _("Support for link-local messaging via Zeroconf using Avahi"), 
    8999        1 => _("Support for Network Manager"),