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.<<
An archive of [[http://wikkawiki.org/FlexibleWikka/revisions | old revisions of this page]] is still available for reference.<<
Deletions:
An archive of [[http://wikkawiki.org/FlexibleWikka/revisions
old revisions of this page]] is still available for reference.<<
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
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:
=====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
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:+
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: 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:
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:
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: + 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:+
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:
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.
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 an application that provides the features of a fully functional bookmark management application using authentication and session tracking functionality provided by WikkaWiki.
Additions:
===Wikka as a //presentation framework//===
Deletions:
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.
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.
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: !*
===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:
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.
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:
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.
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.
~-[[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:
Additions:
ACL settings: r:+ / w:+ /c:+ or r:UserGroup / w: UserGroup / c:+
Deletions:
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//
----
----
=====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:
----
=====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//
----
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:
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:
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
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:
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:
Additions:
{{image class="right" alt="Flexible stuff" title="Flexible Wikka" link="FlexibleWIkka" url="images/flexible.jpg"}}
Deletions:
Revision [3401]
Edited on 2004-12-18 03:00:04 by GeorgePetsagourakis [minor edit (FileUpload matched to Mod15FilesAction)]Additions:
Relevant Actions: [[Mod015fFilesAction FileUpload]],
Deletions:
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.
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:
Relevant Actions:
Additions:
===Wikka as a //photo album// ===
Deletions:
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:
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:
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:
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:
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:
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