about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2016-03-18 23:23:19 +0100
committerEugen Rochko <eugen@zeonfederated.com>2016-03-18 23:23:19 +0100
commit9a7485d03407b8177a51d900ac9aabbca893a2c1 (patch)
tree091b0c06c3031cc8b03f7453bc8c9a0eae9d8823 /README.md
parent15476d505d7dfe4660281a326a9f620e94634ba8 (diff)
Fix typo on /api/accounts/:id/statuses, fix potential case-sensitivity issue
when registering incoming status mentions, add Travis CI file
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 2 insertions, 6 deletions
diff --git a/README.md b/README.md
index 633aba040..e45e81c27 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,8 @@
 Mastodon
 ========
 
+[![Build Status](https://travis-ci.org/Gargron/mastodon.svg?branch=master)](https://travis-ci.org/Gargron/mastodon)
+
 Mastodon is a federated microblogging engine. An alternative implementation of the GNU Social project. Based on ActivityStreams, Webfinger, PubsubHubbub and Salmon.
 
 **Current status of the project is early development. Documentation &co will be added later**
@@ -18,12 +20,6 @@ Mastodon is a federated microblogging engine. An alternative implementation of t
 - Upload header image for profile page
 - Deleting statuses, deletion propagation
 
-Missing:
-
-- Media attachments (photos, videos)
-- Streaming API
-- Blocking users, blocking remote instances
-
 ## Configuration
 
 - `LOCAL_DOMAIN` should be the domain/hostname of your instance. This is **absolutely required** as it is used for generating unique IDs for everything federation-related