Revision [3620]

This is an old revision of FlexibleWikka made by DarTar on 2004-12-23 10:36:42.

 

WikkaDocumentation Wikka Documentation

Wikka: A flexible engine for adaptive applications

Flexible stuff

WikkaWiki is a light and flexible WikiEngine that can be easily extended or adapted to many different uses. By setting the appropriate ACLInfo access privileges and installing the appropriate ActionInfo modules, you can turn WikkaWiki into different applications, tailored to your needs.

Pages of related interest: PageOwnership :: WikiRoles


Wikka as a public wiki

The traditional idea behind the concept of a WikiEngine wiki is to create a digital blackboard on which any user, either registered or anonymous, can write modifications and add comments.
Typical ACL settings: r: * / w: * / c: *
Relevant Actions: RecentChanges, RecentlyCommented, MyPages, HighScores,

Wikka as a discussion forum

You might want to install a Wikka distribution to create a place where registered users can hold discussions on different topics, by creating distinct pages for distinct topics (much as a traditional threads) and using WikiCategory categories to group topics. Compared to traditional forums, wikis have the advantage of allowing continuous page modifications, hence enabling users to split-up, modify, delete, reorder and redistribute discussions.
Typical ACL settings: r: * / w: + / c: *
Relevant Actions: RecentChanges, RecentlyCommented, HighScores,

Wikka as a blog

A blog typically consists of content posted by the blog owner that can be freely commented by external users.
WikkaWiki can be easily set to work as a private blog system in which only the wikka owner is able to write.
Typical ACL settings: r: * / w: !* / c: *
Relevant Actions: RecentlyCommented,

Wikka as an intranet CMS

WikkaWiki can be used by teams, organizations and institutions as an internal tool for collaborative work.
Collaborative writing of projects, storage of user information, sharing of documents and files is possible trough Wikka's secure and user-friendly interface.
Typical ACL settings: r: + / w: + / c: + or r: !* / w: !* / c: !*
Relevant Actions: Mod015fFilesAction FileUpload,

Wikka as a personal organizer and memory support

Wikka can be used by a single user to keep track of events, quotations, to manage a todo-list, or to easily collect weblinks.
Typical ACL settings: r: !* / w: !* / c: !*
Relevant Actions: FreeMind,

Wikka as a photo album

There are currently various actions available to have wikka act as an image gallery. One of them displays thumbnails of images in a single directory...and the user must provide pre-generated thumbnails. This action (available here) could be easily modified so that the user could have different versions of the action for different directories (this is probably a fine approach for a single user). The other modified gallery action is a further development of the first one. It provides access to a gallery/directory for each user name and generates thumbnails using GD (which for new folk is on the server). The directories would have to be made on the server and files uploaded to them manually (It's currently being used in an environment where there's scripting to do that automatically for each user...and most of the images are generated on-line), however it could be easily modified to show images in a directory named after each page it is on rather than for a different user (the ability to upload images is a different story). Go to GmBowen's page for a further description of the action that's been developed, which is available here.
Relevant Actions:

Wikka as a community-maintained user manual

No example yet, in the planning stages. The idea is to have a Wiki where users of a software application or a web service (e.g., a forum) write and maintain a manual for that application. Unfortunately many systems that have many users have a poor (or even non-existant) user manual; when users figure out how to use a feature they can add this to the Wiki and thus share their knowledge. Sometimes a (moderated) forum is used for this purpose but there are limitations to that; using a Wiki is more flexible and more powerful.
Typical ACL settings: r: * / w: + / c: *

Wikka as a vehicle for open source

A Wiki could itself contain the source to be shared and developed (it's been done before). Also in the planning stages. Would probably work best for a collection of smallish scripts (one page to a script) that could be shared and improved in this manner.
Typical ACL settings: r: * / w: + / c: *


feel free to add your ideas and personal wikka adaptations



CategoryDocumentation
There are 5 comments on this page. [Show comments]
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki