msgpack.org
July 13, 2015 ยท View on GitHub
This repository manages msgpack.org website.
Publishing your msgpack project to msgpack.org
The list of msgpack projects on the msgpack.org website is generated automatically.
A crawler searches Github repositories with a specific tag and put their summary to the website.
How to list up your project on msgpack.org
- Add the keyword
msgpack.org[ProjctName]to description of your github repositoryProjectNameis typically name of a programming language such asruby
- Add one of following files to the root directory of your github repository:
- msgpack.org.md
- README.md
- README.markdown
- README.rdoc
- README.rst
- README
- Wait a moment. The crawler visits your github repository every hour.
The crawler copies content of a file to msgpack.org website. Former file name has priority (msgpack.org.md > README.md > ...).