* 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>
* Clarified JRE recommendations in installation index page
-Updated language in JRE support statement for clarity
-Added JRE comparison table
-Updated 32-bit JRE statement to indicate it applies to ARM systems
Signed-off-by: Stephen Bonar <contactme@stephenbonar.com> (github: stephenbonar)
* Fixed JRE recommendations
-Put all sentences in each paragraph on their own line
-Added links to supporting information
-Removed redunant language
-Removed references to JRE
Signed-off-by: Stephen Bonar <contactme@stephenbonar.com> (github: stephenbonar)
* Updated landing page links in Java platform table
-Links in Java platform table now point to landing pages instead of downloads
Signed-off-by: Stephen Bonar <contactme@stephenbonar.com> (github: stephenbonar)
* Changed links to extension .html
For consistency with other links the URL was changed
Signed-off-by: Martin Herbst <mail@mherbst.de>
* Some corrections on the pages
- Added missing header
- Privacy policy contained a link to german version of Google page
- Markdownified the pages for a better rendering
Signed-off-by: Martin Herbst <mail@mherbst.de>
* Forgot on link
Signed-off-by: Martin Herbst <mail@mherbst.de>
* Removed commented-out code
Signed-off-by: Martin Herbst <mail@mherbst.de>
* 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>
- smaller font size
- added non-breaking spaces to prevent unwanted line breaks
- put footer in background if menu is larger than text
Signed-off-by: Martin Herbst <mail@mherbst.de>
* Remove all draft notes
Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de> (github: ThomDietrich)
* Update index.md
Signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de> (github: ThomDietrich)
* Remove other UIs
Signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de> (github: ThomDietrich)
* Fix case and linebreak
Signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de> (github: ThomDietrich)
* Fix nginx code closures in tabbed section
Made them into own categories instead of bolding statements (which was a workaround for when he had <4 headings.
Signed-off-by: Ben Clark <ben@benjyc.uk>
* Missed one
Signed-off-by: Ben Clark <ben@benjyc.uk>
* Missed another...
Signed-off-by: Ben Clark <ben@benjyc.uk>
* Add nginx header anchors
Signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de> (github: ThomDietrich)
* Add TOC for nginx
Signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de> (github: ThomDietrich)
* Rename security menu entry
Signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de> (github: ThomDietrich)
Text taken from www.openhab.org and adopted to design of this site.
Added link to main openHAB site to the footer.
Solved #223, #258
Signed-off-by: Martin Herbst <mail@mherbst.de>
* Update windows.md
[!] Changed file paths in all examples from `C:\openhab\ to `C:\openHAB2\
[!] Changed from RC1 to Stable Release info and download links
[+] Added Windows service installation instructions
[+] Other cosmetic changes
Signed-off-by: DimitrisSar <dimitris.sarantis@wired-net.gr>
* Update windows.md
[-] Removed the windows service installation steps. The Karaf service wrapper configuration file is broken (see : https://community.openhab.org/t/documenting-openhab-2/10568/151)
[!] I didn't update the section "Updating the openHAB Runtime". This needs some improvements because the instructions do not work (see: https://community.openhab.org/t/solved-openhab-2-update-issue/20978/7)
Signed-off-by: DimitrisSar <dimitris.sarantis@wired-net.gr>
* Update windows.md
[+] Added `` to JAVA_HOME
[+] Added `➡️ to the windows navigation instructions for the System Environment Variable
[!] Fixed the example directory in "Assuming a successful install, you will now have various folders inside `C:\openHAB2`:"
[!] Changed from "Folder Structure" to "File Locations", replicating the linux.md way
[!] Remove the update step to delete the `userdata\etc\config.properties` file... I will test the steps later and see if they work (haven't run them through yet to check them)
Signed-off-by: DimitrisSar <dimitris.sarantis@wired-net.gr>
* Fix arrows
Signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de> (github: ThomDietrich)
* Search input hotfix
Apparently [placeholder property](https://css-tricks.com/almanac/selectors/p/placeholder/) is not very well standardized.
Fixed the margin overwriting materialize.css rule (thus the infamous `!important` ;-))
* Fixed margin on sticky navbar
Signed-off-by: Kuba Wolanin <hi@kubawolanin.com>
* Code review follow-up
Signed-off-by: Kuba Wolanin <hi@kubawolanin.com>
* Fixed some grammatical errors in tutorial index
Signed-off-by: Ben Clark <ben@benjyc.uk>
* Pesky semicolon...
Signed-off-by: Ben Clark <ben@benjyc.uk>
* Add motivational intro part to config
Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>
* Add overview table and other details
Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>
* Add stable instructions for Linux
Signed-off-by: Ben Clark <ben@benjyc.uk>
* IRT Review
Signed-off-by: Ben Clark <ben@benjyc.uk>
* Added manual instructions and updated to RC1
Signed-off-by: Ben Clark <ben@benjyc.uk>
* Added info about changing versions
Signed-off-by: Ben Clark <ben@benjyc.uk>
* Add apt next to apt-get
Signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de> (github: ThomDietrich)
* Clarify Legacy meaning
Signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de> (github: ThomDietrich)
* Added option to generate a sitemap.xml file for Google
Signed-off-by: Martin Herbst <mail@mherbst.de>
* Permalink was configured in wrong file
Signed-off-by: Martin Herbst <mail@mherbst.de>
* Added canonical link
Signed-off-by: Martin Herbst <mail@mherbst.de>
Resolves#233
Updated the Yahoo Weather Binding example to match the one in the README. In particular removing the reference to "unit" (is that supported any longer?), removing the quotes around the woeid in the thing config, and replacing the "#" with ":" in the Item definition.
Signed-off-by: Richard Koshak <rlkoshak@gmail.com> (github: rkoshak)
Added info to install Oracle Java as prereq
changed config path
Note: Mail address was modified in its first word because of spam concerns.
Signed-off-by: Heinz Peter Hippenstiel <github.hph@xoxy.net> (github: hphde)
* Fix markdown in android and qnap
Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>
* Add improvements by jlemmer
Thanks to Jörg Lemmer for contributing these improvements!
https://community.openhab.org/t/inverted-switches-when-item-is-in-two-groups/19878/17
Signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de> (github: ThomDietrich)
* Add first version of the openHABian article
Signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de> (github: ThomDietrich)
* Finalize openHABian article
Signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de> (github: ThomDietrich)
Updated the Needed Changes section to use bullet points.
Reworded to remove extraneous information which is not needed for the explanation (e.g. telling the user where the base classes moved to).
The Preview is not showing the bullet points for the base paragraphs and I'm not where I can test it with Jekyll.
Addresses #183
Signed-off-by: Richard Koshak rlkoshak@gmail.com (github: rkoshak)
Signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de> (github: ThomDietrich)
* Add java revision 111 recommendation and more
Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>
* Correct java versions, fix redirects
Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>