From: Francesco M. <f18...@ya...> - 2004-12-27 18:21:26
|
Hi, >> should the docs of a component go to website folder of that component ? >> I currently keep the docs into a docs subfolder and to avoid duplicating >> the >> doc files, I just refer them, as you said, as "../docs". >> I think that the cron job can be easily modified to extract not only the >> website folders >> but also the docs folders...isn't it ? >> > I could but I don't like it since it's a special case. And just make all > docs available on the net isn't a good idea. ok > > 1. Isn't there a way to link a directory in CVS to another place? I don't know; since a program like ViewCVS is required to view the contents of a CVS repository, I don't think that WWW usage of a CVS module is possible... :-( > 2. Could you do it the other way around, adding a doc directory to the > website? Whenevery you retrieve from the CVS you could easily move this > doc directory to the correct place in your tarball. I do this in all my > apps when I retrieve anything from wxCode. I think I will put the docs into a subfolder of the "website" folder and then I'll create a little HTML page in the docs folder of component which redirects to website/docs.... I'll let you know when I've done with my changes so that the complist can be updated (if you want I can update it myself...) Thanks, FM |