Go to file
blankie 57202de5e8
Fix specifically getting posts from Akkoma instances
social.kernel.org
2023-11-29 15:31:26 +11:00
blankie Initial commit 2023-11-22 19:39:24 +11:00
routes Fix specifically getting posts from Akkoma instances 2023-11-29 15:31:26 +11:00
thirdparty Proxy Mastodon links to Coyote 2023-11-23 10:27:44 +11:00
.gitignore Initial commit 2023-11-22 19:39:24 +11:00
.gitmodules Proxy Mastodon links to Coyote 2023-11-23 10:27:44 +11:00
CMakeLists.txt Add caching support 2023-11-25 14:39:35 +11:00
LICENSE Add LICENSE 2023-11-22 19:40:13 +11:00
README.md Add documentation 2023-11-25 14:48:02 +11:00
RUNNING.md Add documentation 2023-11-25 14:48:02 +11:00
client.cpp Fix specifically getting posts from Akkoma instances 2023-11-29 15:31:26 +11:00
client.h Fix specifically getting posts from Akkoma instances 2023-11-29 15:31:26 +11:00
config.cpp Initial commit 2023-11-22 19:39:24 +11:00
config.h Initial commit 2023-11-22 19:39:24 +11:00
example_config.json Initial commit 2023-11-22 19:39:24 +11:00
file.h Initial commit 2023-11-22 19:39:24 +11:00
font_awesome.h Add pinned posts support 2023-11-24 00:43:55 +11:00
hiredis_wrapper.cpp Add caching support 2023-11-25 14:39:35 +11:00
hiredis_wrapper.h Add caching support 2023-11-25 14:39:35 +11:00
lxb_wrapper.h Fix compilation for curl 7.68.0 2023-11-25 15:52:32 +11:00
main.cpp Fix specifically getting posts from Akkoma instances 2023-11-29 15:31:26 +11:00
models.cpp Fix compilation on GCC 2023-11-25 15:22:06 +11:00
models.h Fix compilation for curl 7.68.0 2023-11-25 15:52:32 +11:00
numberhelper.cpp Initial commit 2023-11-22 19:39:24 +11:00
numberhelper.h Initial commit 2023-11-22 19:39:24 +11:00
servehelper.cpp Fix missing margins for certain posts 2023-11-29 15:20:00 +11:00
servehelper.h Add post context support 2023-11-24 10:46:47 +11:00
timeutils.cpp Show user's posts on their page 2023-11-23 19:49:27 +11:00
timeutils.h Add rudimentary post support 2023-11-23 17:05:17 +11:00

README.md

Coyote, a Javascript-less Mastodon frontend. Currently supports viewing a user, their posts, posts themselves (and their context), posts with a certain hashtag, and instance details.

The source code to Coyote is available under the MIT license. Some icons are used from Font Awesome Free, which are created by Fonticons, Inc. and licensed under the CC-BY 4.0. Icons used are slightly modified for better accessibility.