SilverStripe
From Wikipedia, the free encyclopedia
SilverStripe | |
---|---|
The SilverStripe administration panel |
|
Developed by | SilverStripe |
Latest release | 2.2.2 / 22 May 2008 |
OS | Cross-platform |
Genre | Content management system |
License | BSD Licence |
Website | http://silverstripe.com |
SilverStripe is a free and open source programming framework and content management system (CMS) for creating and maintaining websites. The CMS provides an intuitive web-based administration panel, allowing any person to maintain their website without knowledge of markup or programming languages.
SilverStripe offers a flexible MVC development framework known as Sapphire. Much like Ruby on Rails, but for PHP, it ensures developers are capable of extending and enhancing the functionality of the CMS and the website. More importantly, SilverStripe provides developers with complete control of the generated markup; allowing for higher, semantic standards of XHTML.
SilverStripe is released under the terms of the BSD Licence. An abundance of documentation is available from the SilverStripe help website and wiki. An online demonstration of the CMS is located at the SilverStripe demo website.
Contents |
[edit] History
Prior to SilverStripe 2.x, the CMS was commercially available under a proprietary license. Development efforts for SilverStripe 2.X started in late 2005, as a complete overhaul to take advantage of object orientation and new features in PHP5. On 3 February 2007, SilverStripe 2.0.0 was released publicly as free and open source software[1].
Motivations and reasoning for moving towards an open source development model were the anticipated results of greater exposure, higher quality code and community contributions[2][3].
In March 2007, SilverStripe was selected for the Google Summer of Code programme[4]. The contributions of the students who participated in the programme ultimately resulted in the 2.2 release of SilverStripe[5].
On 29 November 2007, SilverStripe announced they would be participating in the Google Highly Open Participation (GHOP) contest[6]. This let to a proliferation of themes, translations and widgets that broadened the system.
[edit] Features and Add-ons
Notable features include multiple methods of organising navigation through folksonomy, a flexible data object model, multiple templates per page, a separate "Draft site" and "Published site" through staging content, asset management, image resizing, versioning control, search engine friendly URLS with meta-data, automatic sitemap generation, full text search and RSS feeds. SilverStripe supports UTF-8 and the internationalisation of character sets; the CMS is currently available in French, German, Spanish, Chinese, Croatian, Dutch, Polish and Portuguese.
[edit] Modules
The highly modular nature of SilverStripe has resulted in the creation of numerous pre-build modules that extend the core functionality of the CMS. A list of available modules is viewable below:
- Blog
- E-commerce
- Embargo/expiry
- External Authentication (LDAP, AD, etc)
- Flickr Gallery
- Forum
- Gallery
- Maps
- Technorati
- Youtube Gallery
[edit] Widgets
Widgets are small pieces of useful functionality that can be instantly dragged and dropped into a website. A list of available modules is viewable below:
- Built-in widgets for the blog module
- Countdown
- Del.icio.us
- Digg
- Featured Video
- Feedburner
- Feedburner Email Subscription
- Google Adsense
- Google Custom Search
- IMStatus
- LanguageChooser
- last.fm
- Links
- NASA image of the day
- New Users
- Ohloh contribution
- PayPal donation
- Popular Blog Posts
- Recent Page Comments
- Time
- TwitterStatus
- WoW Character
[edit] Themes
The SilverStripe themes directory provides a number of community-contributed, freely available themes; providing developers and website owners with the capability to instantly modify the aesthetics of their SilverStripe website.
[edit] Software Requirements
SilverStripe is a web application, requiring a compatible HTTP server and SQL database. As of version 2.2.0 (28 November 2007), the requirements for SilverStripe are as follows [7]:
- Apache v1.3.19+ or Lighttpd with mod_rewrite support
- MySQL v4.1.X+
- PHP 5.2+ with MySQL, GD2 and Zlib support
[edit] Prominent Websites running SilverStripe
Thousands of websites ranging from blogs through to corporate and government websites are built using SilverStripe, including:
[edit] Press and the Media
SilverStripe has received considerable attention of the press since its debut in 2007. A consolidated lists of reviews, articles and awards have been formulated below.
[edit] Reviews and Articles
- Interview on New Zealand Television Show, April 2008, "SilverStripe powers Democratic National Convention"
- PHP Magazin (German), 12th March 2008, SilverStripe: PHP-Alternativ zu Ruby on Rails (Main feature of Magazine). (English overview)
- ReadWriteWeb, 14th September 2007, SilverStripe - Open Source CMS Has Support From Google
- Inteview on New Zealand Television Show, 1 May 2007, (Video) Close Up, Democratic Technology
- m-Net, 19th April 2007, Silverstripe names Google Summer of Code students
- Hiveminds Magazine, 15 March 2007, SilverStripe CMS is proof that open-source works
[edit] Awards
- Most promising finalists in the 2007 Open Source CMS Awards
- Finalists in the New Zealand Open Source Awards for October 2007
[edit] References
- ^ SilverStripe 2.0.0 released - no more betas! (2007-02-03). Retrieved on 2007-12-09.
- ^ How to build a business in Hobbit Land - the Silverstripe example (2007-10-25). Retrieved on 2007-12-09.
- ^ Close Up Open Source challenge (2007-05-01). Retrieved on 2007-12-09.
- ^ Kiwi firm Silverstripe joins Google's Summer of Code (GSoC) (2007-03-23). Retrieved on 2007-12-09.
- ^ SilverStripe 2.2 released! Redesigned interface and double the features... (2007-11-2). Retrieved on 2007-12-09.
- ^ Highschoolers! Add Google to your CV! (2007-11-29). Retrieved on 2007-12-09.
- ^ SilverStripe server requirements (2007-12-05). Retrieved on 2007-12-08.
[edit] External links
SilverStripe related:
- Official website
- Online demonstration website
- Official help documentation
- Community forums
- Developer documentation wiki