diff --git a/doc/design/index.txt b/doc/design/index.txt index e7e34c37b..86f057b9c 100644 --- a/doc/design/index.txt +++ b/doc/design/index.txt @@ -9,8 +9,8 @@ Lumiera Design Documents * link:application/index.html[Application] * link:plugins/index.html[Plug-ins] -The following document might become an introduction into -Lumiera internals: link:innerCore/the_inner_core.html[Lumiera the Inner Core] +See the following document for more technical overview of all internals: + +link:../technical/innerCore/the_inner_core.html[Lumiera the Inner Core] [icon="warning.png"] diff --git a/doc/technical/index.txt b/doc/technical/index.txt index 7523081f0..dcaf72441 100644 --- a/doc/technical/index.txt +++ b/doc/technical/index.txt @@ -14,10 +14,9 @@ WARNING: Website under construction //// == Technical Documentation -[icon="warning.png"] -WARNING: Website under construction - This documentation section contains technical documentation about Lumiera. +To get an overview of all the internals and components, you might want to read +link:innerCore/the_inner_core.html[Lumiera the Inner Core] === Three Layers The technical documentation is split in three parts, one for each of the three main layers of Lumiera. @@ -35,3 +34,9 @@ You may want to read the link:../design/index.html[Design Documents] first to ge .Building * link:build/index.html[*Buildsystem*] : Installation & compilation tools, dependencies and packaging. + + +[icon="warning.png"] +WARNING: Website under construction + + diff --git a/doc/design/innerCore/DIR_INFO b/doc/technical/innerCore/DIR_INFO similarity index 100% rename from doc/design/innerCore/DIR_INFO rename to doc/technical/innerCore/DIR_INFO diff --git a/doc/design/innerCore/the_inner_core.txt b/doc/technical/innerCore/the_inner_core.txt similarity index 99% rename from doc/design/innerCore/the_inner_core.txt rename to doc/technical/innerCore/the_inner_core.txt index bcdbf4b5b..7bc9712ca 100644 --- a/doc/design/innerCore/the_inner_core.txt +++ b/doc/technical/innerCore/the_inner_core.txt @@ -18,6 +18,7 @@ into three layers plus some extra components. This structure is mostly kept in the source directory structures. This three Layers are: + The User Interface:: User interfaces are implemented as plug-ins, most commonly one will see the default GUI. But also scripting interfaces or specialized GUI's are @@ -31,6 +32,7 @@ This three Layers are: heavy multimedia data. The extra components are: + Lumiera:: The main program itself, basically acts only as loader to pull the rest up.