LUMIERA.clone/doc/technical/index.txt
Simon Larcher 885c2c9ee7 Minor changes on doc index and technical doc index
Intended to make pages more user friendly. Formatted pages structures and added text
2010-11-18 22:21:48 +01:00

37 lines
1.2 KiB
Text

////
Technote Documentation
======================
* link:http://www.lumiera.org/doxy/[Doxygen generated documentation]
* link:gui/index.html[GUI-Layer]
* link:proc/index.html[Proc-Layer]
* link:backend/index.html[Backend]
* link:build/index.html[Buildsystem]
[icon="warning.png"]
WARNING: Website under construction
////
== Technical Documentation
[icon="warning.png"]
WARNING: Website under construction
This documentation section contains technical documentation about Lumiera.
=== Three Layers
The technical documentation is split in three parts, one for each of the three main layers of Lumiera.
You may want to read the link:design/index.html[Design Documents] first to get an overview of all the components.
* link:gui/index.html[*Graphical User Interface*] : Documents about the default GTK GUI that comes with Lumiera.
* link:proc/index.html[*Processing layer*]
* link:backend/index.html[*Backend system*]
=== Tools
.Development
* link:http://www.lumiera.org/doxy/[*Doxygen generated documentation*] : Complete reference for the code of Lumiera.
.Building
* link:build/index.html[*Buildsystem*] : Installation & compilation tools, dependencies and packaging.