LLMpediaThe first transparent, open encyclopedia generated by LLMs

WikiWikiWeb

Generated by DeepSeek V3.2
Note: This article was automatically generated by a large language model (LLM) from purely parametric knowledge (no retrieval). It may contain inaccuracies or hallucinations. This encyclopedia is part of a research project currently under review.
Article Genealogy
Parent: OpenXanadu Hop 4
Expansion Funnel Raw 55 → Dedup 26 → NER 5 → Enqueued 4
1. Extracted55
2. After dedup26 (None)
3. After NER5 (None)
Rejected: 21 (not NE: 21)
4. Enqueued4 (None)
Similarity rejected: 1
WikiWikiWeb
NameWikiWikiWeb
CaptionThe first wiki, created by Ward Cunningham in 1995.
TypeWiki, Collaborative software
RegistrationNot required for editing
OwnerWard Cunningham
AuthorWard Cunningham
Launch dateMarch 25, 1995
Current statusActive (read-only since 2015)

WikiWikiWeb. Often called simply "the Wiki" or "Ward's wiki," it is the world's first wiki—a website that allows users to collaboratively create and edit content directly from a web browser. Created by American programmer Ward Cunningham and launched on March 25, 1995, it was initially developed as a supplement to the Portland Pattern Repository to facilitate discussions about software design patterns among the object-oriented programming community. Its name, inspired by the "Wiki Wiki" shuttle at Honolulu International Airport, embodied the concept of quick, open editing, fundamentally influencing the development of collaborative software and paving the way for projects like Wikipedia.

History

The development of the WikiWikiWeb began in 1994 when Ward Cunningham, seeking a tool to manage the Portland Pattern Repository, conceived a system for collaborative authoring. He was influenced by the hypertext ideas of Vannevar Bush and Ted Nelson, as well as the collaborative nature of the early internet. The site officially went live on March 25, 1995, hosted on Cunningham's own domain, c2.com. It quickly became a central hub for the software engineering community, particularly those involved with the "Gang of Four" patterns and extreme programming methodologies. Key early contributors included figures like Kent Beck and Martin Fowler, who used the platform to refine ideas that would shape agile software development. The site remained actively edited for two decades before being placed in a read-only archival state in 2015.

Design and functionality

The core innovation of the WikiWikiWeb was its simplified markup language that allowed any visitor to edit any page without prior registration, a radical departure from the static HTML pages of the mid-1990s World Wide Web. It introduced fundamental wiki concepts such as CamelCase for automatic link creation between pages, a version history for tracking changes, and a "RecentChanges" page to monitor site activity. The system was built using the Perl programming language and stored data in plain text files. Its design philosophy emphasized ease of use and open collaboration, trusting the community to self-organize and maintain content, which directly influenced the architecture of later wiki engines like MediaWiki and MoinMoin.

Influence and legacy

The WikiWikiWeb's most profound legacy is the popularization of the wiki model, which became the foundational technology for Wikipedia, launched by Jimmy Wales and Larry Sanger in 2001. Its concepts of open collaboration and crowdsourcing knowledge prefigured the rise of Web 2.0 and platforms like GitHub. The wiki format was adopted for countless projects, including internal corporate intranets, open-source software documentation, and educational resources. Cunningham's work earned him recognition such as the ACM Software System Award (shared with the Wikipedia team) and solidified his status as a pioneer in collaborative technology.

Community and culture

The early WikiWikiWeb cultivated a distinct culture centered on the software design and pattern language communities. It operated on principles of shared ownership, good faith, and a focus on "documentation mode" rather than debate. Notable pages like WikiWikiWeb:WelcomeVisitors and WikiWikiWeb:WikiPrinciples outlined its social norms. The community developed unique traditions, such as the WikiWikiWeb:TourBusStop for newcomers and the practice of signing contributions with a personal WikiName. While generally collegial, the site also experienced early forms of edit warring and vandalism, leading to discussions about soft security and the need for communal vigilance that would later be formalized in projects like Wikipedia's policies.

Technical details

The original WikiWikiWeb software, now often called "WikiWikiWeb:WikiBase," was written in Perl and operated on a Unix-like system. It used a simple file-based storage system where each page was a plain text file, and links were created automatically by recognizing words in CamelCase. The server responded to CGI scripts to render pages. This minimalist architecture made it highly portable and easy to understand, inspiring numerous clones and derivatives. Key technical features it pioneered included the diff utility for comparing revisions, IP address logging for change tracking, and the ability to create new pages simply by creating a new link, concepts now standard in modern content management systems.

Category:Wikis Category:Collaborative projects Category:Internet properties established in 1995