It is a Structured Wiki, typically used to run a project development space, a document management system, a knowledge base, or any other groupware tool, on an intranet or on the internet.
Web content can be created collaboratively by using just a browser. Users without programming skills can create web applications.
Developers can extend the functionality of TWiki with Plugins.
The real-time page editing system allows to keep the site always updated, either by a registered user, or by opening it up to the community.
Here are some key features of "TWiki":
· Edit existing pages or create new pages by using any web browser. There is no need for ftp or http put to upload pages.
· Do not need to learn HTML commands to link pages.
· All changes to pages and attachments are tracked. Retrieve previous page revisions and differences thereof. Find out who changed what and when.
· Define groups and impose fine grained read and write access restrictions based on groups and users.
· The TWiki Variables, Plugins and sample applications offer a rich environment where domain-specific applications can be built efficiently by contributors with moderate skill sets. Developers can create new Plugins to enhance the functionality of TWiki even further.
· Skins overwrite template headers and footers; page content is unaffected.
What's New in This Release: [ read full changelog ]
Security Enhancements:
· Configure script requires authentication to reduce exposure of internal system settings.
· The twiki root directory is no longer HTML doc enabled, reducing the odds of exposing data due to webserver misconfiguration.
Usability Enhancements:
· New TopMenuSkin with pulldown menus for better usability and corporate/modern look&feel.
· Attach multiple files at once, useful when attaching many files.
· Pre-installed TagMePlugin, useful to tag topics to quickly access content in a large TWiki.
· Upgraded TinyMCEPlugin to latest TinyMCE 3.2.4.1 for better WYSIWYG editing experience.
· Open ID 2.0 integration, useful for public TWiki sites (separate download)
TWiki Application Platform Enhancements:
· Pre-installed JQueryPlugin, adding a lightweight cross-browser JavaScript library designed to simplify the client-side scripting of HTML.
· Improvements to ENCODE, IF, URLPARAM, WEB and WEBLIST variables.
Search Enhancements:
· Query syntax with array size, useful to query TWiki forms and attachments.
· Query syntax can be used in format parameter of search, giving more control over formatting.
Miscellaneous Feature Enhancements:
· Adding 51 new TWikiDocGraphics icons, and 11 updated icons.
· The TWiki doc graphics library is now aware of image size and is cached for speed.
Plugin Enhancements:
· SpreadSheetPlugin: Improvements to $TIME() and $NOP() functions.
· HeadlinesPlugin: New touch parameter in HEADLINES variable to alert users via e-mail notification of news updates
· API: New TWiki::Func::buildWikiWord function