You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See the [gh-pages](https://w3c.github.io/rdf-tests) branch for the main contents.
4
+
To view (HTML) files can be [read directly](https://w3c.github.io/rdf-tests/).
5
5
6
6
The index.html files are built using a Ruby tool-chain based on the corresponding manifest.ttl files. Update using `rake`. Requires Ruby, rdf-turtle and json-ld gems to be installed.
Copy file name to clipboardExpand all lines: index.html
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -189,16 +189,16 @@ <h1>RDF Test Curation</h1>
189
189
The <ahref="http://json-ld.org/test-suite/">JSON-LD Test Suite</a> is managed through the <ahref="https://github.com/json-ld/json-ld.org/">json-ld/json-ld.org</a> GitHub repository. <ahref="http://github.com/json-ld/json-ld.org/issues">Issues</a> should be filed in that repository.
190
190
</p>
191
191
192
-
<p>The work of the CG is being performed on <ahref="http://github.com/w3c/rdf-tests" target="_blank" rel="external nofollow">GitHub</a>. The list of test suites managed, is available through the <ahref="https://w3c.github.io/rdf-tests/" target="_blank" rel="external nofollow">gh-pages view</a>. The general process followed is the following:</p>
192
+
<p>The work of the CG is being performed on <ahref="http://github.com/w3c/rdf-tests" target="_blank" rel="external nofollow">GitHub</a>. The list of test suites managed, is available through the <ahref="https://w3c.github.io/rdf-tests/" target="_blank" rel="external nofollow">HTML view</a>. The general process followed is the following:</p>
193
193
<ul>
194
194
<li>New test suites may be added via a PR request against the rdf-tests repository, or by filing an issue using the <ahref="http://github.com/w3c/rdf-tests/issues" target="_blank" rel="external nofollow">issue tracker</a> for subsequent activity.</li>
195
195
<li>Proposed changes to a given test suite may be discussed on <ahref="mailto:[email protected]" target="_blank">[email protected]</a> (<ahref="https://lists.w3.org/Archives/Public/public-rdf-tests/" target="_blank">archive</a>), but ultimately should result in an <em>issue</em> being created on the <ahref="http://github.com/w3c/rdf-tests/issues" target="_blank" rel="external nofollow">issue tracker</a>.</li>
196
-
<li>Changes should either be made on a separate fork of the repository, and integrated via pull request, or on a feature branch within the main repository (prefix branch name with “feature-” or “issue-n-“, where “n” is the issue number relating to the proposed update). Any change that results in a functional change to an existing test suite <emclass="rfc2119">MUST</em> be included by consensus of this group, and the related comments group of the associated working group, and <emclass="rfc2119">SHOULD</em> have two implementations which pass the tests. Once consensus is reached, a pull request including this feature branch may be integrated into the main (gh-pages) branch.<br/>
196
+
<li>Changes should either be made on a separate fork of the repository, and integrated via pull request, or on a feature branch within the main repository (prefix branch name with “feature-” or “issue-n-“, where “n” is the issue number relating to the proposed update). Any change that results in a functional change to an existing test suite <emclass="rfc2119">MUST</em> be included by consensus of this group, and the related comments group of the associated working group, and <emclass="rfc2119">SHOULD</em> have two implementations which pass the tests. Once consensus is reached, a pull request including this feature branch may be integrated into the main branch.<br/>
197
197
Note that naming conventions for tests often make conflicting overlaps inevitable, so consider this when naming new tests and formatting the test manifests.</li>
198
-
<li>Some updates, e.g. more extensive updates to the SPARQL test suite, may require branching off of, and merging back into, a separate feature branch, so that a set of changes can be staged before updating the gh-pages branch.</li>
198
+
<li>Some updates, e.g. more extensive updates to the SPARQL test suite, may require branching off of, and merging back into, a separate feature branch, so that a set of changes can be staged before updating the main branch.</li>
199
199
<li>After a changes to a given test suite become stable, a “release” branch can be created to record the state of the test suite at that time.</li>
<li>Implementations can typically access a given test suite using the <ahref="https://w3c.github.io/rdf-tests/" target="_blank" rel="external nofollow">gh-pages view</a>. For example, the Turtle test manifest can be accessed at <ahref="https://w3c.github.io/rdf-tests/turtle/manifest.ttl" rel="external nofollow">https://w3c.github.io/rdf-tests/turtle/manifest.ttl</a>. Accessing test suites though an alternative branch via HTTP requires the use of a different facility, such as <ahref="https://raw.githubusercontent.com/w3c/rdf-tests/gh-pages/turtle/manifest.ttl" target="_blank" rel="external nofollow">https://raw.githubusercontent.com/w3c/rdf-tests/gh-pages/turtle/manifest.ttl</a>, where “gh-pages” is replaced by the appropriate branch name.</li>
201
+
<li>Implementations can typically access a given test suite using the <ahref="https://w3c.github.io/rdf-tests/" target="_blank" rel="external nofollow">HTML view</a>. For example, the Turtle test manifest can be accessed at <ahref="https://w3c.github.io/rdf-tests/turtle/manifest.ttl" rel="external nofollow">https://w3c.github.io/rdf-tests/turtle/manifest.ttl</a>. Accessing test suites though an alternative branch via HTTP requires the use of a different facility, such as <ahref="https://raw.githubusercontent.com/w3c/rdf-tests/main/turtle/manifest.ttl" target="_blank" rel="external nofollow">https://raw.githubusercontent.com/w3c/rdf-tests/main/turtle/manifest.ttl</a>, where “main” is replaced by the appropriate branch name.</li>
202
202
</ul>
203
203
204
204
<p>The group is chaired by <ahref="http://greggkellogg.net/foaf#me">Gregg Kellogg</a>. The W3C staff contact is xxx. If you are member of the Community Group, and you want to gain a “push” right to this repository, please contact <ahref="mailto:[email protected]">[email protected]</a>, providing your github ID.</p>
0 commit comments