From: Dave Thomas Date: 2004-11-29T07:31:54+09:00 Subject: Re: Rublog question 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. Cheers Dave