2016-10-25 16:20:37 -04:00
2016-09-16 16:50:38 -04:00
2016-10-20 02:12:01 +02:00
2016-10-25 15:05:26 -04:00
2016-10-16 01:53:38 +02:00
2016-10-16 01:53:38 +02:00
2016-10-16 01:53:38 +02:00
2016-10-06 16:30:24 -04:00
2016-10-16 01:53:38 +02:00
2016-10-19 16:41:49 -04:00
2016-10-16 01:53:38 +02:00
2016-06-04 16:11:52 +02:00
2016-06-04 16:11:52 +02:00
2016-06-04 16:11:52 +02:00
2016-06-04 16:11:52 +02:00
2016-06-04 16:14:36 +02:00
2016-06-04 16:11:52 +02:00
2016-06-04 16:11:52 +02:00
2016-06-04 16:11:52 +02:00
2016-06-04 16:11:52 +02:00
2016-06-04 16:11:52 +02:00
2016-10-19 07:04:16 +01:00
2016-10-18 18:47:02 -04:00
2016-10-06 15:24:14 -04:00
2016-10-19 16:41:49 -04:00
2016-10-18 18:36:08 -04:00
2016-10-09 18:50:24 +02:00

# Introduction

This is a collection of design documents, formerly maintained in various
different locations and formats, now grouped together and converted
to commonmark.

# Contributing

## Style

We will follow the commonmark specification.

We *should* try to follow this
[style guide](http://www.cirosantilli.com/markdown-style-guide/#about),
but are still [evaluating solutions](https://github.com/jgm/cmark/issues/131)
for *stable* automatic formatting.

80 columns line width is thus not yet enforced, but strongly suggested.

# Build a web portal from the sources

## Install dependencies

* Follow [hotdoc's installation guide](https://people.collabora.com/~meh/hotdoc_hotdoc/html/installing.html),
  preferably in a virtualenv.

* We *experimentally* use the hotdoc C extension to include functions by
  name, follow the steps outlined [here](https://github.com/hotdoc/hotdoc_c_extension)

* We recompile and override hotdoc's default theme, which is a submodule of this project:

```
git submodule update --init
```

Follow the instructions outlined in the theme's README.md, you can dispense
with the last step (building the theme):

```
cd hotdoc_bootstrap_theme
sudo dnf install nodejs # On Fedora
sudo apt-get install nodejs nodejs-legacy npm # debian
npm install && ./node_modules/bower/bin/bower install
cd ..
```

* Build the portal:

```
make
```

* And browse it:

```
xdg-open build/html/index.html
```
Description
Enthält Gestreamer mit dem stand vom Yolo Tensordecoder + OpenVINO Execution Provider
Readme 258 MiB
Languages
C 80.6%
C++ 10.2%
C# 4.6%
Python 1.7%
Meson 1%
Other 1.3%