Commit Graph

28 Commits (9ab493436aed80aed4b322b8b939d1052cf08de0)

Author SHA1 Message Date
Thomas Dietrich 190bd935f9 Add Home Builder and Android app articles from external repos (#594)
* Add homebuilder to maven chain
* Add android app docs to maven chain
* Correct homebuilder URL
* Introduce maven logging into process script
* Fix linter warnings in update script
* Add first copy of homebuilder article
* Add Home Builder to menu and packages

Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>
2017-12-16 22:04:24 +01:00
Thomas Dietrich cb685d4786 Tidy up pom.xml
Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>
2017-10-18 17:04:23 +02:00
Thomas Dietrich f0487deb5d Add new externals, rename addons plural
* openHABian USAGE
* alexa-skill USAGE
* mycroft-skill USAGE
* HABPanel config article

persistence -> persistences
io -> ios

Many minor changes to articles

Signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de>
2017-10-18 17:04:23 +02:00
Kai Kreuzer 55f0a8ee4e
updated generated content
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2017-09-27 12:55:42 +02:00
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
Thomas Dietrich 2dc0ff08cf Replace update script (#498)
- Rename script for more clarity
- Fix pom.xml indention
- Remove gitmodules
- Update Vagrantfile with latest git
- Add README to _repos folder, ignore rest
- Replace update script

Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>
2017-09-15 23:33:06 +02:00
John Cocula 917f13ce60 [Add-ons] Add transformation docs (#357)
Signed-off-by: John Cocula <john@cocula.com>
2017-03-02 16:13:47 +01: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 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
Kai Kreuzer 6f06701be9
fixed escaping of quotes and voice service menu
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2016-11-13 22:46:34 +01:00
Kai Kreuzer f4402016c7 removed duplicate by correctly cleaning voice directory
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2016-11-12 21:17:52 +01:00
Kai Kreuzer a0424deca7 added automatic inclusion of voice add-ons
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2016-11-12 21:17:52 +01:00
Kai Kreuzer d29883e4b9 Updated auto-generated content and added HABmin and HABPanel to the menu
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2016-09-24 22:45:27 -07:00
Kai Kreuzer f097712c32
updated generated files and included openhab-bundles repo for additional addons
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2016-09-06 15:02:05 +02:00
Kai Kreuzer bf9587f7ff added missing pngs
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2016-06-03 09:50:57 +02:00
Kai Kreuzer 61ab8cbc8d updated to latest master or submodules and fixed pom.xml
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2016-06-03 09:47:21 +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
Kai Kreuzer 3c12a8ca55 updated submodules and added io extensions
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2016-05-23 23:15:29 +02:00
Kai Kreuzer 531cc8be0c added UIs and auto generated list of bindings
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2016-05-17 18:29:00 +02:00
Kai Kreuzer 84125061d4 added development docs
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2016-05-15 12:01:29 +02:00
Kai Kreuzer 175883d846 added automatic binding menu generation
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2016-05-15 11:50:37 +02:00
Kai Kreuzer b42103fc1b automatically adding frontmatter
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2016-05-15 11:15:29 +02:00
Kai Kreuzer e3ab94411a added uis and iconsets
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2016-05-15 00:31:13 +02:00
Kai Kreuzer 44e4cab6e4 added mvn build to copy required files as symlinks do not work for Github Pages and Jekyll
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2016-05-14 23:29:27 +02:00