<
From version < 40.1
edited by Richard Kreissig
on 2023/09/14 10:30
To version < 38.1 >
edited by Alexander Schulz-Rosengarten
on 2023/09/13 12:18
Change comment: Renamed back-links.

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.stu230980
1 +XWiki.als
Content
... ... @@ -1,5 +1,4 @@
1 -== Project Overview ==
2 -
1 +{{panel title="Project Overview" borderStyle="dashed"}}
3 3  Responsible:
4 4  
5 5  * {{mention reference="XWiki.uru" style="FULL_NAME" anchor="XWiki-uru-XJiwu"/}}
... ... @@ -8,6 +8,7 @@
8 8  
9 9  * [[Browsing a models repository with KlighDning>>url:http://rtsys.informatik.uni-kiel.de/~~kieler/videos/klighdning/||shape="rect"]]
10 10  * [[Collaboratively browsing model diagrams>>url:http://rtsys.informatik.uni-kiel.de/~~kieler/videos/klighdning_sync/||shape="rect"]]
10 +{{/panel}}
11 11  
12 12  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.
13 13  
... ... @@ -59,7 +59,7 @@
59 59  
60 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.
61 61  
62 -{{code language="bash" title="PermaLink"}}
62 +{{code title="PermaLink" language="bash"}}
63 63  http://[SERVER]/[MODEL_PATH]?perma=[EXPANSION]&transform=[VIEWPORT_MATRIX]
64 64  {{/code}}
65 65  
... ... @@ -67,6 +67,7 @@
67 67  
68 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 69  
70 +
70 70  
71 71  = Videos =
72 72  
... ... @@ -73,13 +73,15 @@
73 73  == Basic Functionality ==
74 74  
75 75  
76 -[[KlighDning_new.mp4>>attach:KlighDning_new.mp4]]
77 77  
78 +{{multimedia att--filename="KlighDning_new.mp4"/}}
79 +
78 78  == Collaboration ==
79 79  
80 80  
81 -[[KlighDning_sync.mp4>>attach:KlighDning_sync.mp4]]
82 82  
84 +{{multimedia att--filename="KlighDning_sync.mp4"/}}
85 +
83 83  == Examples ==
84 84  
85 85  === Desktop Webbrowser ===
... ... @@ -90,6 +90,7 @@
90 90  
91 91  [[image:attach:mobile.png]]
92 92  
96 +
93 93  
94 94  == Quick Start ==
95 95  
... ... @@ -99,7 +99,7 @@
99 99  
100 100  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.
101 101  
102 -{{code linenumbers="true" language="bash" title="Exemplary Deploy Script for KLighDning"}}
106 +{{code title="Exemplary Deploy Script for KLighDning" linenumbers="true" language="bash"}}
103 103  #!/bin/bash
104 104  #
105 105  # Deploy the KLighDning product and install some features
... ... @@ -149,5 +149,6 @@
149 149   
150 150  {{/code}}
151 151  
156 +
152 152  
153 153  === Example ===