Changes for page Online Model Browsing (KLighDning)
Last modified by Richard Kreissig on 2023/09/14 10:30
Change comment:
Renamed back-links.
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. stu2309801 +XWiki.nre - 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,6 +7,7 @@ 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 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 12 ... ... @@ -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 ===