svn commit: r1005295 - in /lenya/contributions/V3-design: css/ css/style.css index.html paradigm.html

[email protected] Wed, 06 Oct 2010 23:58:28 -0000
Newsgroups gmane.comp.cms.lenya.cvs
Message-ID <[email protected]>
Author: florent
Date: Wed Oct  6 23:58:27 2010
New Revision: 1005295

URL: http://svn.apache.org/viewvc?rev=1005295&view=rev
Log:
- a really first draft.

Added:
    lenya/contributions/V3-design/css/
    lenya/contributions/V3-design/css/style.css
    lenya/contributions/V3-design/index.html
    lenya/contributions/V3-design/paradigm.html

Added: lenya/contributions/V3-design/css/style.css
URL: http://svn.apache.org/viewvc/lenya/contributions/V3-design/css/style.css?rev=1005295&view=auto
==============================================================================
--- lenya/contributions/V3-design/css/style.css (added)
+++ lenya/contributions/V3-design/css/style.css Wed Oct  6 23:58:27 2010
@@ -0,0 +1,37 @@
+body {
+  counter-reset: header1 header2 header3;
+}
+
+h1, h2, h3 {
+  border-bottom: 1px solid #cccccc;
+}
+
+h1:before {
+  counter-increment: header1;
+  content: counter(header1) ". ";
+}
+
+h1 {
+  counter-reset: header2 header3;
+  font-size: 30px;
+}
+
+h2:before {
+  counter-increment: header2;
+  content: counter(header1) "." counter(header2) ". ";
+}
+
+h2 {
+  counter-reset: header3;
+  font-size: 20px;
+}
+
+h3:before {
+  counter-increment: header3;
+  content: counter(header1) "." counter(header2) "." counter(header3)
+". ";
+}
+
+h3 {
+  font-size: 15px;
+} 
\ No newline at end of file

Added: lenya/contributions/V3-design/index.html
URL: http://svn.apache.org/viewvc/lenya/contributions/V3-design/index.html?rev=1005295&view=auto
==============================================================================
--- lenya/contributions/V3-design/index.html (added)
+++ lenya/contributions/V3-design/index.html Wed Oct  6 23:58:27 2010
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="utf-8"?>
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <link rel="stylesheet" type="text/css" href="css/style.css" media="screen" />
+    <title>
+      
+    </title>
+  </head>
+  <body>
+    <h1> <a href="paradigm.html">A New paradigm</a> </h1>
+    <h2> History of the idea (genese) </h2>
+    <h2> Description </h2>
+    <h3>No more content : Information </h3>
+    be content centered, can deal with it is a good thing. be able to deal with informations hold by the content is great !
+    <h3> PofI </h3>
+    <h4> pofi in concept </h4>
+    - have a semantic value (todo, date, note,...)
+    - ...
+    <h4> pofi in real life </h4>
+    - mail
+    - extraction of a paragraph
+	
+    <h3> processing of pofi </h3>
+    
+    <h1> Architecture big picture </h1>
+    - repository
+    - external acces
+    - information processing
+    - modules
+    
+    <h1> technology support </h1>
+    <h2> for PofI </h2>
+    <h3> xml </h3>
+    <h2> for processing </h2>
+    <h3> cocoon ? </h3>
+    <h4> cocoon has his limits </h4>
+    <h4> Camel ? </h4>
+    
+    <h1> Roadmap </h1>
+    
+  </body>
+</html>

Added: lenya/contributions/V3-design/paradigm.html
URL: http://svn.apache.org/viewvc/lenya/contributions/V3-design/paradigm.html?rev=1005295&view=auto
==============================================================================
--- lenya/contributions/V3-design/paradigm.html (added)
+++ lenya/contributions/V3-design/paradigm.html Wed Oct  6 23:58:27 2010
@@ -0,0 +1,67 @@
+<?xml version="1.0" encoding="utf-8"?>
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <link rel="stylesheet" type="text/css" href="css/style.css" media="screen" />
+    <title>
+      
+    </title>
+  </head>
+  <body>
+    <h1>Actual situation</h1>
+    <h2>web2.0</h2>
+    <h2>CMS</h2>
+    <h2> Information </h2>
+    
+    <h1>Future situation</h1>
+    <h2>Web3.0</h2>
+    three elements
+    1) content... semantic content
+    2) users
+    3) web as a plateform
+    - well know rss, atom change some usage, the emergence of rdfa, opendatas, ///find others schema,.../// will create a great modificiation into the usage of internet.
+    <h2>CMS</h2>
+    continue to deal with there own architecture, add semantic or external data features in some way or another, adapt to the vibe... but I don't see now any CMS that really move with the vibe.
+    
+    <h1> The fracture </h1>
+    <h2> Actual CMS features is a minimum </h2>
+    Authentication, share, inline editing, workflow,... is a minimum requirement. All CMS have to.
+    
+    Lenya already implemented this.
+    
+    <h2> the ambiguity </h2>
+    - in some way "Data" begin more big, more easy to have (web as a database)
+    - but in another hand, data (each particular data) begin more fine grained, more little and include in a "big soup" 
+    * 2 examples
+    (1) now an html page is not just a "page" or a "document" but an aggregation of data, of information (foaf inside, opengraph datas, RDFa,...)
+    (2) The amont of social Datas increase extremly... but for a big part with "little" contributions (microblogging, cv page, ...)
+
+    So we have now more and more Datas build with more and more thin datas.
+    
+    <h2> Content equals to document is too big </h2>
+    In most case when we have Content Management System, it's in fact system that manage with Document. 
+
+    The good old view of a document : lot of text, some images and html tags.
+    
+    But :
+    how to insert comments inside ?
+    how to include dynamics datas from the "web as a database" inside a particular paragraph ?
+    how to expose some enhanced data ?
+
+    <h2> Knowledge </h2>
+    In many definiton knowledge is emergence of information linking and processing of this information.
+    
+    How to implement knowledge ?
+
+    No more hierarchical information structuration : web, neurons, all is linked ! informations have to be linked in the cms.
+    
+    Easy way to process information. Process information mean : 
+    - split one from multiple
+    - transform one to another slighly different
+    - merges two or three or more
+    - ...
+    
+    Allow human, people, users to deal with informations in an easy way will create value, new informations and creatre knowledge (at minimum in the user's brain).
+    
+    ((http://knol.google.com/k))
+  </body>
+</html>