About
Introduction / Features / Screenshots / Demo / Requirements / License
Introduction
With its simplicity and ease-of-use, Orbis CMS aims to help you deliver a better, simpler editing interface to your non-technical clients, ultimately increasing client satisfaction. At the same time, this open source project is an attempt to make high-quality, branded content management accessible to all web professionals - without price tags or small print.
Orbis should not be compared to big guns like WordPress and Joomla!. If you're looking for an enterprise-grade CMS, Orbis is not for you. If you are, however, looking for a CMS that allows you to define exactly what your clients can edit, can easily be integrated with your beautiful designs and is extremely easy to use, Orbis might just be the secret ingredient you need for a potent web solution.
Features
Orbis is very adaptable and can be customised very easily. By default, it comes with the following features:
- You define what your clients edit. To include editable data in your design, simply include
<?php echo(orbis_data([page name],[section name])); ?>where you'd like the content to appear. You can then define the type of content (text/image) in the CMS to allow your clients to edit the section with a specialized editor. - Content edited by clients won't mess up your design. Orbis uses WYMeditor, a standards-compliant WYSIWYM editor, to provide users with a graphical interface to editing text content. For image sections, users can use the built-in image editor to define attributes such as the title and alternative text.
- Orbis can easily be branded. Branding can easily be done through the replacement of the site-wide header logo. Furthermore, the whole CMS uses external CSS definitions to style its interface. If you can do CSS, you can do Orbis branding.
- Clients won't be intimidated by an unfriendly interface. The default Orbis theme uses soft, warm colours to make the user feel at home. Along with that, the language throughout the CMS is casual and easy to understand.
- Orbis is easy to use and has nearly no learning curve. With its intuitive interface and clear, informative language, the interface brings power to the hands of the non-technical.
- Orbis is self-hosted. You always have control over your CMS. Self-hosting also cuts out dependency on a central server to be operational.
- Orbis is open source. It's free as in "free speech" and "free beer". You are encouraged to use it in the spirit of open source.
To get a better idea of Orbis's features, spend a few minutes playing around with the demo. You can also view and suggest more features on the roadmap for future development.
Screenshots
Hover on the thumbnails below to see a description. Click to see a full screenshot.
Demo
A demo is available at OpenSourceCMS.com. The demo is re-installed and refreshed every two hours. You can access the demo from the Orbis CMS project listing.
Requirements
Orbis makes use of a PHP function to serve as an interface between the database-driven content and the website. Your server will need to be able to support PHP 5. The CMS requires one MySQL 5 database for data storage.
NOTE: Although your website's pages would normally have to be PHP (.php) files, you can easily configure your server to parse any file (including HTML) as PHP. For extended information, take a look at the developer documentation.
License
Orbis has been created with the hope that it will be used in an open source spirit. You're welcome to use it for non-commercial and commercial purposes. All we ask, apart from the things in the license below, is that you keep the footer text in the CMS ("Powered by Orbis CMS"), with the link to this website, intact. If you really need to remove it, contact Novo Web Solutions for further info.
The whole Orbis CMS is licensed under the open source BSD license, an approved OSI license. Please read it below before installing Orbis.
Copyright (c) 2008-2009, Novo Web Solutions - www.novo-ws.com
All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
- Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
- Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
- Neither the name of the Novo Web Solutions nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
