Bertrand Delacretaz wrote: > David Crossley a ?crit : > >...As i warned a long time ago, the re-arrangement of > >documentation should not have been done until the > >2.2 release... > > Fully agreed, staying with the old docs for 2.1.8 seems much easier, > and 2.2 is a good time to make a transition on the docs. > > >...If people are not going to help fix the new Daisy-based > >documentation for this release, then we we need to > >repair the old documentation building system, e.g. the > >index.xml file seems to be missing and various other > >source files have been deleted... > > Could we do the release and regenerate only the index and news pages? > I don't think there have been much changes to other parts of the "old" > docs. > > I'm strongly for releasing 2.1.8 with the "old" docs and take our time > to improve them for 2.2.
Good idea, i was wondering about that as a workaround. We can easily update the complete top-level docs, same as before. http://wiki.apache.org/cocoon/CocoonWebsiteUpdate We might be able to repair the old 2.1 docs sufficiently to get the changes.html page built and update only that page. Doing 'svn log status.xml' shows that quite a lot of changes (~130) are noted since 2.1.7 (March 23 2005). Yes, i just tried a trick to build the changes.html and it works. The rest is busted, but this works. ------------ svn diff forrest.properties Index: forrest.properties =================================================================== --- forrest.properties (revision 293073) +++ forrest.properties (working copy) @@ -101,7 +101,7 @@ # The URL to start crawling from #project.start-uri=linkmap.html -project.start-uri=index.html +project.start-uri=changes.html ------------
