Add placeholder articles

pull/154/head
Thomas Dietrich 2016-12-04 01:41:13 +01:00 committed by Kai Kreuzer
parent 11a232140c
commit c87cd8c42c
10 changed files with 101 additions and 4 deletions

10
administration/jsondb.md Normal file
View File

@ -0,0 +1,10 @@
---
layout: documentation
title: JsonDB Storage
---
{% include base.html %}
# JsonDB Storage
{% include contribution-wanted.html %}

View File

@ -8,3 +8,5 @@ title: Configuration
# Configuration
to be done...
{% include contribution-wanted.html %}

View File

@ -0,0 +1,10 @@
---
layout: documentation
title: Paper UI System Configuration
---
{% include base.html %}
# Paper UI System Configuration
{% include contribution-wanted.html %}

View File

@ -0,0 +1,10 @@
---
layout: documentation
title: Paper UI Device Configuration
---
{% include base.html %}
# Paper UI Device Configuration
{% include contribution-wanted.html %}

View File

@ -5,6 +5,13 @@ title: Persistence
{% include base.html %}
# Sitemaps
# Persistence
to be done...
Persistence support stores item states over time (a time series).
openHAB is not restricted to a single data store.
Different stores can co-exist and be configured independently.
For further details, please check:
* [The openHAB 1.x wiki persistence article](https://github.com/openhab/openhab/wiki/Persistence)
{% include contribution-wanted.html %}

10
configuration/services.md Normal file
View File

@ -0,0 +1,10 @@
---
layout: documentation
title: Services
---
{% include base.html %}
# Services
{% include contribution-wanted.html %}

13
configuration/things.md Normal file
View File

@ -0,0 +1,13 @@
---
layout: documentation
title: Things
---
{% include base.html %}
# Things Definition (File-based)
Please check the individual [binding documentations]({{base}}/addons/bindings.html) on details of manuall things definition in `things/*.things` definiton files.
Things definitions are not needed for Legacy 1.x bindings.
{% include contribution-wanted.html %}

View File

@ -0,0 +1,17 @@
---
layout: documentation
title: Transformations
---
{% include base.html %}
# Transformation Definition (File-based)
Transformation definitons are needed to translate between (possibly technical) item states and human readable representations.
For further details, please check:
* [The openHAB 1.x wiki transformations article](https://github.com/openhab/openhab/wiki/Transformations)
* [Usage during items definition]({{base}}/configuration/items.html#transforming)
* [Usage during sitemap definition]({{base}}/configuration/sitemaps.html#element-type-text)
{% include contribution-wanted.html %}

View File

@ -0,0 +1,19 @@
---
layout: documentation
title: openHABian
---
{% include base.html %}
# openHABian - Hassle-free openHAB Setup
The Raspberry Pi is a quite famous platforms for openHAB. Setting up a fully working system with all recommended packages is a boring task taking some time and Linux newcomers shouldn't worry about these technical details. A home automation enthusiast shouldn't need to be a Linux enthusiast!
openHABian aims to provide a **self-configuring** Raspberry Pi system specific to the needs of every openHAB user.
For further details, please have a look at:
* [https://community.openhab.org/t/13379](https://community.openhab.org/t/13379)
* [https://github.com/ThomDietrich/openhabian](https://github.com/ThomDietrich/openhabian)
{% include contribution-wanted.html %}

View File

@ -6,5 +6,4 @@ layout: documentation
# Installation on a PINE A64
to be done...
{% include contribution-wanted.html %}