-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Development status? #3
Comments
Hi @pwFoo ! :-) Thanks for your continued interest. Yes, that's pretty much it right now. Things have not changed much with regards to the time I can devote to the project since we discussed the topic two years ago (two years already! it's crazy how fast time disappears). My goals for this project have not changed either, so you can still refer to my answer at the time for the features I want to implement. As you can see, I can't commit to any roadmap (I sure wish I could, but the free time I have remains little predictable and is shared among all the stuff I want to do). In the meantime, interesting projects you might want to have a look at are:
As usual, feel free to ask if you have more questions ;-) Thanks! |
Hi, If you still will work on microstatus here some ideas for features.
So one person could have different blogs / accounts which independent from each other. Could be used as private and technical blog with different urls and author names. |
Hi @pwFoo ! Thanks for the ideas! Multiple domains and multiple identities are features I want microstatus to provide. My own use case (for which I started this project) includes exactly what you describe (or at least that's what I understand from your description): using ActivityPub as some kind of read-write alternative to the read-only RSS/Atom, but without forcing your followers to read everything you have to share on any topic (like most people unfortunately do on Twitter / Mastodon these days). I'm not sure I understand what you mean by a database backend with REST API, though. Would microstatus be what you call the database then? If so, then that's something I intend to do: provide a REST API for other tools to consume. As I'm a terrible UI designer anyway, that would be a mistake for me to provide anything but a CLI and a REST API :) What I don't know for sure at this point is if this API will just be an implementation of the ActivityPub client-to-server API (which provides the benefit of being compatible with the current growing ecosystem of ActivityPub clients) or a custom lightweight API (targeted towards very basic tasks, like posting / fetching). In any case, I don't intend to make microstatus handle much more than the ActivityPub / OStatus server-to-server protocols; anything else would have to be handled by other tools (like static blog generators, cron jobs, Matrix or XMPP gateways…). |
I think microstatus could / should handle
|
Hi, i'm looking for some text-only activitypub social network. Will this platform offer such interface? It could be a simple web UI without javascript. At the moment i have a honk instance, but it uses little JS. Cheers! |
Hi @asterismo ! Thank you for your interest. There is no plan to provide any kind of builtin user interface, but part of the expected benefits of the tool's simplicity is that it should not get in your way if you want to write one (including with only standard UNIX tools if you want). See this short list of goals and non-goals for more context. That being said, I'm not actively working on microstatus right now and I can't tell when the development will resume (though it's definitely not abandoned), so microstatus is not what you are looking for if you need it today. Thanks again! |
Hi @Arkanosis,
I compiled microstatus binary. At the moment it looks like it's just a binary with help messages?
Any roadmap or features ready for testing? Current source looks like a minimal binary setup?
The text was updated successfully, but these errors were encountered: