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

Basic Federation (Atom Feeds for Authors) #4

Open
4 tasks
DeadSuperHero opened this issue May 5, 2017 · 0 comments
Open
4 tasks

Basic Federation (Atom Feeds for Authors) #4

DeadSuperHero opened this issue May 5, 2017 · 0 comments

Comments

@DeadSuperHero
Copy link
Owner

So, time to do a little bit of planning. This is pretty new territory, but in principle it seems simple.

The OStatus2 Gem is what Mastodon uses for OStatus-based federation. Since it's Ruby-based, it will work with our Ruby on Rails app.

This issue seeks to explore and plan out the different aspects of this gem, and consider methods of implementation in Pine. The docs seem a bit cryptic, so figuring out the "correct Rails 4+ way" to do this will be less-than-obvious.

So we need to:

  • Construct an XML-based Atom Feed that features Articles (showing each Title and Body)
  • Make sure that each entry references the Article author (useful for multi-author publication feeds)
  • Create an hCard for Authors and possibly Publications
  • Do something with Salmon so that interaction is possible. This is perhaps the part I currently know least about

Concepts:

  • Every Author has their own feed, with stream entries that are the contents of articles.
  • Each Article should have comments, which are federated.
  • Entries should concatenate the title and body field, and truncate the result for the stream entry
  • A Publication might represent a collection of authors, and would need attribution for each individual article. Does this mean that
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant