This has been incorporated into guidelines with the last merge.
Also-by: Yannick Schaus <github@schaus.net>
Signed-off-by: David Gräff <david.graeff@web.de>
* guidelines: exception stack traces
Kai phrased it very good on when to print exception stack traces.
See https://github.com/openhab/openhab-core/pull/715#issuecomment-482879882
Signed-off-by: David Gräff <david.graeff@web.de>
* Update guidelines.md
Signed-off-by: David Gräff <david.graeff@web.de>
* Update guidelines.md
* Remove eclipse smarthome references.
* More concise
* Add examples for logging
* Merge null annotations part into this file
* Use MUST instead of SHOULD in many places, where we nowadays enforce such rules
* OSGi framework level R5
Signed-off-by: David Graeff <david.graeff@web.de>
* Update guidelines.md
review comments
Signed-off-by: David Graeff <david.graeff@web.de>
* Update developers/development/guidelines.md
Co-Authored-By: davidgraeff <david.graeff@web.de>
* Update guidelines.md
review comments
Signed-off-by: David Graeff <david.graeff@web.de>
* Persistence will be moved to the OH2 repo soon -> remove that paragraph
* Remove future paragraph as all those statements are not true anymore
Signed-off-by: David Gräff <david.graeff@web.de>
I did some tidying up, corrected some of the classes that changed due to the ESH reintegration, and added a warning about using anything other than the official APIs (requested here... https://github.com/openhab/openhab-core/pull/663#issuecomment-478233196).
Signed-off-by: Scott Rushworth <openhab@5iver.com>
* Update security.md
Fixed link to Console documentation, added /docs/ to path.
* Fixed, fixed Link
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
* Update ide.md
Add deprecated status to the IDE setup for binding development.
Signed-off-by: David Gräff <david.graeff@web.de>
* Fixed mixed content warning
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
Add more concise parameter description, and document the action variants that accept an icon and a severity level.
Signed-off-by: Danny Baumann <dannybaumann@web.de>
* Rules: Replace placeholder with ESH text
This is a first step in improving the NG Rules page.
In a follow up PR this is split up into a technical part and a user part and https://community.openhab.org/t/experimental-next-gen-rules-engine-documentation-2-of-installation/55955 need to be integrated of course.
Signed-off-by: davidgraeff <david.graeff@web.de>
* Update rules-ng.md
Fix http->https
* Update configuration/rules-ng.md
Co-Authored-By: davidgraeff <david.graeff@web.de>
* Update rules-ng.md
This is no longer a pure copy. I have broken down some super long sentences and reformulated some paragraphs.
* Update rules-ng.md
Incorporate suggested changes and fixed typo
* Update things.md to show Channel definitios
Added the Channel definition part from Eclipse Smarthome.
Points to be discussed:
-Is it still OK to use YahooWeather as an example?
-ESH described three! possible ways to define a State Channel (with or without "State" and with "Type". I rather show/describe only the last one, since it could be used for all except the Trigger Channels.
-Never worked with Trigger Channels (working at all? / Needed?...)
* Done all requested changes
Signed-off-by: Juergen Baginski opus42@gmx.de (github: JueBag)
* Small newline fixes.
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
* Update Things.md in order to show exampels for file created things and bridges
Signed-off-by: Juergen Baginski opus42@gmx.de (github: JueBag)
* Update configuration/things.md (Accept PR Suggestions)
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
Co-Authored-By: JueBag <opus42@gmx.de>
* Updated related to move to EPL v2.0 License
Signed-off-by: Hilbrand Bouwkamp <hilbrand@h72.nl>
* Should be 'template'
Co-Authored-By: Hilbrand <hilbrand@h72.nl>
* Fixed links in uis.md
Multiple dead links fixed
* Fix links
multiple links to addons page fixed
* Delete reference to non-existing doc page
Reorg of docs made the referenced chapter obsolete
* Fixed multiple links
various links fixed
* Fixed links
links to section addons fixed
Deleted reference to yahooweather binding (now obsolete) as example for binding that requires manual thing definition.
* link fixed
link to addons section fixed
* fixed link
fixed link to UI selection screen
* Fix link
Fixed link to addons section
* Fix links, update example
Signed-off-by: Markus Lipp lipp_markus@gmail.com (github: LightIsLife)
Links to addon section and others fixed.
Old example using the now obsolete Yahooweather binding has been replaced with an example using the network binding
* delete link habpanel.md
Deleted inexisitng link
* Fix links index.md
Fixed links
* Fix link sitemaps.md (code review)
* Update installation/windows.md (Code review)
Co-Authored-By: LightIsLife <lipp.markus@gmail.com>
* Fix typo migration.md (Code review)
* Fixed typo migration.md (code review)
* Update qnap.md
This allows a preview VuePress resembling the final
website to be built in order to preview the main
documentation (in the openhab-docs repository, content
fetched from other repos is excluded).
Started to refactor the sidebar navigation items and
scripts processing pages for VuePress compatibility so
they can be maintained in the openhab-docs repository.
Signed-off-by: Yannick Schaus <github@schaus.net>