Members of the OASIS Open Data Protocol (OData) Technical Committee create and manage technical content in this TC GitHub repository ( https://github.com/oasis-tcs/odata-specs ) as part of the TC's chartered work (i.e., the program of work and deliverables described in its charter).
OASIS TC GitHub repositories, as described in GitHub Repositories for OASIS TC Members' Chartered Work, are governed by the OASIS TC Process, IPR Policy, and other policies, similar to TC Wikis, TC JIRA issues tracking instances, TC SVN/Subversion repositories, etc. While they make use of public GitHub repositories, these TC GitHub repositories are distinct from OASIS Open Repositories, which are used for development of open source licensed content.
The purpose of this repository is to maintain Markdown sources for draft revisions of the OData core and extension specifications.
As stated in this repository's CONTRIBUTING file, contributors to this repository are expected to be Members of the OASIS OData TC, for any substantive change requests. Anyone wishing to contribute to this GitHub project and participate in the TC's technical activity is invited to join as an OASIS TC Member. Public feedback is also accepted, subject to the terms of the OASIS Feedback License.
Please see the LICENSE file for description of the license terms and OASIS policies applicable to the TC's work in this GitHub project. Content in this repository is intended to be part of the OData TC's permanent record of activity, visible and freely available for all to use, subject to applicable OASIS policies, as presented in the repository LICENSE file.
Please send questions or comments about OASIS TC GitHub repositories to Project Administration. For questions about content in this repository, please contact the TC Chair or Co-Chairs as listed on the the OData TC's home page.
Documents are generated from a Markdown source using Node.js modules described here.
To view mathematical formulas, install pandoc as explained in the section on Document Conventions. This is invoked by the Node.js module lib/pandoc.js
.
Clone this repository, run npm install
and npm start
to start a Node.js server and access the HTML pages at, for example, http://localhost:8080/odata-data-aggregation-ext
(see lib/server.js
).
Run npm run build
to build HTML and Markdown files for publication on github.io (see lib/build.js
).
Run npm run pdf
to convert the HTML files into PDF files (using puppeteer, see lib/pdf.js
).
- Check MD/HTML for broken and inconsistent links (similar to what we currently do with the
ExtractHyperlinksToExcel
Word macro)- Check for use of undefined anchors
- Check for hyperlinks with the same link target and different texts
- Check for hyperlinks with the same text and different link targets