diff --git a/wiki/renderengine.html b/wiki/renderengine.html index 0f858fec6..a8a18225e 100644 --- a/wiki/renderengine.html +++ b/wiki/renderengine.html @@ -45,7 +45,6 @@ DAMAGE. -
loading Proc-Layer devel doku ...

Requires Javascript.
Engine - Building a Render Nodes Network from Objects in the Session +
loading Lumiera development notes ...

Requires Javascript.
-
+
+
+<style type="text/css">#contentWrapper {display:none;}</style>
+<div id="SplashScreen" style="border: 3px solid #ccc; display: block; text-align: center; width: 320px; margin: 100px auto; padding: 50px; color:#000; font-size: 28px; font-family:Serif; background-color:#eee;">loading <b>Lumiera</b> development notes ...<br/><br/><span style="font-size: 14px; color:red;">Requires Javascript.</span></div>
+
+
<!--{{{-->
 <link rel='alternate' type='application/rss+xml' title='RSS' href='index.xml'/>
 <!--}}}-->
-
-<style type="text/css">#contentWrapper {display:none;}</style><div id="SplashScreen" style="border: 3px solid #ccc; display: block; text-align: center; width: 320px; margin: 100px auto; padding: 50px; color:#000; font-size: 28px; font-family:Tahoma; background-color:#eee;">loading <b>Proc-Layer</b> devel doku<blink> ...</blink><br><br><span style="font-size: 14px; color:red;">Requires Javascript.</span></div>
+
The Interface asset::Media is a //key abstraction// It ties together several concepts and enables to deal with them on the interfaces in a uniform manner. Besides, like every Asset kind, it belongs rather to the bookkeeping view: an asset::Media holds the specific properties and parametrisation of the media source it stands for. Regarding the __inward interface__ &mdash; as used from within the [[model|HighLevelModel]] or the [[render nodes|ProcNode]], it is irrelevant if any given asset::Media object stands for a complete media source, just a clip taken from this source or if a placeholder version of the real media source is used instead.
@@ -7279,7 +7284,7 @@ Shutdown is initiated by sending a message to the dispatcher loop. This causes t
 
{{red{killme}}}
-
+
/***
 
 ''Inspired by [[TiddlyPom|http://www.warwick.ac.uk/~tuspam/tiddlypom.html]]''
@@ -7323,14 +7328,14 @@ restart = function()
 }
 
 
-var oldText = store.getTiddlerText("MarkupPreHead");
+var oldText = store.getTiddlerText("MarkupPreBody") || '';
 if (oldText.indexOf("SplashScreen")==-1)
    {var siteTitle = store.getTiddlerText("SiteTitle");
    var splasher='\n\n<style type="text/css">#contentWrapper {display:none;}</style><div id="SplashScreen" style="border: 3px solid #ccc; display: block; text-align: center; width: 320px; margin: 100px auto; padding: 50px; color:#000; font-size: 28px; font-family:Tahoma; background-color:#eee;"><b>'+siteTitle +'</b> is loading<blink> ...</blink><br><br><span style="font-size: 14px; color:red;">Requires Javascript.</span></div>';
-   if (! store.tiddlerExists("MarkupPreHead"))
-       {var myTiddler = store.createTiddler("MarkupPreHead");}
+   if (! store.tiddlerExists("MarkupPreBody"))
+       {var myTiddler = store.createTiddler("MarkupPreBody");}
    else
-      {var myTiddler = store.getTiddler("MarkupPreHead");}
+      {var myTiddler = store.getTiddler("MarkupPreBody");}
       myTiddler.set(myTiddler.title,oldText+splasher,config.options.txtUserName,null,null);
       store.setDirty(true);
       var splashScreenInstall = true;
@@ -10964,7 +10969,7 @@ merge(config.shadowTiddlers,{
 	SiteUrl: "",
 	SideBarOptions: '<><><><><><><>',
 	SideBarTabs: '<>',
-	TabMore: '<>'
+	TabMore: '<>'
 	});
 
 merge(config.annotations,{