Difference between revisions of "Wiki Organisation"

From Organic Design wiki
m (Caretaker: headings)
(Objects & Relationships)
Line 1: Line 1:
[[Category:Glossary]]
+
== Overview ==
Why did we start using Wiki organisation as a precursor to [[Peer-based Organisation]]?
+
Wiki organisation is the concepts of using a wiki to build functional organisational systems. These systems involve Human level roles as well as processes exucuted by the computer.
  
= Collaboration and reuse =
+
== Objects & Relationships ==
*The Wikipedia connection
+
At the most fundamental level, all systems describe ''objects'' and the ''relationships'' between them. Objects are containers of ''structured content'' which means the content is composed of ''named items'', each having a particular ''value''. The names of the items are determined by the ''class'' of object, ie what kind of object it is. In the wiki, objects are just normal articles and the object/relationship aspects are encoded into the wikitext of the article.
*A large community dedicated to collaborative content creation
 
*A model for [[Organic Design]]? [http://wikimediafoundation.org/wiki/Home Wikimedia] → [http://www.mediawiki.org/wiki/MediaWiki Mediawiki] → [http://en.wikipedia.org/wiki/Main_Page Wikipedia]
 
  
= Standout features =
+
In the wiki relationships between objects are described using the square-bracket notation (eg. links, categorisation, semantic annotations), and an object's informational state (its structured content) uses the curly-brace notation of templates with named parameters. The wiki-parser processes curly braces first which results in what's known as ''expanded wikitext'', and then in a separate second phase of parsing it processes the expanded wikitext which results in the final HTML output. This division means that the curly-brace syntax is able to construct square-bracket syntax, thereby being able to define the linking, categorisation and semantic relationships of an object.
*Red Links
+
*Note that the expanded wikitext can be requested from the wiki by adding ''templates=expand'' to an ''action=raw'' request.
*Recent changes
 
*Discussion
 
*History
 
*Every page has a web address
 
  
= What's missing =
+
== Forms ==
*Applicational aspects
 
*The naming problem
 
*It is client-server
 
  
Despite all of this, [http://www.mediawiki.org/wiki/MediaWiki Mediawiki], with the improvements added in the form of [[XmlWiki]], proved to be a good enough development environment to begin working on the Peer itself and for us to learn to structure [[Workspace|workspaces]], in order to prepare content and applicational templates which can easily be ported to the Peer once it is functional. See also: [[Migration Plan]]
+
== Processes ==
 +
 
 +
== To add ==
 +
*Red Links and wanted links
 +
*Every page, action or query has a web address
 +
 
 +
[[Category:Glossary]][[Category:OD2]][[Category:Seminars]]

Revision as of 23:12, 12 July 2007

Overview

Wiki organisation is the concepts of using a wiki to build functional organisational systems. These systems involve Human level roles as well as processes exucuted by the computer.

Objects & Relationships

At the most fundamental level, all systems describe objects and the relationships between them. Objects are containers of structured content which means the content is composed of named items, each having a particular value. The names of the items are determined by the class of object, ie what kind of object it is. In the wiki, objects are just normal articles and the object/relationship aspects are encoded into the wikitext of the article.

In the wiki relationships between objects are described using the square-bracket notation (eg. links, categorisation, semantic annotations), and an object's informational state (its structured content) uses the curly-brace notation of templates with named parameters. The wiki-parser processes curly braces first which results in what's known as expanded wikitext, and then in a separate second phase of parsing it processes the expanded wikitext which results in the final HTML output. This division means that the curly-brace syntax is able to construct square-bracket syntax, thereby being able to define the linking, categorisation and semantic relationships of an object.

  • Note that the expanded wikitext can be requested from the wiki by adding templates=expand to an action=raw request.

Forms

Processes

To add

  • Red Links and wanted links
  • Every page, action or query has a web address