Commit Graph

16 Commits (f1727cae7b49e704a0763285f8ae08b724450856)

Author SHA1 Message Date
Thomas Dietrich 826ef4abb4 Distinguish collections, improve update process (#514)
* Rename collection folders

Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>

* Change all occurences of addons and repos

Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>

* Add further corrections

Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>

* Remove temporary directories after processing

Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>

* Reduce addons menus, show current uncond.

Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>

* Fix typo

Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>

* Remove redundant addons from permalinks

Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>

* Sort UI menu entries correctly

Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>

* Split maven command

Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>
2017-09-22 21:05:09 +02:00
John Cocula aa2ab2cac1 [Add-ons] Generate as Jekyll Collections instead of Jekyll Pages (#355)
* Generate addon docs as Jekyll Collections instead of Jekyll Pages

Simplifies a lot of Jekyll, makes custom addon layout possible.

Signed-off-by: John Cocula <john@cocula.com>

* Adds-on (all but bindings) in user menu

Signed-off-by: John Cocula <john@cocula.com>

* Added openhab-distro submodule

Signed-off-by: John Cocula <john@cocula.com>
2017-03-02 01:08:44 +01:00
John Cocula 0698bf54d9 [Add-ons] Revise add-ons list handling and menu structure (#332)
* Put content on addons/io.md page

Fixes #330

Also:

* Removed manually maintained submenu contents
* Updated and added icons
* Fixed small bug in actions page

Signed-off-by: John Cocula <john@cocula.com>

* Consolidated duplicated code

* Remove errant build output

* Small cleanup

Signed-off-by: John Cocula john@cocula.com
2017-02-19 12:45:47 +01:00
Kai Kreuzer 7a3006da47 [Add-ons] Add logos to add-on lists (#320)
* added logos to add-on lists

Signed-off-by: Kai Kreuzer <kai@openhab.org>

* - added alt and title texts to img
- moved icon column to front

Signed-off-by: Kai Kreuzer <kai@openhab.org>

* improved css

Signed-off-by: Kai Kreuzer <kai@openhab.org>

* added title and alt to all lists

Signed-off-by: Kai Kreuzer <kai@openhab.org>
2017-02-14 12:37:02 +01:00
John Cocula 20bee2c357 Actions/bindings/persistence docs track feature naming convention (#297)
* Binding docs track feature naming convention

To keep links to binding docs as they were and to track the feature name of bindings.  The bindings/oh1 and bindings/oh2 subdirectories are now gone.
* Assuming the existing convention of `openhab-${type}-${id}` feature name will always mean the doc goes to `addons/${type}s/${id}`, this commit reflects this for actions, bindings and persistence service names.

This PR supercedes #296.

Signed-off-by: John Cocula <john@cocula.com>
2017-02-06 11:58:32 +01:00
John Cocula bb42557d57 Condense add-ons tables by reining in h4; top align cells (#293)
* Condense add-ons tables; top align cells

Signed-off-by: John Cocula <john@cocula.com>
2017-02-06 08:22:42 +01:00
Thomas Dietrich c2822a8311 [Add-ons] Hotfix bindings table
Signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de> (github: ThomDietrich)
2017-02-04 20:39:34 +01:00
John Cocula 63b831e528 [Add-ons] Factor OH1 add-on docs into site (#284)
* Factor OH1 addon docs into site, filter lists by source and install status.  Fixes #280

Signed-off-by: John Cocula <john@cocula.com> (github user: watou)

* Fixed typos.

* Add title to front matter for add-ons readmes that don’t already have front matter.

Also clean up new doc directories.

* Add warning comment in modified readmes

* Don’t remove “Persistence” from “Java Persistence API”

* address comments

Signed-off-by: John Cocula <john@cocula.com>
2017-02-04 20:26:08 +01:00
sihui 63516d93bd [Add-ons] Add instructions for splitting up openhab.cfg (#247)
* added instructions for splitting up openhab.cfg
* typo fixed

Signed-off-by: Siegfried Huismann <sihui@gmx.de> (github: sihui62)

* Break down lines, smaller rephrasing

Signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de> (github: ThomDietrich)

* Update bindings.md

Signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de> (github: ThomDietrich)
2017-01-22 21:49:51 +01:00
Thomas Dietrich cdd9474c93 Replace openHAB 2.0 by openHAB 2
Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>
2016-12-14 19:05:17 +01:00
Thomas Dietrich 73f26ab865 Refactor Add-ons
Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>
2016-12-14 19:05:17 +01:00
Thomas Dietrich 30807c708f Update Addons and Bindings presentation
Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>
2016-12-14 19:05:17 +01:00
John Cocula 9f9fce29b5 Workaround inability to [sort arrays from CSV files](https://github.com/jekyll/jekyll-help/issues/157) by pushing a new array and sorting that. Also, sort by id because sorting by `field.toLowerCase()` does not work. It's still not a perfect sort, but it's much closer. Also, pom.xml was looking in the wrong place for the .csv files. (#12) 2016-06-04 13:47:09 +02:00
Kai Kreuzer fc4eb2deb8 reverted _source folder again as it does not seem to be supported by Github Pages
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2016-05-30 14:50:02 +02:00
Kai Kreuzer 1aa61facd5 introduced _source folder
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2016-05-30 10:59:32 +02:00
Kai Kreuzer e7d2340092 updated structure
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2016-05-30 10:30:54 +02:00