From commits-return-1424-apmail-community-commits-archive=community.apache.org@community.apache.org Sun May 3 21:27:05 2015 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 C4F5F10F07 for ; Sun, 3 May 2015 21:27:05 +0000 (UTC) Received: (qmail 71015 invoked by uid 500); 3 May 2015 21:27:05 -0000 Delivered-To: apmail-community-commits-archive@community.apache.org Received: (qmail 70989 invoked by uid 500); 3 May 2015 21:27:05 -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 70980 invoked by uid 99); 3 May 2015 21:27:05 -0000 Received: from eris.apache.org (HELO hades.apache.org) (140.211.11.105) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 03 May 2015 21:27:05 +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 8ECD6AC0A33 for ; Sun, 3 May 2015 21:27:05 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1677487 - in /comdev/projects.apache.org: STRUCTURE.txt scripts/README.txt Date: Sun, 03 May 2015 21:27:05 -0000 To: commits@community.apache.org From: hboutemy@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20150503212705.8ECD6AC0A33@hades.apache.org> Author: hboutemy Date: Sun May 3 21:27:05 2015 New Revision: 1677487 URL: http://svn.apache.org/r1677487 Log: improved documentation Modified: comdev/projects.apache.org/STRUCTURE.txt comdev/projects.apache.org/scripts/README.txt Modified: comdev/projects.apache.org/STRUCTURE.txt URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/STRUCTURE.txt?rev=1677487&r1=1677486&r2=1677487&view=diff ============================================================================== --- comdev/projects.apache.org/STRUCTURE.txt (original) +++ comdev/projects.apache.org/STRUCTURE.txt Sun May 3 21:27:05 2015 @@ -3,7 +3,7 @@ Layout of comdev/projects.apache.org: /scripts: - Contains scripts used for import and maintenance of foundation-wide data, such as committer IDs/names, project VPs, founding dates, - reporting cycles etc. + reporting cycles etc. See README.txt for more info. /site: - Contains the HTML, images and javascript needed to run the site @@ -15,8 +15,8 @@ Layout of comdev/projects.apache.org: - Contains foundation-wide JSON data (committers, chairs, podling evolution etc) -/site/projects: - - Contains project-specific base data. +/site/json/projects: + - Contains project-specific data extracted from projects' DOAP files. Suggested cron setup: scripts/cronjobs/parsechairs.py - daily Modified: comdev/projects.apache.org/scripts/README.txt URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/scripts/README.txt?rev=1677487&r1=1677486&r2=1677487&view=diff ============================================================================== --- comdev/projects.apache.org/scripts/README.txt (original) +++ comdev/projects.apache.org/scripts/README.txt Sun May 3 21:27:05 2015 @@ -31,7 +31,7 @@ various sources: 2. importing data (import) - parsecommittees.py: Parses committee-info.txt and its TLP information - in: foundation/chairs.json + committee-info.txt + in: foundation/chairs.json + committee-info.txt (https://svn.apache.org/repos/private/committers/board/committee-info.txt) out: foundation/committees.json - parsepmcs.py: imports PMC data from the old project.apache.org site. No need