Return-Path: Delivered-To: apmail-db-derby-commits-archive@www.apache.org Received: (qmail 784 invoked from network); 4 May 2006 16:28:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 4 May 2006 16:28:30 -0000 Received: (qmail 12735 invoked by uid 500); 4 May 2006 16:28:27 -0000 Delivered-To: apmail-db-derby-commits-archive@db.apache.org Received: (qmail 12663 invoked by uid 500); 4 May 2006 16:28:25 -0000 Mailing-List: contact derby-commits-help@db.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Derby Development" List-Id: Delivered-To: mailing list derby-commits@db.apache.org Received: (qmail 12640 invoked by uid 99); 4 May 2006 16:28:25 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 May 2006 09:28:25 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 04 May 2006 09:28:24 -0700 Received: (qmail 444 invoked by uid 65534); 4 May 2006 16:28:03 -0000 Message-ID: <20060504162803.443.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r399752 - in /db/derby/site/trunk: build/site/derby_comm.html src/documentation/content/xdocs/derby_comm.xml Date: Thu, 04 May 2006 16:28:03 -0000 To: derby-commits@db.apache.org From: jta@apache.org X-Mailer: svnmailer-1.0.8 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: jta Date: Thu May 4 09:27:58 2006 New Revision: 399752 URL: http://svn.apache.org/viewcvs?rev=399752&view=rev Log: Added a section on "Understand How Development Works at Apache" to the Community page. Any committer should feel free to tweak this further. Modified: db/derby/site/trunk/build/site/derby_comm.html db/derby/site/trunk/src/documentation/content/xdocs/derby_comm.xml Modified: db/derby/site/trunk/build/site/derby_comm.html URL: http://svn.apache.org/viewcvs/db/derby/site/trunk/build/site/derby_comm.html?rev=399752&r1=399751&r2=399752&view=diff ============================================================================== --- db/derby/site/trunk/build/site/derby_comm.html (original) +++ db/derby/site/trunk/build/site/derby_comm.html Thu May 4 09:27:58 2006 @@ -107,7 +107,10 @@ Provide Feedback
  • -Communication Channels +Use the Derby Communication Channels +
  • +
  • +Understand How Development Works at Apache
  • Contribute Code or Documentation @@ -165,8 +168,8 @@ - -

    Communication Channels

    + +

    Use the Derby Communication Channels

    The primary mechanism for Derby communication is @@ -205,7 +208,101 @@

    - + +

    Understand How Development Works at Apache

    +
    +

    +New users and developers who are familiar with how development occurs +on commercial products sometimes get confused by open source development +at Apache. +

    +

    +The first thing to understand is individuals +volunteer for various tasks. Here are some relevant quotes from the +How the ASF works +page: +

    +
      + +
    • +"Projects are normally auto governing and driven by the people who +volunteer for the job. This is sometimes referred to as "do-ocracy" +-- power of those who do. This functions well for most cases." + +
    • + + +
    • +"All of the ASF including the board, the other officers, the + committers, and the members, are participating as individuals. + That is one strength of the ASF, affiliations do not cloud the + personal contributions.
      + Unless they specifically state otherwise, whatever they post on any + mailing list is done *as themselves*. It is the individual + point-of-view, wearing their personal hat and not as a mouthpiece + for whatever company happens to be signing their paychecks right + now, and not even as a director of the ASF."
      + +
    • + +
    +

    +However, lest it look like everybody is working diligently solely as an +individual (and possibly at cross purposes with others), +community coordination and contribution occurs on the Apache mail lists. +The +How the ASF works +page provides helpful context. +

    +

    +So, Derby depends on the community to work together as a whole +to change the product. +How can new Derby users and developers actively participate in these changes? +

    +

    +First, +open Jira issues +to report problems you have stumbled upon or to request new features. +However, remember +that volunteers fix issues -- a valuable reminder from the ASF +FAQ +is below: +

    +
      + +
    • +What is Apache not about? + +
        + + +
      • +To [...] + demand someone else to fix your bugs. +
      • + +
      + +
    • + +
    +

    +Second, vote on Jira issues that you feel strongly should be fixed. +

    +

    +Third, participate even more in the Derby development +process by subscribing to +derby-dev@db.apache.org. That's +where core development discussions occur and decisions get made. +

    +

    +Fourth, if you want to actually start doing development, the +next section is tailored specifically for you. +

    +
    + + +

    Contribute Code or Documentation

    @@ -429,7 +526,7 @@

    -Last updated: March 3, 2006 +Last updated: May 4, 2006

    Modified: db/derby/site/trunk/src/documentation/content/xdocs/derby_comm.xml URL: http://svn.apache.org/viewcvs/db/derby/site/trunk/src/documentation/content/xdocs/derby_comm.xml?rev=399752&r1=399751&r2=399752&view=diff ============================================================================== --- db/derby/site/trunk/src/documentation/content/xdocs/derby_comm.xml (original) +++ db/derby/site/trunk/src/documentation/content/xdocs/derby_comm.xml Thu May 4 09:27:58 2006 @@ -52,7 +52,7 @@
    -Communication Channels +Use the Derby Communication Channels

    The primary mechanism for Derby communication is @@ -95,6 +95,94 @@

    +Understand How Development Works at Apache + +

    +New users and developers who are familiar with how development occurs +on commercial products sometimes get confused by open source development +at Apache. +

    + +

    +The first thing to understand is individuals +volunteer for various tasks. Here are some relevant quotes from the +How the ASF works +page: +

    + +
      +
    • "Projects are normally auto governing and driven by the people who +volunteer for the job. This is sometimes referred to as "do-ocracy" +-- power of those who do. This functions well for most cases." +
    • + +
    • "All of the ASF including the board, the other officers, the + committers, and the members, are participating as individuals. + That is one strength of the ASF, affiliations do not cloud the + personal contributions.
      + Unless they specifically state otherwise, whatever they post on any + mailing list is done *as themselves*. It is the individual + point-of-view, wearing their personal hat and not as a mouthpiece + for whatever company happens to be signing their paychecks right + now, and not even as a director of the ASF."
      +
    • +
    + +

    +However, lest it look like everybody is working diligently solely as an +individual (and possibly at cross purposes with others), +community coordination and contribution occurs on the Apache mail lists. +The +How the ASF works +page provides helpful context. +

    + +

    +So, Derby depends on the community to work together as a whole +to change the product. +How can new Derby users and developers actively participate in these changes? +

    + +

    +First, +open Jira issues +to report problems you have stumbled upon or to request new features. +However, remember +that volunteers fix issues -- a valuable reminder from the ASF +FAQ +is below: +

    + +
      +
    • What is Apache not about? +
        + +
      • To [...] + demand someone else to fix your bugs.
      • +
      +
    • +
    + +

    +Second, vote on Jira issues that you feel strongly should be fixed. +

    + +

    +Third, participate even more in the Derby development +process by subscribing to +derby-dev@db.apache.org. That's +where core development discussions occur and decisions get made. +

    + +

    +Fourth, if you want to actually start doing development, the +next section is tailored specifically for you. +

    + + +
    + +
    Contribute Code or Documentation

    @@ -288,7 +376,7 @@

    -Last updated: March 3, 2006 +Last updated: May 4, 2006