Some of the articles are extended.
Coding tasks slightly changed.
Added troubleshooting section for Declarative Services.
Signed-off-by: Svilen Valkanov <svilen.valkanov@musala.com>
* Corrected behavior for group functions
Signed-off-by: Stefan Triller <stefan.triller@telekom.de>
* Break down sentences to lines
Signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de> (github: ThomDietrich)
* Include Windows Service Installation method
Signed-off-by: Angelos Fountoulakis <agf@wired-net.gr> (github: AngelosF)
* Small formatting corrections
Signed-off-by: Angelos Fountoulakis <agf@wired-net.gr> (github: AngelosF)
* More formatting changes...
Signed-off-by: Angelos Fountoulakis <agf@wired-net.gr> (github: AngelosF)
* Images for Windows Installation
Signed-off-by: Angelos Fountoulakis <agf@wired-net.gr> (github: AngelosF)
* 1 more image
Signed-off-by: Angelos Fountoulakis <agf@wired-net.gr> (github: AngelosF)
* More formatting changes (and images)
Signed-off-by: Angelos Fountoulakis <agf@wired-net.gr> (github: AngelosF)
* Change wrapper.log destination
Signed-off-by: Angelos Fountoulakis <agf@wired-net.gr> (github: AngelosF)
* Add more SSH Client options
Signed-off-by: Angelos Fountoulakis agf@wired-net.gr (github: AngelosF)
* Added OPENHAB_* (as in oh2_dir_layout)
Signed-off-by: Angelos Fountoulakis agf@wired-net.gr (github: AngelosF)
* Downloadable Wrapper config file
Unfortunately, the auto generated wrapper.conf is "broken" and we need to make significant changes to it for the installation of the Windows service to work.
(temporarily) We can provide two methods/options to fix this issue: (1) download the attached template and overwrite existing or (2) manually edit existing
Signed-off-by: Angelos Fountoulakis agf@wired-net.gr (github: AngelosF)
* Updated following @ThomDietrich's review
Hopefully it's better now... (it's not perfect.. I know :))
Signed-off-by: Angelos Fountoulakis agf@wired-net.gr (github: AngelosF)
* FIx formatting issues
Signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de> (github: ThomDietrich)
* Improve numbered list indention
Signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de> (github: ThomDietrich)
* New update
[!] Rephrased installation step 4 for the windows service
[-] Removed the "download wrapper.conf" part
[!] added some empty lines between text and images
[!] changed a bit the wrapper.conf content
Signed-off-by: Angelos Fountoulakis agf@wired-net.gr (github: AngelosF)
* Remove file `installation/openHAB2-wrapper.conf`
Signed-off-by: Angelos Fountoulakis agf@wired-net.gr (github: AngelosF)
* Change Windows Service Log destinations
[!] All log destinations (`openhab.log, event.log & wrapper.log`) set to `C:\openHAB2\userdata\logs` (instead of `C:\openHAB2\logs`) as specified in the File Locations section
Signed-off-by: Angelos Fountoulakis agf@wired-net.gr (github: AngelosF)
* Added first image (JAVA_HOME.png)
Signed-off-by: Angelos Fountoulakis agf@wired-net.gr (github: AngelosF)
* Changed Image path for Java_Home.png
Signed-off-by: Angelos Fountoulakis agf@wired-net.gr (github: AngelosF)
* Indent SSH instructions
Signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de> (github: ThomDietrich)
* Add TOC
Signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de> (github: ThomDietrich)
Continue the items article revision with all comments in #250.
The article is far from perfect. Many things still need to be added and improved.
This PR is another iteration and ready to be merged for now.
Related to #250#402Resolves#291
Next look into #373
* Add toc to sitemap article
Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>
* Reorganize Items sections
Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>
* Update introduction and syntax
Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>
* Overhaul Icons section and more
Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>
* Add multi binding section
Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>
* Edited Items document:.
* Edited Items document:
Made 'Item' and 'Group' consistently captalized
Minor grammatical and word choice corrections
Clarified the behavior of icons when used with a map
Added the table of contents
Clarified binding/linking to Items.
Signed-off-by: Richard Koshak rlkoshak@gmail.com (github: rkoshak)
* Reworked the icons section
Added a bullet list of requirements for dynamic icons.
Put the example in a table.
Added more explanation about the filename format
A few more grammatical and word choice changes
Signed-off-by: Richard Koshak <rlkoshak@gmail.com> (github: rkoshak)
* Added instructions for installing stable RPM packages.
Signed-off-by: Ben Clark <ben@benjyc.uk>
* Official -> Stable
Signed-off-by: Ben Clark <ben@benjyc.uk>
* added getting started to android UI
Signed-off-by: Eamonn O'Connell <eamonnoconnell@gmail.com> (github:halfbaked)
* Regarding the android app:
- included additional examples of possible server URLs
- added reference to the remote URL
Signed-off-by: Eamonn O'Connell <eamonnoconnell@gmail.com> (github:halfbaked)
* updated android getting started
* Add small tweaks
Signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de> (github: ThomDietrich)
- Also fixed markdown not working in collapsible headers.
- Added back the "changing-versions" link.
- Prevented overflowing text on mobile versions in collapsible headers.
Signed-off-by: Ben Clark <ben@benjyc.uk>
* Remove snapshot recommendation
* Remove snapshot recommendation from mac article
Resolves#376
Signed-off-by: Thomas Dietrich thomas.dietrich@tu-ilmenau.de (github: ThomDietrich)
* Updated Rules Ng document and images to be in sync with current UI, including the
rename from Extensions to Add-ons.
Signed-off-by: Eamonn O'Connell <eamonnoconnell@gmail.com> (github:
halfbaked)
* Improved layout of rules-ng configuration
Signed-off-by: Eamonn O'Connell <eamonnoconnell@gmail.com> (github:halfbaked)
Resolves#168Resolves#298Resolves#299Resolves#345
* Clarify console access via localhost (#168)
Also, minor editing for clarity and ease of use.
Signed-off-by: Shaun Currier <shaun.currier@gmail.com> (github: ShaunCurrier)
* Refresh successful console connection example
Make ssh command ordering more conventional
Signed-off-by: Shaun Currier shaun.currier@gmail.com (github: ShaunCurrier)
* Add detailed console password and port change (#345)
Also reorganized headers to accommodate new detail and for easier navigation.
* Link to bind to all interfaces header
* Add walkthrough for console connection.
Also, clean up wording about distinction of interactive vs. service mode console access.
* Minor cleanups from proofing
* Minor fixes from building and proofing
* Revise whole article
Signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de> (github: ThomDietrich)
* Update console.md
Signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de> (github: ThomDietrich)
* Added content to the Things.md configuration page (Fixes#312)
-Added an introduction section
-Added a things definition section
-Added a discovery based definition subsection
-Added a file based definition subsection
-Added a syntax subsection
Signed-off-by: Stephen Bonar <contactme@stephenbonar.com> (github: stephenbonar)
* Revision of the article
Signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de> (github: ThomDietrich)
This addresses https://github.com/openhab/openhab-docs/pull/355#issuecomment-283513476
Also updated a handful of binding docs resulting from `./update.sh`.
@ThomDietrich, the very long list of Bindings in the menu show their duplicate labels as expected, but one way to improve that is to create a new layout, based on the “documentation” layout, perhaps called “addon”, that shows the metadata on the page (like badges if `install` or `since` metadata given, logo if given, “improve this document” button if `source` given). Then all you have to do to use the new layout is update `_config.yml` for those collections to which you wish to apply the new layout.
With such a layout, readers’ puzzlement over the duplicate labels would be quickly dispelled. Would you consider adding a new custom “addon” layout? Should I?
I don’t think adorning the binding menu items themselves with badges or parenthetical metadata would look good.
Signed-off-by: John Cocula <john@cocula.com>
* 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>
* Clarify service/systemctl commands
Signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de> (github: ThomDietrich)
* Rearrange and add (linkable) headline
Signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de> (github: ThomDietrich)