Skip to content

Commit

Permalink
Add release announcement v0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
instantiator committed Oct 8, 2023
1 parent 1aa5587 commit 87a41e3
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"posts": [
{
"parts": [
{ "part": "Text", "content": { "any": "🎉 Announcing release 0.1 of Open Social Distributor - a command line tool that can create posts and threads across a variety of social networks. $$ 🆓 It's open source and free - and you're welcome to contribute to it if you fancy getting involved. $$ 🧵 This post (and thread if you're looking at it on Mastodon!) is an early test for the Open Social Distributor... 🤞"} },
{ "part": "Link", "content": { "any": "https://instantiator.dev/open-social-distributor/" } },
{ "part": "Tag", "content": { "any": "SocialNetworks" } },
{ "part": "Tag", "content": { "any": "SocialMedia" } },
{ "part": "Tag", "content": { "any": "OpenSocialDistributor" } },
{ "part": "Tag", "content": { "any": "OSD" } },
{ "part": "Tag", "content": { "any": "Tool" } },
{ "part": "Tag", "content": { "any": "CLI" } },
{ "part": "Tag", "content": { "any": "OpenSource" } },
{ "part": "Tag", "content": { "any": "OSS" } }
], // list of parts
"images": [
{
"uri": "file://sample-messages/social-distributor-icon.png",
"description": "The icon for Open Social Distributor - clear arrows in the 4 ordinal directions overlay a cloud of colours."
},
{
"uri": "file://sample-messages/2023-10-08-capabilities.png",
"description": "A table showing the supported social networks: Mastodon, Discord, Facebook and LinkedIn all appear. All support threads, links, tags, and images - although Facebook and LinkedIn have not yet had their threading capability fully tested."
}
] // list of images
} // individual message
] // list of posts
}

0 comments on commit 87a41e3

Please sign in to comment.