From 96ab9ef53f89f6a537ac6faf8d2d3aece69c500d Mon Sep 17 00:00:00 2001 From: Thomas Dietrich Date: Sat, 11 Nov 2017 15:26:09 +0100 Subject: [PATCH] Update addons articles links Signed-off-by: Thomas Dietrich --- addons/actions.md | 2 +- addons/bindings.md | 4 ++-- addons/io.md | 18 +++++++++--------- addons/persistence.md | 2 +- addons/transformations.md | 2 +- addons/uis.md | 18 +++++++++--------- addons/voice.md | 2 +- 7 files changed, 24 insertions(+), 24 deletions(-) diff --git a/addons/actions.md b/addons/actions.md index 8624418fd..dd2cc4a43 100644 --- a/addons/actions.md +++ b/addons/actions.md @@ -130,7 +130,7 @@ The Timer object supports the following methods: {% for action in site.actions %} -

{% if action.logo %}{% else %}{{ action.label }}{% endif %}

+

{% if action.logo %}{% else %}{{ action.label }}{% endif %}

{{ action.description | markdownify }} diff --git a/addons/bindings.md b/addons/bindings.md index aefcf9470..dc8460a3e 100644 --- a/addons/bindings.md +++ b/addons/bindings.md @@ -67,7 +67,7 @@ Bindings connect your smart home's devices and technologies to openHAB. Many openHAB 1 bindings have not yet completed validation for inclusion in the distribution; however, they may indeed work properly under openHAB 2. All openHAB 1 addons can be downloaded in a zip file (1.9.0). We need your help testing them so that they may be easily installed in a future distribution. - Please see the compatibility layer documentation and + Please see the compatibility layer documentation and also search the openHAB community forum for the latest information and steps for manual installation.

@@ -86,7 +86,7 @@ Bindings connect your smart home's devices and technologies to openHAB. {% for binding in site.bindings %} -

{% if binding.logo %}{% else %}{{ binding.label }}{% endif %}

+

{% if binding.logo %}{% else %}{{ binding.label }}{% endif %}

{{ binding.description | markdownify }} diff --git a/addons/io.md b/addons/io.md index ef90244b9..56e36befa 100644 --- a/addons/io.md +++ b/addons/io.md @@ -42,7 +42,7 @@ openHAB supports services that enable integration with various technologies that {% for io in site.io %} -

{% if io.logo %}{% else %}{{ io.label }}{% endif %}

+

{% if io.logo %}{% else %}{{ io.label }}{% endif %}

{{ io.description | markdownify }} @@ -54,8 +54,8 @@ openHAB supports services that enable integration with various technologies that

- The REST API can be used to integrate openHAB with other systems, as it allows read access to items and item states, as well as status updates or the sending of commands for items. - It gives access to sitemaps, so that it is the interface to be used by remote user interfaces (e.g. fat clients or JavaScript-based web clients). + The REST API can be used to integrate openHAB with other systems, as it allows read access to items and item states, as well as status updates or the sending of commands for items. + It gives access to sitemaps, so that it is the interface to be used by remote user interfaces (e.g. fat clients or JavaScript-based web clients). The REST API also supports server-push, so you can subscribe on change notification for certain resources.

@@ -76,12 +76,12 @@ openHAB supports services that enable integration with various technologies that

- Activating IFTTT integration is easy. - Just log in to your IFTTT account and activate the openHAB channel. - You will be forwarded to the myopenHAB website to authorize the IFTTT channel connection. - Before you start creating IFTTT recipes you need to make sure that you have your runtime configured to expose certain items to myopenHAB. - Only those items will be visible to IFTTT. - You will also be able to send commands to those items from IFTTT Applets. + Activating IFTTT integration is easy. + Just log in to your IFTTT account and activate the openHAB channel. + You will be forwarded to the myopenHAB website to authorize the IFTTT channel connection. + Before you start creating IFTTT recipes you need to make sure that you have your runtime configured to expose certain items to myopenHAB. + Only those items will be visible to IFTTT. + You will also be able to send commands to those items from IFTTT Applets. Items will appear in myopenHAB and thus in IFTTT only after at least one state update has been received by myopenHAB from your runtime.

diff --git a/addons/persistence.md b/addons/persistence.md index bd28b6785..9b2593135 100644 --- a/addons/persistence.md +++ b/addons/persistence.md @@ -42,7 +42,7 @@ Persistence services enable the storage of item states over time. {% for persistence in site.persistence %} -

{% if persistence.logo %}{% else %}{{ persistence.label }}{% endif %}

+

{% if persistence.logo %}{% else %}{{ persistence.label }}{% endif %}

{{ persistence.description | markdownify }} diff --git a/addons/transformations.md b/addons/transformations.md index d4e03a568..f2af2e055 100644 --- a/addons/transformations.md +++ b/addons/transformations.md @@ -20,7 +20,7 @@ Transformations are used to translate between technical and human-readable value {% for transformation in site.transformations %} -

{% if transformation.logo %}{% else %}{{ transformation.label }}{% endif %}

+

{% if transformation.logo %}{% else %}{{ transformation.label }}{% endif %}

{{ transformation.description | markdownify }} diff --git a/addons/uis.md b/addons/uis.md index 34c4769be..a2c114b3f 100644 --- a/addons/uis.md +++ b/addons/uis.md @@ -9,19 +9,19 @@ title: User Interfaces | User-Interface | Description | |----------------|---------------| -| [Paper UI]({{docu}}/addons/uis/paper/readme.html) | The Paper UI is an AngularJS-based HTML5 web application in Material Design, designed for setup and administration purposes. | -| [HABmin]({{docu}}/addons/uis/habmin/readme.html) | HABmin is a modern, professional and portable user interface for openHAB, providing both user and administrative functions. | -| [Basic UI]({{docu}}/addons/uis/basic/readme.html) | The Basic UI is an HTML5 web application in Material Design, designed for operating openHAB. | -| [HABPanel]({{docu}}/addons/uis/habpanel/readme.html) | HABPanel is a lightweight dashboard interface for openHAB. | -| [Classic UI]({{docu}}/addons/uis/classic/readme.html) | The Classic UI is the original openHAB 1.x webui, designed for operating openHAB. | +| [Paper UI]({{base}}/addons/uis/paper/readme.html) | The Paper UI is an AngularJS-based HTML5 web application in Material Design, designed for setup and administration purposes. | +| [HABmin]({{base}}/addons/uis/habmin/readme.html) | HABmin is a modern, professional and portable user interface for openHAB, providing both user and administrative functions. | +| [Basic UI]({{base}}/addons/uis/basic/readme.html) | The Basic UI is an HTML5 web application in Material Design, designed for operating openHAB. | +| [HABPanel]({{base}}/addons/uis/habpanel/readme.html) | HABPanel is a lightweight dashboard interface for openHAB. | +| [Classic UI]({{base}}/addons/uis/classic/readme.html) | The Classic UI is the original openHAB 1.x webui, designed for operating openHAB. | | App | Description | |---------|----------------------| -| [Android openHAB App]({{docu}}/addons/uis/apps/android.html) | The native Android app to access openHAB on the go. | -| [iOS openHAB App]({{docu}}/addons/uis/apps/ios.html) | The native iOS app to access openHAB on the go. | -| [Windows 10 openHAB App]({{docu}}/addons/uis/apps/windows.html) | The native Windows 10 app to access openHAB on the go. | +| [Android openHAB App]({{base}}/addons/uis/apps/android.html) | The native Android app to access openHAB on the go. | +| [iOS openHAB App]({{base}}/addons/uis/apps/ios.html) | The native iOS app to access openHAB on the go. | +| [Windows 10 openHAB App]({{base}}/addons/uis/apps/windows.html) | The native Windows 10 app to access openHAB on the go. | | Iconset | Description | |---------|----------------------| -| [Classic Icons]({{docu}}/addons/iconsets/classic/readme.html) | This is a modernized version of the original icon set of openHAB 1. | +| [Classic Icons]({{base}}/addons/iconsets/classic/readme.html) | This is a modernized version of the original icon set of openHAB 1. | diff --git a/addons/voice.md b/addons/voice.md index 6c5cb888a..11cfb06d4 100644 --- a/addons/voice.md +++ b/addons/voice.md @@ -9,5 +9,5 @@ title: Voice Services | Voice Service | Description | |-------|----------------------| -{% for voice in site.voice %}| [{% if voice.logo %}{% else %}{{ voice.label }}{% endif %}]({{ voice.url }}) | {{ voice.description }} | +{% for voice in site.voice %}| [{% if voice.logo %}{% else %}{{ voice.label }}{% endif %}]({{base}}{{ voice.url }}) | {{ voice.description }} | {% endfor %}