On Tue, 24 Apr 2007, Chris Schults wrote:
> Thanks Scott. I came across bric_media_upload in the
mailing list
> archives, but can't seem to find the directory
"contrib" where my
> Bricolage is installed.
Right, it's not "installed".
> However, I did find it another Bricolage
> directory:
>
> /usr/local/src/bricolage-1.10.2/contrib/
It comes with the Bricolage source.
> Though, I'm not sure what this is exactly.
Just "contributions" external to Bricolage
in case people want to use them.
> I was hoping there was some online documentation on the
Bricolage
> website or wiki
A README in the contrib directory would be good.
> as "perldoc bric_media_upload" results in:
> No documentation found for
"bric_media_upload"
Well, it's not installed, so not in your path.
cd contrib/bric_media_upload
or
sudo cp contrib/bric_media_upload/bric_media_upload
/usr/bin/
|