activity/README.md

31 行
1.0 KiB
Markdown
Raw 通常表示 履歴

2018-01-24 08:00:59 +09:00
# activity
`go get github.com/go-fed/activity`
This repository contains three libraries for use in your golang applications:
* An ActivityStreams Vocabulary library
* A convenience library for the ActivityStreams Vocabulary
* ActivityPub Social API (Client-to-Server) and Federation Protocol
(Server-to-Server).
## Status
* ActivityStreams Vocabulary: Polishing needed.
* ActivityStreams Convenience Library: Polishing needed.
* ActivityPub: Under development.
## Useful References
* [ActivityPub Specification](https://www.w3.org/TR/activitypub)
* [ActivityPub GitHub Repo](https://github.com/w3c/activitypub)
* [ActivityStreams Core Specification](https://www.w3.org/TR/activitystreams-core)
* [ActivityStreams Vocabulary Specification](https://www.w3.org/TR/activitystreams-vocabulary)
* [ActivityStreams GitHub Repo](https://github.com/w3c/activitystreams)
## Thanks
I would like to thank those that have worked hard to create the technologies
and standards that created the opportunity to implement this suite of
libraries.