Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pfrazee/app-social


https://github.com/pfrazee/app-social

Last synced: 11 days ago
JSON representation

Awesome Lists containing this project

README

        

# Microblog site template

## Site structure

The site's feed can interact with any other site that follows this structure.

### /favicon.png

Site icon (optional)

### /dat.json

General site info (required)

```
{
title: string, the shortname of the site
description: string
}
```

### /microblog.json

Micro-blog site info (optional)

```
{
follows: [{
url: string, url of the followed site
title: string, the shortname of the followed site
}]
}
```

### /posts/*.txt

Micro-blog posts. Unstructured text.