DOC: switch on TOC and footnotes on some pages
This commit is contained in:
parent
d9141931a9
commit
2b437b49ad
3 changed files with 13 additions and 11 deletions
|
|
@ -1,6 +1,8 @@
|
|||
Dependencies
|
||||
------------
|
||||
============
|
||||
:Author: core-devs
|
||||
:Date: 10/2013
|
||||
:toc:
|
||||
|
||||
|
||||
Lumiera is written for GNU/Linux. We try to make the best out of modern system programming techniques
|
||||
|
|
@ -44,13 +46,13 @@ Languages and Tools
|
|||
|
||||
* C / C++
|
||||
|
||||
- a C99 / C++98 compatible compiler footnote::[in practice, we build using GCC and
|
||||
- a C99 / C++98 compatible compiler footnote:[in practice, we build using GCC and
|
||||
occasionally we check using Clang]
|
||||
- GCC *4.6* or Clang *3.0* should be fine footnote::[basically we try to use just the stock language.
|
||||
- GCC *4.6* or Clang *3.0* should be fine footnote:[basically we try to use just the stock language.
|
||||
On rare occasions, we _did_ use some GCC extensions, like `typeof()`, but there are
|
||||
workarounds, in case this becomes a problem].
|
||||
- std::tr1 extensions for C++ (smart-ptrs, hashtables, function objects)
|
||||
- switch to C++11 can be expected in the near future footnote::[due to some
|
||||
- switch to C++11 can be expected in the near future footnote:[due to some
|
||||
minor problems, we can't compile in `-std=c++11` mode yet. See the
|
||||
link:http://issues.lumiera.org/ticket/924[tracking ticket]. These issues aren't
|
||||
fundamental though, we used a modern programming style right from start.]
|
||||
|
|
@ -93,7 +95,7 @@ Libraries
|
|||
- libgdl-1-dev -- old version of the Gnome Docking Library footnote:[GDL isn't directly related to GNOME any more.
|
||||
We contributed to the improvement of this library in the past. Since we're still using GTK-2,
|
||||
for now we're forced to use a _really ancient version_, which isn't available from the official
|
||||
repositories -- you can find the original tarball and several Debian/Ubuntu packages in
|
||||
our link:http://lumiera.org/debian/pool/experimental/g/gdl/[Lumiera package repository] though.]
|
||||
repositories -- you can find the original tarball and several Debian/Ubuntu packages in our
|
||||
link:http://lumiera.org/debian/pool/experimental/g/gdl/[Lumiera package repository] though.]
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
Lumiera: The Inner Core
|
||||
=======================
|
||||
|
||||
:Author: Lumiera_Core_Developers
|
||||
:Date: Winter 2012
|
||||
:toc:
|
||||
|
||||
[abstract]
|
||||
******************************************************************************
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ Lumiera (as seen) from Outer Space
|
|||
==================================
|
||||
:Author: Lumiera_Core_Developers
|
||||
:Date: Winter 2012
|
||||
|
||||
:toc:
|
||||
|
||||
******************************************************************************
|
||||
.abstract
|
||||
|
|
@ -20,9 +20,7 @@ providing potential users with sufficient insight into the tools and technology
|
|||
behind Lumiera to start working with Lumiera quickly.
|
||||
******************************************************************************
|
||||
|
||||
// all things starting with '//' are asciidoc comments
|
||||
// and drafts/notes while
|
||||
// working on this document
|
||||
|
||||
|
||||
.About this Document
|
||||
Lumiera is innovative video editing software, still under active development
|
||||
|
|
|
|||
Loading…
Reference in a new issue