List of wiki software
Encyclopedia
This is a list of notable wiki software
Wiki software
Wiki software is collaborative software that runs a wiki, i.e., a website that allows users to create and collaboratively edit web pages via a web browser. A wiki system is usually a web application that runs on one or more web servers...

applications.
For a comparative table of such software, see Comparison of wiki software
Comparison of wiki software
The following tables compare general and technical information for a number of wiki software packages.-General information:-Target audience:-Features 1:-Features 2:-Installation:-See also:* List of wiki software* List of wikis* Wiki farm...

.
For a list of wiki
Wiki
A wiki is a website that allows the creation and editing of any number of interlinked web pages via a web browser using a simplified markup language or a WYSIWYG text editor. Wikis are typically powered by wiki software and are often used collaboratively by multiple users. Examples include...

s, or websites using wiki software, see List of wikis.

Java-based

  • JAMWiki
    JAMWiki
    JAMWiki is wiki software built around the standard components of Java, servlets and JSP. It was written by Ryan Holliday and released under the LGPL...

     is a J2EE application released under the LGPL
    GNU Lesser General Public License
    The GNU Lesser General Public License or LGPL is a free software license published by the Free Software Foundation . It was designed as a compromise between the strong-copyleft GNU General Public License or GPL and permissive licenses such as the BSD licenses and the MIT License...

    . JAMWiki is a Java clone of the MediaWiki
    MediaWiki
    MediaWiki is a popular free web-based wiki software application. Developed by the Wikimedia Foundation, it is used to run all of its projects, including Wikipedia, Wiktionary and Wikinews. Numerous other wikis around the world also use it to power their websites...

     software and uses the same wiki syntax.
  • JSPWiki
    JSPWiki
    JSPWiki is wiki software built around the standard J2EE components of Java, servlets and JSP. It was written by Janne Jalkanen and released under the LGPL. It is currently undergoing incubation with Apache and its license has been changed to the Apache License. The Sun Java System Portal Server...

     is a J2EE application released under the Apache License
    Apache License
    The Apache License is a copyfree free software license authored by the Apache Software Foundation . The Apache License requires preservation of the copyright notice and disclaimer....

    .
  • XWiki
    XWiki
    XWiki is a free wiki software platform written in Java with a design emphasis on extensibility. XWiki Enterprise, the enterprise wiki edition, includes WYSIWYG editing, OpenOffice based document import/export, semantic annotations and tagging, and advanced permissions management.As an application...

     is a Java wiki engine with a complete wiki feature set (version control, attachments, etc.) and a database engine and programming language which allows database driven applications to be created using the wiki interface

JavaScript-based

  • TiddlyWiki
    TiddlyWiki
    TiddlyWiki is an open source single page application wiki. A single HTML file contains CSS, JavaScript, and the content. The content is divided into a series of sections, or Tiddlers. A user is encouraged to read a TiddlyWiki by following links rather than sequentially scrolling down the...

     is a HTML
    HTML
    HyperText Markup Language is the predominant markup language for web pages. HTML elements are the basic building-blocks of webpages....

    /JavaScript
    JavaScript
    JavaScript is a prototype-based scripting language that is dynamic, weakly typed and has first-class functions. It is a multi-paradigm language, supporting object-oriented, imperative, and functional programming styles....

    -based server-less wiki in which the entire site/wiki is contained in a single file.
  • Lively Wiki is based on Lively Kernel
    Lively Kernel
    The Lively Kernel is an open source web programming environment. It supports desktop-style applications with rich graphics and direct manipulation abilities, but without the installation or upgrade troubles of conventional desktop applications...

     and combines features of wikis and development environments. Users can create and edit application behavior as well as other content.

.NET/Mono based

  • FlexWiki
    FlexWiki
    FlexWiki was a wiki engine written primarily by David Ornstein. The code was first released in September 2004. Development ceased sometime in 2009.The engine is open source, licensed under IBM's Common Public License...

     is written in C#, uses the .NET Framework
    .NET Framework
    The .NET Framework is a software framework that runs primarily on Microsoft Windows. It includes a large library and supports several programming languages which allows language interoperability...

    , and stores data in files or Microsoft SQL Server
    Microsoft SQL Server
    Microsoft SQL Server is a relational database server, developed by Microsoft: It is a software product whose primary function is to store and retrieve data as requested by other software applications, be it those on the same computer or those running on another computer across a network...

    .
  • MindTouch is an open-source application that began as a fork of MediaWiki; it has a C# back-end and a PHP front-end.
  • ScrewTurn Wiki
    ScrewTurn Wiki
    ScrewTurn Wiki is open source Wiki software that runs on the Windows ASP.NET platform. It is written in C# and by default does not require a database, though SQL Server and MySQL are supported by the use of plugins....

     is an open-source wiki application written in ASP.NET (C#), released under GPL.

Perl-based

  • ikiwiki
    Ikiwiki
    ikiwiki is a free, open source wiki application, designed by Joey Hess. It is licensed under the terms of the GNU General Public License, version 2 or later...

    , a "wiki compiler" - can use Subversion or git
    Git (software)
    Git is a distributed revision control system with an emphasis on speed. Git was initially designed and developed by Linus Torvalds for Linux kernel development. Every Git working directory is a full-fledged repository with complete history and full revision tracking capabilities, not dependent on...

     as the backend storage mechanism.
  • TWiki
    TWiki
    TWiki is a Perl-based structured wiki application, typically used to run a collaboration platform, knowledge or document management system, a knowledge base, or team portal...

     is a structured wiki, typically used to run a project development space, a document management system, a knowledge base, or any other groupware tool. Also available as a VMware
    VMware
    VMware, Inc. is a company providing virtualization software founded in 1998 and based in Palo Alto, California, USA. The company was acquired by EMC Corporation in 2004, and operates as a separate software subsidiary ....

     appliance.
    • Foswiki is a fork of TWiki.
  • UseModWiki
    UseModWiki
    UseModWiki is a wiki engine written in the Perl programming language. It is licensed under the GNU General Public License. Pages in UseModWiki are stored in ordinary files, not in a relational database. Something similar to the interface can be seen in MediaWiki with the classic skin.- History...

     (created by Clifford Adams in 2000) is a clone of AtisWiki.
    • Oddmuse
      Oddmuse
      Oddmuse is a wiki engine. It is free software, licensed under the GNU General Public License. Oddmuse is based on UseModWiki version 0.92, and many patches published on the UseMod site. The programs have diverged since the fork...

       is a fork of UseModWiki.

PHP-based

  • DokuWiki
    DokuWiki
    DokuWiki is a wiki application aimed at small companies’ documentation needs. DokuWiki is licensed under GPL 2 and written in the programming language PHP. It works on plain text files and thus needs no database. Its syntax is similar to the one used by MediaWiki.-History:DokuWiki was created by...

     is aimed at the documentation needs of a small company. It uses plain text files and has a simple but powerful syntax which ensures the datafiles remain readable outside the wiki.
  • MediaWiki
    MediaWiki
    MediaWiki is a popular free web-based wiki software application. Developed by the Wikimedia Foundation, it is used to run all of its projects, including Wikipedia, Wiktionary and Wikinews. Numerous other wikis around the world also use it to power their websites...

     was custom-designed for the high-volume Wikipedia
    Wikipedia
    Wikipedia is a free, web-based, collaborative, multilingual encyclopedia project supported by the non-profit Wikimedia Foundation. Its 20 million articles have been written collaboratively by volunteers around the world. Almost all of its articles can be edited by anyone with access to the site,...

     encyclopedia website; it is also used for all other projects run by the Wikimedia Foundation
    Wikimedia Foundation
    Wikimedia Foundation, Inc. is an American non-profit charitable organization headquartered in San Francisco, California, United States, and organized under the laws of the state of Florida, where it was initially based...

    , which operates Wikipedia. It is also publicly available for use in other wikis, and has widespread popularity among smaller, non-Wikimedia wikis.
    • SMW+
      SMW+
      SMW+ is an open source software bundle composed of the wiki application MediaWiki along with a number of its extensions. It is produced by the German software company Ontoprise GmbH. SMW+'s extensions include, most notably, Semantic MediaWiki and the...

       is a package of MediaWiki with semantics-oriented extensions (most notably Semantic MediaWiki
      Semantic MediaWiki
      Semantic MediaWiki is an extension to MediaWiki that allows for annotating semantic data within wiki pages, thus turning a wiki that incorporates the extension into a semantic wiki...

       and the Halo Extension). SMW+ is designed to ease and combine collaborative authoring within a wiki with semantic technology
      Semantic technology
      In software, semantic technology encodes meanings separately from data and content files, and separately from application code.This enables machines as well as people to understand, share and reason with them at execution time...

      .
  • PhpWiki
    PhpWiki
    PhpWiki is a web-based wiki software application.It began as a clone of WikiWikiWeb and was the first wiki written in PHP.PhpWiki has been used to edit and format paper books for publication.-History:...

     is a WikiWikiWeb
    WikiWikiWeb
    WikiWikiWeb is a term that has been used to refer to four things: the first wiki, or user-editable website, launched on 25 March 1995 by Ward Cunningham as part of the Portland Pattern Repository ; the Perl-based application that was used to run it, also developed by Cunningham, which was the first...

     clone in PHP
    PHP
    PHP is a general-purpose server-side scripting language originally designed for web development to produce dynamic web pages. For this purpose, PHP code is embedded into the HTML source document and interpreted by a web server with a PHP processor module, which generates the web page document...

    .
  • PmWiki
    PmWiki
    PmWiki is wiki software written by Patrick R. Michaud in the PHP programming language. It is free software, licensed under the terms of the GNU General Public License.-Design focus:...

     is a PHP-based wiki. Features include: GPL-licensed, easy installation/customization, designed for collaborative authoring and maintenance of web sites, and support for internationalization
    Internationalization
    In economics, internationalization has been viewed as a process of increasing involvement of enterprises in international markets, although there is no agreed definition of internationalization or international entrepreneurship...

    . Does not require a database.
  • PukiWiki
    PukiWiki
    PukiWiki is a Japanese wiki application written in PHP. It was originally started in 2001 as a fork of a WikiWikiWeb clone known as "YukiWiki", written in Perl. Due to its small base-install size, PukiWiki is considered a "lightweight" wiki application which also allows for expansion using its...

     is intended for Japanese wikis.
  • TigerWiki
    TigerWiki
    TigerWiki was a minimalist open source flat file wiki software written in PHP by Chabel. Based on roWiki, it takes its basis while adding several functionalities such as password protection and the management of page revisions....

     is a minimalist and simple wiki framework, that has been discontinued. It spawned a number of forks
    Fork (software development)
    In software engineering, a project fork happens when developers take a legal copy of source code from one software package and start independent development on it, creating a distinct piece of software...

    , all of which have been discontinued as well.
  • WakkaWiki
    WakkaWiki
    WakkaWiki is a very small wiki engine written in PHP that is easy to install, hack, and maintain. It was originally developed by Hendrik Mans, creator of the PlanetCrap discussion community, with help from Carlo Zottmann....

     is a now-defunct PHP/MySQL-based lightweight wiki engine, that notably spawned a large number of forks, including WackoWiki
    WackoWiki
    WackoWiki is a small, lightweight, handy, expandable, multilingual Wiki-engine based on Wakka Wiki written in PHP, which uses MySQL to store pages. WackoWiki has an with support for multiple languages, easy installer, many localizations, email notification on changes/comments, several cache...

     and WikkaWiki
    WikkaWiki
    WikkaWiki is a free, lightweight, and standards-compliant wiki engine. Written in PHP, it uses MySQL to store pages. WikkaWiki is a fork of Wakka Wiki to which a number of new features have been added...

    . Of these, WikkaWiki is the only fork still under active development.

Python-based

  • MoinMoin
    MoinMoin
    MoinMoin is a wiki engine implemented in Python, initially based on the PikiPiki wiki engine. The MoinMoin code is licensed under the GNU General Public License v2, or any later version .A number of organizations use MoinMoin to run public wikis,...

     is a wiki engine written in Python
    Python (programming language)
    Python is a general-purpose, high-level programming language whose design philosophy emphasizes code readability. Python claims to "[combine] remarkable power with very clear syntax", and its standard library is large and comprehensive...

    . Offers good access control based on user groups.
  • Zwiki
    Zwiki
    Zwiki is a wiki engine written in Python and based on the Zope web application server. It was developed by Joyful Systems and contributors from around the world, and is free software released under the GNU General Public License....

     is a Zope
    Zope
    Zope is a free and open-source, object-oriented Web application server written in the Python programming language. Zope stands for "Z Object Publishing Environment", and was the first system using the now common object publishing methodology for the Web...

    -based GPL wiki engine. It can integrate with the content management framework
    Content management framework
    A content management framework is an application programming interface for creating a customized content management system . The relationship between a CMF and a CMS can be illustrated by the following analogy:...

     Plone, and supports several kinds of markup as well as WYSIWYG HTML editing

Ruby-based

  • Instiki
    Instiki
    Instiki is wiki software that runs on Ruby on Rails.- Features :* Regular expression search* Revisions* Export to HTML in a zip* RSS feeds* Multiple webs* Password-protected site* Reference tracker* Textile and Markdown formatting...

     is written in Ruby on Rails
    Ruby on Rails
    Ruby on Rails, often shortened to Rails or RoR, is an open source web application framework for the Ruby programming language.-History:...

    .
  • Wagn is a structured wiki written in Ruby on Rails
    Ruby on Rails
    Ruby on Rails, often shortened to Rails or RoR, is an open source web application framework for the Ruby programming language.-History:...


Other languages

  • Gitit
    Gitit (software)
    Gitit is a form of wiki software employing git or other modern Distributed revision control systems to manage wiki history, and the document conversion system to manage markup - among other things permitting the inclusion of LaTeX mathematical markup....

     is a Happstack-based wiki server employing git
    Git
    Git may refer to:* Git , a British English term of abuse* Git , a distributed version control system* Git , by Skeletons & The Girl-Faced Boys...

     or Darcs
    Darcs
    Darcs is a distributed revision control system created by David Roundy; it was designed to replace traditional, centralized source control systems such as CVS and Subversion...

     to manage wiki history, and the Pandoc document conversion system to manage markup - among other things permitting the inclusion of LaTeX
    LaTeX
    LaTeX is a document markup language and document preparation system for the TeX typesetting program. Within the typesetting system, its name is styled as . The term LaTeX refers only to the language in which documents are written, not to the editor used to write those documents. In order to...

     mathematical markup.
  • ProjectForum
    ProjectForum
    ProjectForum is a commercial wiki software product developed by CourseForum Technologies in Edmonton, AB, Canada. It is targeted primarily at small-medium teams, whether in small or large organizations, but is used in the same wide variety of context as most wiki software, e.g.. Free and paid...

     is a self-contained wiki server for Windows, Mac OS X and Linux, written in Tcl, C and C++.
  • Swiki
    Swiki
    Swiki is wiki software written in Squeak. It is used heavily by the Georgia Institute of Technology's College of Computing. It is also used in K-12 education and has been used successfully with 4th graders and higher...

     is written in Squeak
    Squeak
    The Squeak programming language is a Smalltalk implementation. It is object-oriented, class-based and reflective.It was derived directly from Smalltalk-80 by a group at Apple Computer that included some of the original Smalltalk-80 developers...

    . It runs on common platforms, including Mac, Windows, Linux, as well as others.
  • Wiki Server
    Wiki Server
    Wiki Server is a set of services which ships with Mac OS X Server v10.5 and v10.6. Mac OS X Server includes web-based Wiki, Weblog, Calendaring, and Contact services. Additionally, it includes a Cocoa application called Directory which allows directory viewing as well as enabling of group...

     is proprietary software distributed with Mac OS X Server
    Mac OS X Server
    Mac OS X Server is a Unix server operating system from Apple Inc. The server edition of Mac OS X is architecturally identical to its desktop counterpart, except that it includes work group management and administration software tools...

    .

Personal wiki software

  • Pimki
    Pimki
    Pimki is a personal information manager , written and maintained by Assaph Mehr, that was under development from 2004 to 2008. It is derived from the Ruby-based wiki software Instiki...

     is a PIM
    Personal information manager
    A personal information manager is a type of application software that functions as a personal organizer. The acronym PIM is now, more commonly, used in reference to Personal information management as a field of study...

     (Personal Information Manager) loosely based on Instiki.
  • WikidPad
    WikidPad
    WikidPad is an open source, Python-based wiki-like outliner for storing thoughts, ideas, to-do lists, contacts, and other notes with wiki-like linking between pages....

     is a free, opensource personal use (single-machine) wiki with native support of international characters (Unicode).

Hosted-only software

  • EditMe
    EditMe
    EditMe is a wiki hosting service based in Westborough, Massachusetts. The service launched in August 2003, and the company officially incorporated in November 2005...

     is a proprietary J2EE application with WYSIWYG editing and a focus on allowing non-technical users to quickly and easily build editable web sites
  • Knowledge Plaza
    Knowledge Plaza
    Knowledge Plaza, also referred to as KP, is an Enterprise 2.0 and knowledge management tool which provides a balance between social bookmarking, document management, wikis and an internal social network...

     is a knowledge management
    Knowledge management
    Knowledge management comprises a range of strategies and practices used in an organization to identify, create, represent, distribute, and enable adoption of insights and experiences...

     tool that provides both wiki environments for collaborative topic/project work and an Enterprise bookmarking
    Enterprise bookmarking
    Enterprise bookmarking is a method for Enterprise 2.0 users to tag, organize, store, and search bookmarks of both web pages on the Internet and data resources stored in a distributed database or fileserver...

     tool.

Content management/social software with wiki functionality

Java-based

  • Jive Engage (formerly known as Clearspace and Jive SBS) is a commercial J2EE application, made by Jive Software
    Jive Software
    Jive Software is a software company in the social business software industry based in Palo Alto, California. Founded in 2001, Jive maintains additional offices in Portland, OR, Boulder, CO, Frankfurt, Germany, Tel Aviv, Israel, and London, UK.-Products:...

    , which combines Wiki, Blog
    Blog
    A blog is a type of website or part of a website supposed to be updated with new content from time to time. Blogs are usually maintained by an individual with regular entries of commentary, descriptions of events, or other material such as graphics or video. Entries are commonly displayed in...

    , and Document Management functionality into a complete enterprise collaboration solution. Jive uses wiki-style markup or WYSIWYG
    WYSIWYG
    WYSIWYG is an acronym for What You See Is What You Get. The term is used in computing to describe a system in which content displayed onscreen during editing appears in a form closely corresponding to its appearance when printed or displayed as a finished product...

     ("What you see is what you get") editing to allow for clean version control and workflow management.
  • ConcourseConnect
    ConcourseConnect
    ConcourseConnect was developed by Concursive Corporation and is a platform for deploying large scale web-based communities...

     is a freely available J2EE application made by Concursive which brings together Corporate Social Networking, Online Community
    Online community
    An online community is a virtual community that exists online and whose members enable its existence through taking part in membership ritual. An online community can take the form of an information system where anyone can post content, such as a Bulletin board system or one where only a restricted...

    , Business directory
    Business directory
    A Business directory is a website or print media listing of information which lists all businesses within some category. Businesses can be categorized by business, location, activity, or size. Business may be compiled either manually or through an automated online search software.The details...

    , and Customer relationship management
    Customer relationship management
    Customer relationship management is a widely implemented strategy for managing a company’s interactions with customers, clients and sales prospects. It involves using technology to organize, automate, and synchronize business processes—principally sales activities, but also those for marketing,...

     capabilities. Features include Wiki, Blog
    Blog
    A blog is a type of website or part of a website supposed to be updated with new content from time to time. Blogs are usually maintained by an individual with regular entries of commentary, descriptions of events, or other material such as graphics or video. Entries are commonly displayed in...

    , Document Management, Ratings, Review
    Review
    A review is an evaluation of a publication, a product or a service, such as a movie , video game, musical composition , book ; a piece of hardware like a car, home appliance, or computer; or an event or performance, such as a live music concert, a play, musical theater show or dance show...

    s, online Classified advertising
    Classified advertising
    Classified advertising is a form of advertising which is particularly common in newspapers, online and other periodicals which may be sold or distributed free of charge...

    , and Project Management modules. The wiki uses wiki markup or WYSIWYG
    WYSIWYG
    WYSIWYG is an acronym for What You See Is What You Get. The term is used in computing to describe a system in which content displayed onscreen during editing appears in a form closely corresponding to its appearance when printed or displayed as a finished product...

     editing.
  • Confluence
    Confluence (software)
    Confluence is an enterprise wiki software. Written in Java and mainly used in corporate environments, Confluence is developed and marketed by Atlassian. Confluence is sold as either on-premises software or as a hosted solution...

     is a commercial J2EE application which combines Wiki and some blog
    Blog
    A blog is a type of website or part of a website supposed to be updated with new content from time to time. Blogs are usually maintained by an individual with regular entries of commentary, descriptions of events, or other material such as graphics or video. Entries are commonly displayed in...

     functionality. Its features include PDF page export and page refactoring, and it can be run on any application server using any RDBMS backend.
  • SamePage
    SamePage
    SamePage is an enterprise wiki application written in Java with a WYSIWYG user interface. Developed and marketed by eTouch Systems, SamePage is sold as a hosted/Software as a service or on-premise software solution for collaboration and knowledge management...

     is a commercial J2EE application that combines wiki and blog
    Blog
    A blog is a type of website or part of a website supposed to be updated with new content from time to time. Blogs are usually maintained by an individual with regular entries of commentary, descriptions of events, or other material such as graphics or video. Entries are commonly displayed in...

     functionalities in an enterprise collaboration solution. It is a SaaS
    Saas
    SAAS is an abbreviation for* Social Accountability Accreditation Services* Software as a service * Student Awards Agency for Scotland* Seattle Academy of Arts and Sciences* South Australian Ambulance Service...

     application or software download that utilizes WYSIWYG
    WYSIWYG
    WYSIWYG is an acronym for What You See Is What You Get. The term is used in computing to describe a system in which content displayed onscreen during editing appears in a form closely corresponding to its appearance when printed or displayed as a finished product...

     editing.
  • Mindquarry
    Mindquarry
    Mindquarry is an open source collaborative software geared towards small and medium-sized workgroups. Mindquarry attempts to strike a balance between features and ease-of-use. The application offers four tightly integrated modules: Teams, Files, Wiki, and Tasks.Mindquarry consists of two...

     creates a WYSIWYG
    WYSIWYG
    WYSIWYG is an acronym for What You See Is What You Get. The term is used in computing to describe a system in which content displayed onscreen during editing appears in a form closely corresponding to its appearance when printed or displayed as a finished product...

     wiki for each team. It is built using Apache Cocoon
    Apache Cocoon
    Apache Cocoon, usually just called Cocoon, is a web application framework built around the concepts of pipeline, separation of concerns and component-based web development. The framework focuses on XML and XSLT publishing and is built using the Java programming language...

     and thus based on Java (Mozilla Public License)
  • Traction TeamPage
    Traction TeamPage
    Traction TeamPage is a proprietary enterprise 2.0 social software product developed by Traction Software Inc of Providence Rhode Island.TeamPage is one of the first products in the enterprise blog and wiki market, with Traction release 1.0 shipped in 1999....

     is a commercial enterprise wiki, weblog, Document Management, discussion and tagging application based on the principles of Douglas Engelbart
    Douglas Engelbart
    Douglas Carl Engelbart is an American inventor, and an early computer and internet pioneer. He is best known for his work on the challenges of human-computer interaction, resulting in the invention of the computer mouse, and the development of hypertext, networked computers, and precursors to GUIs...

    's On-Line System (NLS) which aggregates multiple blog
    Blog
    A blog is a type of website or part of a website supposed to be updated with new content from time to time. Blogs are usually maintained by an individual with regular entries of commentary, descriptions of events, or other material such as graphics or video. Entries are commonly displayed in...

     / Wiki spaces using a sophisticated permission and inline comment model.

Perl-based

  • Blosxom
    Blosxom
    Blosxom is a free-software weblog program written in Perl by Rael Dornfest. It uses the pre-existing file system instead of a database management system, unlike most blog software....

     is blog software that offers wiki functionality when used with its wikieditish and wikiwordish plugins. There are also plugins available that enable Blosxom to use the text parsers from Kwiki, TWiki, or PurpleWiki.
  • MojoMojo is an open-source application built on top of the Catalyst web framework
    Catalyst (software)
    Catalyst is an open source web application framework written in Perl, that closely follows the model–view–controller architecture, and supports a number of experimental web patterns. It is written using Moose, a modern object system for Perl...

    , blending the functions of wikis, CMSes
    Content management system
    A content management system is a system providing a collection of procedures used to manage work flow in a collaborative environment. These procedures can be manual or computer-based...

     and blogs.
  • Socialtext
    Socialtext
    Socialtext Incorporated is a company based in Palo Alto, California that produces enterprise social software, comprising an integrated suite of web-based social software applications including microblogging, user profile, directories, groups, personal dashboards using OpenSocial widgets, and shared...

     is an enterprise wiki and weblog engine partially derived from open-source Kwiki. Socialtext is available as a hosted service, or a dedicated hardware appliance.

PHP-based

  • Drupal
    Drupal
    Drupal is a free and open-source content management system and content management framework written in PHP and distributed under the GNU General Public License. It is used as a back-end system for at least 1.5% of all websites worldwide ranging from personal blogs to corporate, political, and...

     installations can be configured as wikis with MediaWiki
    MediaWiki
    MediaWiki is a popular free web-based wiki software application. Developed by the Wikimedia Foundation, it is used to run all of its projects, including Wikipedia, Wiktionary and Wikinews. Numerous other wikis around the world also use it to power their websites...

    -style wiki markup.
  • Tiki Wiki CMS Groupware is one of the larger and more ambitious wiki development projects, including a variety of additional groupware features (message forums, articles, etc.).

Other languages

  • Microsoft SharePoint
    Microsoft SharePoint
    Microsoft SharePoint is a web application platform developed by Microsoft. First launched in 2001, SharePoint is typically associated with web content management and document management systems, but it is actually a much broader platform of web technologies, capable of being configured into a wide...

     has built-in wiki support. It is built on ASP.Net, C# and Microsoft SQL Server
    Microsoft SQL Server
    Microsoft SQL Server is a relational database server, developed by Microsoft: It is a software product whose primary function is to store and retrieve data as requested by other software applications, be it those on the same computer or those running on another computer across a network...

    .
  • Pier
    Pier (software)
    Pier is a free and open source content management system written in Smalltalk using the Seaside web application framework.Pier is written with objects from top to bottom. Pier is based on Magritte, a meta-description framework...

     is a content management system
    Content management system
    A content management system is a system providing a collection of procedures used to manage work flow in a collaborative environment. These procedures can be manual or computer-based...

     written in Smalltalk
    Smalltalk
    Smalltalk is an object-oriented, dynamically typed, reflective programming language. Smalltalk was created as the language to underpin the "new world" of computing exemplified by "human–computer symbiosis." It was designed and created in part for educational use, more so for constructionist...

    .
  • Telligent
    Telligent Systems
    Telligent Systems, more commonly referred to as Telligent, is an enterprise collaboration and community software company. Founded in 2004, Telligent's U.S...

     is a social platform, based entirely on Microsoft .NET and SQL Server, that includes wiki functionality.

Project management software with wiki functionality

  • codeBeamer
    CodeBeamer (software)
    codeBeamer is a web based Collaborative Application Lifecycle Management tool for distributed software development, written in Java. It is developed and marketed by Intland Software. Its license is proprietary, but free versions and free hosting options are available...

     is a J2EE application available either with free community support or with commercial support. It combines wiki, document management, issue tracking, revision control
    Revision control
    Revision control, also known as version control and source control , is the management of changes to documents, programs, and other information stored as computer files. It is most commonly used in software development, where a team of people may change the same files...

     and forum
    Internet forum
    An Internet forum, or message board, is an online discussion site where people can hold conversations in the form of posted messages. They differ from chat rooms in that messages are at least temporarily archived...

     functionality.
  • Fossil
    Fossil (software)
    Fossil is a distributed version control system, bug tracking system and wiki software server for use in software development created by D. Richard Hipp.- Features :...

     is a distributed revision control
    Distributed revision control
    A distributed revision control system , distributed version control or decentralized version control keeps track of software revisions and allows many developers to work on a given project without necessarily being connected to a common network.-Distributed vs...

     system that integrates a distributed wiki capability, written in C.
  • Redmine
    Redmine
    Redmine is a free and open source, web-based project management and bug-tracking tool. It includes calendar and Gantt charts to aid visual representation of projects and their deadlines. It supports multiple projects...

     is a project management
    Project management
    Project management is the discipline of planning, organizing, securing, and managing resources to achieve specific goals. A project is a temporary endeavor with a defined beginning and end , undertaken to meet unique goals and objectives, typically to bring about beneficial change or added value...

     web application.
  • Trac
    Trac
    Trac is an open source, web-based project management and bug-tracking tool. The program is inspired by CVSTrac, and was originally named svntrac due to its ability to interface with Subversion. It is developed and maintained by Edgewall Software....

     integrates simple issue tracking and an interface to Subversion.

Version control software with wiki functionality

  • Code Co-op
    Code Co-op
    -Distinguishing features:Code Co-op is a distributed revision control system of the replicated type.It uses peer-to-peer architecture to share projects among developers and to control changes to files...

     is a distributed revision control
    Distributed revision control
    A distributed revision control system , distributed version control or decentralized version control keeps track of software revisions and allows many developers to work on a given project without necessarily being connected to a common network.-Distributed vs...

    system with wiki functionality.

External links

The source of this article is wikipedia, the free encyclopedia.  The text of this article is licensed under the GFDL.
 
x
OK