brinyemp4 / web

Making this Code to Deploy to gh-pages Soon..

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chickaree

A new social network designed to reach all your followers without an algorithm getting in the way.

Metadata Fetching

Lists (Feeds)

Lists of content are prioritized in the following order:

  1. application/activity+json (not yet implemented)
  2. application/ld+json (schema.org/ListItem)
  3. application/json (JSON Feed)
  4. application/atom+xml
  5. application/rss+xml
  6. text/html

Items

Individual content items are prioritized in the following orde r:

  1. application/activity+json (not yet implemented)
  2. application/ld+json (schema.org)
  3. text/html

NOTE: If a valid URL is not returned from a List, then the content embeded in the the list will be used. This is not ideal because permalinks will not be available

About

Making this Code to Deploy to gh-pages Soon..

License:GNU Affero General Public License v3.0


Languages

Language:JavaScript 96.8%Language:SCSS 3.1%Language:Dockerfile 0.2%