The iot.eclipse.org website is generated with Hugo.
Eclipse IoT provides the technology needed to build IoT Devices, Gateways, and Cloud Platforms.
Install dependencies, build website and start a simple webserver:
npm install
hugo server- Fork the EclipseFdn/iot.eclipse.org repository
- Clone repository:
git clone https://github.com/[your_github_username]/iot.eclipse.org.git - Create your feature branch:
git checkout -b my-new-feature - Commit your changes:
git commit -m 'Add some feature' -s - Push feature branch:
git push origin my-new-feature - Submit a pull request
Here are quick instructions on how to use the eclipsefdn-adopters.js:
Add the following scripts to the section of the page
Include plugin's JS:
<script src="//iot.eclipse.org/assets/js/eclipsefdn.adopters.js"></script>Call the plugin:
<script>
eclipseFdnAdopters.getList({
project_id: "[project_id]"
});
</script>
Create an HTML element containing the chosen selector:
<div class="eclipsefdn-adopters"></div>
- By default, the selector's value is
<script>
eclipseFdnAdopters.getList({
project_id: "[project_id]",
selector: ".eclipsefdn-adopters",
ul_classes: "list-inline",
logo_white: false
});
</script>
| Attribute | Type | Default | Description |
|---|---|---|---|
project_id |
String | |
Select adopters from a specific project ID. |
selector |
String | .eclipsefdn-adopters |
Define the selector that the plugin will insert adopters into. |
ul_classes |
String | |
Define classes that will be assigned to the ul element. |
logo_white |
Boolean | false |
Whether or not we use the white version of the logo. |
This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0 which is available at http://www.eclipse.org/legal/epl-2.0.
SPDX-License-Identifier: EPL-2.0
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.
Christopher Guindon (Eclipse Foundation)
Eric Poirier (Eclipse Foundation)
- Eclipse® is a Trademark of the Eclipse Foundation, Inc.
- Eclipse Foundation is a Trademark of the Eclipse Foundation, Inc.
Copyright 2018 the Eclipse Foundation, Inc. and the iot.eclipse.org o authors. Code released under the Eclipse Public License Version 2.0 (EPL-2.0).