You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Michael Davey <Mi...@CodeRage.ORG> on 2002/11/05 13:39:52 UTC

[general] proposal and status documents

Hi,

Is there a template for status and proposal documents?  It looks like there is a 
common layout but I couldn't find a template.  I've looked on the jakarta web 
site and in CVS.

Cheers,
-- 
Michael


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: [general] proposal and status documents

Posted by Nicola Ken Barozzi <ni...@apache.org>.
Michael Davey wrote:
> Hi,
> 
> Is there a template for status and proposal documents?  It looks like 
> there is a common layout but I couldn't find a template.  I've looked on 
> the jakarta web site and in CVS.

We have just started a discussion about a common format for all 
projects, maybe in xml, on the community@apache.org list, let's see if 
we can hammer out something.

-- 
Nicola Ken Barozzi                   nicolaken@apache.org
             - verba volant, scripta manent -
    (discussions get forgotten, just code remains)
---------------------------------------------------------------------


Re: [general] proposal and status documents

Posted by Nicola Ken Barozzi <ni...@apache.org>.
Michael Davey wrote:
> Hi,
> 
> Is there a template for status and proposal documents?  It looks like 
> there is a common layout but I couldn't find a template.  I've looked on 
> the jakarta web site and in CVS.

We have just started a discussion about a common format for all 
projects, maybe in xml, on the community@apache.org list, let's see if 
we can hammer out something.

-- 
Nicola Ken Barozzi                   nicolaken@apache.org
             - verba volant, scripta manent -
    (discussions get forgotten, just code remains)
---------------------------------------------------------------------


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: [general] proposal and status documents

Posted by Michael Davey <Mi...@CodeRage.ORG>.
robert burrell donkin wrote:
> i don't know if it's what you're looking for...
> 
> ...but jakarta-commons-sandbox/proposal is a template jakarta-commons 
> component.

Yup, that is almost exactly what I was looking for.

Thanks!
-- 
Michael

Re: [general] proposal and status documents

Posted by robert burrell donkin <ro...@blueyonder.co.uk>.
i don't know if it's what you're looking for...

...but jakarta-commons-sandbox/proposal is a template jakarta-commons 
component.

- robert

On Tuesday, November 5, 2002, at 12:39 PM, Michael Davey wrote:

> Hi,
>
> Is there a template for status and proposal documents?  It looks like 
> there is a common layout but I couldn't find a template.  I've looked on 
> the jakarta web site and in CVS.
>
> Cheers,
> -- Michael
>
>
> --
> To unsubscribe, e-mail:   <mailto:commons-dev-unsubscribe@jakarta.apache.
> org>
> For additional commands, e-mail: <mailto:commons-dev-help@jakarta.apache.
> org>
>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


[PATCH][fileupload] additional isMultipartContent method

Posted by robert burrell donkin <ro...@blueyonder.co.uk>.
fileupload works with multipart content - and only multipart content. this 
patch adds a utility method that determines (in the same way as fileupload 
does) whether a request contains multipart content.

- robert