From e6eef65e1b9e121e2c5ca0d81e77e78219e07c6a Mon Sep 17 00:00:00 2001 From: jerger Date: Fri, 11 Mar 2022 12:50:09 +0100 Subject: [PATCH] update doc --- README.md | 4 +- package.json | 2 +- public/index.html | 6 ++- resources/test/xx.edn | 89 +++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 96 insertions(+), 5 deletions(-) create mode 100644 resources/test/xx.edn diff --git a/README.md b/README.md index c8a8fe1..32e4ce3 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ We use bootstrap for a rough styling. More styling is up to you at the moment, h Reference: * `id` has to be `masto-embed` -* `account_name` is the name of your account. If you know your numeric `account_id` you can use your id instead for a performance increase. +* `account_name` is the name of your account. * `host_url` the url of your mastodon instance. @@ -79,7 +79,7 @@ Including replies of one of your posts will work as follows: ``` Reference: * `id` has to be `masto-embed` -* `account_name` is the name of your account. If you know your numeric `account_id` you can use your id instead for a performance increase. +* `account_name` is the name of your account. * `host_url` the url of your mastodon instance. * `replies_to` the id of your post. * `filter_favorited=` true will show only favorited replies, false will show every answer. diff --git a/package.json b/package.json index 754deaa..d27fcdd 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "license": "Apache-2.0", "private": false, "devDependencies": { - "shadow-cljs": "^2.17.6", + "shadow-cljs": "^2.17.8", "source-map-support": "^0.5.21", "eslint": ">=8.10.0", "ajv": "^8.10", diff --git a/public/index.html b/public/index.html index f4fbf3d..af92e8e 100644 --- a/public/index.html +++ b/public/index.html @@ -8,8 +8,10 @@
+ account_name="team" + host_url="https://social.meissa-gmbh.de" + replies_to="107937234506182462" + filter_favorited=true> Here the timeline will appear.
diff --git a/resources/test/xx.edn b/resources/test/xx.edn new file mode 100644 index 0000000..f6d948e --- /dev/null +++ b/resources/test/xx.edn @@ -0,0 +1,89 @@ +[{:mentions + [{:id "2", + :username "team", + :url "https://social.meissa-gmbh.de/@team", + :acct "team"}], + :emojis [], + :tags [], + :reblog nil, + :replies_count 0, + :in_reply_to_account_id "2", + :reblogs_count 0, + :application nil, + :content + "

@team Hier mein erstes Bild :-)

", + :sensitive false, + :favourites_count 2, + :in_reply_to_id "107937234506182462", + :poll nil, + :account + {:acct "jerger", + :last_status_at "2022-03-11", + :emojis [], + :bot false, + :group false, + :following_count 220, + :avatar_static + "https://cdn.masto.host/socialmeissagmbhde/accounts/avatars/000/000/001/original/794ca61bfd71bbe1.jpg", + :fields + [{:name "blog", + :value + "https://domaindrivenarchitecture.org/", + :verified_at nil} + {:name "interests", + :value "Clojure, sci-fi, tech, DevOps, public weal", + :verified_at nil} + {:name "location", :value "Reutlingen, de, eu", :verified_at nil} + {:name "OpenPGP", + :value "4BBFF05ED0F97346DF15033D1A2CCFAF0C8C2BB6", + :verified_at nil}], + :username "jerger", + :header_static + "https://cdn.masto.host/socialmeissagmbhde/accounts/headers/000/000/001/original/2a45f78fa1af0815.jpg", + :discoverable true, + :statuses_count 295, + :header + "https://cdn.masto.host/socialmeissagmbhde/accounts/headers/000/000/001/original/2a45f78fa1af0815.jpg", + :note + "

meissa GmbH, Maintainer, dda-pallet, Clojure, OpenSource, DevOps, DomainDrivenDesign, Demokratie, Bürgerbeteiligung, Europa, Klettern, Wandern

", + :locked false, + :id "1", + :avatar + "https://cdn.masto.host/socialmeissagmbhde/accounts/avatars/000/000/001/original/794ca61bfd71bbe1.jpg", + :url "https://social.meissa-gmbh.de/@jerger", + :display_name "jerger", + :followers_count 58, + :created_at "2019-06-02T00:00:00.000Z"}, + :card nil, + :language nil, + :id "107937257700481042", + :url "https://social.meissa-gmbh.de/@jerger/107937257700481042", + :media_attachments + [{:description nil, + :meta + {:original + {:width 1247, + :height 1663, + :size "1247x1663", + :aspect 0.7498496692723993}, + :small + {:width 346, + :height 461, + :size "346x461", + :aspect 0.7505422993492408}}, + :type "image", + :blurhash "UIJkAFt,%gIv}~9tIUWYOvRkD*xZw6$hRj%1", + :preview_url + "https://cdn.masto.host/socialmeissagmbhde/media_attachments/files/107/937/248/257/634/217/small/923e75c7684a2c31.jpg", + :preview_remote_url nil, + :id "107937248257634217", + :url + "https://cdn.masto.host/socialmeissagmbhde/media_attachments/files/107/937/248/257/634/217/original/923e75c7684a2c31.jpg", + :remote_url nil, + :text_url nil}], + :uri + "https://social.meissa-gmbh.de/users/jerger/statuses/107937257700481042", + :edited_at nil, + :visibility "public", + :created_at "2022-03-11T09:44:07.235Z", + :spoiler_text ""}] \ No newline at end of file