Return-Path: X-Original-To: apmail-community-commits-archive@minotaur.apache.org Delivered-To: apmail-community-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9C62617FE3 for ; Sat, 23 May 2015 12:24:54 +0000 (UTC) Received: (qmail 1892 invoked by uid 500); 23 May 2015 12:24:54 -0000 Delivered-To: apmail-community-commits-archive@community.apache.org Received: (qmail 1869 invoked by uid 500); 23 May 2015 12:24:54 -0000 Mailing-List: contact commits-help@community.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@community.apache.org Delivered-To: mailing list commits@community.apache.org Received: (qmail 1858 invoked by uid 99); 23 May 2015 12:24:54 -0000 Received: from eris.apache.org (HELO hades.apache.org) (140.211.11.105) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 23 May 2015 12:24:54 +0000 Received: from hades.apache.org (localhost [127.0.0.1]) by hades.apache.org (ASF Mail Server at hades.apache.org) with ESMTP id 6F14FAC0639 for ; Sat, 23 May 2015 12:24:54 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1681339 - in /comdev/projects.apache.org/site: doap/bookkeeper/pmc.rdf doap/db/pmc.rdf index.html js/projects.js Date: Sat, 23 May 2015 12:24:54 -0000 To: commits@community.apache.org From: hboutemy@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20150523122454.6F14FAC0639@hades.apache.org> Author: hboutemy Date: Sat May 23 12:24:53 2015 New Revision: 1681339 URL: http://svn.apache.org/r1681339 Log: changed TLP to committee Modified: comdev/projects.apache.org/site/doap/bookkeeper/pmc.rdf comdev/projects.apache.org/site/doap/db/pmc.rdf comdev/projects.apache.org/site/index.html comdev/projects.apache.org/site/js/projects.js Modified: comdev/projects.apache.org/site/doap/bookkeeper/pmc.rdf URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/doap/bookkeeper/pmc.rdf?rev=1681339&r1=1681338&r2=1681339&view=diff ============================================================================== --- comdev/projects.apache.org/site/doap/bookkeeper/pmc.rdf (original) +++ comdev/projects.apache.org/site/doap/bookkeeper/pmc.rdf Sat May 23 12:24:53 2015 @@ -5,8 +5,8 @@ - ivank - Ivan Brendan Kelly + sijie + Sijie Guo Modified: comdev/projects.apache.org/site/doap/db/pmc.rdf URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/doap/db/pmc.rdf?rev=1681339&r1=1681338&r2=1681339&view=diff ============================================================================== --- comdev/projects.apache.org/site/doap/db/pmc.rdf (original) +++ comdev/projects.apache.org/site/doap/db/pmc.rdf Sat May 23 12:24:53 2015 @@ -5,8 +5,8 @@ - myrnavl - Myrna van Lunteren + bpendleton + Bryan Pendleton Modified: comdev/projects.apache.org/site/index.html URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/index.html?rev=1681339&r1=1681338&r2=1681339&view=diff ============================================================================== --- comdev/projects.apache.org/site/index.html (original) +++ comdev/projects.apache.org/site/index.html Sat May 23 12:24:53 2015 @@ -35,9 +35,8 @@ the wide variety of work currently underway in the Apache community.

There are currently 300+ open source initatives at the ASF:

-
    -
  • ~160 top level software projects
  • -
  • ~100 sub-projects
  • +
      +
    • ~160 committees managing ~270 projects
    • 5 special committees*
    • ~40 incubating podlings
    Modified: comdev/projects.apache.org/site/js/projects.js URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/js/projects.js?rev=1681339&r1=1681338&r2=1681339&view=diff ============================================================================== --- comdev/projects.apache.org/site/js/projects.js (original) +++ comdev/projects.apache.org/site/js/projects.js Sat May 23 12:24:53 2015 @@ -987,9 +987,8 @@ function renderFrontPage() { initiatives -= initiatives % 100; // round down var obj = document.getElementById('details'); obj.innerHTML = "

    There are currently " + initiatives + "+ open source initatives at the ASF:

    " - + "
      " - + "
    • " + numchairs + " top level software projects
    • " - + "
    • " + nsubs + " sub-projects
    • " + + "
        " + + "
      • " + numchairs + " committees managing " + (numchairs + nsubs) + " projects
      • " + "
      • 5 special committees*
      • " + "
      • " + cur + " incubating podlings
      " + "

      *Infrastructure, Travel Assistance, Security Team, Legal Affairs and Brand Management

      "; @@ -1016,21 +1015,21 @@ function renderFrontPage() { } } cur += newTlps.length - retiredTlps.length; - parr.push([i, newTlps.length, htmlListTooltip(i, 'new TLP', newTlps), retiredTlps.length, htmlListTooltip(i, 'retired TLP', retiredTlps), cur]); + parr.push([i, newTlps.length, htmlListTooltip(i, 'new committee', newTlps), retiredTlps.length, htmlListTooltip(i, 'retired committee', retiredTlps), cur]); } //narr.sort(function(a,b) { return (b[1] - a[1]) }); var data1 = new google.visualization.DataTable(); data1.addColumn('string', 'Month'); - data1.addColumn('number', "New TLPs"); + data1.addColumn('number', "New committees"); data1.addColumn({type: 'string', role: 'tooltip', 'p': {'html': true}}); - data1.addColumn('number', "Retired TLPs"); + data1.addColumn('number', "Retired committees"); data1.addColumn({type: 'string', role: 'tooltip', 'p': {'html': true}}); - data1.addColumn('number', 'Current TLPs'); + data1.addColumn('number', 'Current committees'); data1.addRows(parr); coptions = { - title: "Top Level Project evolution", + title: "Committee evolution", isStacked: true, height: 320, width: 1160, @@ -1040,7 +1039,7 @@ function renderFrontPage() { tooltip: {isHtml: true}, vAxes:[ {title: 'Change in states'}, - {title: 'Current number of TLPs'} + {title: 'Current number of committees'} ] }; var div = document.createElement('div');