https://github.com/msgpack/website
http://msgpack.org/
https://github.com/msgpack/website
Last synced: about 2 months ago
JSON representation
http://msgpack.org/
- Host: GitHub
- URL: https://github.com/msgpack/website
- Owner: msgpack
- Created: 2010-03-19T03:13:38.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2024-06-30T16:10:14.000Z (over 1 year ago)
- Last Synced: 2025-04-12T22:08:52.604Z (11 months ago)
- Language: HTML
- Homepage: http://msgpack.org/
- Size: 91.1 MB
- Stars: 59
- Watchers: 21
- Forks: 33
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# msgpack.org
This repository manages [msgpack.org website](http://msgpack.org/).
## Publishing your msgpack project to msgpack.org
The list of msgpack projects on the [msgpack.org website](http://msgpack.org/) is generated automatically.
[A crawler](https://github.com/msgpack/website/blob/master/update-index.rb) searches Github repositories
with a specific tag and put their summary to the website.
## How to list up your project on msgpack.org
1. Add the keyword ```msgpack.org[ProjctName]``` to description of your github repository
* ```ProjectName``` is typically name of a programming language such as ```ruby```
2. Add one of following files to the root directory of your github repository:
1. msgpack.org.md
2. README.md
3. README.markdown
4. README.rdoc
5. README.rst
6. README
3. Wait a moment. [The crawler](https://github.com/msgpack/website/blob/master/update-index.rb) 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``` > ...).
## Examples
* https://github.com/msgpack/msgpack-java
* https://github.com/msgpack/msgpack-ruby