-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
138 lines (133 loc) · 6.5 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width"/>
<title>ShEx on GitHub</title>
<link rel="stylesheet" href="css/wgio.min.css"/>
<style>
th { text-align: center; min-width: 5em; }
th:nth-child(1) { text-align: right; }
tr.data:nth-child(odd) { background-color: #f7f7f7; }
td { text-align: center; }
td:nth-child(1) { text-align: right; }
</style>
</head>
<body>
<header>
<h1>ShEx on GitHub</h1>
</header>
<p>
The purpose of this page is to progressively list the resources useful when working on
ShEx projects using GitHub.
</p>
<ul>
<li><a href="semantics">semantics</a></li>
<li><a href="ns/shex.html">namespace</a></li>
<li><a href="https://github.com/shexSpec/shexTest">test suite</a></li>
<li><a href="test-suite">older test suite</a> (<a href="https://github.com/shexSpec/test-suite">repo</a>)</li>
<li><a href="extensions">extensions repo</a></li>
<li><a href="https://github.com/shexSpec/grammar">ANTLR and BNF Grammars</a>, <a href="http://www.w3.org/2005/01/yacker/uploads/ShEx3?lang=perl&amp;markup=html#productions">yacker model</a></li>
<li><a href="https://github.com/shexSpec/shex.js">javascript repo</a></li>
</ul>
<p>
If you are looking for a specific project, you can consult the
<a href="https://github.com/shexSpec/">list of repositories</a>.
</p>
<table>
<thead>
<tr><th>repo</th><th>issues</th><th>PRs</th><th>wiki</th></tr>
</thead>
<tbody>
<tr class="data">
<td><a href="https://github.com/shexSpec/shex">ShEx language issues</a></td>
<td><a href="https://github.com/shexSpec/shex/issues">☑</a></td>
<td><a href="https://github.com/shexspec/shex/pulls">☐</a></td>
<td><a href="https://github.com/shexspec/shex/wiki">☐</a></td>
</tr>
</tbody>
<tbody>
<tr class="header"><th colspan="1">Specifications</th><th colspan="3"></th></tr>
<tr class="data">
<td><a href="https://github.com/shexSpec/shexTest">ShEx test suite</a></td>
<td><a href="https://github.com/shexspec/shexTest/issues">☐</a></td>
<td><a href="https://github.com/shexspec/shexTest/pulls">☐</a></td>
<td><a href="https://github.com/shexSpec/shexTest/wiki">☑</a></td>
</tr>
<tr class="data">
<td><a href="https://github.com/shexSpec/spec">ShEx Specification</a></td>
<td><a href="https://github.com/shexspec/spec/issues">☐</a></td>
<td><a href="https://github.com/shexspec/spec/pulls">☐</a></td>
<td><a href="https://github.com/shexspec/spec/wiki">☐</a></td>
</tr>
<tr class="data">
<td><a href="https://github.com/shexSpec/primer">Shape Expression Primer</a></td>
<td><a href="https://github.com/shexspec/primer/issues">☐</a></td>
<td><a href="https://github.com/shexspec/primer/pulls">☐</a></td>
<td><a href="https://github.com/shexspec/primer/wiki">☐</a></td>
</tr>
<tr class="data">
<td><a href="https://github.com/shexSpec/semantics">ShEx semantics</a></td>
<td><a href="https://github.com/shexspec/semantics/issues">☐</a></td>
<td><a href="https://github.com/shexspec/semantics/pulls">☐</a></td>
<td><a href="https://github.com/shexspec/semantics/wiki">☐</a></td>
</tr>
<tr class="data">
<td><a href="https://github.com/shexSpec/grammar">ShEx grammar</a></td>
<td><a href="https://github.com/shexspec/grammar/issues">☐</a></td>
<td><a href="https://github.com/shexSpec/grammar/pulls">☑</a></td>
<td><a href="https://github.com/shexspec/grammar/wiki">☐</a></td>
</tr>
<tr class="data">
<td><a href="https://github.com/shexSpec/extensions">ShEx extensions</a></td>
<td><a href="https://github.com/shexspec/extensions/issues">☐</a></td>
<td><a href="https://github.com/shexSpec/extensions/pulls">☑</a></td>
<td><a href="https://github.com/shexspec/extensions/wiki">☐</a></td>
</tr>
</tbody>
<tbody>
<tr class="header"><th colspan="1">Web Sites</th><th colspan="3"></th></tr>
<tr class="data">
<td><a href="https://github.com/shexSpec/shexspec.github.io">shexspec.github.io web site </a></td>
<td><a href="https://github.com/shexspec/shexspec.github.io/issues">☐</a></td>
<td><a href="https://github.com/shexspec/shexspec.github.io/pulls">☐</a></td>
<td><a href="https://github.com/shexspec/shexspec.github.io/wiki">☐</a></td>
</tr>
<tr class="data">
<td><a href="https://github.com/shexSpec/shex.io">shex.io web site</a></td>
<td><a href="https://github.com/shexspec/shex.io/issues">☐</a></td>
<td><a href="https://github.com/shexspec/shex.io/pulls">☐</a></td>
<td><a href="https://github.com/shexspec/shex.io/wiki">☐</a></td>
</tr>
</tbody>
<tbody>
<tr class="header"><th colspan="1">Implementations</th><th colspan="3"></th></tr>
<tr class="data">
<td><a href="https://github.com/shexSpec/shex.js">shex.js javascript package</a></td>
<td><a href="https://github.com/shexSpec/shex.js/issues">☑</a></td>
<td><a href="https://github.com/shexSpec/shex.js/pulls">☑</a></td>
<td><a href="https://github.com/shexSpec/shex.js/wiki">☑</a></td>
</tr>
</tbody>
<tbody>
<tr class="header"><th colspan="1">Old stuff</th><th colspan="3"></th></tr>
<tr class="data">
<td><a href="https://github.com/shexSpec/examples">Examples of Shape Expressions</a></td>
<td><a href="https://github.com/shexspec/examples/issues">☐</a></td>
<td><a href="https://github.com/shexspec/examples/pulls">☐</a></td>
<td><a href="https://github.com/shexspec/examples/wiki">☐</a></td>
</tr>
<tr class="data">
<td><a href="https://github.com/shexSpec/test-suite">obsolete ShEx test suite</a></td>
<td><a href="https://github.com/shexspec/test-suite/issues">☐</a></td>
<td><a href="https://github.com/shexspec/test-suite/pulls">☐</a></td>
<td><a href="https://github.com/shexspec/test-suite/wiki">☐</a></td>
</tr>
</tbody>
</table>
<footer>
<p>
</p>
</footer>
</body>
</html>