26
MiaCMS Praised Past, Productive Present, Promising Future Prepared By: Chad Auld & Ozgur Cem Sen

Mia Cms Presentation

Embed Size (px)

DESCRIPTION

MiaCMS Presentation in OSSFestival 2008 Thailand. follow me : twitter.com/joomlacorner

Citation preview

Page 1: Mia Cms Presentation

MiaCMSPraised Past, Productive Present, Promising

Future

Prepared By:Chad Auld & Ozgur Cem Sen

Page 2: Mia Cms Presentation

Past: The MiaCMS Story

• MiaCMS is a fork of the Mambo CMS. Why a fork? We felt that the policies, processes, and priorities of the official Mambo Foundation were having a negative impact on the code and the community. Innovation, creativity, and team spirit have all but been eliminated. Thus the fork. Much of the same crew that built you Mambo 4.5.3+ through 4.6.3 are here now continuing development on the same award winning software base that everyone has come to know and love. Let us make clear we never gave up on the product or the community, but rather just the Foundation which controlled it.

• The MiaCMS project was initiated by four individuals with profound knowledge of the Mambo CMS system. The founding team includes Al Warren, Chad Auld, Ozgur Cem Sen, and Richard Ong. Together we have held the following roles within Mambo over the years; project leader, board member, steering committee member, core team leader, quality team leader, documentation team leader, and server administration.

• Those who know the project well will recognize those listed as what was the majority of the current core Mambo development team. Who is left to carry on Mambo development? The answer is not many. We plan to continue down the revolutionary path we laid out for Mambo before ultimately cut our ties to the Mambo Foundation. Just that we will be doing it as MiaCMS from this point forward. So again... this is a fork, we do give credit to Mambo for past work done, and we do aim to make MiaCMS even better (we think it already is) !

Page 3: Mia Cms Presentation

Productive Present

• RESTful API

• The Yahoo! User Interface (YUI) Library

• New Frontend & Backend Templates

• New Sitemap Component

• MOStlyCE & Byte WYSIWYG Editors

• Cache Fixes & Enhancements

• Enhanced Statistics & Poll Result Charting

• Enhanced Commenting & Akismet (Spam Blocker)

Page 4: Mia Cms Presentation

MOStlyREST:Our RESTful API

What Are RESTful Web Services?

• Representational State Transfer (REST) is a software application architecture modeled after the way data is represented, accessed, and modified on the web. In the REST architecture, data and functionality are considered resources, and these resources are accessed using Uniform Resource Identifiers (URIs), typically links on the web. The resources are acted upon by using a set of simple, well-defined operations.

• The REST architecture is fundamentally a client-server architecture, and is designed to use a stateless communication protocol, typically HTTP. In the REST architecture, clients and servers exchange representations of resources using a standardized interface and protocol. These principles encourages REST applications to be simple, lightweight, and have high performance.

Reference: http://mauriziostorani.wordpress.com/2008/07/27/rest-representational-state-transfer-and-restful-web-services-concepts-and-examples/

Page 5: Mia Cms Presentation

REST: Why We Use It?

• With the addition of the MOStlyREST, MiaCMS will allow for advanced external interaction. Meaning that interaction with the site and its content no longer has to occur directly through normal browsing methods. For the first time you can start to consume the CMS's internals as external services via the data type of your choosing (i.e.) JSON, XML, or Serialized PHP.

• Mambo, the CMS Mia was original forked from, has been a popular platform for building 3rd party extensions for quite some time now. The extension/plugin system has served well for building applications that fit natively into the CMS and we have seen many powerful extensions developed over the years. We feel one major gap Mambo has always had is the lack of a viable method of interacting with the system externally/programmatically.

• The MOStlyREST API is modeled after many other successful REST implementations. REST is certainly not a waste of time as many popular sites are now offering REST based services (ex) Flickr, Yahoo! Search, Yahoo! Maps, Google Maps, Amazon, Digg, Upcoming, etc.

• It is worth mentioning that the MiaCMS REST API also works with Mambo and Joomla!.

Page 6: Mia Cms Presentation

MOStlyREST:What We’ve Built

• com_rest Component: This component implements a base REST component for other native core components and/or 3rd party custom components to build on top of. This component handles common tasks such as user API registration, API key regeneration, API key request validation, enabling/disabling of the REST interface, data encoding, setting of proper HTML header status codes and content types, error handling, logging of API requests, plus more. (Note: At this point this REST implementation only allows for read access, but one could extend for write access as well if they were to implement security measures like OAuth for example).

• com_rest_content Component: This is focused on producing content which can be accessed programmatically. It implements the actual data retrieval services it intends to offer like the most popular content items, specific content items, searching of content, listing of sections and related categories, etc. Outside of being a great standalone REST component com_rest_content serves as a great example component to learn from while trying to build your own RESTified components.

• com_rest_stats Component: This implements a set of standard REST parameters for interacting with Mia's statistical data. This provides valuable information to REST clients like the popular site search strings, number of hits per content item, hits by browser type, by operating system, by host, etc. It also provides a replica of mod_whosonline which can be used to see how may guests and registers users are current browsing your site.

• Brilaps, LLC has also built a few sample external applications, SMRC and Bridget, that make use of com_rest and com_rest_content to show what's possible. They also have one production ready application, called iMia, which utilizes MOStlyREST and focuses on bringing MiaCMS to the iPhone.

Page 7: Mia Cms Presentation

Yahoo! User Interface (YUI)

• MiaCMS has selected YUI as our primary JavaScript framework of choice.

• We have replaced many of the outdated external libraries with YUI components (ex) Tabs, Tooltips, Menus, WYSIWYG editor, etc.

• Why? YUI brings us a time tested, scalable, cross-browser, secure, and extremely flexible JavaScript framework to build the CMS around.

• Are we forcing YUI on developers? The simple answer is no. The core makes use of it and we expose it to developers. We recommend it, but it is not required. All core code is properly namespaced and thus you can mix in other libraries as needed.

• The YUI files can be served locally or from Yahoo's free YUI hosting service. Yahoo! hosting is optimized for fast response times, good cache hit rates, and the use of gzip compression during HTTP transport.

Page 8: Mia Cms Presentation

New Frontend Template

• We have a new frontend template named “Borders2”. This template takes advantage of the YUI CSS Grid System and should serve as a great example for 3rd party developers.

YUI CSS Grids - http://developer.yahoo.com/yui/grids/

Page 9: Mia Cms Presentation

New Backend Template

• We have a new administrator template that is much cleaner, faster, and more standards compliant. It favors YUI components over older external libraries.

Page 10: Mia Cms Presentation

Sitemap Component

This new component outputs a basic list of all the published sections, categories, content items, and static content items. Each is displayed with a link to the correct location within the site.

Frontend View

Page 11: Mia Cms Presentation

Sitemap Component

Administrator View

The sitemap extensions also allows for the generation of a sitemap XML file using the standard Sitemap Protocol. To quote Google "The Sitemap Protocol allows you to inform search engines about URLs on your websites that are available for crawling”.

In addition to creating a static sitemap file for you the extension can be configured to serve up the sitemap dynamically via XML. You can use this dynamic link to verify search engines always have the latest information about the site. Set once and never touch it again!

Page 12: Mia Cms Presentation

MOStlyCEMOStlyCE is the default “What You See Is What You Get” editor. It is based on the TinyMCE project and we do our best to keep it updated with their latest releases.

It is simple to use, contains lots of helpful plugins including a file/image manager, and does pretty clean markup generation. Not perfect, but it is WYSIWYG folks.

Mambo users will remember this as the default editor of Mambo. MOStlyCE has dropped support for Mambo and we are focusing its development strictly on MiaCMS. Several MiaCMS specific releases have already been done.

Page 13: Mia Cms Presentation

ByteMiaCMS also ships with a secondary WYSIWYG editor named “Byte”. This is an implementation of the YUI Rich Text Editor aimed specifically at MiaCMS.

It is lighter that MOStlyCE, easier for us to maintain, and may ultimately become the default editor. It currently lacks an image/file manager, but we do have that on the roadmap.

Page 14: Mia Cms Presentation

Cache Fixes & Enhancements

• We have upgraded the outdated Cache Lite library and fixed numerous issues related to caching. The goal was to make sure that your sites could safely cache as much data as possible in order to reduce the load on your servers and to ensure the fastest possible page load time for your visitors.

• With the 4.6.5 release, we also introduced caching of Newsfeed Lists, the Sitemap, and Weblinks further reducing calls to the database.

• We are confident larger sites will notice a significant increase in performance and speed. We will do new benchmarks, but probably not until after we get to version 5.0+.

Page 15: Mia Cms Presentation

Enhanced Statistics Charting

• We have introducing new charting functionality. At this time the new charts can be utilized in the statistics and polls components.

• To chart the data MiaCMS has selected Open Flash Chart which is licensed under the LGPL license. Open Flash Chart is powerful, flexible, and the charts look great! The online support and documentation is quite good too.

•The PHP class is included in MiaCMS now so utilizing it within your own 3rd party components should be fairly simple. The charts do require Flash and therefore are optional because of this factor.

Page 16: Mia Cms Presentation

Enhanced Poll Charting

•In addition to the statistics charts MiaCMS can now utilize Open Flash Charts to display poll results as well.

•In the past HTML tables have been used to construct the poll results chart. This adds a good bit of bloat an unnecessary HTML to the site. The old format is still supported for those who want it, but we'd suggest utilizing the new format.

•Another bonus is that the revised polls administrator interface now allows for a great deal of customization. Each poll chart can now be customized with a unique look and feel.

•Users can pick from 5 different bar types, set custom sizes & fonts, and pick custom bar chart colors. In the past all poll results had the same basic HTML table display. The bar color selection is done via the YUI Colorpicker. A sample chart is available to help users preview their changes in real-time.

Lean more here - http://wiki.miacms.org/wikka.php?wakka=Charting

Page 17: Mia Cms Presentation

Commenting & Akismet

• The core comment component is not meant to cover every case. It is meant to be a basic component and one that can be expanded upon by 3rd party developers.

• The basic comment component has been in place for some time now and has served the CMS well. However, it did fail to capture some very basic pieces of information from would be commenters. So we’ve made some minor, but very useful changes which allow visitors to leave their name, a comment, and a link back to their site.

• We’ve also added support for Akismet. Akismet is a powerful spam filter used by many sites around the world. The main goal with our implementation is simply to improve Mia's ability to help collect useful comments without all that lovely spam. This an optional setting within the CMS. Users are not required to utilize Akismet.

• Go forth and enjoy a less spammy experience!

Page 18: Mia Cms Presentation

Promising Future

Version 4.8 (beta due out within the next few days)

• OpenID

• Content Versioning

• New JavaScript Architecture

More OpenID info @ http://openid.net/

Page 19: Mia Cms Presentation

OpenID

• With version 4.8 we have added OpenID support. If enabled MiaCMS will allow users to login with an existing OpenID account.

• Versions 1 & 2 of OpenID will be supported.

• Learn more about OpenID at http://openid.net.

Page 20: Mia Cms Presentation

Content Versioning• As of version 4.8 users can enable content versioning. Users can control how many revisions are kept. A new revision is created when the apply or save buttons are clicked.

• Users can review any saved revision. It is simple to review the raw html, the rendered html, and/or the actual difference between the current content and the selected revision.

• Saved revisions are easily restored with the single click.

Page 21: Mia Cms Presentation

New JavaScript Architecture

• The team has spent the last year researching the full spectrum of object oriented capabilities JavaScript has to offer. We have reviewed numerous JavaScript frameworks, patterns, books, etc. This process has lead to the rest of what we will be discussing…

• We’ve drastically reduced dependency on external JavaScript libraries. The core no longer needs JSCookMenu, WebFX Tabs, overLIB, or wz_tooltip.

• We have rewritten the code for each with YUI. The libraries are still shipped with the core for backwards compatibility, but will be removed in v5.0+.

Page 22: Mia Cms Presentation

New JavaScript Architecture – Page 2

• Most of our JavaScript changes account for backwards compatibility and therefore should work without any or at least with minimal 3rd party changes.

• Every frontend & backend component has had its JavaScript either completely rewritten and/or at least seriously reworked.

• All core JavaScript is now properly namespaced to avoid collisions with 3rd party extensions. You’ll find most of the base functions under the new YAHOO.miacms.base namespace. Custom component JavaScript can be found under the YAHOO.component.componentname namespace.

Reference: http://www.crockford.com/javascript/private.html

Page 23: Mia Cms Presentation

New JavaScript Architecture – Page 3

• The core JavaScript makes use of event delegation to drastically reduce the number of event handlers required for various tasks throughout the system.

• Vastly reduced inline scripting (i.e.) onclick, onmouseover, etc. Plus minimal usage and/or complete elimination of outdated techniques such as “javascript: something()”, void(0), href=“#”, etc.

• Modernized event handling, element selection, object detection, etc. Plus code reduction via greater reuse of base code.

• Minimized usage of eval(). As noted by Douglas Crockford, father of JSON, eval is evil – “the eval function provides access to the JavaScript compiler. This is sometimes necessary, but in most cases it indicates the presence of extremely bad coding”.

Event delegation: http://icant.co.uk/sandbox/eventdelegation/

Page 24: Mia Cms Presentation

JavaScript Architecture Summary

• If none of that made sense then just understand this… the Mambo CMS codebase from which MiaCMS was born is 7+ years old.

• It’s JavaScript layer has aged greatly and it has not kept up.

• Cross browser support is becoming an issue.

• Security, performance, and overall system usage are being impacted.

Page 25: Mia Cms Presentation

Promising Future

• Improved Password Security

• Human Friendly URLs Implementation

• Role Based Access Control (RBAC)

• Menu System Improvements

• Removal of Itemid

• Dublin Core Metadata

• Additional Editor Options (i.e.) XStandard and WYSIWYW

• N-Level Content Organization (remove the two tier section/category limitation)

• Writeable REST Interface

• Multi-Site Management

• Improved File & Image Management

• OAuth

• LDAP

Planned for version 5.0 and beyond…

Page 26: Mia Cms Presentation

The End

• Thank you to everyone that has supported the fork thus far. We have worked hard on the next release and can’t wait to share to with you.

• MiaCMS is a finalist in the “Most Promising Open Source CMS” category in the annual Packt Publishing Open Source CMS competition.

http://www.packtpub.com/article/most-promising-open-source-cms-award-final-miacms