Update addons articles links

Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>
pull/851/head
Thomas Dietrich 2017-11-11 15:26:09 +01:00
parent 20e4b7fa3c
commit 96ab9ef53f
No known key found for this signature in database
GPG Key ID: F5418D51A20301F1
7 changed files with 24 additions and 24 deletions

View File

@ -130,7 +130,7 @@ The Timer object supports the following methods:
{% for action in site.actions %} {% for action in site.actions %}
<tr class="install-{{action.install}} since-{{action.since}}"> <tr class="install-{{action.install}} since-{{action.since}}">
<td> <td>
<h4><a href="{{action.url}}">{% if action.logo %}<img class="logo" src="{{base}}/{{action.logo}}" title="{{ action.label }}" alt="{{ action.label }}" />{% else %}{{ action.label }}{% endif %}</a></h4> <h4><a href="{{base}}{{action.url}}">{% if action.logo %}<img class="logo" src="{{base}}/{{action.logo}}" title="{{ action.label }}" alt="{{ action.label }}" />{% else %}{{ action.label }}{% endif %}</a></h4>
<img src="{{base}}/images/tag-since-{{action.since}}.svg"> <img src="{{base}}/images/tag-install-{{action.install}}.svg"> <img src="{{base}}/images/tag-since-{{action.since}}.svg"> <img src="{{base}}/images/tag-install-{{action.install}}.svg">
</td> </td>
<td>{{ action.description | markdownify }}</td> <td>{{ action.description | markdownify }}</td>

View File

@ -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. 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 <a href="https://bintray.com/openhab/mvn/download_file?file_path=org%2Fopenhab%2Fdistro%2Fopenhab%2F1.9.0%2Fopenhab-1.9.0-addons.zip">(1.9.0)</a>. All openHAB 1 addons can be downloaded in a zip file <a href="https://bintray.com/openhab/mvn/download_file?file_path=org%2Fopenhab%2Fdistro%2Fopenhab%2F1.9.0%2Fopenhab-1.9.0-addons.zip">(1.9.0)</a>.
We need your help testing them so that they may be easily installed in a future distribution. We need your help testing them so that they may be easily installed in a future distribution.
Please see the <a href="{{base}}/developers/development/compatibilitylayer.html#how-to-use-openhab-1x-add-ons-that-are-not-part-of-the-distribution">compatibility layer documentation</a> and Please see the <a href="{{root}}/developers/development/compatibilitylayer.html#how-to-use-openhab-1x-add-ons-that-are-not-part-of-the-distribution">compatibility layer documentation</a> and
also search the <a href="https://community.openhab.org">openHAB community forum</a> for the latest information and steps for manual installation. also search the <a href="https://community.openhab.org">openHAB community forum</a> for the latest information and steps for manual installation.
</p> </p>
</td> </td>
@ -86,7 +86,7 @@ Bindings connect your smart home's devices and technologies to openHAB.
{% for binding in site.bindings %} {% for binding in site.bindings %}
<tr class="install-{{binding.install}} since-{{binding.since}}"> <tr class="install-{{binding.install}} since-{{binding.since}}">
<td> <td>
<h4><a href="{{binding.url}}">{% if binding.logo %}<img class="logo" src="{{base}}/{{binding.logo}}" title="{{ binding.label }}" alt="{{ binding.label }}" />{% else %}{{ binding.label }}{% endif %}</a></h4> <h4><a href="{{base}}{{binding.url}}">{% if binding.logo %}<img class="logo" src="{{base}}/{{binding.logo}}" title="{{ binding.label }}" alt="{{ binding.label }}" />{% else %}{{ binding.label }}{% endif %}</a></h4>
<img src="{{base}}/images/tag-since-{{binding.since}}.svg"> <img src="{{base}}/images/tag-install-{{binding.install}}.svg"> <img src="{{base}}/images/tag-since-{{binding.since}}.svg"> <img src="{{base}}/images/tag-install-{{binding.install}}.svg">
</td> </td>
<td>{{ binding.description | markdownify }}</td> <td>{{ binding.description | markdownify }}</td>

View File

@ -42,7 +42,7 @@ openHAB supports services that enable integration with various technologies that
{% for io in site.io %} {% for io in site.io %}
<tr class="install-{{io.install}} since-{{io.since}}"> <tr class="install-{{io.install}} since-{{io.since}}">
<td> <td>
<h4><a href="{{io.url}}">{% if io.logo %}<img class="logo" src="{{base}}/{{io.logo}}" title="{{ io.label }}" alt="{{ io.label }}" />{% else %}{{ io.label }}{% endif %}</a></h4> <h4><a href="{{base}}{{io.url}}">{% if io.logo %}<img class="logo" src="{{base}}/{{io.logo}}" title="{{ io.label }}" alt="{{ io.label }}" />{% else %}{{ io.label }}{% endif %}</a></h4>
<img src="{{base}}/images/tag-install-{{io.install}}.svg"> <img src="{{base}}/images/tag-install-{{io.install}}.svg">
</td> </td>
<td>{{ io.description | markdownify }}</td> <td>{{ io.description | markdownify }}</td>

View File

@ -42,7 +42,7 @@ Persistence services enable the storage of item states over time.
{% for persistence in site.persistence %} {% for persistence in site.persistence %}
<tr class="install-{{persistence.install}} since-{{persistence.since}}"> <tr class="install-{{persistence.install}} since-{{persistence.since}}">
<td> <td>
<h4><a href="{{persistence.url}}">{% if persistence.logo %}<img class="logo" src="{{base}}/{{persistence.logo}}" title="{{ persistence.label }}" alt="{{ persistence.label }}" />{% else %}{{ persistence.label }}{% endif %}</a></h4> <h4><a href="{{base}}{{persistence.url}}">{% if persistence.logo %}<img class="logo" src="{{base}}/{{persistence.logo}}" title="{{ persistence.label }}" alt="{{ persistence.label }}" />{% else %}{{ persistence.label }}{% endif %}</a></h4>
<img src="{{base}}/images/tag-since-{{persistence.since}}.svg"> <img src="{{base}}/images/tag-install-{{persistence.install}}.svg"> <img src="{{base}}/images/tag-since-{{persistence.since}}.svg"> <img src="{{base}}/images/tag-install-{{persistence.install}}.svg">
</td> </td>
<td>{{ persistence.description | markdownify }}</td> <td>{{ persistence.description | markdownify }}</td>

View File

@ -20,7 +20,7 @@ Transformations are used to translate between technical and human-readable value
{% for transformation in site.transformations %} {% for transformation in site.transformations %}
<tr class="install-{{transformation.install}} since-{{transformation.since}}"> <tr class="install-{{transformation.install}} since-{{transformation.since}}">
<td> <td>
<h4><a href="{{transformation.url}}">{% if transformation.logo %}<img class="logo" src="{{base}}/{{transformation.logo}}" title="{{ transformation.label }}" alt="{{ transformation.label }}" />{% else %}{{ transformation.label }}{% endif %}</a></h4> <h4><a href="{{base}}{{transformation.url}}">{% if transformation.logo %}<img class="logo" src="{{base}}/{{transformation.logo}}" title="{{ transformation.label }}" alt="{{ transformation.label }}" />{% else %}{{ transformation.label }}{% endif %}</a></h4>
<img src="{{base}}/images/tag-install-{{transformation.install}}.svg"> <img src="{{base}}/images/tag-install-{{transformation.install}}.svg">
</td> </td>
<td>{{ transformation.description | markdownify }}</td> <td>{{ transformation.description | markdownify }}</td>

View File

@ -9,19 +9,19 @@ title: User Interfaces
| User-Interface | Description | | 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. | | [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]({{docu}}/addons/uis/habmin/readme.html) | HABmin is a modern, professional and portable user interface for openHAB, providing both user and administrative functions. | | [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]({{docu}}/addons/uis/basic/readme.html) | The Basic UI is an HTML5 web application in Material Design, designed for operating openHAB. | | [Basic UI]({{base}}/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. | | [HABPanel]({{base}}/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. | | [Classic UI]({{base}}/addons/uis/classic/readme.html) | The Classic UI is the original openHAB 1.x webui, designed for operating openHAB. |
| App | Description | | App | Description |
|---------|----------------------| |---------|----------------------|
| [Android openHAB App]({{docu}}/addons/uis/apps/android.html) | The native Android 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]({{docu}}/addons/uis/apps/ios.html) | The native iOS 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]({{docu}}/addons/uis/apps/windows.html) | The native Windows 10 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 | | 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. |

View File

@ -9,5 +9,5 @@ title: Voice Services
| Voice Service | Description | | Voice Service | Description |
|-------|----------------------| |-------|----------------------|
{% for voice in site.voice %}| [{% if voice.logo %}<img class="logo" src="{{base}}/{{voice.logo}}" title="{{ voice.label }}" alt="{{ voice.label }}" />{% else %}{{ voice.label }}{% endif %}]({{ voice.url }}) | {{ voice.description }} | {% for voice in site.voice %}| [{% if voice.logo %}<img class="logo" src="{{base}}/{{voice.logo}}" title="{{ voice.label }}" alt="{{ voice.label }}" />{% else %}{{ voice.label }}{% endif %}]({{base}}{{ voice.url }}) | {{ voice.description }} |
{% endfor %} {% endfor %}