提交 6a215461 编写于 作者: 麦壳饼's avatar 麦壳饼

credits.en.md

上级 a180bb69
......@@ -2,29 +2,18 @@
title: "IotSharp"
---
# IotSharp
[IotSharp](http://github.com/iotsharp/IotSharp) is a theme for [Hugo](https://gohugo.io/), a fast and modern static website engine written in Go. Where Hugo is often used for blogs, this multilingual-ready theme is **fully designed for documentation**.
This theme is a partial porting of the [Learn theme](http://learn.getgrav.org/) of [Grav](https://getgrav.org/), a modern flat-file CMS written in PHP.
# IotSharp
{{% notice tip %}}
aaaaaaaaaa
{{% /notice %}}
IoTSharp is a. Net Core Open Source IoT Foundation platform that supports HTTP, MQTT protocols, attribute data, and telemetry data protocols with simple types and rich, and is the cornerstone of your IoT system building.
![Screenshot](https://github.com/matcornic/hugo-theme-learn/raw/master/images/screenshot.png?width=40pc&classes=shadow)
{{% notice tip %}}
The Web UI interface has not yet been developed, so after deployment, only the API and Swagger interface, there is no other content. If you are interested in developing a Web version of the UI, you can join the <https://github.com/IoTSharp/IoTSharp.ClientApp>
## Contribute to this documentation
Feel free to update this content, just click the **Edit this page** link displayed on top right of each page, and pullrequest it
If you like the desktop version of the interface, you can join the <https://github.com/IoTSharp/Cicada>
{{% notice info %}}
Your modification will be deployed automatically when merged.
{{% /notice %}}
## Documentation website
This current documentation has been statically generated with Hugo with a simple command : `hugo -t hugo-theme-learn` -- source code is [available here at GitHub](https://github.com/matcornic/hugo-theme-learn)
{{% notice note %}}
Automatically published and hosted thanks to [Netlify](https://www.netlify.com/). Read more about [Automated HUGO deployments with Netlify](https://www.netlify.com/blog/2015/07/30/hosting-hugo-on-netlifyinsanely-fast-deploys/)
{{% /notice %}}
\ No newline at end of file
\ No newline at end of file
......@@ -9,20 +9,20 @@ Thanks to them <i class="fas fa-heart"></i> for making Open Source Software a be
{{% ghcontributors "https://api.github.com/repos/iotsharp/iotsharp/contributors?per_page=100" %}}
And a special thanks to [@vjeantet](https://github.com/vjeantet) for his work on [docdock](https://github.com/vjeantet/hugo-theme-docdock), a fork of hugo-theme-learn. v2.0.0 of this theme is inspired by his work.
## Packages and libraries
* [mermaid](https://knsv.github.io/mermaid) - generation of diagram and flowchart from text in a similar manner as markdown
* [font awesome](http://fontawesome.io/) - the iconic font and CSS framework
* [jQuery](https://jquery.com) - The Write Less, Do More, JavaScript Library
* [lunr](https://lunrjs.com) - Lunr enables you to provide a great search experience without the need for external, server-side, search services...
* [horsey](https://bevacqua.github.io/horsey/) - Progressive and customizable autocomplete component
* [MQTTnet](https://github.com/chkr1011/MQTTnet) - MQTTnet is a high performance .NET library for MQTT based communication. It provides a MQTT client and a MQTT server (broker). The implementation is based on the documentation from <http://mqtt.org/>.
* [NSwag.AspNetCore](https://github.com/RicoSuter/NSwag/) - The Swagger/OpenAPI toolchain for .NET, ASP.NET Core and TypeScript. [http://NSwag.org](http://nswag.org/)
* [QuartzHostedService](https://github.com/mukmyash/QuartzHostedService) - Wrapper above [Quartz.NET] (<https://github.com/quartznet/quartznet>) for .NET Core.
* [Quartz.NET](https://github.com/quartznet/quartznet) Quartz Enterprise Scheduler .NET
* [clipboard.js](https://zenorocha.github.io/clipboard.js) - copy text to clipboard
* [highlight.js](https://highlightjs.org) - Javascript syntax highlighter
* [modernizr](https://modernizr.com) - A JavaScript toolkit that allows web developers to use new CSS3 and HTML5 features while maintaining a fine level of control over browsers that don't support
## Tooling
* [Netlify](https://www.netlify.com) - Continuous deployement and hosting of this documentation
* [Hugo](https://gohugo.io/)
* [dotnet-packaging](https://github.com/qmfrederik/dotnet-packaging) - Extensions for the .NET Core CLI which help packaging and publishing .NET Core applications
---
title: Credits
disableToc: true
---
## Contributors
## 贡献者
Thanks to them <i class="fas fa-heart"></i> for making Open Source Software a better place !
{{% ghcontributors "https://api.github.com/repos/iotsharp/iotsharp/contributors?per_page=100" %}}
And a special thanks to [@vjeantet](https://github.com/vjeantet) for his work on [docdock](https://github.com/vjeantet/hugo-theme-docdock), a fork of hugo-theme-learn. v2.0.0 of this theme is inspired by his work.
## 引用的包和库
- [MQTTnet](https://github.com/chkr1011/MQTTnet) - MQTTnet is a high performance .NET library for MQTT based communication. It provides a MQTT client and a MQTT server (broker). The implementation is based on the documentation from <http://mqtt.org/>.
- [NSwag.AspNetCore](https://github.com/RicoSuter/NSwag/) - The Swagger/OpenAPI toolchain for .NET, ASP.NET Core and TypeScript. [http://NSwag.org](http://nswag.org/)
- [QuartzHostedService](https://github.com/mukmyash/QuartzHostedService) - Wrapper above [Quartz.NET] (<https://github.com/quartznet/quartznet>) for .NET Core.
- [Quartz.NET](https://github.com/quartznet/quartznet) Quartz Enterprise Scheduler .NET
## Packages and libraries
* [mermaid](https://knsv.github.io/mermaid) - generation of diagram and flowchart from text in a similar manner as markdown
* [font awesome](http://fontawesome.io/) - the iconic font and CSS framework
* [jQuery](https://jquery.com) - The Write Less, Do More, JavaScript Library
* [lunr](https://lunrjs.com) - Lunr enables you to provide a great search experience without the need for external, server-side, search services...
* [horsey](https://bevacqua.github.io/horsey/) - Progressive and customizable autocomplete component
* [clipboard.js](https://zenorocha.github.io/clipboard.js) - copy text to clipboard
* [highlight.js](https://highlightjs.org) - Javascript syntax highlighter
* [modernizr](https://modernizr.com) - A JavaScript toolkit that allows web developers to use new CSS3 and HTML5 features while maintaining a fine level of control over browsers that don't support
## 工具
## Tooling
- [dotnet-packaging](https://github.com/qmfrederik/dotnet-packaging) - Extensions for the .NET Core CLI which help packaging and publishing .NET Core applications
* [Netlify](https://www.netlify.com) - Continuous deployement and hosting of this documentation
* [Hugo](https://gohugo.io/)
......@@ -3,5 +3,5 @@ title: Showcase
disableToc: true
---
#### [TAT](https://ovh.github.io/tat/overview/) by OVH
#### Come soon
---
title: Vitrine
disableToc: true
slug: vitrine
---
#### [TAT](https://ovh.github.io/tat/overview/) par OVH
!
\ No newline at end of file
就快有了。
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册