about summary refs log tree commit diff
path: root/docs/Using-the-API/Tips-for-app-developers.md
diff options
context:
space:
mode:
authorRyan Freebern <ryan@freebern.org>2017-04-10 07:01:43 -0400
committerEugen <eugen@zeonfederated.com>2017-04-10 13:01:43 +0200
commit9bb398ee9199f786c0c2539601deb2d9416c9d0c (patch)
tree34ffae18197c7f61cf4f343636685b3e1d490285 /docs/Using-the-API/Tips-for-app-developers.md
parent9043b3218302e77dda65a6b453ee49920f133398 (diff)
Minor clarifications (#1386)
Diffstat (limited to 'docs/Using-the-API/Tips-for-app-developers.md')
-rw-r--r--docs/Using-the-API/Tips-for-app-developers.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Using-the-API/Tips-for-app-developers.md b/docs/Using-the-API/Tips-for-app-developers.md
index 561f1e273..d60b472e5 100644
--- a/docs/Using-the-API/Tips-for-app-developers.md
+++ b/docs/Using-the-API/Tips-for-app-developers.md
@@ -13,4 +13,4 @@ Make sure that you make it possible to see the `acct` of any user in your app (s
 
 ## Formatting
 
-The API delivers already formatted HTML to your app. This isn't ideal since not all apps are based on HTML, but this is not fixable as its part of the way OStatus federation works. Most importantly, you get some information on linked entities alongside the HTML of the status body. For example, you get a list of mentioned users, and a list of media attachments, and a list of hashtags. It is possible to convert the HTML to whatever you need in your app by parsing the HTML tags and matching their `href`s to the linked entities. If a match cannot be found, the link must stay a clickable link.
+The API delivers already formatted HTML to your app. This isn't ideal since not all apps are based on HTML, but this is not fixable as it's part of the way OStatus federation works. Most importantly, you get some information on linked entities alongside the HTML of the status body. For example, you get a list of mentioned users, and a list of media attachments, and a list of hashtags. It is possible to convert the HTML to whatever you need in your app by parsing the HTML tags and matching their `href`s to the linked entities. If a match cannot be found, the link must stay a clickable link.