adjust overview pages and link in further content
This commit is contained in:
parent
986ae8bcd4
commit
23923ca99e
9 changed files with 43 additions and 12 deletions
9
___Documentation___
Normal file
9
___Documentation___
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
|This is the Lumiera Documentation Tree|
|
||||||
|
|
||||||
|
Lumiera documentation is meant to be self contained and included in the main tree.
|
||||||
|
The 'current' documentation is prepared, collected and tracked in a 'documentation' branch
|
||||||
|
of the main repository; there, documentation resides in the /doc subdirectory, while the
|
||||||
|
actual source goes into /src
|
||||||
|
|
||||||
|
Moreover, the /doc subdirectory of the documentation tree is linked into the
|
||||||
|
Lumiera website.
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
Lumiera Builddrone
|
|
||||||
==================
|
|
||||||
|
|
||||||
* link:BuildDroneConcept.html[initial concept from 2008]
|
|
||||||
|
|
||||||
[icon="warning.png"]
|
|
||||||
WARNING: Website under construction
|
|
||||||
|
|
||||||
|
|
@ -8,7 +8,6 @@ Lumiera Design Documents
|
||||||
* link:backend/index.html[Backend]
|
* link:backend/index.html[Backend]
|
||||||
* link:application/index.html[Application]
|
* link:application/index.html[Application]
|
||||||
* link:plugins/index.html[Plug-ins]
|
* link:plugins/index.html[Plug-ins]
|
||||||
* link:builddrone/index.html[Lumiera Builddrone]
|
|
||||||
|
|
||||||
|
|
||||||
[icon="warning.png"]
|
[icon="warning.png"]
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,8 @@
|
||||||
Design Documents: Model
|
Design Documents: Model
|
||||||
=======================
|
=======================
|
||||||
|
|
||||||
|
* two models: high-level and low-level
|
||||||
|
* RfC: link:{rfc}/../rfc_pending/ProcHighLevelModel.html[high-level model basics]
|
||||||
|
|
||||||
[icon="warning.png"]
|
[icon="warning.png"]
|
||||||
WARNING: Website under construction
|
WARNING: Website under construction
|
||||||
|
|
|
||||||
13
doc/devel/rfc.txt
Normal file
13
doc/devel/rfc.txt
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
Design Process
|
||||||
|
==============
|
||||||
|
|
||||||
|
*TODO* describe how the design process works and what we denote by *RfC*
|
||||||
|
|
||||||
|
* link:rfc[RfC accepted]
|
||||||
|
* link:rfc_pending[RfC pending]
|
||||||
|
* link:rfc_dropped[RfC dropped]
|
||||||
|
|
||||||
|
|
||||||
|
[icon="warning.png"]
|
||||||
|
WARNING: Website under construction
|
||||||
|
|
||||||
|
|
@ -57,7 +57,7 @@ _pull-based processing,_ but this is rather of no relevance for the high-level
|
||||||
model.
|
model.
|
||||||
|
|
||||||
|
|
||||||
image:images/high-level1.png[]
|
image:{imgd}/high-level1.png[]
|
||||||
|
|
||||||
Normally, pipes are limited to a _strictly linear chain_ of data processors
|
Normally, pipes are limited to a _strictly linear chain_ of data processors
|
||||||
("*effects*") working on a single data stream type, and consequently there is a
|
("*effects*") working on a single data stream type, and consequently there is a
|
||||||
|
|
@ -101,7 +101,7 @@ mechaics, the wiring and configuration within the high-level model can be quite
|
||||||
time dependant.
|
time dependant.
|
||||||
|
|
||||||
|
|
||||||
image:images/high-level2.png[]
|
image:{imgd}/high-level2.png[]
|
||||||
|
|
||||||
Actually a *clip* is handled as if it was comprised of local pipe(s). In the
|
Actually a *clip* is handled as if it was comprised of local pipe(s). In the
|
||||||
example shown here, a two-channel clip has three effects attached, plus a
|
example shown here, a two-channel clip has three effects attached, plus a
|
||||||
|
|
@ -119,7 +119,7 @@ adapted processing pipe.
|
||||||
Example of an complete Session
|
Example of an complete Session
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
image:images/high-level3.png[]
|
image:{imgd}/high-level3.png[]
|
||||||
|
|
||||||
The Session contains several independent
|
The Session contains several independent
|
||||||
http://www.lumiera.org/wiki/renderengine.html#EDL[EDL]s plus an output bus
|
http://www.lumiera.org/wiki/renderengine.html#EDL[EDL]s plus an output bus
|
||||||
|
|
|
||||||
15
doc/technical/build/index.txt
Normal file
15
doc/technical/build/index.txt
Normal file
|
|
@ -0,0 +1,15 @@
|
||||||
|
Lumiera Buildsystem
|
||||||
|
===================
|
||||||
|
|
||||||
|
build -- continuous integration -- packaging
|
||||||
|
|
||||||
|
* SCons
|
||||||
|
* Autotools
|
||||||
|
* Dependencies
|
||||||
|
* link:BuildDroneDraft.html[»Builddrone« concept from 2008]
|
||||||
|
* packaging: Debian RPM
|
||||||
|
* Lumiera debian depot
|
||||||
|
|
||||||
|
[icon="warning.png"]
|
||||||
|
WARNING: Website under construction
|
||||||
|
|
||||||
|
|
@ -5,6 +5,7 @@ Technote Documentation
|
||||||
* link:gui/index.html[GUI-Layer]
|
* link:gui/index.html[GUI-Layer]
|
||||||
* link:proc/index.html[Proc-Layer]
|
* link:proc/index.html[Proc-Layer]
|
||||||
* link:backend/index.html[Backend]
|
* link:backend/index.html[Backend]
|
||||||
|
* link:build/index.html[Buildsystem]
|
||||||
|
|
||||||
|
|
||||||
[icon="warning.png"]
|
[icon="warning.png"]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue