On Wed, Mar 28, 2012 at 6:44 AM, Peter Karman <[email protected]> wrote: > Per comments on https://issues.apache.org/jira/browse/INFRA-4588 our > website/CMS needs some clean up help.
I believe the first order of business is to mod the site so that everything is under http://lucy.apache.org/ rather than http://incubator.apache.org/lucy/ -- which can be done by editing the site offline. > Would someone who has more knowledge than me about our site/CMS please take a > look at the comments on that ticket and suggest/act accordingly? Try the following sequence of commands: svn co https://svn.apache.org/repos/infra/websites/cms asf_cms svn co https://svn.apache.org/repos/asf/lucy/site/trunk lucite ./asf_cms/build/build_site.pl --target-base=lucite_out --source-base=lucite That should build a local copy of the site for you to look over. The next step would be to do a multi-step svn commit dance to hoist everything within content/lucy/ up one level. >From there, we'll need to do other stuff like change the routine that generates "breadcrumbs" in lib/view.pm to eliminate the top-level Incubator link... there will be a certain amount of cleanup to do now that we are out of incubation. IMO it's not a big deal if the site goes live with wacky content and broken links so long as all the files are in the right place. Marvin Humphrey
