adjust overview pages and link in further content

This commit is contained in:
Fischlurch 2010-11-16 04:55:46 +01:00
parent 414f8a066d
commit 9085de3e15
9 changed files with 43 additions and 12 deletions

9
___Documentation___ Normal file
View 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.

View file

@ -1,8 +0,0 @@
Lumiera Builddrone
==================
* link:BuildDroneConcept.html[initial concept from 2008]
[icon="warning.png"]
WARNING: Website under construction

View file

@ -8,7 +8,6 @@ Lumiera Design Documents
* link:backend/index.html[Backend]
* link:application/index.html[Application]
* link:plugins/index.html[Plug-ins]
* link:builddrone/index.html[Lumiera Builddrone]
[icon="warning.png"]

View file

@ -1,6 +1,8 @@
Design Documents: Model
=======================
* two models: high-level and low-level
* RfC: link:{rfc}/../rfc_pending/ProcHighLevelModel.html[high-level model basics]
[icon="warning.png"]
WARNING: Website under construction

13
doc/devel/rfc.txt Normal file
View 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

View file

@ -57,7 +57,7 @@ _pull-based processing,_ but this is rather of no relevance for the high-level
model.
image:images/high-level1.png[]
image:{imgd}/high-level1.png[]
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
@ -101,7 +101,7 @@ mechaics, the wiring and configuration within the high-level model can be quite
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
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
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
image:images/high-level3.png[]
image:{imgd}/high-level3.png[]
The Session contains several independent
http://www.lumiera.org/wiki/renderengine.html#EDL[EDL]s plus an output bus

View 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

View file

@ -5,6 +5,7 @@ Technote 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"]