IndieWebCamp is a 2-day creator camp focused on growing the independent web

PESOS

Contents

PESOS

PESOS is an acronym/abbreviation for Publish Elsewhere, Syndicate (to your) Own Site. It's a Syndication Model where publishing flow starts with posting to 3rd party services, then using some infrastructure (e.g. feeds, pingbacks, webhooks) to create an archive copy under your domain.

The opposite (and preferable) approach is POSSE, whereby a user publishes original content to their own site, and then syndicates copies to 3rd party services, preferably with perma(short)links back to the originals on their own site.

Disadvantages

PESOS is considered less robust and inferior to POSSE for the following reasons:

  • Possible loss or restriction of ownership. By posting first on a silo, you are subject to that silo's TOS, both with entering the data and later getting it out. You calling their API or feeds to extract your own data may still shackle your data with some rights to them (e.g. "database copyright" for content contributed to silo collections like Foursquare venues). You have a dependent ownership chain for your content (from creation, to syndication/re-use, to consumption), where the silo is an intermediate dependent party that you can never be rid of.
  • Less reliable. Your site relies on 3rd Party Services to post any content
  • Non-canonical. Copes archived to your domain are not a canonical copy
  • Lower quality. Pulling in from 3rd Party Services can reduce the quality of content, e.g.
    • character limits (e.g. 140 character Twitter posts, 200 character Foursquare shouts/tips).
    • link-wrapping (e.g. Twitter hides all links behind their t.co link-wrapper)

Background

See Also

Related