I guess I'll approach this from a different angle. What I was really looking for was a way to host the javadoc with api/spi groupings and have the rest of the code in there also in a separate "unclassified" bucket, so that we had one place to go to provide reference for marking further classes as spi. I'll strip down what I have to api + what is currently marked as spi, and use my p.a.o space for the full javadoc dump.
Kelvin. On Tue, May 25, 2010 at 8:29 AM, kelvin goodson <[email protected]> wrote: > Would it be OK to check in 6000 files? > > -- > Kelvin. > > On Tue, May 25, 2010 at 1:39 AM, Luciano Resende <[email protected]> wrote: >> On Mon, May 24, 2010 at 7:50 AM, Simon Laws <[email protected]> >> wrote: >>> On Mon, May 24, 2010 at 3:31 PM, kelvin goodson <[email protected]> >>> wrote: >>>> I'd like to get to the position where we have full javadoc on the >>>> website. Looking at [1], the main route to getting content onto the >>>> site is via the wiki. Full javadoc is of the order of 6000 >>>> files/pages. I'd like to take a peek at the script that copies the >>>> wiki space to the site. Can someone point me at it (/them) please? >>>> >>>> Kelvin. >>>> >>>> [1] https://cwiki.apache.org/TUSCANYWIKI/home.html >>>> >>> >>> Hi Kelvin, >>> >>> Take a look at the script in the site are of svn [1] >>> >>> [1] http://svn.apache.org/repos/asf/tuscany/site/trunk/bin/sync >>> >>> Simon >>> >> >> Get the JavaDoc to svn [1], and the script Simon mentioned will sync >> everything for you as it's scheduled to run multiple times during the >> day. >> >> >> [1] >> http://svn.apache.org/repos/asf/tuscany/site/trunk/site-publish/doc/javadoc/ >> >> >> >> -- >> Luciano Resende >> http://people.apache.org/~lresende >> http://twitter.com/lresende1975 >> http://lresende.blogspot.com/ >> >
