Commit Graph

86 Commits (6775de55678bca4e8f1b7598542ecae075c16f48)

Author SHA1 Message Date
Svilen cef04c01de [Developers] Add article about EventAdmin (#450)
Signed-off-by: Svilen Valkanov <svilen.valkanov@musala.com>
2017-07-23 13:55:43 +02:00
Steve Bate 7ad0c7ce93 Add initial JSR223 documentation (#428)
Signed-off-by: Steve Bate <svc-github@stevebate.net> (github: steve-bate)
2017-07-14 14:07:51 +02:00
Jerome L a601f8c9e8 Add IoT Marketplace page to sidenav (#427)
* Add IoT Marketplace Page to Side-Nav

Fixes #424

Signed-off-by:  Jerome Luckenbach <github@luckenba.ch> (github: Confectrician)

* Changed link order

Changed the nav elements order.
This sorts it according to the page content.

Signed-off-by:  Jerome Luckenbach <github@luckenba.ch> (github: Confectrician)
2017-07-06 17:36:19 +02:00
Ben Clark e3a4690d77 Add "Print Page" button (#429)
Signed-off-by: Ben Clark <ben@benjyc.uk>
2017-07-06 17:35:18 +02:00
Thomas Dietrich df7421d65e Update frameworks and fix highlighting (#417)
* Update materialize, remove material-design-icons

Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>

* Replace hljs, replace material icons, add rouge style

Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>
2017-06-29 18:54:19 +02:00
Ben Clark 56e5d22eb8 [Linux] Change apt instructions to use HTTPS, misc (#385)
- 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>
2017-05-13 15:48:03 +02:00
Ben Clark 6989d67776 [Linux] Add instructions for RPM based systems (#351)
- Added collapsible includes for easier access.

Signed-off-by: Ben Clark <ben@benjyc.uk>
2017-05-10 15:05:51 +02:00
John Cocula 917f13ce60 [Add-ons] Add transformation docs (#357)
Signed-off-by: John Cocula <john@cocula.com>
2017-03-02 16:13:47 +01:00
John Cocula 4d420aea18 [Add-ons] Add bindings back to user menu (#356)
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>
2017-03-02 11:49:32 +01:00
John Cocula aa2ab2cac1 [Add-ons] Generate as Jekyll Collections instead of Jekyll Pages (#355)
* 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>
2017-03-02 01:08:44 +01:00
John Cocula 0698bf54d9 [Add-ons] Revise add-ons list handling and menu structure (#332)
* Put content on addons/io.md page

Fixes #330

Also:

* Removed manually maintained submenu contents
* Updated and added icons
* Fixed small bug in actions page

Signed-off-by: John Cocula <john@cocula.com>

* Consolidated duplicated code

* Remove errant build output

* Small cleanup

Signed-off-by: John Cocula john@cocula.com
2017-02-19 12:45:47 +01:00
Thomas Dietrich 6bf2a4287e [Installation] Pine A64 article and openhabian content (#325)
* 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)
2017-02-17 23:59:39 +01:00
Martin Herbst 7fd52b321b [Imprint,Privacy] Fix some smaller defects (#290)
* 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>
2017-02-04 20:32:39 +01:00
John Cocula 63b831e528 [Add-ons] Factor OH1 add-on docs into site (#284)
* 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>
2017-02-04 20:26:08 +01:00
Martin Herbst 6945258dac Modified footer (#283)
- 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>
2017-02-02 11:06:28 +01:00
Ben Clark b474a81d64 [Security] Fix nginx code closures, add TOC (#263)
* 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)
2017-01-31 14:48:00 +01:00
Martin Herbst 1cc50e8679 Added Imprint and Privacy page
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>
2017-01-30 18:09:32 +01:00
Martin Herbst aaa95d8384 Added code to disable GA
Signed-off-by: Martin Herbst <mail@mherbst.de>
2017-01-30 18:09:32 +01:00
NicoVermeir 19265e8e03 [Apps] Add windows app article (#255)
* Create windows.md

* Add files via upload

* Update windows.md

* Update uis.md

* Update windows.md

* Add Windows app option to user-menu

Signed-off-by: Nico Vermeir <nico_vermeir@hotmail.com> (github: nicovermeir)
2017-01-23 20:17:14 +01:00
Martin Herbst a73a7e63e3 Add option to generate a sitemap.xml file for Google (#178)
* 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>
2017-01-22 14:23:51 +01:00
Martin Herbst 92a0be79d6 Add Google search function (#222)
Solves #150

Signed-off-by: Martin Herbst <mail@mherbst.de>
2017-01-21 23:50:26 +01:00
DocFraggle c8a2ed055a [Tutorial] Add new beginner tutorial, 1st draft (#207)
Transferred from: https://community.openhab.org/t/setting-up-openhab2-from-scratch/20080
Closes #191 

Signed-off-by: Christian Hailer <christian@hailer.eu>
2017-01-20 16:54:01 +01:00
Kai Kreuzer 00db391e8b [Console] Replace "Karaf console" by simply "console" (#217)
* Replaced "Karaf console" by simply "console"

Signed-off-by: Kai Kreuzer <kai@openhab.org>

* also changed menu entry

Signed-off-by: Kai Kreuzer <kai@openhab.org>

* some missed changes...

Signed-off-by: Kai Kreuzer <kai@openhab.org>

* moved sentences to single lines

Signed-off-by: Kai Kreuzer <kai@openhab.org>
2017-01-18 17:50:32 +01:00
Kai Kreuzer dfe07871e8 Replace nginx by security article, add more details (#218)
* replaced nginx by security article, which also covers:
- changing HTTP(S) port
- Jetty SSL certificate
- restriction of network interfaces to use
- options for remote access (VPN, myopenHAB, reverse proxy)

Signed-off-by: Kai Kreuzer <kai@openhab.org>

* adapted openHABian comment and added newlines

Signed-off-by: Kai Kreuzer <kai@openhab.org>
2017-01-17 18:31:57 +01:00
Kai Kreuzer c912276f16 [Bindings] Correct sorting in the menu by id (#173)
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2017-01-16 10:49:26 +01:00
Kai Kreuzer 9137baa82f
moved GA script to head section and added ip anonymization
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2017-01-07 22:22:00 +01:00
Kai Kreuzer ce6be76a90 Small improvements on the menu
- removed rules from 3rd party integration
- changed menu text of myopenhab

Signed-off-by: Kai Kreuzer <kai@openhab.org>
2016-12-15 15:06:13 +01:00
Thomas Dietrich b0be055134 Update myopenHAB links
Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>
2016-12-14 19:05:17 +01:00
Thomas Dietrich 30973ce2aa Fix Configuration links, add apps
Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>
2016-12-14 19:05:17 +01:00
Thomas Dietrich cdd9474c93 Replace openHAB 2.0 by openHAB 2
Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>
2016-12-14 19:05:17 +01:00
Thomas Dietrich 73f26ab865 Refactor Add-ons
Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>
2016-12-14 19:05:17 +01:00
Thomas Dietrich 4a298d0d3e Style up the contritution-wanted page, introduce sub-css
Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>
2016-12-14 19:05:17 +01:00
Thomas Dietrich 48ec0b2240 Add Initial Setup Packages article
Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>
2016-12-14 19:05:17 +01:00
Thomas Dietrich cde493073d Add REST API article
Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>
2016-12-14 19:05:17 +01:00
Thomas Dietrich 1fc06d6950 Add missing Overview links for expansion
Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>
2016-12-14 19:05:17 +01:00
Thomas Dietrich 7a57eb3609 Rearrange user-menu Add-ons
Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>
2016-12-14 19:05:17 +01:00
Thomas Dietrich 754e9bdd67 Fix header link to non-redirected name
Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>
2016-12-14 19:05:17 +01:00
Thomas Dietrich 3841d061b4 Open Contribution Wanted link in new tab
Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>
2016-12-14 19:05:17 +01:00
Thomas Dietrich 11557486b5 Update menu entry names, many small changes
Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>
2016-12-14 19:05:17 +01:00
Thomas Dietrich 757efad899 Add QNAP NAS article
Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>
2016-12-14 19:05:17 +01:00
Thomas Dietrich cde5cef003 Add community link to header, Unify descr
Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>
2016-12-14 19:05:17 +01:00
Thomas Dietrich b4f4e77421 Rearrange menu
Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>
2016-12-14 19:05:17 +01:00
Thomas Dietrich a5802e3d94 Add further rearrangements and fixes
Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>
2016-12-14 19:05:17 +01:00
Thomas Dietrich 878f3af234 Add my.openhab to Installation&Setup 2016-12-14 19:05:17 +01:00
Thomas Dietrich 11a232140c Update menu structure 2016-12-14 19:05:17 +01:00
Thomas Dietrich 82e6dd20c9 Add contribution-wanted include 2016-12-14 19:05:17 +01:00
Thomas Dietrich 29b9ac1c7c Move articles, adapt menu
Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>
2016-12-14 19:05:17 +01:00
Thomas Dietrich d710242f3a Replace tabs by spaces, apply auto indent
Done using Atom Editor with default settings (tab length = 2 spaces)
2016-12-03 14:34:20 +01:00
Kai Kreuzer adcd0d774f added some initial documentation about multimedia (audio & voice) features (#137)
* added some initial documentation about multimedia (audio & voice) features

Signed-off-by: Kai Kreuzer <kai@openhab.org>
2016-11-18 08:29:19 +01:00
Kai Kreuzer 6f06701be9
fixed escaping of quotes and voice service menu
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2016-11-13 22:46:34 +01:00