Bricolage Documentation
Bricolage is documented in a format called POD
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 you can read the documentation here.
Be aware that this documentation comes from the CVS
version of Bricolage (updated daily) and may not exactly match the version
of Bricolage you're using. For information about what's changed between Bricolage
releases see Bric::Changes.
Entry Points
Introduction
O'Reilly has published "Content Management with Bricolage" as an appendix to its Mason book. This introduction to Bricolage covers installation, concepts, element administration, and of course Mason templating.
Administration
- Bric::Admin - The Admin Guide - includes
installation and configuration instructions.
- Bric::Security - Information about
Bricolage security.
- Bric::DBA - The Database Admin Guide -
care and feeding of the Postgres database made easy.
Usage
Templating
Development
Odds and Ends
- Bric::FAQ - The beginnings of a Bricolage FAQ
- Bric::Changes - The Bricolage ChangeLog
- contains information about changes between versions.
- Bric::License - The Bricolage License
(new BSD)
Command-Line Programs
HOWTOS
Design Documents
- ElementRevision - The design and implementation documentation for the in-progress revision of the element system.
- MultiSite - The design and implementation documentation for the in-progress addition of true support for managing multiple sites in one Bricolage installation.
Browse The Tree
- Enter Here to browse the Bricolage documentation tree
including all the documents listed above and the full API documentation.