<
From version < 39.1 >
edited by Richard Kreissig
on 2023/09/14 10:24
To version < 22.1 >
edited by uru
on 2023/07/06 14:36
>
Change comment: Renamed back-links.

Summary

Details

Page properties
Parent
... ... @@ -1,1 +1,1 @@
1 -KIELER.Discontinued Projects.WebHome
1 +KIELER.Home.Discontinued Projects.WebHome
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.stu230980
1 +XWiki.uru
Content
... ... @@ -1,4 +1,4 @@
1 -== Project Overview ==
1 +{{panel title="Project Overview" borderStyle="dashed"}}
2 2  Responsible:
3 3  
4 4  * {{mention reference="XWiki.uru" style="FULL_NAME" anchor="XWiki-uru-XJiwu"/}}
... ... @@ -7,8 +7,9 @@
7 7  
8 8  * [[Browsing a models repository with KlighDning>>url:http://rtsys.informatik.uni-kiel.de/~~kieler/videos/klighdning/||shape="rect"]]
9 9  * [[Collaboratively browsing model diagrams>>url:http://rtsys.informatik.uni-kiel.de/~~kieler/videos/klighdning_sync/||shape="rect"]]
10 +{{/panel}}
10 10  
11 -The **KLighDning** project aims at providing a flexible infrastructure to browse arbitrary models. It combines the [[KlighD >>doc:KIELER.Lightweight Diagrams (KLighD).WebHome]]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.Home.Lightweight Diagrams (KLighD).WebHome]]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 12  
13 13  {{info}}
14 14  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"]]
... ... @@ -18,7 +18,7 @@
18 18  
19 19  === Supported Models ===
20 20  
21 -KLighDning leverages the transient views approach to synthesize diagrams for (purely textual) models. Our implementation [[KLighD >>doc:KIELER.Lightweight Diagrams (KLighD).WebHome]]employs the notion of //diagram// //syntheses//, which basically are model transformations from an arbitrary source model format to the [[KGraph >>doc:KIELER.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.Lightweight Diagrams (KLighD).The KRendering Notation Model.WebHome]]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.Home.Lightweight Diagrams (KLighD).WebHome]]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.
22 22  
23 23  As part of the KIELER Project we currently support following diagram sytheses.
24 24  
... ... @@ -30,7 +30,7 @@
30 30  Feature ID
31 31  )))
32 32  |(((
33 -[[KGraph Text Format>>doc:KIELER.KIELER Pragmatics.KGraph Text (KGT).WebHome]]
34 +[[KGraph Text Format>>doc:KIELER.Home.KIELER Pragmatics.KGraph Text (KGT).WebHome]]
34 34  )))|(((
35 35  {{{kgraph}}}
36 36  )))|(((
... ... @@ -37,7 +37,7 @@
37 37  {{{de.cau.cs.kieler.kgraph.feature.feature.group}}}
38 38  )))
39 39  |(((
40 -[[Ptolemy's MoML>>doc:KIELER.Discontinued Projects.Ptolemy Browser.WebHome]]
41 +[[Ptolemy's MoML>>doc:KIELER.Home.Discontinued Projects.Ptolemy Browser.WebHome]]
41 41  )))|(((
42 42  {{{ptolemy}}}
43 43  )))|(((
... ... @@ -58,7 +58,7 @@
58 58  
59 59  **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 60  
61 -{{code language="bash" title="PermaLink"}}
62 +{{code title="PermaLink" language="bash"}}
62 62  http://[SERVER]/[MODEL_PATH]?perma=[EXPANSION]&transform=[VIEWPORT_MATRIX]
63 63  {{/code}}
64 64  
... ... @@ -66,6 +66,7 @@
66 66  
67 67  **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.
68 68  
70 +
69 69  
70 70  = Videos =
71 71  
... ... @@ -91,6 +91,7 @@
91 91  
92 92  [[image:attach:mobile.png]]
93 93  
96 +
94 94  
95 95  == Quick Start ==
96 96  
... ... @@ -100,7 +100,7 @@
100 100  
101 101  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.
102 102  
103 -{{code linenumbers="true" language="bash" title="Exemplary Deploy Script for KLighDning"}}
106 +{{code title="Exemplary Deploy Script for KLighDning" linenumbers="true" language="bash"}}
104 104  #!/bin/bash
105 105  #
106 106  # Deploy the KLighDning product and install some features
... ... @@ -150,5 +150,6 @@
150 150   
151 151  {{/code}}
152 152  
156 +
153 153  
154 154  === Example ===