Dave Thomas wrote: > > On Nov 28, 2004, at 15:11, Zach Dennis wrote: > >> Thanks for responding Dave, and I've got another question about >> Rublog. In the Full Intsallation rdoc file you mention that Rublog can >> read CVS directories. All of my cvs files end with a ,v extension, and >> Rublog doesn't seem to see them. It only appears to read .txt for >> Plain Text, and I don't see a CVS convertor. >> >> Is there a special flag I need to set so Rublog reads them? Thanks, > > > You should be able to point your datadir at a part of a CVS repository > and it'll find the files in there. Any files ending with ,v will have > the suffix removed, the content will be extracted, and then used as > normal. > > That's how I do all my blogs: I point rublog at the repository, then > check in entries from where ever I happen to be. If I have 1 file in my cvs root rublog doesn't publish it and I get a blank page. If I have >1 file in my cvs root then rublog works. Zach