Changeset 9107 for www-website

Show
Ignore:
Timestamp:
12/06/07 20:28:00 (9 months ago)
Author:
asterix
Message:

update website for 0.11.4, remove useless and outdated epydoc folder

Location:
www-website
Files:
1 removed
2 modified

Legend:

Unmodified
Added
Removed
  • www-website/downloads.php

    r8996 r9107  
    66 
    77print ("   <br/>\n"); 
    8 print _("    Latest version of Gajim is")."  <strong>0.11.3</strong><br/>\n"; 
     8print _("    Latest version of Gajim is")."  <strong>0.11.4</strong><br/>\n"; 
    99print _("If your distribution doesn't have the latest version "); 
    1010print _("you are advised to use the ")."<a href=\"#autopackage\">autopackage</a> "._("or the ")."<a href=\"#tarball\">"._("source tarball")."</a>\n"; 
     
    116116print ("</a>\n"); 
    117117print _("Soon available here."); 
    118 #print _("    You can download the autopackage ")."<a href=\"downloads/gajim-0.11.3-1.x86.package\">"._("here")."</a>.\n"; 
     118#print _("    You can download the autopackage ")."<a href=\"downloads/gajim-0.11.4-1.x86.package\">"._("here")."</a>.\n"; 
    119119#print _("To use it: make it executable, run it and follow the instructions.\n"); 
    120120#print ("<a href=\"http://autopackage.org/using.html\">"); 
     
    128128print ("   </h2>\n"); 
    129129print ("</a>\n"); 
    130 print _("    There is a Gajim installer ")." <a href=\"downloads/gajim-0.11.3+gtk-1.exe\">"._("with GTK+ included")."</a> "._("and")." <a href=\"downloads/gajim-0.11.3-1.exe\">"._("without GTK+")."</a>.\n"; 
     130print _("    There is a Gajim installer ")." <a href=\"downloads/gajim-0.11.4+gtk-1.exe\">"._("with GTK+ included")."</a> "._("and")." <a href=\"downloads/gajim-0.11.4-1.exe\">"._("without GTK+")."</a>.\n"; 
    131131print ("    <br/>\n"); 
    132132#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"; 
     
    140140print ("   </h2>\n"); 
    141141print ("</a>\n"); 
    142 print _("    The tarball version of Gajim is ")."<a href=\"downloads/gajim-0.11.3.tar.bz2\">"._("here")."</a>. "._("For information on how to build Gajim,")." <a href=\"http://trac.gajim.org/browser/branches/gajim_0.11.3/README.html?format=raw\">see the <tt>README</tt></a> ("._("in English").").<br />\n"; 
     142print _("    The tarball version of Gajim is ")."<a href=\"downloads/gajim-0.11.4.tar.bz2\">"._("here")."</a>. "._("For information on how to build Gajim,")." <a href=\"http://trac.gajim.org/browser/branches/gajim_0.11.4/README.html?format=raw\">see the <tt>README</tt></a> ("._("in English").").<br />\n"; 
    143143#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"; 
    144144print _("If you want to use the last unstable development version, then you should checkout the subversion repository.\n"); 
  • www-website/index.php

    r9002 r9107  
    4747 
    4848$array_news_title = array( 
    49         0 => sprintf(_("Gajim %s is here!"), "0.11.3"), 
    50         1 => sprintf(_("Gajim %s is here!"), "0.11.2"), 
    51         2 => sprintf(_("Pre-release of Gajim %s"), "0.11.2"), 
    52         3 => sprintf(_("Gajim %s is here!"), "0.11.1"), 
    53         4 => sprintf(_("Pre-release of Gajim %s"), "0.11.1"), 
    54         5 => sprintf(_("Gajim %s is here!"), "0.11")); 
     49        0 => sprintf(_("Gajim %s is here!"), "0.11.4"), 
     50        1 => sprintf(_("Gajim %s is here!"), "0.11.3"), 
     51        2 => sprintf(_("Gajim %s is here!"), "0.11.2"), 
     52        3 => sprintf(_("Pre-release of Gajim %s"), "0.11.2"), 
     53        4 => sprintf(_("Gajim %s is here!"), "0.11.1"), 
     54        5 => sprintf(_("Pre-release of Gajim %s"), "0.11.1"), 
     55        6 => sprintf(_("Gajim %s is here!"), "0.11")); 
    5556$array_news_date = array( 
    56         0 => _("17 November 2007"), 
    57         1 => _("22 September 2007"), 
    58         2 => _("09 September 2007"), 
    59         3 => _("18 February 2007"), 
    60         4 => _("07 February 2007"), 
    61         5 => _("19 December 2006")); 
     57        0 => _("06 December 2007"), 
     58        1 => _("17 November 2007"), 
     59        2 => _("22 September 2007"), 
     60        3 => _("09 September 2007"), 
     61        4 => _("18 February 2007"), 
     62        5 => _("07 February 2007"), 
     63        6 => _("19 December 2006")); 
    6264$array_news_desc = array( 
    63         0 => sprintf(_("Version %s of Gajim has been released."), "0.11.3"), 
    64         1 => sprintf(_("Version %s of Gajim has been released."), "0.11.2"), 
    65         2 => sprintf(_("Version %s will arrive soon."), "0.11.2"), 
    66         3 => sprintf(_("Version %s of Gajim has been released."), "0.11.1"), 
    67         4 => sprintf(_("Version %s will arrive soon."), "0.11.1"), 
    68         5 => sprintf(_("Version %s of Gajim has been released."), "0.11")); 
     65        0 => sprintf(_("Version %s of Gajim has been released."), "0.11.4"), 
     66        1 => sprintf(_("Version %s of Gajim has been released."), "0.11.3"), 
     67        2 => sprintf(_("Version %s of Gajim has been released."), "0.11.2"), 
     68        3 => sprintf(_("Version %s will arrive soon."), "0.11.2"), 
     69        4 => sprintf(_("Version %s of Gajim has been released."), "0.11.1"), 
     70        5 => sprintf(_("Version %s will arrive soon."), "0.11.1"), 
     71        6 => sprintf(_("Version %s of Gajim has been released."), "0.11")); 
    6972$array_news_whats_new = array( 
    70         0 => sprintf(_("What's new since %s:"), "0.11.2"), 
    71         1 => sprintf(_("What's new since %s:"), "0.11.1"), 
     73        0 => sprintf(_("What's new since %s:"), "0.11.3"), 
     74        1 => sprintf(_("What's new since %s:"), "0.11.2"), 
    7275        2 => sprintf(_("What's new since %s:"), "0.11.1"), 
    73         3 => sprintf(_("What's new since %s:"), "0.11"), 
     76        3 => sprintf(_("What's new since %s:"), "0.11.1"), 
    7477        4 => sprintf(_("What's new since %s:"), "0.11"), 
    75         5 => sprintf(_("What's new since %s:"), "0.10.1")); 
     78        5 => sprintf(_("What's new since %s:"), "0.11"), 
     79        6 => sprintf(_("What's new since %s:"), "0.10.1")); 
    7680 
    7781$array_news_items[0] = array( 
     82        0 => _("This is a bug-fix only release."), 
     83        2 => "<a href = \"http://trac.gajim.org/browser/tags/gajim_0.11.4/ChangeLog\">"._("Full ChangeLog")."</a> ", 
     84        3 => "<a href = \"http://trac.gajim.org/query?status=closed&milestone=0.11.4\">"._("Bugs/Annoyances closed")."</a>", 
     85        ); 
     86 
     87$array_news_items[1] = array( 
    7888        0 => _("This is a bug-fix only release."), 
    7989        1 => _("New danish translation"), 
    8090        2 => "<a href = \"http://trac.gajim.org/browser/branches/gajim_0.11.2/ChangeLog\">"._("Full ChangeLog")."</a> ", 
    8191        3 => "<a href = \"http://trac.gajim.org/query?status=closed&milestone=0.11.3\">"._("Bugs/Annoyances closed")."</a>", 
    82         ); 
    83  
    84 $array_news_items[1] = array( 
    85         0 => _("This is a bug-fix only release. Nothing new"), 
    86         1 => "<a href = \"http://trac.gajim.org/browser/branches/gajim_0.11.1/ChangeLog\">"._("Full ChangeLog")."</a> ", 
    87         2 => "<a href = \"http://trac.gajim.org/query?status=closed&milestone=0.11.2\">"._("Bugs/Annoyances closed")."</a>", 
    8892        ); 
    8993 
     
    9599 
    96100$array_news_items[3] = array( 
     101        0 => _("This is a bug-fix only release. Nothing new"), 
     102        1 => "<a href = \"http://trac.gajim.org/browser/branches/gajim_0.11.1/ChangeLog\">"._("Full ChangeLog")."</a> ", 
     103        2 => "<a href = \"http://trac.gajim.org/query?status=closed&milestone=0.11.2\">"._("Bugs/Annoyances closed")."</a>", 
     104        ); 
     105 
     106$array_news_items[4] = array( 
    97107        0 => _("Fix Idle and non-ascii languages under Windows"), 
    98108        1 => _("Fix International Domain Name usage"), 
     
    106116        ); 
    107117 
    108 $array_news_items[4] = array( 
     118$array_news_items[5] = array( 
    109119        0 => _("Fix Idle and non-ascii languages under Windows"), 
    110120        1 => _("Fix International Domain Name usage"), 
     
    116126        ); 
    117127 
    118 $array_news_items[5] = array( 
     128$array_news_items[6] = array( 
    119129        0 => _("Support for link-local messaging via Zeroconf using Avahi"), 
    120130        1 => _("Support for Network Manager"),