<
From version < 12.1 >
edited by uru
on 2013/10/11 00:24
To version < 19.3 >
edited by uru
on 2023/07/06 14:36
>
Change comment: Updated the relative links.

Summary

Details

Page properties
Parent
... ... @@ -1,0 +1,1 @@
1 +KIELER.Home.Discontinued Projects.WebHome
Content
... ... @@ -1,7 +1,7 @@
1 1  {{panel title="Project Overview" borderStyle="dashed"}}
2 2  Responsible:
3 3  
4 -* {{mention reference="XWiki.uru" style="FULL_NAME" anchor="XWiki-uru-sUnMo"/}}
4 +* {{mention reference="XWiki.uru" style="FULL_NAME" anchor="XWiki-uru-XJiwu"/}}
5 5  
6 6  Demo Videos:
7 7  
... ... @@ -9,13 +9,17 @@
9 9  * [[Collaboratively browsing model diagrams>>url:http://rtsys.informatik.uni-kiel.de/~~kieler/videos/klighdning_sync/||shape="rect"]]
10 10  {{/panel}}
11 11  
12 -The **KLighDning** project aims at providing a flexible infrastructure to browse arbitrary models. It combines the [[KlighD >>doc:Lightweight Diagrams (KLighD)]]technology with web technologies, such as websockets and SVG, to present transiently synthesized diagrams of the models within a webbrowser. KLighDnings focus is //browsing// model diagrams for documentation purposes, not //editing// of the models. As part of the documentation idea, basic collaboration facilities are included. Users can join so-called //rooms// in which the browsing process is synchronized for all participants, for instance, panning, zooming, and expanding of compound nodes.
12 +The **KLighDning** project aims at providing a flexible infrastructure to browse arbitrary models. It combines the [[KlighD >>doc:KIELER.Lightweight Diagrams (KLighD)]]technology with web technologies, such as websockets and SVG, to present transiently synthesized diagrams of the models within a webbrowser. KLighDnings focus is //browsing// model diagrams for documentation purposes, not //editing// of the models. As part of the documentation idea, basic collaboration facilities are included. Users can join so-called //rooms// in which the browsing process is synchronized for all participants, for instance, panning, zooming, and expanding of compound nodes.
13 13  
14 +{{info}}
15 +Play around with our prototype at [[http:~~/~~/layout.rtsys.informatik.uni-kiel.de:20443>>url:http://layout.rtsys.informatik.uni-kiel.de:20443||shape="rect"]]
16 +{{/info}}
17 +
14 14  == Details ==
15 15  
16 16  === Supported Models ===
17 17  
18 -KLighDning leverages the transient views approach to synthesize diagrams for (purely textual) models. Our implementation [[KLighD >>doc:Lightweight Diagrams (KLighD)]]employs the notion of //diagram// //syntheses//, which basically are model transformations from an arbitrary source model format to the [[KGraph >>doc:KGraph Meta Model]]format (structural description), where each graph element can be equipped with [[KRendering >>doc:The KRendering Notation Model]]elements for styling. See the corresponding wiki pages for further information.
22 +KLighDning leverages the transient views approach to synthesize diagrams for (purely textual) models. Our implementation [[KLighD >>doc:KIELER.Lightweight Diagrams (KLighD)]]employs the notion of //diagram// //syntheses//, which basically are model transformations from an arbitrary source model format to the [[KGraph >>doc:KIELER.Home.Discontinued Projects.Infrastructure for Meta Layout (KIML).KGraph Meta Model.WebHome]]format (structural description), where each graph element can be equipped with [[KRendering >>doc:KIELER.The KRendering Notation Model]]elements for styling. See the corresponding wiki pages for further information.
19 19  
20 20  As part of the KIELER Project we currently support following diagram sytheses.
21 21  
... ... @@ -27,7 +27,7 @@
27 27  Feature ID
28 28  )))
29 29  |(((
30 -[[KGraph Text Format>>doc:KGraph Text (KGT)]]
34 +[[KGraph Text Format>>doc:KIELER.KGraph Text (KGT)]]
31 31  )))|(((
32 32  {{{kgraph}}}
33 33  )))|(((
... ... @@ -34,7 +34,7 @@
34 34  {{{de.cau.cs.kieler.kgraph.feature.feature.group}}}
35 35  )))
36 36  |(((
37 -[[Ptolemy's MoML>>doc:Ptolemy Visualization]]
41 +[[Ptolemy's MoML>>doc:KIELER.Ptolemy Browser]]
38 38  )))|(((
39 39  {{{ptolemy}}}
40 40  )))|(((
... ... @@ -51,14 +51,34 @@
51 51  {{{de.cau.cs.kieler.klighd.examples.feature.feature.group}}}
52 52  )))
53 53  
54 -=== PermaLinks ===
58 +=== Transient Static Links ===
55 55  
56 -Permanent links are another facet of the documentation purpose. A user can browse a model to a point where he potentially finds a bug. In order to supplement the bug report a //PermaLink// can be retrieved that holds the current viewport and expansion status of the user. The link can be attached to the report and upon opening the link, the diagram is opened as specified by the link.
60 +**Permanent links** are another facet of the documentation purpose. A user can browse a model to a point where he potentially finds a bug. In order to supplement the bug report a //PermaLink// can be retrieved that holds the current viewport and expansion status of the user. The link can be attached to the report and upon opening the link, the diagram is opened as specified by the link.
57 57  
58 58  {{code title="PermaLink" language="bash"}}
59 59  http://[SERVER]/[MODEL_PATH]?perma=[EXPANSION]&transform=[VIEWPORT_MATRIX]
60 60  {{/code}}
61 61  
66 +=== Collaboration ===
67 +
68 +**Rooms** serve as a basis for collaboratively browsing a model. Users can join a common room in which all browsing activity, i.e., zooming, panning, expanding, is synchronized. One user can explain the model to another, or ask questions about certain details.
69 +
70 +
71 +
72 += Videos =
73 +
74 +== Basic Functionality ==
75 +
76 +
77 +
78 +{{multimedia att--filename="KlighDning_new.mp4"/}}
79 +
80 +== Collaboration ==
81 +
82 +
83 +
84 +{{multimedia att--filename="KlighDning_sync.mp4"/}}
85 +
62 62  == Examples ==
63 63  
64 64  === Desktop Webbrowser ===
... ... @@ -73,14 +73,14 @@
73 73  
74 74  == Quick Start ==
75 75  
76 -Download a release or nightly build of the KLighDning product.
100 +* Download a release or nightly build of the KLighDning product.
101 +* Use the {{code language="none"}}install_kieler_features.sh{{/code}} or {{code language="none"}}install_features.sh{{/code}} script to add the desired diagram syntheses.
102 +* Start the server using the {{code language="none"}}start.sh{{/code}} script.
77 77  
78 -Use the install_kieler_features.sh or install_features.sh script to add the desired diagram syntheses.
104 +Following a small exemplary deploy script for KLighDning is shown that downloads the current nightly build, extracts it, installs the {{code language="none"}}kgraph{{/code}} and {{code language="none"}}klighd.examples{{/code}} diagram syntheses, and starts the server.
79 79  
80 -
81 -
82 -{{code title="Deploy KLighDning" linenumbers="true" language="bash" collapse="true"}}
83 -#! /bin/bash
106 +{{code title="Exemplary Deploy Script for KLighDning" linenumbers="true" language="bash"}}
107 +#!/bin/bash
84 84  #
85 85  # Deploy the KLighDning product and install some features
86 86  #
KlighDning_new.mp4
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.XWikiGuest
Size
... ... @@ -1,0 +1,1 @@
1 +1.6 MB
Content
KlighDning_sync.mp4
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.XWikiGuest
Size
... ... @@ -1,0 +1,1 @@
1 +1.9 MB
Content
mobile.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.XWikiGuest
Size
... ... @@ -1,0 +1,1 @@
1 +625.2 KB
Content
ptolemy.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.XWikiGuest
Size
... ... @@ -1,0 +1,1 @@
1 +88.6 KB
Content
Confluence.Code.ConfluencePageClass[0]
Id
... ... @@ -1,1 +1,1 @@
1 -8323112
1 +8323081
URL
... ... @@ -1,1 +1,1 @@
1 -https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/KIELER/pages/8323112/Online Model Browsing (KLighDning)
1 +https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/KIELER/pages/8323081/Online Model Browsing (KLighDning)