Bricolage (software)

From Wikipedia, the free encyclopedia

Bricolage
Bricolage logo

Bricolage's administration panel
Developed by David Wheeler
Latest release 1.10.3 / 10 August 2007
OS Cross-platform
Genre Content management system
License BSD license
Website http://bricolage.cc/

Bricolage is a content management system (CMS) written in the Perl programming language.

Bricolage has been touted as an Enterprise Class CMS,[1] competitive in features and capability to high end, high cost proprietary products.[2] Examples of organisations whose web sites use Bricolage include the World Health Organization, Rand Corporation and Macworld.

Originally authored by David Wheeler to manage content for Salon.com, Bricolage is now maintained by a small group of core developers. Released under the revised BSD license, Bricolage is free and open source software.

Contents

[edit] Design

Bricolage runs on the Apache web server on the Linux, BSD, Mac OS X and Solaris platforms. It uses the PostgreSQL database management system and mod_perl.[3]

Bricolage is inherently a multi user CMS,[4] designed to manage workflow for large websites with many contributors.[5] Bricolage uses a template development model and completely separates presentation from management of content. The CMS can (and often does) reside on a different server than the web site or other data store being managed.[6]

Native PHP support was added in Bricolage 1.10[7], that embeds a PHP 5 interpreter inside a Perl 5 interpreter. As a result, PHP code runs in a native PHP 5 environment, but can also transparently make use of any and all Perl libraries, including the complete Bricolage API.

[edit] See also

[edit] References

  1. ^ [|Rapoza, Jim] (August 2, 2004), Enterprise Apps, Bricolage 1.8.1, eWEEK.com, <http://www.eweek.com/article2/0,1759,1627959,00.asp>. Retrieved on 12 September 2007 
  2. ^ Pastore, Michael (5/5/2003), Faster, More Flexible Bricolage Challenges CM Vendors, Intranetjournal.com, <http://www.intranetjournal.com/articles/200305/ij_05_05_03a.html>. Retrieved on 12 September 2007 
  3. ^ Rolskey, Dave; Williams, Ken (2002). Embedding Perl in HTML with Mason. O'REILLY, 260 - 279. ISBN 0-596-00225-4. 
  4. ^ [|Lerner, Reuven] (2006-10-25), At the Forge - Bricolage, Linux Journal, <http://www.linuxjournal.com/article/6934>. Retrieved on 12 September 2007 
  5. ^ [|Lerner, Reuven] (2004-01-01), At the Forge - Publishing with Bricolage, Linux Journal, <http://www.linuxjournal.com/article/7202>. Retrieved on 12 September 2007 
  6. ^ [|Gibbs, Mark] (08/17/05), A look at Bricolage open source CMS, Linux World, <http://www.linuxworld.com/newsletters/web/2005/0815web2.html>. Retrieved on 12 September 2007 
  7. ^ Kineticode Releases Bricolage 1.10, Kineticode, Inc., January 23, 2006, <http://www.linuxworld.com/newsletters/web/2005/0815web2.html>. Retrieved on 5 August 2008 

[edit] External links