Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • eclipsefdn/it/websites/iot.eclipse.org
  • malowe/iot.eclipse.org
  • zhoufang/iot.eclipse.org
  • zacharysabourin/iot.eclipse.org
  • oliviergoulet/iot.eclipse.org
5 results
Show changes
Commits on Source (84)
Showing
with 315 additions and 48 deletions
{
"html": {
"indent_size": 2 // Indentation size
}
}
......@@ -4,7 +4,7 @@ node_js:
- "12"
install:
- npm ci
- wget https://github.com/gohugoio/hugo/releases/download/v0.57.2/hugo_0.57.2_Linux-64bit.deb
- wget https://github.com/gohugoio/hugo/releases/download/v0.62.2/hugo_0.62.2_Linux-64bit.deb
- sudo dpkg -i hugo*.deb
script:
- hugo
\ No newline at end of file
......@@ -2,7 +2,7 @@ ARG NGINX_IMAGE_TAG=stable-alpine
FROM debian:10-slim AS builder
ARG HUGO_VERSION=0.57.2
ARG HUGO_VERSION=0.62.2
ARG NODE_VERSION=10.15.0
RUN apt-get update && apt-get install -y \
......@@ -30,7 +30,7 @@ RUN echo -n "Node.js version " && node --version \
&& hugo version
RUN npm --unsafe-perm ci \
&& hugo
&& hugo --gc --minify
FROM eclipsefdn/nginx:${NGINX_IMAGE_TAG}
......
......@@ -19,7 +19,7 @@ pipeline {
}
parameters {
string(name: 'hugo_version', defaultValue: '0.57.2', description: 'The Hugo version that will be used to build the website. Must match versions speficied on https://github.com/gohugoio/hugo/releases.')
string(name: 'hugo_version', defaultValue: '0.62.2', description: 'The Hugo version that will be used to build the website. Must match versions speficied on https://github.com/gohugoio/hugo/releases.')
string(name: 'node_version', defaultValue: '10.15.3', description: 'The Node.js version that will be used to build the website. Must match versions specified on https://nodejs.org/en/download/releases/. It is adivsed to stick to LTS versions.')
}
......
......@@ -93,7 +93,7 @@ http://www.eclipse.org/legal/epl-2.0.
SPDX-License-Identifier: EPL-2.0
## Bugs and feature requests
## Bugs and Feature Requests
Have a bug or a feature request? Please search for existing and closed issues. If your problem or idea is not addressed yet, [please open a new issue](https://github.com/EclipseFdn/iot.eclipse.org/issues/new).
......@@ -111,7 +111,6 @@ Have a bug or a feature request? Please search for existing and closed issues. I
## Trademarks
* Eclipse® is a Trademark of the Eclipse Foundation, Inc.
* Eclipse Foundation is a Trademark of the Eclipse Foundation, Inc.
## Copyright and license
......
+++
event_date = "May 16-18, 2017"
link = "https://tmt.knect365.com/iot-world/"
location = "Santa Clara, California"
title = "IoT World 2017"
+++
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
event_date: "{{ dateFormat "January 2, 2006" .Date }}"
link: ""
location: ""
---
\ No newline at end of file
+++
is_steering = false
member_id = 0
demo_url = "#"
more_url = "#"
+++
+++
+++
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
link: ""
---
\ No newline at end of file
+++
link = "#"
+++
\ No newline at end of file
......@@ -37,5 +37,5 @@ const path = "bin/scraper/projects.json";
}
// write the JSON back to file
fs.writeFileSync('static/projects.json', JSON.stringify(obj), 'utf-8');
fs.writeFileSync('static/assets/js/projects.json', JSON.stringify(obj), 'utf-8');
})().catch(console.error);
baseurl = "https://iot.eclipse.org"
title = "Eclipse IoT"
theme = "eclipsefdn-hugo-solstice-theme"
languageCode = "en-us"
DefaultContentLanguage = "en"
theme = "eclipsefdn-hugo-solstice-theme"
metaDataFormat = "yaml"
#googleAnalytics = "UA-910670-30"
disableKinds = ["cloud", "devices", "events", "gateway", "hardware", "member", "news", "open-iot-challenge-entries", "resources"]
disableKinds = []
themesDir = "node_modules/"
paginate = 6
buildFuture = true
[Params]
google_tag_manager = "GTM-5WLCZXC"
description = "iot.eclipse.org is where you can learn about the technologies developed at Eclipse to make Internet of Things (IoT) development simpler. These technologies aim at establishing an open, end-to-end, IoT stack."
subtitle = ""
seo_title_suffix = " | IoT development made simple - iot.eclipse.org"
keywords = [""]
logo = "assets/images/iot-logo.png"
styles = "assets/css/bootstrap.css"
js = "assets/js/main.js"
keywords = ["eclipse iot, internet of things, iot"]
logo = "assets/images/logo_white.svg"
logo_width = 120
styles = "assets/css/styles.min.css"
js = "assets/js/scripts.min.js"
twitter_url = "https://twitter.com/EclipseIoT"
facebook_url = "https://www.facebook.com/eclipseiot"
youtube_url = "https://www.youtube.com/playlist?list=PLy7t4z5SYNaRorMpk1txiehpkyeI0JLn-"
main_content_class = "col-md-16 padding-bottom-30"
main_sidebar_class = "col-md-7 col-md-offset-1 padding-bottom-30"
jumbotron_class = "col-md-24"
jumbotron_tagline_class = "col-sm-14"
jumbotron_btn_class = "btn btn-sm btn-primary"
favicon = "favicon.ico"
share_img = "site_preview.jpg"
gcse = "011805775785170369411:p3ec0igo0qq"
share_img = "iot-logo-social.png"
# header_wrapper_class = "header-default-bg-img"
# subtheme = "jakarta"
# call_for_action_text = ""
......@@ -40,4 +45,219 @@ buildFuture = true
twitter = "EclipseIoT"
youtube = "EclipseFdn"
googleplus = "+Eclipse"
linkedin = "company/eclipse-foundation/"
\ No newline at end of file
linkedin = "company/eclipse-foundation/"
[taxonomies]
category = "categories"
tag = "tags"
[[menu.main]]
name = "Adopters"
url = "/adopters/"
weight = 1
identifier = "adopters"
[[menu.main]]
name = "Members"
url = "/membership/"
weight = 2
[[menu.main]]
name = "Projects"
url = "/projects/"
weight = 3
[[menu.main]]
name = "Community"
url = "/community/"
weight = 5
[[menu.sidebar]]
name = "Adopters"
url = "/adopters/"
weight = 1
identifier = "adopters"
[[menu.sidebar]]
parent ="adopters"
name = "How to be Listed as an Adopter"
url = "/adopters/how-to-be-listed-as-an-adopter"
pre = "<i data-feather=\"help-circle\"></i>"
weight = "1"
[[menu.sidebar]]
parent ="adopters"
name = "Eclipse IoT Open Testbeds"
url = "/adopters/testbeds/"
pre = "<i data-feather=\"package\"></i>"
weight = "2"
[[menu.sidebar]]
parent ="adopters"
name = "Testbeds"
url = "/adopters/testbeds/"
weight = "2"
identifier = "testbeds"
[[menu.sidebar]]
parent ="testbeds"
name = "Asset Tracking"
url = "/adopters/testbeds/asset-tracking/"
weight = "1"
[[menu.sidebar]]
parent ="testbeds"
name = "Production Performance Management"
url = "/adopters/testbeds/production-performance-management/"
weight = "2"
[[menu.sidebar]]
parent ="testbeds"
name = "Propose a new Testbed"
url = "/adopters/testbeds/propose-a-new-testbed/"
weight = "3"
[[menu.sidebar]]
name = "Members"
url = "/membership/"
weight = 2
identifier = "membership"
[[menu.sidebar]]
parent ="membership"
name = "Membership benefits"
url = "/membership/#benefits"
pre = "<i data-feather=\"award\"></i>"
weight = 1
[[menu.sidebar]]
parent ="membership"
name = "Member Testimonials"
url = "/membership/#member-testimonials"
pre = "<i data-feather=\"users\"></i>"
weight = 2
[[menu.sidebar]]
parent ="membership"
name = "Explore Our Members"
url = "/membership/members/"
pre = "<i data-feather=\"zap\"></i>"
weight = 3
[[menu.sidebar]]
name = "Community"
url = "/community/"
weight = 5
identifier = "community"
[[menu.sidebar]]
parent ="community"
name = "IoT Surveys"
url = "/community/iot-surveys"
pre = "<i data-feather=\"file-text\"></i>"
weight = 1
[[menu.sidebar]]
parent ="community"
name = "Open IoT Challenge"
url = "/community/open-iot-challenge"
pre = "<i data-feather=\"award\"></i>"
weight = 2
[[menu.sidebar]]
parent ="community"
name = "Virtual IoT Meetup"
url = "https://www.meetup.com/Virtual-IoT/"
pre = "<i data-feather=\"at-sign\"></i>"
weight = 3
[[menu.sidebar]]
parent ="community"
name = "Resources"
url = "/community/resources"
pre = "<i data-feather=\"folder\"></i>"
weight = 4
[[menu.sidebar]]
name = "Projects"
url = "/projects/"
weight = 6
identifier = "projects"
[[menu.sidebar]]
parent ="projects"
name = "Sandboxes"
url = "/projects/sandboxes"
pre = "<i data-feather=\"file-text\"></i>"
weight = 1
[[menu.sidebar]]
parent ="projects"
name = "Getting Started"
url = "/projects/getting-started/"
pre = "<i data-feather=\"award\"></i>"
weight = 2
[[menu.sidebar]]
parent ="community"
name = "Resources"
url = "/community/resources/"
weight = 7
identifier = "resources"
[[menu.sidebar]]
parent ="resources"
name = "Brand Guidelines"
url = "https://www.eclipse.org/artwork/zip_file_v2/Eclipse-IoT-Brand-Guidelines.pdf"
weight = 1
[[menu.sidebar]]
parent ="resources"
name = "Articles"
url = "/community/resources/articles/"
weight = 2
[[menu.sidebar]]
parent ="resources"
name = "Case Studies"
url = "/community/resources/case-studies/"
weight = 3
[[menu.sidebar]]
parent ="resources"
name = "Market Reports"
url = "/community/resources/market-reports/"
weight = 4
[[menu.sidebar]]
parent ="resources"
name = "Videos"
url = "/community/resources/videos/"
weight = 5
[[menu.sidebar]]
parent ="resources"
name = "White Papers"
url = "/community/resources/white-papers/"
weight = 6
[[menu.sidebar]]
name = "News"
url = "/news/"
weight = 7
identifier = "news"
[[menu.sidebar]]
parent ="news"
name = "News"
url = "/news/"
pre = "<i data-feather=\"tv\"></i>"
weight = 1
[[menu.sidebar]]
parent ="news"
name = "Events"
url = "/events/"
pre = "<i data-feather=\"calendar\"></i>"
weight = 2
\ No newline at end of file
---
title: "Open Source for the Internet of Things"
seo_title: "Eclipse IoT Working Group"
headline: "Open Source for the Internet of Things"
tagline: "Eclipse IoT technologies power the world’s leading commercial IoT solutions."
description: "Eclipse IoT technologies power the world’s leading commercial IoT solutions."
hide_page_title: true
hide_sidebar: true
hide_breadcrumb: true
show_featured_story: false
date: 2020-01-07T9:00:00-00:00
layout: "single"
links: [[href: "/projects", text: "Projects"]]
container: "container-fluid"
show_featured_footer: false
body_classes: "homepage"
header_wrapper_class: "header-frontpage"
---
{{< home-stats >}}
{{< home-news >}}
{{< testimonials class="featured-testimonials text-center row homepage-testimimonials">}}
{{< home-members >}}
{{< home-newsletter >}}
{{< home-eclipse-foundation >}}
\ No newline at end of file
---
title: "Eclipse IoT Adopters"
description: "Eclipse IoT’s community of adopters is growing! Innovative organizations of all sizes and across industry sectors are committed to accelerating the adoption of commercial-grade, production-ready open source technologies developed by the Eclipse IoT community."
header_wrapper_class: "header-alternate-bg-img-1"
layout: "single"
---
## Who is using Eclipse IoT?
Eclipse IoT’s community of adopters is growing! Innovative organizations of all sizes and across industry sectors are committed to accelerating the adoption of commercial-grade, production-ready open source technologies developed by the Eclipse IoT community.
Do you use Eclipse IoT technologies? Show your support for open source by adding your logo to this page. Please open a [pull request](https://github.com/eclipsefdn/iot.eclipse.org#project-adopters) to add your logo below.
{{< adopters >}}
{{< page-adopters >}}
\ No newline at end of file
---
title: "How to be Listed as an Adopter"
description: ""
header_wrapper_class: "header-alternate-bg-img-1"
layout: "single"
---
Does your organization use Eclipse IoT projects? Organizations — whether they are members of the Eclipse Foundation or not — can be listed as Eclipse IoT technology adopters.
Adopters are organizations that voluntarily show their support for the Eclipse IoT projects they have adopted (i.e. shipping commercial products based on the projects and/or using the projects for non-commercial or internal reasons). On this website, adopters are displayed under the [/adopters](/adopters/) virtual path.
You can add your organization logo to our list of adopters by submitting a pull request or by creating an [issue](https://github.com/EclipseFdn/iot.eclipse.org/issues/new?template=adopter_request.md). You can attach files to an issue by dragging and dropping them in the text editor of the form.
If you plan on submitting a pull request, you will need to make the following changes to the website's codebase:
1. Add a colored and a white organization logo to static/assets/images/adoptors. We expect that all submitted logos to be transparent svg.
2. Update the adopter data file: [data/adopters.yml](https://github.com/EclipseFdn/iot.eclipse.org/blob/master/data/adopters.yml) If your organization wishes to express support for multiple projects, you will need to add your organization's YAML definition to the ```adopters``` list of each of the relevant project nodes.
\ No newline at end of file
---
title: "Eclipse IoT Open Testbeds"
description: "Eclipse IoT hosts open testbeds that demonstrate and test commercial and open source components needed to create specific industry solutions."
menu_icon: "package"
layout: testbeds
aliases:
- /testbeds/
---
Industry leaders are **deploying Eclipse IoT technology today**!
Check out testbeds that are currently built by our community and vendor ecosystem.
The Eclipse IoT Open Testbeds are collaborations between vendors and open source communities to demonstrate and test commercial and open source components needed to create specific industry solutions.
\ No newline at end of file
---
title: "Asset Tracking"
description: "The Asset Tracking Management testbed demonstrates how assets with various sensors can be tracked in real-time in order to minimize the cost of lost or damaged parcels."
icon: "crosshair"
---
{{< testbeds/page-asset-tracking >}}
\ No newline at end of file