Zach Dennis wrote:
> Dave Thomas wrote:
> 
>>
>> On Nov 28, 2004, at 12:34, Zach Dennis wrote:
>>
>>> I have downloaded and am playing w/Rublog. If I wanted more then one 
>>> person to have their own blog, would I have to modify rublog.cgi or 
>>> create separate rublog.cgi files for each person?
>>
>>
>>
>> Create a separate rublog.cgi for each (for example there are a number 
>> of rublog blogs I host here: each is a separate .cgi (for example 
>> cgi-bin/pragdave.cgi). They define their own data directories, but all 
>> link to the same rublog source.
> 
> 
> 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,
>  

Ok I see now that it appears Rublog is setup to read from a CVSTree on 
the client end and not on the server end. Would providing blog access to 
a CVSTree be worth making a convertor for?

I am trying to think of ways to make blogging easy for my development 
team at work. My cvs server and my web server are two separate machines 
so I don't really want to have to manually do a cvs checkout every time 
a new blog is posted, every time rublog.cgi is called or even run a 
crontab job every few minutes.

Thoughts anyone? Thanks,

Zach