Skip to content

Commit

Permalink
Include more links to go-fed.org and official reports
Browse files Browse the repository at this point in the history
  • Loading branch information
cjslep committed Aug 19, 2018
1 parent 46d5573 commit 2f2858f
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ This library is biased. It forgoes understanding JSON-LD in exchange for static
typing. It provides a large amount of default behavior to let Social,
Federated, or both kinds of ActivityPub applications just work.

The [go-fed.org](https://go-fed.org) website has a tutorial. It also hosts godoc
documentation for every version of this library.

## Status

**0.2.0** ([Semantic Versioning](https://semver.org/))
Expand Down
9 changes: 5 additions & 4 deletions pub/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,8 @@ packages are being used, these interfaces will be natively supported.

## Other Considerations

This library does not have an implementation report generated... yet! Once it is
available, it will be linked here. Furthermore, the test server will also be an
excellent tutorial resource. Unfortunately such a resource does not exist...
yet!
Please see the README for `go-fed/activity` for the status of the latest
official implementation report.

The [go-fed.org](https://go-fed.org) website has a tutorial and documentation
for this library.
3 changes: 3 additions & 0 deletions streams/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ This library is entirely code-generated by the
tool. Run `go generate` to refresh the library, which requires `$GOPATH/bin` to
be on your `$PATH`.

The [go-fed.org](https://go-fed.org) website has a tutorial. It also hosts godoc
documentation for every version of this library.

## What it does

This library provides a `Resolver`, which is simply a collection of callbacks
Expand Down
3 changes: 3 additions & 0 deletions vocab/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ This library is entirely code-generated by the `tools/vocab/gen` library
and `tools/vocab` tool. Run `go generate` to refresh the library, which
which requires `$GOPATH/bin` to be on your `$PATH`.

The [go-fed.org](https://go-fed.org) website has a tutorial. It also hosts godoc
documentation for every version of this library.

## This library's API is huge!

**The W3C does not require client applications to support all of these
Expand Down

0 comments on commit 2f2858f

Please sign in to comment.