Revision history for FlexibleWikka


Revision [22891]

Last edited on 2016-05-20 07:38:42 by BrianKoontz [Replaces old-style internal links with new pipe-split links.]
Additions:
This page can now be found on the [[Docs:FlexibleWikka | Wikka Documentation Server]].
An archive of [[http://wikkawiki.org/FlexibleWikka/revisions | old revisions of this page]] is still available for reference.<<
Deletions:
This page can now be found on the [[Docs:FlexibleWikka Wikka Documentation Server]].
An archive of [[http://wikkawiki.org/FlexibleWikka/revisions
old revisions of this page]] is still available for reference.<<


Revision [18102]

Edited on 2008-01-27 02:34:53 by BrianKoontz [Migrated to doc server]
Additions:
<<===This page has moved===
This page can now be found on the [[Docs:FlexibleWikka Wikka Documentation Server]].
Thanks for updating your bookmarks!
An archive of [[http://wikkawiki.org/FlexibleWikka/revisions
old revisions of this page]] is still available for reference.<<
::c::
CategoryMigratedDocs
Deletions:
[[WikkaDocumentation Wikka Documentation]]
=====Wikka: A flexible engine for adaptive applications =====
>>**See also:**
~-[[UnderDevelopment Features under development]]
~-[[CodeContributions User-contributed extensions]]
~-[[WikkaIntegration Integration projects]]
~-[[WikkaLocalization Localization projects]]
~-[[InvisibleWiki Using Wikka as an invisible backend]]
>> WikkaWiki is a [[LightweightInfo lightweight]] [[WikiEngine wiki engine]] that can be easily [[ExtensibleInfo extended]] or adapted to many different uses. By setting the appropriate [[ACLInfo access privileges]] and using appropriate [[UsingActions actions]], you can turn WikkaWiki into different applications, tailored to your needs. You can also take a look at [[CodeContributions user-contributed code]] to extend Wikka with new functionalities.
===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,
""<img src="images/flexible.jpg" alt="Flexible" style="float: right; margin: 30pt; padding: 10pt;">""
===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 a //backend//===
Wikka can easily be [[InvisibleWiki adapted]] to be used as a quick and effective solution to maintain a public website.
Typical ACL settings: r: * / w: !* / c: !*
===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 [[http://wiki.grenzstein.com/PhotoAlbum 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 [[http://wiki.samuelooi.com/wikka.php?wakka=Mod02Gallery here]].
===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-existent) 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: *
===Wikka as a //System of organising a Live Roleplay game//===
The Organisers of [[http://www.mythodea.de "ConQuest"]], a large Live Action Role Playing game in Germany, use Wikka as a platform to coordinate the efforts of various teams. Wikka was chosen because of its rather easy management for usergroups.
Currently Wikka serves three major functions:
~Sharing information for the Gamemasters, a place to answer their questions and those they were asked by players
~The so called "Orga-Team" uses Wikka to document and coordinate the negotiations with officials, traders and gastronomers and other service providers
~Writing a dense Plot for a few thousand participants in several Plotlines.
ACL settings: r:+ / w:+ /c:+ or r:UserGroup / w: UserGroup / c:+
===Wikka as a //presentation framework//===
If you have ever set out to develop a web-based application, you quickly realize that designing the web-based presentation interface can be more daunting than developing the underlying application framework! Using Wikka as a //presentation framework// allows a developer to focus more energy on developing the implementation details. By developing an application to use the presentation components of WikkaWiki, there is little effort required to incorporate existing Wikka-based components such as authentication, session tracking, skins, CSS layout and design, etc. into your application. Using WikkaWiki as a presentation framework would be especially useful on an intranet, where consistent "look-and-feel" across various applications is often a design requirement.
Relevant Actions: BookmarkManager is an example of a WikkaWiki [[ActionInfo action]] that provides the features of a fully functional bookmark management application using authentication and session tracking functionality provided by WikkaWiki.
//feel free to add your ideas and personal wikka adaptations//
CategoryDocumentation


Revision [16899]

Edited on 2007-05-31 23:27:04 by BrianKoontz [Reverted]
Additions:
Typical ACL settings: r: * / w: + / c: *
Typical ACL settings: r: + / w: + / c: + or r: !* / w: !* / c: !*
Typical ACL settings: r: * / w: + / c: *
Typical ACL settings: r: * / w: + / c: *
ACL settings: r:+ / w:+ /c:+ or r:UserGroup / w: UserGroup / c:+
Deletions:
Typical ACL settings: r: * / w: / c: *
Typical ACL settings: r: / w: / c: or r: !* / w: !* / c: !*
Typical ACL settings: r: * / w: / c: *
Typical ACL settings: r: * / w: / c: *
ACL settings: r: / w: /c: or r:UserGroup / w: UserGroup / c:


Revision [16697]

Edited on 2007-05-31 10:37:45 by RzkVx7 [Reverted]
Additions:
Typical ACL settings: r: * / w: / c: *
Typical ACL settings: r: / w: / c: or r: !* / w: !* / c: !*
Typical ACL settings: r: * / w: / c: *
Typical ACL settings: r: * / w: / c: *
ACL settings: r: / w: /c: or r:UserGroup / w: UserGroup / c:
Deletions:
Typical ACL settings: r: * / w: + / c: *
Typical ACL settings: r: + / w: + / c: + or r: !* / w: !* / c: !*
Typical ACL settings: r: * / w: + / c: *
Typical ACL settings: r: * / w: + / c: *
ACL settings: r:+ / w:+ /c:+ or r:UserGroup / w: UserGroup / c:+


Revision [15279]

Edited on 2006-09-09 19:46:56 by BrianKoontz [Wikka as a presentation framework]
Additions:
Relevant Actions: BookmarkManager is an example of a WikkaWiki [[ActionInfo action]] that provides the features of a fully functional bookmark management application using authentication and session tracking functionality provided by WikkaWiki.
Deletions:
BookmarkManager is an example of a WikkaWiki [[ActionInfo action]] that provides the features of a fully functional bookmark management application using authentication and session tracking functionality provided by WikkaWiki.


Revision [15278]

Edited on 2006-09-09 19:45:20 by BrianKoontz [Wikka as a presentation framework]
Additions:
If you have ever set out to develop a web-based application, you quickly realize that designing the web-based presentation interface can be more daunting than developing the underlying application framework! Using Wikka as a //presentation framework// allows a developer to focus more energy on developing the implementation details. By developing an application to use the presentation components of WikkaWiki, there is little effort required to incorporate existing Wikka-based components such as authentication, session tracking, skins, CSS layout and design, etc. into your application. Using WikkaWiki as a presentation framework would be especially useful on an intranet, where consistent "look-and-feel" across various applications is often a design requirement.
BookmarkManager is an example of a WikkaWiki [[ActionInfo action]] that provides the features of a fully functional bookmark management application using authentication and session tracking functionality provided by WikkaWiki.
Deletions:
If you have ever set out to develop a web-based application, you quickly realize that designing the web-based presentation interface can be more daunting than developing the underlying application framework! Using Wikka as a //presentation framework// allows a developer to focus more energy on developing the implementation details. By developing an application to use the presentation componenets of WikkaWiki, there is little effort required to incorporate existing Wikka-based components such as authentication, session tracking, skins, CSS layout and design, etc. into your application. Using WikkaWiki as a presentation framework would be especially useful on an intranet, where consistent "look-and-feel" across various applications is often a design requirement.
BookmarkManager is an example of an application that provides the features of a fully functional bookmark management application using authentication and session tracking functionality provided by WikkaWiki.


Revision [15277]

Edited on 2006-09-09 19:42:22 by BrianKoontz [Wikka as a presentation framework]
Additions:
===Wikka as a //presentation framework//===
Deletions:
===Wikka as a //Presentation Framework//===


Revision [15276]

Edited on 2006-09-09 19:41:42 by BrianKoontz [Wikka as a presentation framework]
Additions:
===Wikka as a //Presentation Framework//===
If you have ever set out to develop a web-based application, you quickly realize that designing the web-based presentation interface can be more daunting than developing the underlying application framework! Using Wikka as a //presentation framework// allows a developer to focus more energy on developing the implementation details. By developing an application to use the presentation componenets of WikkaWiki, there is little effort required to incorporate existing Wikka-based components such as authentication, session tracking, skins, CSS layout and design, etc. into your application. Using WikkaWiki as a presentation framework would be especially useful on an intranet, where consistent "look-and-feel" across various applications is often a design requirement.
BookmarkManager is an example of an application that provides the features of a fully functional bookmark management application using authentication and session tracking functionality provided by WikkaWiki.


Revision [11964]

Edited on 2005-11-23 08:12:22 by DarTar [adding notes on using Wikka as a backend]
Additions:
>> WikkaWiki is a [[LightweightInfo lightweight]] [[WikiEngine wiki engine]] that can be easily [[ExtensibleInfo extended]] or adapted to many different uses. By setting the appropriate [[ACLInfo access privileges]] and using appropriate [[UsingActions actions]], you can turn WikkaWiki into different applications, tailored to your needs. You can also take a look at [[CodeContributions user-contributed code]] to extend Wikka with new functionalities.
===Wikka as a //backend//===
Wikka can easily be [[InvisibleWiki adapted]] to be used as a quick and effective solution to maintain a public website.
Typical ACL settings: r: * / w: !* / c: !*
Deletions:
>> WikkaWiki is a [[LightweightInfo lightweight]] [[WikiEngine wiki engine]] that can be easily [[ExtensibleInfo extended]] or adapted to many different uses. By setting the appropriate [[ACLInfo access privileges]] and installing the appropriate [[UsingActions modules]], you can turn WikkaWiki into different applications, tailored to your needs. You can also take a look at [[CodeContributions user-contributed code]] to extend Wikka with new functionalities.


Revision [11313]

Edited on 2005-10-08 23:38:45 by YanB [typos]
Additions:
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-existent) 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.
The Organisers of [[http://www.mythodea.de "ConQuest"]], a large Live Action Role Playing game in Germany, use Wikka as a platform to coordinate the efforts of various teams. Wikka was chosen because of its rather easy management for usergroups.
Deletions:
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.
The Organisers of [[http://www.mythodea.de "ConQuest"]], a large Live Action Role Playing game in Germany, use Wikka as a platform to coordinate the efforts of various teams. Wikka was chosen because of its rather easy managment for usergroups.


Revision [11135]

Edited on 2005-09-21 10:34:25 by DarTar [adding see-also box]
Additions:
>>**See also:**
~-[[UnderDevelopment Features under development]]
~-[[CodeContributions User-contributed extensions]]
~-[[WikkaIntegration Integration projects]]
~-[[WikkaLocalization Localization projects]]
~-[[InvisibleWiki Using Wikka as an invisible backend]]
>> WikkaWiki is a [[LightweightInfo lightweight]] [[WikiEngine wiki engine]] that can be easily [[ExtensibleInfo extended]] or adapted to many different uses. By setting the appropriate [[ACLInfo access privileges]] and installing the appropriate [[UsingActions modules]], you can turn WikkaWiki into different applications, tailored to your needs. You can also take a look at [[CodeContributions user-contributed code]] to extend Wikka with new functionalities.
Deletions:
WikkaWiki is a [[LightweightInfo light]] WikiEngine that can be easily [[ExtensibleInfo extended]] or adapted to many different uses. By setting the appropriate [[ACLInfo access privileges]] and installing the appropriate [[UsingActions modules]], you can turn WikkaWiki into different applications, tailored to your needs. You can also take a look at [[CodeContributions user-contributed code]] to extend Wikka with new functionalities.


Revision [7560]

Edited on 2005-04-24 18:51:08 by GregorLindner [Organising a LARP game]
Additions:
ACL settings: r:+ / w:+ /c:+ or r:UserGroup / w: UserGroup / c:+
Deletions:
ACL settings: r:+ / r:+ /c:+ or r:UserGroup / w: UserGroup / c:+


Revision [7558]

Edited on 2005-04-24 18:47:11 by GregorLindner [Organising a LARP game]
Additions:
[[WikkaDocumentation Wikka Documentation]]
----
=====Wikka: A flexible engine for adaptive applications =====
""<img src="images/flexible.jpg" alt="Flexible" style="float: right; margin: 30pt; padding: 10pt;">""

WikkaWiki is a [[LightweightInfo light]] WikiEngine that can be easily [[ExtensibleInfo extended]] or adapted to many different uses. By setting the appropriate [[ACLInfo access privileges]] and installing the appropriate [[UsingActions modules]], you can turn WikkaWiki into different applications, tailored to your needs. You can also take a look at [[CodeContributions user-contributed code]] to extend Wikka with new functionalities.

===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 [[http://wiki.grenzstein.com/PhotoAlbum 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 [[http://wiki.samuelooi.com/wikka.php?wakka=Mod02Gallery here]].

===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: *

===Wikka as a //System of organising a Live Roleplay game//===
The Organisers of [[http://www.mythodea.de "ConQuest"]], a large Live Action Role Playing game in Germany, use Wikka as a platform to coordinate the efforts of various teams. Wikka was chosen because of its rather easy managment for usergroups.
Currently Wikka serves three major functions:
~Sharing information for the Gamemasters, a place to answer their questions and those they were asked by players
~The so called "Orga-Team" uses Wikka to document and coordinate the negotiations with officials, traders and gastronomers and other service providers
~Writing a dense Plot for a few thousand participants in several Plotlines.

ACL settings: r:+ / r:+ /c:+ or r:UserGroup / w: UserGroup / c:+




//feel free to add your ideas and personal wikka adaptations//



----
Deletions:
[[WikkaDocumentation Wikka Documentation]]
----
=====Wikka: A flexible engine for adaptive applications =====
""<img src="images/flexible.jpg" alt="Flexible" style="float: right; margin: 30pt; padding: 10pt;">""

WikkaWiki is a [[LightweightInfo light]] WikiEngine that can be easily [[ExtensibleInfo extended]] or adapted to many different uses. By setting the appropriate [[ACLInfo access privileges]] and installing the appropriate [[UsingActions modules]], you can turn WikkaWiki into different applications, tailored to your needs. You can also take a look at [[CodeContributions user-contributed code]] to extend Wikka with new functionalities.

===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 [[http://wiki.grenzstein.com/PhotoAlbum 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 [[http://wiki.samuelooi.com/wikka.php?wakka=Mod02Gallery here]].

===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//


----


Revision [5402]

Edited on 2005-01-31 11:31:31 by DarTar [Adding link]
Additions:
WikkaWiki is a [[LightweightInfo light]] WikiEngine that can be easily [[ExtensibleInfo extended]] or adapted to many different uses. By setting the appropriate [[ACLInfo access privileges]] and installing the appropriate [[UsingActions modules]], you can turn WikkaWiki into different applications, tailored to your needs. You can also take a look at [[CodeContributions user-contributed code]] to extend Wikka with new functionalities.
Deletions:
WikkaWiki is a [[LightweightInfo light]] WikiEngine that can be easily [[ExtensibleInfo extended]] or adapted to many different uses. By setting the appropriate [[ACLInfo access privileges]] and installing the appropriate [[UsingActions modules]], you can turn WikkaWiki into different applications, tailored to your needs.


Revision [3997]

Edited on 2005-01-05 09:12:44 by DarTar [Minor edit]
Additions:
WikkaWiki is a [[LightweightInfo light]] WikiEngine that can be easily [[ExtensibleInfo extended]] or adapted to many different uses. By setting the appropriate [[ACLInfo access privileges]] and installing the appropriate [[UsingActions modules]], you can turn WikkaWiki into different applications, tailored to your needs.
Deletions:
WikkaWiki is a [[LightweightInfo light]] and [[ExtensibleInfo flexible]] WikiEngine that can be easily //extended// or //adapted// to many different uses. By setting the appropriate [[ACLInfo access privileges]] and installing the appropriate [[UsingActions modules]], you can turn WikkaWiki into different applications, tailored to your needs.


Revision [3745]

Edited on 2004-12-27 14:16:43 by DarTar [Layout, minor reorg]
Additions:
""<img src="images/flexible.jpg" alt="Flexible" style="float: right; margin: 30pt; padding: 10pt;">""
WikkaWiki is a [[LightweightInfo light]] and [[ExtensibleInfo flexible]] WikiEngine that can be easily //extended// or //adapted// to many different uses. By setting the appropriate [[ACLInfo access privileges]] and installing the appropriate [[UsingActions modules]], you can turn WikkaWiki into different applications, tailored to your needs.
Relevant Actions: FreeMind
Deletions:
{{image class="right" alt="Flexible stuff" title="Flexible Wikka" link="FlexibleWIkka" url="images/flexible.jpg"}}
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
Relevant Actions: FreeMind,
Relevant Actions:


Revision [3620]

Edited on 2004-12-23 10:36:42 by DarTar [minor edit]
Additions:
{{image class="right" alt="Flexible stuff" title="Flexible Wikka" link="FlexibleWIkka" url="images/flexible.jpg"}}
Deletions:
""<img src="http://artswork.asu.edu/arts/students/content/navajo/prepare.jpg" alt="Flexible" style="float: right; margin: 30pt; padding: 10pt;">""


Revision [3401]

Edited on 2004-12-18 03:00:04 by GeorgePetsagourakis [minor edit (FileUpload matched to Mod15FilesAction)]
Additions:
Relevant Actions: [[Mod015fFilesAction FileUpload]],
Deletions:
Relevant Actions: FileUpload,


Revision [2462]

Edited on 2004-11-25 18:30:08 by JavaWoman [added 'user manual' and 'open source']
Additions:
[[WikkaDocumentation Wikka Documentation]]
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.
===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.
Deletions:
[[HelpInfo Wikka Documentation]]
Relevant Actions:


Revision [2436]

Edited on 2004-11-24 23:46:15 by JavaWoman [minor edit - layout consistency]
Additions:
===Wikka as a //photo album// ===
Deletions:
===Wikka as a photo album ===


Revision [2433]

Edited on 2004-11-24 18:59:39 by GmBowen [addition for photo gallery]
Additions:
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 [[http://wiki.grenzstein.com/PhotoAlbum 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 [[http://wiki.samuelooi.com/wikka.php?wakka=Mod02Gallery here]].
Deletions:
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 http://wiki.grenzstein.com/PhotoAlbum]]) 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 http://wiki.samuelooi.com/wikka.php?wakka=Mod02Gallery]].


Revision [2432]

Edited on 2004-11-24 18:59:06 by GmBowen [addition for photo gallery]
Additions:
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 http://wiki.grenzstein.com/PhotoAlbum]]) 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 http://wiki.samuelooi.com/wikka.php?wakka=Mod02Gallery]].
Deletions:
''Mike..?! ;-)''


Revision [2413]

Edited on 2004-11-24 10:39:04 by DarTar [just a couple of ideas on possible uses for the Wikka-curious.. contributions welcome :-)]
Additions:
Relevant Actions: RecentChanges, RecentlyCommented, HighScores,
Deletions:
Relevant Actions: RecentChanges, RecentlyCommented, HighScores,


Revision [2412]

Edited on 2004-11-24 10:38:54 by DarTar [just a couple of ideas on possible uses for the Wikka-curious.. contributions welcome :-)]
Additions:
Typical ACL settings: r: + / w: + / c: + or r: !* / w: !* / c: !*
Deletions:
Typical ACL settings: r: + / w: + / c: +


Revision [2411]

Edited on 2004-11-24 10:34:49 by DarTar [just a couple of ideas on possible uses for the Wikka-curious.. contributions welcome :-)]
Additions:
Typical ACL settings: r: !* / w: !* / c: !*
Deletions:
Typical ACL settings: r: !* / w: !* / c: !


Revision [2410]

Edited on 2004-11-24 10:34:28 by DarTar [just a couple of ideas on possible uses for the Wikka-curious.. contributions welcome :-)]
Additions:
**Pages of related interest**: PageOwnership :: WikiRoles
Deletions:
**See also**: WikiRoles


Revision [2409]

The oldest known version of this page was created on 2004-11-24 10:33:40 by DarTar [just a couple of ideas on possible uses for the Wikka-curious.. contributions welcome :-)]
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki