equal
deleted
inserted
replaced
|
1 .. -*- coding: utf-8 -*- |
|
2 |
|
3 A little history... |
|
4 ====================== |
|
5 |
|
6 *CubicWeb* is a semantic web application framework that Logilab_ started |
|
7 developing in 2001 as an offspring of its Narval_ research project. *CubicWeb* |
|
8 is written in Python and includes a data server and a web engine. |
|
9 |
|
10 Its data server publishes data federated from different sources like SQL |
|
11 databases, LDAP directories and versioning systems (such as subversion or |
|
12 mercurial). |
|
13 |
|
14 Its web engine was designed to let the final user control what content to select |
|
15 and how to display it. It allows one to browse the federated data sources and |
|
16 display the results with the rendering that best fits the context. This |
|
17 flexibility of the user interface gives back to the user some capabilities |
|
18 usually only accessible to application developers. |
|
19 |
|
20 *CubicWeb* has been developed by Logilab_ and used in-house for many years |
|
21 before it was first installed for its clients in 2006 as version 2. |
|
22 |
|
23 In 2008, *CubicWeb* version 3 became downloadable for free under the terms of |
|
24 the LGPL license. Its community is now steadily growing as changes can occur |
|
25 rapidly thanks to the time and energy originally put in the design of the |
|
26 framework. |
|
27 |
|
28 |
|
29 .. _Narval: http://www.logilab.org/project/narval |
|
30 .. _Logilab: http://www.logilab.fr/ |