Return-Path: Delivered-To: apmail-maven-doxia-dev-archive@www.apache.org Received: (qmail 64002 invoked from network); 21 Jul 2006 17:50:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 21 Jul 2006 17:50:32 -0000 Received: (qmail 33412 invoked by uid 500); 21 Jul 2006 17:50:32 -0000 Delivered-To: apmail-maven-doxia-dev-archive@maven.apache.org Received: (qmail 33390 invoked by uid 500); 21 Jul 2006 17:50:32 -0000 Mailing-List: contact doxia-dev-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: doxia-dev@maven.apache.org Delivered-To: mailing list doxia-dev@maven.apache.org Received: (qmail 33381 invoked by uid 99); 21 Jul 2006 17:50:31 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Jul 2006 10:50:31 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of vincent.siveton@gmail.com designates 64.233.182.188 as permitted sender) Received: from [64.233.182.188] (HELO nf-out-0910.google.com) (64.233.182.188) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Jul 2006 10:50:31 -0700 Received: by nf-out-0910.google.com with SMTP id q29so898932nfc for ; Fri, 21 Jul 2006 10:50:10 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=hXuPcaBxVvIz6kTrslUxF5ljsHVR9QEfFlmgkcFuVJyQTGAPB05CGPL2KZpHfbyeRj+uPKyyu7fXylmvvGQyMxtbKP66uVQ2W/JHcWfd1XtAhtVl4TMVrq8KqQEU/of1l+n11K3zZU3Qz2A/HA9pf8CRIFeTP0tdMRxnz7DTGUw= Received: by 10.49.7.3 with SMTP id k3mr853404nfi; Fri, 21 Jul 2006 10:50:10 -0700 (PDT) Received: by 10.49.34.8 with HTTP; Fri, 21 Jul 2006 10:50:09 -0700 (PDT) Message-ID: <9ae367340607211050t7ea0c116ged0c5849814c71f9@mail.gmail.com> Date: Fri, 21 Jul 2006 13:50:09 -0400 From: "Vincent Siveton" To: doxia-dev@maven.apache.org Subject: Re: autodetecting format instead of using subdirectories In-Reply-To: <44C03099.7070600@apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <44C03099.7070600@apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N +1 Vincent 2006/7/20, Brett Porter : > Hi, > > I Was wondering what folks thought of deprecating the src/site/*/ in > favour of, say, src/site/docs which contains all the docs. > > Instead of processing by directory name, we'd need to detect each file's > type (by extension, and possibly content/doctype for things like xml). > > The reason I suggest this is that I keep going to look for docs in > src/site/apt, and they aren't there because they are in xdoc. I remember > the structure of the site, not the format of the individual docs. > > Thoughts? > > - Brett > > -- > Apache Maven - http://maven.apache.org/ > Better Builds with Maven - http://library.mergere.com/ >