Changes for page KIELER Archive

Last modified by Sascha Hoppe on 2025/01/30 09:33

From version 25.1
edited by cds
on 2013/05/02 13:20
Change comment: There is no comment for this version
To version 39.1
edited by cds
on 2014/08/22 14:39
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,26 +1,20 @@
1 -= **Welcome to the KIELER Project's Wiki!** =
1 += (% class="confluence-link" %)**Welcome to the KIELER Project's Wiki!**(%%) =
2 2  
3 3  We use the Wiki to document the project, its different components, the processes we use to manage it, and whatever else needs documenting. As a KIELER developer, please feel free to add content to the Wiki. If you're unsure about where to add the content to, just ask one of the senior developers – they'll be happy to help. 
4 4  
5 -{{tip title="Survey on KIELER Layout"}}
6 -The KIELER team is conducting a [[survey on automatic layout>>url:http://www.informatik.uni-kiel.de/rtsys/kieler/survey/||shape="rect"]]. Please support our research by participating.
7 -{{/tip}}
5 +[[image:attach:button.png]][[doc:Downloads]]
8 8  
9 -== Where Can I Download KIELER? ==
10 -
11 -If you're not here for the Wiki, but just want to download KIELER straight away, please visit [[KIELER's downloads page>>url:http://www.informatik.uni-kiel.de/rtsys/kieler/downloads/||shape="rect"]].
12 -
13 13  == Finding Your Way Around this Wiki ==
14 14  
15 15  We have quite a bit of stuff in this Wiki, so you might wonder where to find things. The Wiki is structured like this:
16 16  
17 -* **[[doc:KIELER.Overview]]**
11 +* **[[doc:Overview]]**
18 18  The overview section gives you an idea of how KIELER is structured and what parts there are. KIELER has grown quite big, so reading through the overview will help a great deal in finding your bearings around here.
19 19  * **The Different Components of KIELER**
20 -We have taken care to divide KIELER into several components, which in turn are divided into several projects. This makes the KIELER project a litlte easier to understand, we hope. There is the [[doc:KIELER.KIELER Layout]] component, the [[doc:KIELER.KIELER Pragmatics]] component, the [[doc:KIELER.KIELER Semantics]] component and finally there are [[doc:KIELER.KIELER Demonstrators]].
21 -* **[[doc:KIELER.Development]]**
22 -The development section has our guides on how to start as a new KIELER developer ([[doc:KIELER.Getting Started]] is of particular interest; go read it!), some more guidelines and generally acts as a documentation of our daily work, including [[doc:KIELER.Meetings]].
23 -* **[[doc:KIELER.Administration]]**
14 +We have taken care to divide KIELER into several components, which in turn are divided into several projects. This makes the KIELER project a litlte easier to understand, we hope. There is the [[doc:KIELER Layout]] component, the [[doc:KIELER Pragmatics]] component, the [[doc:KIELER Semantics SCCharts]] component and finally there are [[doc:KIELER Demonstrators]].
15 +* **[[doc:Development]]**
16 +The development section has our guides on how to start as a new KIELER developer ([[doc:Getting Started]] is of particular interest; go read it!), some more guidelines and generally acts as a documentation of our daily work, including [[doc:Meetings]].
17 +* **[[doc:Administration]]**
24 24  The administration section contains documentation about the processes we use to manage KIELER.
25 25  
26 26  == What Else is There? ==
... ... @@ -28,25 +28,27 @@
28 28  The KIELER project doesn't only have a Wiki – in fact, this is only a small part of what we use. Here is a list of other tools and pages you might be interested in looking at:
29 29  
30 30  * [[**The Group Pages**
31 ->>url:http://informatik.uni-kiel.de/rtsys/kieler/||shape="rect"]]The pages of our research group have a section on KIELER, complete with [[Downloads>>url:http://www.informatik.uni-kiel.de/rtsys/kieler/downloads/||shape="rect"]], [[demo / tutorial videos>>url:http://www.informatik.uni-kiel.de/rtsys/kieler/demos/||shape="rect"]], and more.
25 +>>url:http://informatik.uni-kiel.de/rtsys/kieler/||shape="rect"]]The pages of our research group have a section on KIELER that also has [[demos and tutorial videos>>url:http://www.informatik.uni-kiel.de/rtsys/kieler/demos/||shape="rect"]].
32 32  * **[[Stash>>url:http://git.rtsys.informatik.uni-kiel.de/||shape="rect"]]**
33 -The web front end to our [[Git>>doc:KIELER.Using Git]] repositories. Feel free to add your own, private repositories.
27 +The web front end to our [[Git>>doc:Using Git]] repositories. Feel free to add your own, private repositories.
34 34  * **[[JIRA>>url:http://rtsys.informatik.uni-kiel.de/jira/||shape="rect"]]**
35 35  Our bug tracking system. We encourage all KIELER developers to use the bug tracking system extensively. You get lots of experience using real-world bug tracking systems on a big project, and we get a good overview of the status of the KIELER project.
36 36  * (((
37 37  **[[Bamboo>>url:http://rtsys.informatik.uni-kiel.de/bamboo/allPlans.action||shape="rect"]]**
38 -Our build server. Whenever you push commits to the mainline [[Git>>doc:KIELER.Using Git]] repository, Bamboo starts compiling it and runs all the unit tests. If your changes break the build or the tests, you will know it in a matter of 20 minutes.
32 +Our build server. Whenever you push commits to the mainline [[Git>>doc:Using Git]] repository, Bamboo starts compiling it and runs all the unit tests. If your changes break the build or the tests, you will know it in a matter of 20 minutes.
39 39  )))
40 40  * **[[FishEye>>url:http://rtsys.informatik.uni-kiel.de/fisheye/||shape="rect"]]**
41 -Our revision-control browser. Use FishEye to browse KIELER's mainline [[Git>>doc:KIELER.Using Git]] repository.
42 -* **[[Code Ratings>>url:http://rtsys.informatik.uni-kiel.de/%7Ekieler/rating/||shape="rect"]]**
35 +Our revision-control browser. Use FishEye to browse KIELER's mainline [[Git>>doc:Using Git]] repository.
36 +* **[[Code Ratings>>url:http://rtsys.informatik.uni-kiel.de/%7Ekieler/doc/rating/||shape="rect"]]**
43 43  Our code rating pages are updated as part of the nightly build and give an overview of the code and design review coverage of KIELER.
38 +* **[[Extensions Documentation>>url:http://rtsys.informatik.uni-kiel.de/~~kieler/doc/extensions/||shape="rect"]]**
39 +An effort to document the KLighD extension methods found in the {{code language="none"}}...krendering.extensions{{/code}} and {{code language="none"}}...ptolemy.klighd{{/code}} plugins.
44 44  * [[**Announcement Mailing List**>>url:https://lists.informatik.uni-kiel.de/mailman/listinfo/rt-kieler||shape="rect"]]
45 45  KIELER releases and important project updates are sent to this low-traffic mailing list.
46 46  * **[[Developer Mailing List>>url:https://lists.informatik.uni-kiel.de/mailman/listinfo/rt-kieler-devel||shape="rect"]]**
47 47  Every KIELER developer is expected to be on our developer mailing list to stay up to date on announcements and information relevant to developers.
48 -* **[[doc:KIELER.KIELER Project Meetings]]**
49 -We have weekly project meetings to stay up to date on what everyone is doing, to discuss problems, and to give demos of cool new features people have developed.
44 +* **[[IRC>>url:irc://irc.freenode.net:6667/kieler||shape="rect"]] (Alternativ: [[Webchat>>url:http://webchat.freenode.net?channels=%23kieler&uio=d4||shape="rect"]])**
45 +Try contacting us on the freenode server in the #kieler channel if you have any questions.
50 50  
51 51  == What's New Around Here? ==
52 52  
Confluence.Code.ConfluencePageClass[0]
Id
... ... @@ -1,1 +1,1 @@
1 -7700587
1 +9471753
URL
... ... @@ -1,1 +1,1 @@
1 -https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/KIELER/pages/7700587/Home
1 +https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/KIELER/pages/9471753/Home