Software:Bricolage

From HandWiki
Bricolage
Bricolage logo
Bricolage-Create-Story.png
Bricolage administration screen
Developer(s)David Wheeler
Stable release
2.0.1 / February 9, 2011; 13 years ago (2011-02-09)
Operating systemCross-platform
TypeContent management system
LicenseBSD license
Websitewww.bricolagecms.org

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

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

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.

Design

Bricolage ran on the Apache web server on the Linux, BSD, Mac OS X and Solaris platforms. It can use either the PostgreSQL, MySQL and Oracle database management system and mod perl.[3]

Bricolage was 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 did 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.

Etymology

The name is probably based on the noun bricolage, meaning "Something constructed using whatever was available at the time".[citation needed]

See also

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 2007-09-12 
  2. Pastore, Michael (2003-05-05), Faster, More Flexible Bricolage Challenges CM Vendors, Intranetjournal.com, http://www.intranetjournal.com/articles/200305/ij_05_05_03a.html, retrieved 2007-09-12 
  3. Rolsky, Dave; Williams, Ken (2002), Embedding Perl in HTML with Mason, O'REILLY, pp. 260–279, ISBN 0-596-00225-4, http://www.masonbook.com/book/appendix-d.mhtml, retrieved 2007-09-13 
  4. Lerner, Reuven (2006-10-25), At the Forge - Bricolage, Linux Journal, http://www.linuxjournal.com/article/6934, retrieved 2007-09-12 
  5. Lerner, Reuven (2004-01-01), At the Forge - Publishing with Bricolage, Linux Journal, http://www.linuxjournal.com/article/7202, retrieved 2007-09-12 
  6. Gibbs, Mark (2005-08-17), A look at Bricolage open source CMS, Linux World, http://www.linuxworld.com/newsletters/web/2005/0815web2.html, retrieved 2007-09-12 
  7. Kineticode Releases Bricolage 1.10, Kineticode, Inc., January 23, 2006, http://www.linuxworld.com/newsletters/web/2005/0815web2.html, retrieved 2008-08-05 

External links