[Yanel-commits] rev 37104 - public/yanel/contributions/realms/foaf/data

michi at wyona.com michi at wyona.com
Sun Jun 15 11:28:34 CEST 2008


Author: michi
Date: 2008-06-15 11:28:33 +0200 (Sun, 15 Jun 2008)
New Revision: 37104

Added:
   public/yanel/contributions/realms/foaf/data/cm-pros-sf2008-presentation.xml
Log:
presentation added

Added: public/yanel/contributions/realms/foaf/data/cm-pros-sf2008-presentation.xml
===================================================================
--- public/yanel/contributions/realms/foaf/data/cm-pros-sf2008-presentation.xml	                        (rev 0)
+++ public/yanel/contributions/realms/foaf/data/cm-pros-sf2008-presentation.xml	2008-06-15 09:28:33 UTC (rev 37104)
@@ -0,0 +1,173 @@
+<?xml version="1.0"?>
+
+<!-- OSCOM 2 Template, written with SlideML 0.9, 2002-08-20 -->
+
+<s:slideset 
+  xmlns:s="http://www.oscom.org/2002/SlideML/0.9/"
+  xmlns:dc="http://purl.org/dc/elements/1.1/"
+  xmlns:dcterms="http://purl.org/dc/terms/"
+  xmlns:xi="http://www.w3.org/2001/XInclude"
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+
+<!--
+  xmlns="http://www.w3.org/1999/xhtml"
+-->
+	
+  <s:metadata>
+    <s:title>The Integration of (Open) Social Networks</s:title>
+    <s:author>
+      <s:name>Michael Wechner</s:name> <!-- NOT SlideML specification -->
+      <s:email>michael.wechner at wyona.com</s:email>
+      <s:orgname>Wyona</s:orgname>
+    </s:author>
+    <s:confgroup>
+      <s:confdates>
+        <s:start>2008-06-17</s:start>
+        <s:end>2008-06-17</s:end>
+      </s:confdates> 
+      <s:conftitle>CM Pros Spring Summit 2008, San Francisco, USA</s:conftitle> 
+      <s:address>
+Westin Market Street Hotel, San Francisco, USA
+      </s:address> 
+    </s:confgroup>
+		
+<!--
+<dc:subject>Fill in some comma-seperated keywords</dc:subject>
+<dc:date>2003-02-06T10:45</dc:date>
+<dc:rights>Fill in some copyright information (optional)</dc:rights>
+<s:abstract>Fill in your abstract</s:abstract>
+-->
+  </s:metadata>
+	
+
+
+
+<s:slide id="bio" status="ready">
+<s:title>Short Bio of Michael Wechner</s:title>
+<s:content>
+<p>
+<ol>
+  <li>Math. Physics at ETH (Swiss Federal Institute of Technology Z&#252;rich)</li>
+  <li>Computer simulations on dendritic growth (Max-Planck Institute)</li>
+
+  <li>Co-Founder <a href="http://www.wyona.com">Wyona</a></li>
+  <li>Co-Founder and former president of <a href="http://www.oscom.org">OSCOM</a></li>
+  <li>Original Creator of <a href="http://lenya.apache.org">Apache Lenya</a> and ASF member</li>
+  <li>Original Creator of <a href="http://yanel.wyona.org">Yanel</a> and <a href="http://www.yulup.org">Yulup</a></li>
+
+  <li>Director of documentary movie <a href="http://www.wyonapictures.com/en/fud/index.html">"FUD - Fear Uncertainty Doubt"</a></li>
+</ol>
+</p>
+</s:content>
+</s:slide>
+
+<s:slide id="goals" status="wip">
+<s:title>Goals - Creature Comforts with Yulup and Neutron</s:title>
+<s:content>
+<p>
+<ol>
+  <li>Content Management as simple as it gets</li>
+
+  <li><a href="http://neutron.wyona.org/FutureCMSArchitecture.pdf">Decoupling</a> the user interface from the server (<a href="http://neutron.wyona.org">Neutralizing</a> the server side)</li>
+  <li>Tim Berners-Lee's vision of a <a href="http://de.wikipedia.org/wiki/Writable_Web">writable web</a></li>
+  <li>Bridging the gap between the web and desktop (OOo, Word, ...)</li>
+  <li>Being able to work offline (Subversion like local workspace)</li>
+
+  <li>WYSIWYG editing of arbitrary XML (view generated by XSLT)</li>
+  <li>More than XML (apply more than one schema to the same content)</li>
+</ol>
+</p>
+</s:content>
+</s:slide>
+
+<s:slide id="auto-discovery" status="wip">
+<s:title>Auto-Discovery of Introspection</s:title>
+<s:content>
+<p>
+<source>
+
+<![CDATA[
+<html>
+  <head>
+    <!-- Neutron -->
+    <link href="introspection-neutron.xml" type="application/neutron+xml" rel="neutron-introspection"/>
+    <!-- Atom -->
+    <link href="introspection-atom.xml" type="application/atomserv+xml" rel="introspection"/>
+]]>
+</source>
+</p>
+</s:content>
+</s:slide>
+
+<s:slide id="introspection-neutron" status="wip">
+<s:title>Introspection Neutron</s:title>
+<s:content>
+<p>
+<source>
+<![CDATA[
+<introspection>
+  <edit mime-type="application/xhtml+xml" name="Hello World">
+    <checkout url="hello-world.xhtml?yanel.resource.usecase=checkout" method="GET"/>
+    <checkin url="hello-world.xhtml?yanel.resource.usecase=checkin" method="PUT"/>
+  </edit>
+</introspection>
+]]>
+</source>
+</p>
+</s:content>
+</s:slide>
+
+<s:slide id="specification" status="wip">
+<s:title>Specification</s:title>
+<s:content>
+<p>
+<ol>
+  <li><a href="http://neutron.wyona.org">Neutron</a> Specification</li>
+  <li><a href="http://bitworking.org/projects/atom/">Atom</a> Specification</li>
+
+  <li><a href="http://www.webdav.org">WebDAV</a> Specification</li>
+</ol>
+</p>
+</s:content>
+</s:slide>
+
+<s:slide id="demo" status="wip">
+<s:title>Demo</s:title>
+<s:content>
+<p>
+<ol>
+<!--
+  <li><a href="http://127.0.0.1:8080/yanel/yulup-demo/editable-page-without-locking.html">Hello World</a></li>
+  <li>Not just (X)HTML, but also <a href="http://127.0.0.1:8080/yanel/yulup-demo/calendar.xhtml">XML</a>, <a href="http://127.0.0.1:8080/yanel/yulup-demo/plain-text.html">TXT</a>/<a href="http://127.0.0.1:8080/yanel/yanel-website/wiki/hello-world.html">Wiki</a>, ...</li>
+  <li><a href="http://127.0.0.1:8080/yanel/yulup-demo/editable-page-with-locking.html">Authentication/Authorization</a></li>
+  <li><a href="http://127.0.0.1:8080/yanel/yulup-demo/atom/entries/">Atom</a></li>
+  <li><a href="http://127.0.0.1:8080/yanel/yulup-demo/nar-test.html">NAR</a></li>
+  <li><a href="http://127.0.0.1:8080/yanel/yulup-demo/testpage_andi_1.html">Upload/Bridging the gap</a></li>
+-->
+
+  <li><a href="http://demo.yulup.org/editable-page-without-locking.html">Hello World</a></li>
+  <li>Not just (X)HTML, but also <a href="http://demo.yulup.org/calendar.xhtml">XML</a>, <a href="http://demo.yulup.org/plain-text.html">TXT</a>/<a href="http://demo.yulup.org/hello-wiki.html">Wiki</a>, ...</li>
+  <li><a href="http://demo.yulup.org/editable-page-with-locking.html">Authentication/Authorization</a></li>
+  <li><a href="http://demo.yulup.org/atom/entries/">Atom</a></li>
+
+  <li><a href="http://demo.yulup.org/nar-test.html">NAR</a></li>
+  <li><a href="http://demo.yulup.org/testpage_andi_1.html">Upload/Bridging the gap</a></li>
+</ol>
+</p>
+</s:content>
+</s:slide>
+
+<s:slide id="qanda" status="ready">
+<s:title>Thanks and Panel Discussion</s:title>
+<s:content>
+<p>
+<ol>
+
+  <li>Thanks</li>
+  <li>Panel Discussion</li>
+</ol>
+</p>
+</s:content>
+</s:slide>
+
+</s:slideset>



More information about the Yanel-commits mailing list