We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent7ae6228 commita596e89Copy full SHA for a596e89
csdb/README.md
@@ -24,6 +24,15 @@ Anyone is welcome to write applications or web pages that access the snippets in
24
25
The collection data format is fully documented in the file`collection-format.html` in the`docs` directory.
26
27
+##Releases
28
+
29
+Releases can be found on the`releases` tab on the GitHub project page.
30
31
+Each release comprises two zip files, as follows (replace`X.Y.X` in the file names with the release version number):
32
33
+*`csdb-vX.Y.Z-data.zip` - contains all the data in the collection required by applications that access that collection.
34
+*`csdb-vX.Y.Z-docs.zip` - contains the documentation developers need to understand the structure of the data.
35
36
##Change Log
37
38
The project's change log can be found in`CHANGELOG.md` in the collection's base directory.