You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by ni...@apache.org on 2004/09/08 15:07:00 UTC

svn commit: rev 43535 - forrest/trunk/src/core/context

Author: nicolaken
Date: Wed Sep  8 06:06:59 2004
New Revision: 43535

Modified:
   forrest/trunk/src/core/context/default-forrest.properties
Log:
      <action dev="NKB" type="update" context="core">
        The static site generation now uses the linkmap.html file as
        an entry point. This means that all the files in the site.xml
        file will be rendered even if there is no index.html file.
        This also means that if index.html is not in the navigation,
        the site generation will break: to restore the previous way
        just add project.start-uri=linkmap.html to forrest.properties. 
      </action>

Modified: forrest/trunk/src/core/context/default-forrest.properties
==============================================================================
--- forrest/trunk/src/core/context/default-forrest.properties	(original)
+++ forrest/trunk/src/core/context/default-forrest.properties	Wed Sep  8 06:06:59 2004
@@ -124,7 +124,7 @@
 # General Forrest properties
 
 # The URL to start crawling from
-project.start-uri=index.html
+project.start-uri=linkmap.html
 # Set logging level for messages printed to the console
 # (DEBUG, INFO, WARN, ERROR, FATAL_ERROR)
 project.debuglevel=ERROR