-
Notifications
You must be signed in to change notification settings - Fork 51
Bricolage Documentation
The Bricolage Frequently Asked Questions address the evaluation of Bricolage, common errors and instalation issues, element administration, template administration, and more.
O’Reilly has published Content Management with Bricolage
as an appendix to its book, Embedding Perl in HTML with Mason. This introduction to Bricolage covers installation, concepts, element administration, and of course Mason templating.
Adams State College in Colorado uses Bricolage to power its site. The college maintains a series of online Flash-based tutorials. These are a great way to see Bricolage in action.
A few HOWTOs have been written by capable contributors and published here here on the Bricolage Website. They include:
- Running Bricolage on the Same Machine as the Front-End Server: Marhsall Roch details how to make your Bricolage and your delivery server happily coexist when they run on the same box.
- How to run Bricolage on a Virtual Host and on Non-Standard Ports: Michael Robinton explains what to do to run your Bricolage instance under a virtual host and on high ports.
- How to Include Images in Your Stories: Sandy R. address a common templating requirement.
The wiki is a repository of user-contributed documentation. This will hopefully become a good place to find useful scripts and HOWTOs; if you struggle to figure something out, add a note to the wiki once you do!
The complete Bricolage API & command-line documentation is available for browsing online. Documentation browsers are available for all major releases of Bricolage, as well as the current development branch from the source code repository.
Bricolage uses a form of embedded documentation called POD
to document its API inside the Bricolage source files. If you have Bricolage installed then you can read the documentation using the perldoc command and a properly setup $PERL5LIB
environment variable. For example:
% PERL5LIB=/usr/local/bricolage perldoc Bric::Admin
If you don’t have Bricolage installed, feel free to browse the documentation online.
- Bric::Admin: The Admin Guide, which includes installation and configuration instructions.
- Bric::Security: Information about Bricolage security.
- Bric::DBA: The Database Admin Guide—care and feeding of your PostgreSQL database made easy.
- Bric::ElementAdmin: The Element Admin Guide, which describes how to model documents by creating new Bricolage elements.
- Bric::AssetEditing: Learn how to enter content into Bricolage.
- Bric::Alert: The Bricolage Alert system explained.
- Bric::Templates: Learn to use the Mason templating system.
- Bric::AdvTemplates: Advanced material on the Mason templating system.
- Bric::HTMLTemplate: Introduction to the HTML::Template templating system.
- bric_soap: The SOAP comman-line interface.
- bric_apachectl: The Bricolage startup script.
- bric_dist_mon: The Bricolage distribution monitor.
- bric_ftpd: The Bricolage virtual FTP template server.