Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Content Packages #57

Open
jmatsushita opened this issue Sep 7, 2017 · 0 comments
Open

Content Packages #57

jmatsushita opened this issue Sep 7, 2017 · 0 comments

Comments

@jmatsushita
Copy link
Member

jmatsushita commented Sep 7, 2017

Software libraries and projects both have:

  • a collaborative lifecycle using git, where contributions are progressively integrated in a common repository
  • a release lifecycle where a repo at a particular moment is made available to a community, usually with a version number possibly on a package repository.

It seems to make sense to also think about packaging content units when they are part of the same release cycle, and would benefit from being tagged with a version number, for instance to update clients that use the content package. This seems that it would be a building block of a technical approach to content reuse, where content packages would be collaboratively maintained and reusable.

I think there's a lot to learn from OFK's Data Packages which recently hit 1.0.

I've done some basic implementation piggy backing on the npm registry for safetag with:

Some open questions and directions of work are:

  • Wrapping up the package release in a high level interface.
  • Think about light-weight forkability and three way merge in the context of packages.
  • Transclusion between content packages.
  • Look into how this fits with content reuse
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant