You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2011/11/29 14:35:48 UTC

[Lucene-java Wiki] Update of "HowToUpdateTheWebsite" by SteveRowe

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Lucene-java Wiki" for change notification.

The "HowToUpdateTheWebsite" page has been changed by SteveRowe:
http://wiki.apache.org/lucene-java/HowToUpdateTheWebsite?action=diff&rev1=25&rev2=26

  
  == Versioned site ==
  
- The versioned site contains all files under the release dir, for example http://lucene.apache.org/java/2_4_1, as created during the release process (see ReleaseTodo).  To make changes here:
+ The versioned site contains all files under the release dir {{{http://lucene.apache.org/java/X_Y_Z/}}}, as created during the release process.  Run {{{ant package}}} to produce the binary release package, which contains the the Forrest-generated site, the javadocs, and the HTML-formatted versions of CHANGES.txt and contrib/CHANGES.txt ({{{Changes.html}}} and {{{Contrib-Changes.html}}}).  ReleaseTodo contains publication instructions for the versioned site: copy the contents of the {{{doc/}}} directory from the binary release package to {{{people.apache.org:/www/lucene.apache.org/java/X_Y_Z/}}}.
  
+ To make changes to the Forrest-generated site:
+ 
-   1. {{{svn checkout https://svn.apache.org/repos/asf/lucene/dev/trunk/ lucene}}} (NOTE: this checks out the full lucene sources, not just the web site content, which is necessary for step 4 below)
+   1. {{{svn checkout https://svn.apache.org/repos/asf/lucene/dev/branches/lucene_solr_X_Y/lucene lucene-branch-X.Y}}} (NOTE: this checks out the full lucene sources, not just the web site content, which is necessary for step 4 below)
-   1. {{{cd lucene/src/site}}}
+   1. {{{cd lucene-branch-X.Y/src/site}}}
    1. Follow instructions 3, 4 and 5 above to make your changes
    1. {{{svn commit}}} all changes under {{{src/site}}}