Skip to content

suma/website-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

175 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

msgpack.org

This repository manages msgpack.org website.

Publishing your msgpack implementation to msgpack.org

The list of msgpack implementations on the msgpack.org website is generated automatically.

A crowler searches Github repositories to find specific repositories and put summary documents to the website.

How to list up your implementation on msgpack.org

  1. Add the keyword msgpack.org[ProjctName] to description of your github repository
    • ProjectName is typically programming language name 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 visits your github repository every hour.
  4. Your implementation will be listed to the website

The crowler copies content of a file to msgpack.org website. Former file name has priority (msgpack.org.md > README.md > ...).

Examples

About

http://msgpack.org/

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 54.3%
  • CSS 43.7%
  • Ruby 2.0%