activity/tools
Cory Slep bed3dbef16 Change vocab Add methods to Append and Prepend
This allows the reverse chronological order to be set as items are
easily prepended to non-functional activity stream properties.
2018-05-27 17:07:40 +02:00
..
defs Update actor properties to include collections. 2018-04-09 23:03:55 +02:00
streams Change vocab Add methods to Append and Prepend 2018-05-27 17:07:40 +02:00
vocab Change vocab Add methods to Append and Prepend 2018-05-27 17:07:40 +02:00
README.md Migrate vocabulary library to go-fed. 2018-01-24 00:13:06 +01:00

README.md

tools

Contains the code-generation logic for aspects of this library:

  • defs contains common utilities and definitions for the Vocabulary.
  • vocab is the tool used to generate the Vocabulary code.
  • vocab/gen is the library that does the heavy lifting of generating the Vocabulary code.
  • stream is the tool used to generate the ActivityStream convenience code.
  • stream/gen is the library that does the heavy lifting of generating the ActivityStream convenience code.