Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simeng/matrix-blog
Test app for using Matrix as a Blog
https://github.com/simeng/matrix-blog
Last synced: 16 days ago
JSON representation
Test app for using Matrix as a Blog
- Host: GitHub
- URL: https://github.com/simeng/matrix-blog
- Owner: simeng
- License: apache-2.0
- Created: 2015-03-23T18:15:12.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-14T21:48:58.000Z (over 8 years ago)
- Last Synced: 2024-08-01T12:34:14.834Z (3 months ago)
- Language: JavaScript
- Homepage: https://h4x.no/blog/
- Size: 61.5 KB
- Stars: 19
- Watchers: 4
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - simeng/matrix-blog - Test app for using Matrix as a Blog (others)
README
# Matrix Blog
A js-script for matrix js api that will make a simple blog view of a matrix room.
It logs into the room as a guest so the room needs to be publicly viewable.## Prerequisites
* Join/create the room you want to show in the blog with this user.
* Set it publicly viewable. "Who can read history?" -> Anyone
* Update index.html with the info.## Setup
```
var blog = new MatrixBlog({
selector: '#chat',
room: '#blog:my.host.com',
homeServer: 'https://my.host.com:8448'
});
```## Matrix
An [open standard](http://matrix.org/docs/spec/) open standard for decentralised persistent communication.