-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Alling Readme to template #545
Open
relu91
wants to merge
1
commit into
main
Choose a base branch
from
relu91-patch-1
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,28 @@ | ||
<p align="center"> | ||
<a href="https://w3.org/wot"> | ||
<img alt="Web of Things Homepage" src="https://www.w3.org/WoT/IG/wiki/images/8/8f/WOT-hz.svg" width="300" /> | ||
</a> | ||
</p> | ||
|
||
<p align="center"> | ||
<a href="https://w3c.social/@wot"> | ||
<img alt="Follow on Mastodon" src="https://img.shields.io/mastodon/follow/111609289932468076?domain=https%3A%2F%2Fw3c.social"></a> | ||
<a href="https://twitter.com/W3C_WoT"> | ||
<img alt="X (formerly Twitter) Follow" src="https://img.shields.io/twitter/follow/W3C_WoT"></a> | ||
<a href="https://stackoverflow.com/questions/tagged/web-of-things"> | ||
<img alt="Stack Exchange questions" src="https://img.shields.io/stackexchange/stackoverflow/t/web-of-things?style=plastic"></a> | ||
</p> | ||
|
||
<p align="center"> | ||
<a href="https://www.w3.org/TR/wot-discovery/"> <!-- REC LINK --> | ||
<img alt="Latest REC" src="https://img.shields.io/badge/W3C_REC-Latest-005a9c"></a> | ||
<a href="https://w3c.github.io/wot-discovery/"> <!-- ED LINK --> | ||
<img alt="Latest Editor's Draft" src="https://img.shields.io/badge/Editor's_Draft-Latest-fe914a"></a> | ||
</p> | ||
|
||
# Web of Things (WoT) Discovery | ||
[![Follow on Twitter](https://img.shields.io/twitter/follow/W3C_WoT.svg?label=follow+W3C_WoT)](https://twitter.com/W3C_WoT) | ||
[![Stack Exchange questions](https://img.shields.io/stackexchange/stackoverflow/t/web-of-things?style=plastic)]( https://stackoverflow.com/questions/tagged/web-of-things) | ||
|
||
General information about the Web of Things can be found on https://www.w3.org/WoT/. | ||
General information about the Web of Things can be found at https://www.w3.org/WoT/. | ||
|
||
--- | ||
This is the repository for WoT Discovery discussion and specification development. | ||
|
@@ -15,6 +35,22 @@ In this context, "discovery" is the automated process by which WoT Thing Descrip | |
* [Proposals](proposals/README.md): Detailed feature proposals. | ||
* [Implementations](implementations/README.md): Links to implementations. | ||
|
||
## Logistics | ||
|
||
- Call information: We use the W3C Calendar. You can find the next CALL NAME call at https://www.w3.org/groups/wg/wot/calendar. | ||
- [Wiki](https://www.w3.org/WoT/IG/wiki/WG_WoT_Discovery_WebConf) (contains agenda) | ||
- [Contribution rules](#contributing) | ||
|
||
## Publications | ||
|
||
- [Latest Editor's Draft](https://w3c.github.io/wot-discovery/) (syncs to this repository's main branch) | ||
- Recommendations: | ||
- [Version 1.0](https://www.w3.org/TR/wot-scripting-api/) | ||
- Other deliverables: | ||
- [Implementation report](https://w3c.github.io/wot-discovery/testing/report.html) | ||
|
||
## Contributing | ||
|
||
To propose changes, create a PR following the procedures given in the [wot repo](https://github.com/w3c/wot). | ||
Also please create issues to note problems in the current content for which a solution is needed (ideally | ||
issues propose a suitable solution. It should also be clear under what condition issues have been resolved | ||
|
@@ -35,6 +71,8 @@ which results in truncated labels, so make sure to embed fonts. | |
For drawio a | ||
[desktop installation](https://github.com/jgraph/drawio-desktop) is also available. | ||
|
||
The latest editor's draft is available [here](https://w3c.github.io/wot-discovery/). | ||
## Known Implementations | ||
|
||
The latest Implementation Report is available [here](https://w3c.github.io/wot-discovery/testing/report.html). | ||
The W3C WoT collects known implementations at <https://www.w3.org/WoT/developers/>. Implementations of Discovery are found under categories | ||
"TD Directory (TDD) Implementations", "Runtime Implementations for TD Consumers" and "Runtime Implementations for TD Exposers". Further information | ||
can also be found in the [implementations](implementations/README.md) folder. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. These are pretty outdated. I suggest removing this file and maintaining the implementations in one place only. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Ok, good point 👍🏻 |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure how useful it is to mention the heading titles. Is anyone going to read these here and try to find them there? Will anyone update the heading titles here if they change over time?
IMO, the developers page should have better grouping or labeling to make it clear which of those implement the discovery spec.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I found that pretty weird too, but I was trying to be as close as possible to the template to avoid inconsistencies. We should mention this point in wot main repository and update the template.