Skip to content

Commit 4e5736d

Browse files
committed
Updated README.md with links to spec etc
1 parent cc9005b commit 4e5736d

File tree

1 file changed

+21
-2
lines changed

1 file changed

+21
-2
lines changed

README.md

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,23 @@
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/).

0 commit comments

Comments
 (0)