Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Skalli/User Guide"

m (remove categoryies section again)
(added terms)
Line 1: Line 1:
 
= Getting Started =
 
= Getting Started =
== How to setup skalli ==
+
 
 +
== How to Setup Skalli ==
 
[TODO]
 
[TODO]
  
 
= Tutorials =
 
= Tutorials =
== How to implement Extensions ==
+
 
 +
== How to Implement Extensions ==
 
* [[Skalli/User_Guide/Tutorial/Extensions/Five_Minutes_Tutorial|Five Minutes Tutorial]]
 
* [[Skalli/User_Guide/Tutorial/Extensions/Five_Minutes_Tutorial|Five Minutes Tutorial]]
 
* [[Skalli/User_Guide/Tutorial/Extensions/Extended_Tutorial|Extended Tutorial]]
 
* [[Skalli/User_Guide/Tutorial/Extensions/Extended_Tutorial|Extended Tutorial]]
  
   
+
= Terms =
= Concepts =
+
 
[TODO]
+
{|
 +
| Extension
 +
| An OSGi bundle providing all display & application logic elements needed to provide a specific functionality
 +
|-
 +
| Info Box
 +
| A single box displaying the information of one extension to the user
 +
|-
 +
| Project Details Page
 +
| The main project page containing the info boxes
 +
|-
 +
| View Mode
 +
| The project details page without edit forms and without initially visible editing capabilities
 +
|-
 +
| Navigation Panel
 +
| The list of links on the left hand side (currently of the project details page)
 +
|-
 +
| Edit Mode
 +
| The forms page when clicking edit in the navigation panel of the project details page
 +
|}

Revision as of 09:34, 10 May 2011

Getting Started

How to Setup Skalli

[TODO]

Tutorials

How to Implement Extensions

Terms

Extension An OSGi bundle providing all display & application logic elements needed to provide a specific functionality
Info Box A single box displaying the information of one extension to the user
Project Details Page The main project page containing the info boxes
View Mode The project details page without edit forms and without initially visible editing capabilities
Navigation Panel The list of links on the left hand side (currently of the project details page)
Edit Mode The forms page when clicking edit in the navigation panel of the project details page

Back to the top