Return-Path: X-Original-To: apmail-incubator-callback-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-callback-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 113939B78 for ; Thu, 26 Apr 2012 18:16:46 +0000 (UTC) Received: (qmail 33137 invoked by uid 500); 26 Apr 2012 18:16:45 -0000 Delivered-To: apmail-incubator-callback-dev-archive@incubator.apache.org Received: (qmail 33104 invoked by uid 500); 26 Apr 2012 18:16:45 -0000 Mailing-List: contact callback-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: callback-dev@incubator.apache.org Delivered-To: mailing list callback-dev@incubator.apache.org Received: (qmail 33095 invoked by uid 99); 26 Apr 2012 18:16:45 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Apr 2012 18:16:45 +0000 X-ASF-Spam-Status: No, hits=-1.3 required=5.0 tests=FRT_ADOBE2,RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of fil@adobe.com designates 64.18.1.189 as permitted sender) Received: from [64.18.1.189] (HELO exprod6og105.obsmtp.com) (64.18.1.189) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Apr 2012 18:16:36 +0000 Received: from outbound-smtp-1.corp.adobe.com ([192.150.11.134]) by exprod6ob105.postini.com ([64.18.5.12]) with SMTP ID DSNKT5mQ8D0zVM4vhQYS5oBPnf3L4HJrDwYQ@postini.com; Thu, 26 Apr 2012 11:16:16 PDT Received: from inner-relay-1.corp.adobe.com ([153.32.1.51]) by outbound-smtp-1.corp.adobe.com (8.12.10/8.12.10) with ESMTP id q3QIE7J0004869 for ; Thu, 26 Apr 2012 11:14:07 -0700 (PDT) Received: from nahub01.corp.adobe.com (nahub01.corp.adobe.com [10.8.189.97]) by inner-relay-1.corp.adobe.com (8.12.10/8.12.10) with ESMTP id q3QIGFvm025719 for ; Thu, 26 Apr 2012 11:16:15 -0700 (PDT) Received: from nambxv01a.corp.adobe.com ([10.8.189.95]) by nahub01.corp.adobe.com ([10.8.189.97]) with mapi; Thu, 26 Apr 2012 11:16:15 -0700 From: Filip Maj To: "callback-dev@incubator.apache.org" Date: Thu, 26 Apr 2012 11:18:46 -0700 Subject: Re: [ATTENTION MENTORS] Need help re: headers in docs Thread-Topic: [ATTENTION MENTORS] Need help re: headers in docs Thread-Index: Ac0j2KqDB2ObRg/6RN6tDgQpsJMU1Q== Message-ID: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: user-agent: Microsoft-MacOutlook/14.2.0.120402 acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org Thanks for the reply Jukka. Sucks that a majority of our documentation markdown files will be > 50% license :( On 4/26/12 9:17 AM, "Jukka Zitting" wrote: >Hi, > >On Wed, Apr 25, 2012 at 11:15 PM, Filip Maj wrote: >> Can any mentor please take a quick peek at the issue? > >Sorry for the delay. See my comment on the issue. > >> Also, a point that Mike brought up, is that we don't want comments in >>the >> markdown (defeats the purpose of using markdown for clean, simple >> documentation), so if possible, would like to stick to having the >>headers >> in just the scripts files that generate the docs, or the final generated >> documentation HTML. > >Since those files are something that someone may well want to copy, >use and modify separately, they should come with a source headers. > >Using the format should hide the headers from the >user-visible HTML docs, but still keeps them visible to anyone >modifying the files. > >BR, > >Jukka Zitting