Wikka Developer Blog

Fresh news from the Wikka Developer Team

Wikka 1.3.1-RC1 released

with 5 comments

After a bit of a hiatus, Wikka 1.3.1-RC1 has been released. This release introduces a slew of new features, security enhancements, and bug fixes. Final release date will be 31Mar2011, with new Wikka releases every 6 months. As always, we welcome your user reports via your blog comments, posts to our mailing lists, or a quick note on our IRC channel.

A special thanks goes out to all of our long-time Wikka users who have stuck with us throughout the years. We don’t have the extensive developer base that the more popular wikis have, but we believe we have a wiki that is in many respects superior to the “big boys.” We’ll continue to support WikkaWiki as a flexible, standards-compliant, lightweight, and secure platform for content management.

Written by Brian

March 12th, 2011 at 12:48 am

Running CakePHP in WikkaWiki

with 3 comments

http://www.cakephp.org
CakePHP is a PHP application framework that makes developing web apps a snap, as much of the code is autogenerated, and if you stick to the CakePHP naming scheme for your DB schema and supporting classes, a lot of DB access functionality is created for you “on the fly.” So I got to thinking that CakePHP might be a cool way to write Wikka actions and handlers.

In fact, it is rather cool: I use WikkaCake to generate and maintain this table for the OpenNIC project.

And best of all, running CakePHP inside of WikkaWiki requires no changes to core library classes in either application. The details can be found at the CakePHP Bakery.

Written by Brian

December 30th, 2010 at 7:00 am

Posted in 3rd party,Development,Services

Tagged with

WikkaWiki included in Softaculous

with 2 comments

Wikka is now available in Softaculous, an auto-installer that powers the most popular control panels.

softaculous logo

Here is the full list of installers and third-party distributions for WikkaWiki.

Written by Dario

June 9th, 2010 at 7:10 am

Posted in 3rd party

Tagged with , , ,

How to design themes for WikkaWiki

with 17 comments

With the release of version 1.2, we introduced support for 100%-modular themes in WikkaWiki. We believe a wiki engine should not force you to use its default layout: the best wikis are those that can be modified to seamlessly run behind the scenes without betraying their presence or to match the look and feel of an existing website.

mozilla theme screenshotorange theme screenshot
pivwan theme screenshotbronzino theme screenshot

In this post we’ll guide you through the creation of a custom theme.
Read the rest of this entry »

Written by Dario

September 11th, 2009 at 10:38 pm