hotsh / rstat.us

Simple microblogging network based on the ostatus protocol.
http://rstat.us/
Other
724 stars 215 forks source link

Adds rels for user profile links to followers, following, and updates. #750

Closed wilkie closed 11 years ago

wilkie commented 11 years ago

According to ALPS, the following rels are used on tags:

  • messages-me: Applied to an A tag. A reference to a list representation of all the messages posted by the designated user.
  • users-friends: Applied to an A tag. A reference to list representation of the designated user's friend users.
  • users-followers: Applied to an A tag. A reference to list representation of the users who follow the designated user.

They indeed point to lists of li.user's so I've added them.

krainboltgreene commented 11 years ago

Build error is this: https://github.com/hotsh/rstat.us/issues/751

wilkie commented 11 years ago

O.o

wilkie commented 11 years ago

I'll upgrade the gems.

krainboltgreene commented 11 years ago

Not easily: http://rubygems.org/gems/twitter/versions

wilkie commented 11 years ago

It's pretty easy. Don't worry. :)

steveklabnik commented 11 years ago

Other than that, looks good. :+1:

carols10cents commented 11 years ago

:+1: looks good, don't know why I didn't add these in when I was doing alps stuff.