On Mon, Jun 3, 2013 at 4:23 PM, Alan Cabrera <[email protected]> wrote: > Here's my current thinking. We would have two separate projects, one for a > base library and command line tools and another for a gunicorn based web site. > > Thoughts?
I assume you mean something like: repos/asf/steve/ trunk/ tags/ branches/ site/ Where the Steve code goes into trunk/tags/branches as usual, and the site/ directory contains the web site tooling/content. The only question here, I believe, is whether we want to ship documentation, or just refer people to our website. If we want to ship docco, then it would go into trunk/. (and possibly incorporated somehow into site/ by the tooling) Note that steve.apache.org must be static (all sites at the ASF must be static). We won't be allowed to use gunicorn, or similar. Cheers, -g
