File tree Expand file tree Collapse file tree 1 file changed +21
-2
lines changed Expand file tree Collapse file tree 1 file changed +21
-2
lines changed Original file line number Diff line number Diff line change 1- csv-schema
1+ CSV Schema
22==========
33
4- CSV Schema
4+ A Schema Language for CSV (Comma Separated Value) files.
5+
6+ This repository holds the code for creating the CSV Schema specification document, which
7+ is then published as HTML. The Schema language is formally expressed in EBNF.
8+
9+ You can find the the documentation and latest published specification here:
10+ http://digital-preservation.github.io/csv-schema .
11+
12+
13+ Repository Organisation
14+ -----------------------
15+ * ` master ` branch holds the source code for producing the specification.
16+
17+ * ` gh-pages ` holds the documentation and copies of each published version of the specification.
18+
19+ * There is one tag from master each time a version of the specification is published. The tag name reflects
20+ the specification version number.
21+
22+
23+ Released under the [ Mozilla Public Licence version 2.0] ( http://www.mozilla.org/MPL/2.0/ ) .
You can’t perform that action at this time.
0 commit comments