The command
```
for i in $(find . -name '*.png'); do zopflipng -m --filters=0me --lossy_8bit --lossy_transparent -y "$i" "$i"; done
```
was used to accomplish this optimization, all images should have lost no
accuracy as a result of the compression applied.
Signed-off-by: Ethan Dye <mrtops03@gmail.com>
* This commit is to make more immediate and clear the installation steps for Rasspberry Pi. Currently the openHAB installation pushes the newcomer to read the Linux pages, which
-starts back from Prerequisites, already covered by the page
- list all the possible configurations for the Linux world. For a newcomer, who potentially does not know anything about Unix, discriminating Debian from the other Linux dialect is frustrating, confusing and unnecessary.
-need to be heavily reformatted for clarity
Signed-off-by: Emanuele Dolis <edoliscom@yahoo.it>
Signed-off-by: Ëmanuele Dolis <edoliscom@yahoo.it>
* Some formatting and a couple of advices I found useful in the Logging section
Signed-off-by: Emanuele Dolis <edoliscom@yahoo.it>
Signed-off-by: Ëmanuele Dolis <edoliscom@yahoo.it>
* Linux_Installation: Use new OH3 start page
previously still the "old" OH2 start page was shown.
This commit is providing the login page of OH3
Signed-off-by: Michael Roßner <Schrott.Micha@web.de>
* Update installation/linux.md
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
Co-authored-by: Jerome Luckenbach <github@luckenba.ch>
* Moved Syntax Highlighting page from openhab1-addons wiki into user manual
Signed-off-by: Jerome Luckenbach <github@luckenba.ch> (github: @Confectrician)
* Cosmetic improvements according to the PR Discussion
Signed-off-by: Jerome Luckenbach github@luckenba.ch (github: @Confectrician)
* Some Improvements from the feedback of @ThomDietrich.
More to come.
Signed-off-by: Jerome Luckenbach <github@luckenba.ch> (github: @Confectrician)
* General:
Added some introduction sentences.
Updated Notepad++ "installation" section
Eclipse SmartHome Designer:
Moved ESH article from installation category to editors page.
Additionally removed the navigation menu entry and updated all references to other articles and moved used images in the now necessary folder.
Signed-off-by: Jerome Luckenbach <github@luckenba.ch> (github: @Confectrician)
* Improvement due to requested change
"First letter of a line capital pls"
Signed-off-by: Jerome Luckenbach <github@luckenba.ch> (github: @Confectrician)
* Requested Name and capital Letter changes.
Signed-off-by: Jerome Luckenbach <github@luckenba.ch> (github: @Confectrician)
* Updated mcedit section.
Signed-off-by: Jerome Luckenbach <github@luckenba.ch> (github: @Confectrician)
* - Requested changes by ThomDietrich
- Additionally shortenend the "Others" Section
Signed-off-by: Jerome Luckenbach <github@luckenba.ch> (github: @Confectrician)
* Typo correction and intro text update to current headlines.
Signed-off-by: Jerome Luckenbach <github@luckenba.ch> (github: @Confectrician)
* - Defined headanchor explicitly
- Added designer.md file with a redirection to the new editors page.
- Removed some sentences of the introduction
- Changed the "Others" headline
Signed-off-by: Jerome Luckenbach <github@luckenba.ch> (github: @Confectrician)
* Add stable anchors
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)
* Add first pine content
Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>
* Fix review comments
Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>
* Revert username:password till a decision is made
Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>
* Update openhabian.md
Signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de> (github: ThomDietrich)
* Update openhabian.md
Signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de> (github: ThomDietrich)
* Update openhabian.md
* Update user-menu.html
* Update index.md
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)
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