Return-Path: Delivered-To: apmail-forrest-dev-archive@www.apache.org Received: (qmail 38625 invoked from network); 18 Nov 2004 13:39:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 18 Nov 2004 13:39:43 -0000 Received: (qmail 200 invoked by uid 500); 18 Nov 2004 13:39:43 -0000 Delivered-To: apmail-forrest-dev-archive@forrest.apache.org Received: (qmail 151 invoked by uid 500); 18 Nov 2004 13:39:42 -0000 Mailing-List: contact dev-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: dev@forrest.apache.org Delivered-To: mailing list dev@forrest.apache.org Received: (qmail 139 invoked by uid 99); 18 Nov 2004 13:39:42 -0000 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=RCVD_IN_NJABL_PROXY X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [143.43.222.219] (HELO mail.wiu.edu) (143.43.222.219) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 18 Nov 2004 05:39:38 -0800 Received: from scanner0.wiu.edu (scanner0 [143.43.222.140]) by mail.wiu.edu (8.9.3/8.9.3) with SMTP id HAA12414 for ; Thu, 18 Nov 2004 07:39:16 -0600 (CST) Received: from srv1.wiu.edu ([143.43.222.31]) by scanner0.wiu.edu (SAVSMTP 3.1.1.32) with SMTP id M2004111807391626062 for ; Thu, 18 Nov 2004 07:39:16 -0600 Received: from [192.168.0.100] (143-43-234-40.as1.modems.wiu.edu [143.43.234.40]) by srv1.wiu.edu (8.12.6/8.12.6) with ESMTP id iAIDd6tZ007001 for ; Thu, 18 Nov 2004 07:39:07 -0600 (CST) Message-ID: <419CA5FC.6050908@wiu.edu> Date: Thu, 18 Nov 2004 07:39:08 -0600 From: scott hutinger User-Agent: Mozilla Thunderbird 0.9 (Macintosh/20041103) X-Accept-Language: en-us, en MIME-Version: 1.0 To: dev@forrest.apache.org Subject: plugins possible output? Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N I don't have a clue about the entire architecture, and need to read a bunch of docs. But thought the plugins might allow for output to different formats. So if a text-only plugin for output was made, would this allow (with more functionality added) to have plain text for browsers such as lynx? What about a plugin that would output errors (such as a bobby check) somewhere or another. Or would that be within the validation phase of the build? Meaning some other method needs to be performed? Probably after I read a bunch of docs and code it would be a bit more clear to myself... thanks, scott