You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jspwiki.apache.org by Dave <sn...@gmail.com> on 2009/06/05 06:08:47 UTC

Re: ATTN Mentors - graduation

On Thu, May 28, 2009 at 3:48 PM, Janne Jalkanen<ja...@ecyrd.com> wrote:
>> That looks like a pretty comprehensive list and I think that would
>> prepare you for graduation. There is also a checklist on your status
>> page, is it up to date?
>>
>>  http://incubator.apache.org/projects/jspwiki.html
>
> Nope. No idea how to edit it ;-)

The site is specified by some XML files and we generate the HTML via Velocity.

To update JSPWiki's incubator status page website:

0) get the site directory
        svn co https://svn.apache.org/repos/asf/incubator/jspwiki/site
jspwiki_site
1) Make changes in xdocs directory, I believe the index.xml file is
the status page.
2) Run the Ant build.xml script to generate site to docs directory
3) Make sure any new files under ./docs are added to SVN
4) Commit changes in ./xdocs and ./docs to SVN
3) ssh to people.apache.org
4) cd /www/incubator.apache.org/jspwiki/
5) svn update
6) Wait up to four hours for changes to be synced to site

You should have the permissions to do those things on people.apache.org.


>> I don't see any comments on the "Check that only ASL and/or
>> ASL-compatible licenses are used" issue. How is that going? Have you
>> posted RAT results somewhere?
>
> I just don't think we really got there yet.  Should RAT be run against the
> SVN repo or the distribution archives?

I believe it should be run against the trunk, the stuff that will go
out in a binary or source release of JSPWiki.

Hope that helps...

- Dave

Re: ATTN Mentors - graduation

Posted by Janne Jalkanen <ja...@ecyrd.com>.
>>> I don't see any comments on the "Check that only ASL and/or
>>> ASL-compatible licenses are used" issue. How is that going? Have you
>>> posted RAT results somewhere?
>>
>> I just don't think we really got there yet.  Should RAT be run  
>> against the
>> SVN repo or the distribution archives?
>
> I believe it should be run against the trunk, the stuff that will go
> out in a binary or source release of JSPWiki.

Thanks.  https://issues.apache.org/jira/browse/JSPWIKI-545

/Janne