Changes between Version 4 and Version 5 of HowToProgramming

Show
Ignore:
Author:
T_oo (IP: 127.0.0.1)
Timestamp:
29.12.2009 14:13:42 (8 months ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HowToProgramming

    v4 v5  
    1 = !HowTo use Coherence with(in) your application = 
     1{{{ 
     2#!html 
     3<h1 style="text-align: center; color: blue; font-size:3.0em">For Developers only</h1> 
     4}}} 
     5 
     6[[html(<div style="border: 3px solid #88ff88; background-color:#ddffdd; text-align: center">)]] 
     7This info is here for developers only. If you don't understand it, it's not for you. 
     8[[html(</div>)]] 
     9 
     10 
     11[[html(<div style="border: 3px solid red; background-color: lightred; text-align: center">)]] 
     12This site is a big '''FixMe''' 
     13[[html(</div>)]] 
     14 
     15[[TOC(heading= ,inline)]] 
     16 
     17[[BR]] 
     18[[BR]] 
     19 
     20 
     21== !HowTo use Coherence with(in) your application == 
    222 
    323  ''This is work in progress - so if you have any questions, pls feel free to add them here!'' 
    424 
    5 === Why is Coherence different from other UPnP libraries? ===  
     25== Why is Coherence different from other UPnP libraries? == 
    626 
    7  * not 'only' a library 
    8  * application centric - not about UPnP, about providing a service/data to other UPnP aware applications 
     27 * It's not 'only' a library 
     28 * Application centric - not about UPnP, but about providing a service/data to other UPnP aware applications 
    929 
    1030 
    11 === Provide application data with a device/service already available in Coherence === 
     31== Provide application data with a device/service already available in Coherence == 
    1232 
    13 === Create a new device/service for Coherence === 
     33[[BR]] 
     34 
     35== Create a new device/service for Coherence ==