Added names to bundles, where this was missing.
Slightly changed the tasks, after feedback from the first implementations.
Added few hints and links to the Coding Guidelines.
Signed-off-by: Svilen Valkanov <svilen.valkanov@musala.com>
In the Code Guidelines section, when mentioning the about.html file there could be two examples:
- about.html file without 3rd party licence information
- about.html file with 3rd party licence information
It will be easy for the contributers - they will spend less time figuring how the file should look and make fewer mistakes.
There could be a check when a bundle is commited, not only if it contains an about.html file, but also if the about.html file contains one of the dates in the example about.html files. This will help if a contributer has forgotten to change the date in the file.
The example files could be choosen from: https://github.com/openhab/openhab2-addons/pull/1263/files
Signed-off-by: Kiril Atanasov <kiril.atanasov@musala.com>
* Added optional HTTPS configurations
Based on feedback I received and previously made questions around the community forums.
Plus corrected spelling mistakes.
* Added requested changes
- Added further reading
- Suggested that the configuration file be named openhab instead of default
- Suggested to use SSL Labs' site first.
- Used NGINX formatting.
* Address problems with nginx configuration example
Include X-Forwarded Protocol
Disable Proxy buffering by default
* Updated Reverse Proxy page with tutorial
Removed reference to Jetty, replaced file with NGINX
* Added domain independant instructions
Also a short section about getting a domain name.
* Suggested removing HSTS if sticking to HTTP
* Fix typo
* Small changes: Added one line intro, rewrote/shortened a sentence that was a bit confusing to a beginner like myself, moved a note up to the section of the document to which it referred (although arguably it could have stayed).
* Fixed link to installation prerequisites
* Fixed Link: 404 on Karaf command reference
* Draft
Draft docs article for review
* Move items.md
* Revert
* Updated to include Things and Items
Added a link for the Items and Things page.
* Update Basic Concepts
Updated basic concepts as per https://community.openhab.org/t/documenting-openhab-2/10568/28
Review of the rules and scripting section needs to be made.
* Draft Updates
Updates from discussion with ThomDietrich
* Small revisions
Minor revisions of text and replaced duplicated data with links to
external pages for further information.
* Fix the command to access the console
and add an advice in case the command fails.
* Replace warning and improve console interfaces
Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>
Renamed images with uppercase extensions.
Renamed articles with mixed upper- and lowercase.
Other minor fixes.
Signed-off-by: Svilen Valkanov <svilen.valkanov@musala.com>
Topics contained:
- how to start equinox standalone and from Eclipse;
- basic Equinox commands;
- core Equinox bundles and the services, that they provide;
- p2 Equinox subproject - IU and update site.
Signed-off-by: Svilen Valkanov <svilen.valkanov@musala.com>
The article covers the following topics:
- OSGi DS container, Service Components and Service Description;
- advantages of DS;
- how to use DS to provide and reference services;
- Service Component Lifecycle.
Signed-off-by: Svilen Valkanov <svilen.valkanov@musala.com>
user-menu.html the changes are 95% spaces/tabs/formatting/indention fixes.
apt.md was removed because there should be only one article for Linux (besides one for Mac, one for Windows, ...), containing both installation methods and all other related topics. Having one of the methods in an extra file doesn't make sense.
linux.md apt as base, a few things from the rasspi document, many new chapters. Still missing: de/reinstallation, backup, manual->non-root, manual->upgrade, probably more
rasppi.md moved a few chapters to linux.md
Squash commits
Update
Add first half of manual installation instructions
Update linux.md
Update linux.md
Update linux.md
Update linux.md
Update linux.md
Update linux.md
Update linux.md
Update linux.md
Update linux.md
Add notes on apt snapshot installation
Update rasppi and index
Add backup info
Fix small details
* Added OSGi coding taks page.
OSGi coding tasks can help Java developers with no experience in OSGi and
Eclipse Plug-in development to get familiar with writing bundles.
Signed-off-by: Svilen Valkanov <svilen.valkanov@musala.com>
minor spelling and format inconsistencies
upper case headlines
deletes spaces and lines at the end
Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>