Skip to content

Commit 9960e9d

Browse files
authored
Merge pull request #300 from TallTed/patch-1
minor fixes of README.md
2 parents e7f5864 + 913879e commit 9960e9d

1 file changed

Lines changed: 16 additions & 14 deletions

File tree

README.md

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
We must be able to support data interoperability across applications while enabling secure collaboration and query using intuitive data boundaries.
88

9-
Diversity in how the same data will be accessed and manipulated by different entities and applications exacerbates the need for reliable mechanisms that protect against data corruption, data leakage, or broken workflows
9+
Diversity in how the same data will be accessed and manipulated by different entities and applications increases the need for reliable mechanisms that protect against data corruption, data leakage, or broken workflows
1010

1111
Standard methods and mechanisms for interoperability, collaboration, and security of data in a Solid Pod must realize these needs, and it must be done without changing the fundamentals of Solid.
1212

@@ -16,14 +16,15 @@ Read our stated [Problems and Goals](problems-and-goals.md) for an in-depth unde
1616

1717
### Solid Application Interoperability
1818

19-
* **Specification** - [Source](https://github.com/solid/data-interoperability-panel/tree/master/proposals/specification) - [Rendered](https://solid.github.io/data-interoperability-panel/specification/)
20-
* **Application Primer** - [Source](https://github.com/solid/data-interoperability-panel/tree/master/proposals/primer/application.bs) - [Rendered](https://solid.github.io/data-interoperability-panel/primer/application.html)
21-
* **Authorization Agent Primer** - [Source](https://github.com/solid/data-interoperability-panel/tree/master/proposals/primer/authorization-agent.bs) - [Rendered](https://solid.github.io/data-interoperability-panel/primer/authorization-agent.html)
19+
* **Specification** [Source](https://github.com/solid/data-interoperability-panel/tree/master/proposals/specification) [Rendered](https://solid.github.io/data-interoperability-panel/specification/)
20+
* **Application Primer** [Source](https://github.com/solid/data-interoperability-panel/tree/master/proposals/primer/application.bs) [Rendered](https://solid.github.io/data-interoperability-panel/primer/application.html)
21+
* **Authorization Agent Primer** [Source](https://github.com/solid/data-interoperability-panel/tree/master/proposals/primer/authorization-agent.bs) [Rendered](https://solid.github.io/data-interoperability-panel/primer/authorization-agent.html)
2222
* **Resources**
23-
* [Application Interoperability Walkthrough - Part 1](https://solid-interop-public.s3.amazonaws.com/application-interoperability-walkthrough-part-1.mp4) (VIDEO)
24-
* [Application Interoperability Walkthrough - Part 2](https://solid-interop-public.s3.amazonaws.com/application-interoperability-walkthrough-part-2.mp4) (VIDEO)
23+
* [Application Interoperability Walkthrough Part 1](https://solid-interop-public.s3.amazonaws.com/application-interoperability-walkthrough-part-1.mp4) (VIDEO)
24+
* [Application Interoperability Walkthrough Part 2](https://solid-interop-public.s3.amazonaws.com/application-interoperability-walkthrough-part-2.mp4) (VIDEO)
2525

2626
#### Current targets
27+
2728
- Publish 1.0 Draft of Application Interoperability Specification
2829
- Publish 1.0 Draft of Application Primer
2930
- Publish 1.0 Draft of Authorization Agent Primer
@@ -33,11 +34,12 @@ Read our stated [Problems and Goals](problems-and-goals.md) for an in-depth unde
3334

3435
### Shape Trees
3536

36-
* **Specification** - [Source](https://github.com/shapetrees/specification) - [Rendered](https://shapetrees.org/TR/specification/index.html)
37-
* **Library** - [Source](https://github.com/shapetrees/shapetree.js)
38-
* **Test Suite** - [Source](https://github.com/shapetrees/test-suite)
37+
* **Specification** [Source](https://github.com/shapetrees/specification) [Rendered](https://shapetrees.org/TR/specification/index.html)
38+
* **Library** [Source](https://github.com/shapetrees/shapetree.js)
39+
* **Test Suite** [Source](https://github.com/shapetrees/test-suite)
3940

4041
#### Current targets
42+
4143
- Publish 1.0 Draft of Shape Trees Specification
4244
- Publish 1.0 Draft of Shape Trees Primer
4345
- Complete Typescript Shape Tree Implementation
@@ -47,20 +49,20 @@ Read our stated [Problems and Goals](problems-and-goals.md) for an in-depth unde
4749

4850
## Completed Initiatives
4951

50-
[Resource Metadata](https://github.com/solid/data-interoperability-panel/tree/master/archive/resource-metadata) - Resource Metadata was [submitted](solid/specification#156) as a candidate proposal to the solid/specification. It was renamed to Auxiliary Resources during Editorial Review.
52+
[Resource Metadata](https://github.com/solid/data-interoperability-panel/tree/master/archive/resource-metadata) Resource Metadata was [submitted](https://github.com/solid/specification/pull/156) as a candidate proposal to the [`solid/specification`](https://github.com/solid/specification/). It was renamed to Auxiliary Resources during Editorial Review.
5153

5254
## Meetings
5355

54-
Panel meetings are held every other Monday at 3:00PM UTC (10:00AM Eastern / 4:00PM Central European). This bi-weekly schedule started on November 21st 2022; the latest meeting date can be found in the [minutes](https://github.com/solid/data-interoperability-panel/blob/master/meetings/). Every meeting will be announced on [gitter](https://gitter.im/solid/data-interoperability-panel), together with its agenda.
56+
Panel meetings are held every other Monday at 3:00PM UTC (10:00AM Eastern / 4:00PM Central European). This bi-weekly schedule started on November 21st 2022; the latest meeting date can be found in the [minutes](https://github.com/solid/data-interoperability-panel/blob/master/meetings/). Every meeting is announced on [Gitter/Matrix](https://gitter.im/solid/data-interoperability-panel), together with its agenda.
5557

5658
Meeting URL: https://meet.jit.si/solid-data-interoperability
5759

58-
Panel meeting minutes are recorded live and are [available here](https://github.com/solid/data-interoperability-panel/blob/master/meetings/)
60+
Panel meeting minutes are recorded live (barring objection by any participant) and are [available here](https://github.com/solid/data-interoperability-panel/blob/master/meetings/).
5961

6062
## Process
6163

6264
Initiative proposals must be [submitted as issues](https://github.com/solid/data-interoperability-panel/issues/new), and receive support from members of the panel. At least three panelists (not including the panelist proposing the project) must support creation of the project, with no panel members actively rejecting it. Initiative proposals with support will be prioritized and undertaken by the panel.
6365

64-
Substantive changes submitted to active panel initiatives should be submitted as pull requests, and should receive at least two approved reviews from panelists, with no one actively rejecting.
66+
Substantive changes submitted to active panel initiatives should be submitted as pull requests, and should receive at least two review approvals from panelists, with no one actively rejecting.
6567

66-
Panel members should work together to settle deadlocks. It may be helpful to request the perspective of a Solid Editor that would ultimately be responsible for accepting submitted candidate proposals to settle deadlocks.
68+
Panel members should work together to settle deadlocks. It may be helpful to request the perspective of a Solid Editor who would ultimately be responsible for accepting submitted candidate proposals to settle deadlocks.

0 commit comments

Comments
 (0)