Note: This repository contains archived historical material produched in Digital Health Revolution project. This repository is mainteined only for informational reasons and repository is not actively maintained so it may contain dead links. Current version can be found from https://github.com/mydata-sdk/mydata-docs/
This page documents the workflow for contributing to the future revisions of the specifications. For reading and downloading the latest release see. http://github.com/mydata-sdk/mydata-stack-1.x
- Read the specification at: http://github.com/mydata-sdk/mydata-stack-1.x/stack.html
- Join the chat at: https://gitter.im/mydata-stack/Lobby
- Suggest changes with Github issues: https://github.com/mydata-sdk/mydata-stack-1.x/issues
- Comment and suggest changes directly: http://bit.ly/sourcemarkdown
- Contact: Harri Honko (harri.honko@tut.fi) or Antti Poikola (antti.poikola@hiit.fi)
Edit stack.bs source file using the W3C bikeshed Markdown syntax
Test that the source converts to html witout errors either:
A) Copy the link: http://bit.ly/mydata2html to “Load from URL” in here: https://api.csswg.org/bikeshed
OR
B) Run on your command-line the following curl command:
curl https://api.csswg.org/bikeshed/ -F url=http://bit.ly/mydata2html > stack.tmp.html
git clone https://github.com/mydata-sdk/mydata-stack-1.x.git
Download the plain txt stack.bs -file from Google Drive to the created mydata-stack folder (replace the older version of the file)
Create the html file from stack.bs with curl:
curl https://api.csswg.org/bikeshed/ -F file=@stack.bs > stack.html
Test locally how the html file looks like and if OK commit and push:
git add stack.bs stack.html
git commit -m 'YOUR COMMIT MESSAGE'
git push
New version should be now visible in: http://github.com/mydata-sdk/mydata-stack-1.x/stack.html