Difference between revisions of "Main Page"

From cosmopool meta
Jump to navigation Jump to search
m
 
m
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
__notoc__
+
This is the wiki for the cosmopool software development project, a distributed ontology editor with ACLs.
<table cellspacing="0" cellpadding="3" style="background-color:transparent;" width="100%" style="margin-top:10px;">
 
<tr>
 
<td valign="top">
 
  
=== News ===
+
The cosmopool software (still unreleased) is a knowledge management and communication tool for people living in (mainly local) communities, which are tied together in a network. Each community has its own server node and connects via existing internet lines and through inter-personal trust relationships to other communities.
; 2011-03-10
 
: Admittedly, this wiki is dead and it seem that cosmopool is alike. Behind the curtain however, recent development has seen a migration to python3.2, psycopg2.4 and a change of the webserver (now based on tha standard library, previously twisted). We now allow anonymous connections and file uploads from qooxdoo are working. There is still pretty much to be doen however, so don't expect a release before autumn.
 
; 2010-09-22 This wiki reactivated. Contents are not yet updated.
 
: This wiki has been down since programming had started, and also during the last 11 months, when I was busy otherwise. As a first step before readopting coding I updated the wiki software. [[User:Ibu|Ibu]]
 
  
=== About ===
+
Features:
''Cosmopool global'' is a networking software project aiming at connecting server nodes operated by local collectives via internet in order to facilitate the sharing of resources (goods, skills, time, knowledge, ...) and to aid in overcoming commodity and alienation in everyday life. At long sight the information and communication tools to be created shall afford not only unalienated consumption, but also production and transportation beyond commodity economy.
+
* Knowledge is modelled (ontologically) as classes (patterns), instances (+copies) and relations
 +
* Users have full control over the access to the knowledge they entered
 +
* Users can define own (knowledge) classes; generally accepted definitions arise from peer-reviewing
 +
* Emphasis on quick access to serial (table-like) knowledge (including automated searches)
 +
* Linking between knowledge items with minimal effort (drag&drop)
 +
* qooxdoo-based web application
 +
* python-based server
 +
* non-commercial software license
  
Read more about the [[Project idea]].
+
Continue with a more detailed [[introduction]].
  
We aim at producing a new kind of software, which enables users to create their own structures to represent and communicate their knowledge. (Most of nowadays software has fixed structures.)
+
[[Category:Overview]]
 
 
=== History ===
 
This project grew out of [http://www.nutzigems.org Nutzigems] (v2) and [http://deu.anarchopedia.org/A-connect A-Connect], and it aims at becoming a widely used sharing tool, see [http://www.cosmopool.net www.cosmopool.net].
 
 
 
The main focus is currently on the specification (using this wiki): [[data model]], [[database]] and [[distributed storage]] (see [[programming project]]) In parallel the standalone version of the software is being developed; in phase 2 the software shall not rely on a single database backend, but on a network of distributed storage nodes.
 
 
 
=== Work in progress ===
 
[[Project goals]]  ([[Project FAQ|FAQ]])
 
# [[programming project]]    ([[Programming project FAQ|FAQ]])
 
# [[ontology project]]    ([[Ontology project FAQ|FAQ]])
 
# [http://www.cosmopool.org sharing projects] The main goal is to facilitate a life beyond commodity economy; the goals are as manyfold as social life can be when living in a sharing way.
 
 
 
=== Network ===
 
Later you will find here a demo of the software and links to the network nodes.
 
 
 
=== Progress bar (~1% finished) ===
 
<blockquote style="background: white; border: 1px solid rgb(153, 153, 153); padding: 8px;">
 
{| style="color:white; width:100%" cellspacing="0"
 
|-
 
| width="1%" bgcolor="black"| || width="99.0%" align="right" bgcolor="orange"|[[Property:Todo|todo]] (your help is welcome)
 
|}
 
</blockquote>
 
(Compare the [[Roadmap]] and [[History]].)
 
 
 
</td>
 
<td valign="top">
 
<center>'''[[Special:Categories|Categories]]'''</center>
 
{{#ask: [[:Category:+]] | format=table}}
 
</td>
 
</tr>
 
</table>
 
----
 
NOTE: This is a [http://meta.wikimedia.org/wiki/Semantic_MediaWiki semantic Mediawiki]
 

Latest revision as of 15:57, 18 February 2013

This is the wiki for the cosmopool software development project, a distributed ontology editor with ACLs.

The cosmopool software (still unreleased) is a knowledge management and communication tool for people living in (mainly local) communities, which are tied together in a network. Each community has its own server node and connects via existing internet lines and through inter-personal trust relationships to other communities.

Features:

  • Knowledge is modelled (ontologically) as classes (patterns), instances (+copies) and relations
  • Users have full control over the access to the knowledge they entered
  • Users can define own (knowledge) classes; generally accepted definitions arise from peer-reviewing
  • Emphasis on quick access to serial (table-like) knowledge (including automated searches)
  • Linking between knowledge items with minimal effort (drag&drop)
  • qooxdoo-based web application
  • python-based server
  • non-commercial software license

Continue with a more detailed introduction.