diff options
author | Arno <arno.richter+github@gmail.com> | 2017-12-20 00:43:46 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-20 00:43:46 +0100 |
commit | 16a92171023782153acc23cd7335913ddfbbb362 (patch) | |
tree | c5e2cedaf8cf85c74c293cb332b8a68b6167e3a2 /README.md | |
parent | 367be7fc95277e3ae4493d9418d7d42ea23aa4a2 (diff) | |
download | microblog-16a92171023782153acc23cd7335913ddfbbb362.tar.gz microblog-16a92171023782153acc23cd7335913ddfbbb362.tar.bz2 microblog-16a92171023782153acc23cd7335913ddfbbb362.zip |
updated README.md with a screenshot
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2,6 +2,8 @@ A very simple PHP app that stores twitter-like status updates in a sqlite database. It also generates a JSON feed, that can be used as a source for the [micro.blog](https://micro.blog/) service. It is aimed at people who would like to host their own micro.blog, but want to avoid using Wordpress for it. +![a screenshot of the microblog app](https://user-images.githubusercontent.com/1279725/34184164-9567a4b2-e51e-11e7-9317-d737ef3423f0.png) + There is a timeline view of your own posts, as well as a simple 'compose post' page behind a login form. Right now, only a unique ID, the post content and creation timestamp are saved for each entry, so this is only suitable for one user. (Multiple users would each have to install in their own directories.) The entire design is inside a single theme file [microblog.css](microblog.css) and can be modified easily. The site HTML is pretty straightforward and should be easy to style. |