The State Decoded
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) m |
Dan Tobias (Talk | contribs) |
||
Line 5: | Line 5: | ||
'''[[The State Decoded]]''' is an open-source platform for making the text of laws available online. It uses an [[XML]] format for storing the laws, and has an API for access. | '''[[The State Decoded]]''' is an open-source platform for making the text of laws available online. It uses an [[XML]] format for storing the laws, and has an API for access. | ||
− | == File format documentation == | + | == File format and API documentation == |
* [http://statedecoded.github.io/documentation/xml-format.html The State Decoded XML format] | * [http://statedecoded.github.io/documentation/xml-format.html The State Decoded XML format] | ||
+ | * [http://statedecoded.github.io/documentation/api.html API documentation] | ||
== Other links == | == Other links == | ||
Line 13: | Line 14: | ||
* [https://github.com/statedecoded/statedecoded Source code repository] | * [https://github.com/statedecoded/statedecoded Source code repository] | ||
* [https://github.com/statedecoded/documentation/tree/gh-pages Documentation repository] | * [https://github.com/statedecoded/documentation/tree/gh-pages Documentation repository] | ||
+ | * [https://github.com/statedecoded/statedecoded-assets Assets repository] | ||
[[Category:XML based file formats]] | [[Category:XML based file formats]] |
Revision as of 13:52, 18 November 2013
The State Decoded is an open-source platform for making the text of laws available online. It uses an XML format for storing the laws, and has an API for access.