|
cdda4e2eee
|
Put the schema.org/Person stuff back. I decided to include friggin' Facebook's metadata approach, so this isn't that unreasonable
|
2017-10-15 22:42:33 +11:00 |
|
|
62920930b5
|
Use an <article> for the big h-card rather than a <div> - it provides a teeny bit more info and is still semantically correct
|
2017-10-15 22:08:32 +11:00 |
|
|
805e422eba
|
Render the p-note as Markdown - this is mostly useful because it means other h-card fields can be defined inside it
|
2017-10-15 01:00:12 +11:00 |
|
|
44288b419c
|
Put the <link>s for PGP keys into the page header instead of the h-card itself, since it's invalid HTML to have <link> in the body
|
2017-10-14 15:35:16 +11:00 |
|
|
a0b8425911
|
Change the alt on user avatars so it's just the user's name without 'Avatar for', since the h-entry parser infers that the alt is the user's name
|
2017-10-13 22:47:53 +11:00 |
|
|
e69202829a
|
Add an /avatars/#UserId route which redirects to the user's current avatar every time, so you don't need to update remote references to it
|
2017-10-11 21:38:53 +11:00 |
|
|
3830bed42e
|
Remove the gross schema.org attributes from the h-card, since mf2 provides the same information in a nicer format anyway
|
2017-10-11 13:19:13 +11:00 |
|
|
0055a4160b
|
Use an Esqueleto query to efficiently fetch and render the user profiles on h-cards, rather than several queries and lots of fussing around
|
2017-10-11 13:16:47 +11:00 |
|
|
09731053c2
|
Support non-fa site icons by giving sites an actual name separate from their icon class
|
2017-10-10 22:41:49 +11:00 |
|
|
b52a055543
|
Add support for displayName to profiles, so that ugly user IDs on sites like Stack Exchange can be hidden
|
2017-10-10 15:23:30 +11:00 |
|
|
bbe563dee7
|
Use Mustache templates for site URL so that the username can be inserted anywhere in the template rather than only at the end
|
2017-10-10 15:16:50 +11:00 |
|
|
c517baac1c
|
Serve avatar locally rather than through Libravatar, it'll perform better and doesn't require the image's size to be messed with
|
2017-10-09 23:34:56 +11:00 |
|
|
3ff560e07e
|
Rename the h-card implementation to match up with the naming of h-feed and h-entry
|
2017-10-08 16:55:21 +11:00 |
|