Post At8ts8d0FGF47Crddw by grunfink@comam.es
(DIR) More posts by grunfink@comam.es
(DIR) Post #At8rPc51SsTH9WEyrA by grunfink@comam.es
2025-04-16T07:43:50Z
0 likes, 2 repeats
I'm glad to announce the release of version 2.75 of #snac, the simple, minimalistic #ActivityPub instance server written in C. It includes the following changes:Added support for scheduled posts (for this to work correctly, users will have to set their time zone, see below).The user can now select a working time zone. This will be used to correctly parse the local date and time of a scheduled post.Fixed incorrect poll vote format, which was causing problems in platforms like GotoSocial.Mastodon API: added support for /api/v1/instance/peers.Added a new snac-admin helper script (contributed by shtrophic).In the web UI, posts are separated by the <hr hidden> tag; it's invisible in graphical browsers, but it separates post clearly in text-based browsers.Some Finnish, Spanish, Czech and Russian translation updates and fixes.https://comam.es/what-is-snacIf you find #snac useful, please consider buying grunfink a coffee or contributing via LiberaPay.#snacAnnouncesThis release has been inspired by the song Pictures on the Wall by #MichelleGurevich.
(DIR) Post #At8tM05SStnWMJqinY by jana@social.jsteuernagel.de
2025-04-16T08:02:05Z
0 likes, 1 repeats
@grunfink I installed snac2 for the first time yesterday and I didn't realize there were version tags, so I installed from master.Scheduled posts were actually the core feature that I needed and was happy to find, so it seems like I accidentally did the right thing :D
(DIR) Post #At8tM1G86hvbzhql4S by grunfink@comam.es
2025-04-16T08:05:40Z
0 likes, 0 repeats
Yes, releases are always clearly tagged. Anyway, I take special care to always have a master that is fully functional (modulo unexpected errors).Have a nice #snac experience!
(DIR) Post #At8ts7VsOGwmeoWQtc by wowaname@freesoftwareextremist.com
2025-04-16T08:05:13.292469Z
0 likes, 0 repeats
@grunfink >The hidden state indicates that the element is not currently relevant to the page, or that it is being used to declare content for reuse by other parts of the page and should not be directly presented to the user. The browser will not render elements that are in the hidden state.arguably the <hr/> elements are still "relevant" semantically, so would it not make more sense to just render these display:none via css and be entirely sure that text browsers that don't render css will *never* try to hide these?
(DIR) Post #At8ts8d0FGF47Crddw by grunfink@comam.es
2025-04-16T08:11:31Z
0 likes, 0 repeats
The hr hidden was introduced to make post boundaries to be clearly visible in text-based browsers, which (I incorrectly supposed) totally ignore CSS. Initially, I did it with a display: none style, but then was surprised that the links2 text-browser indeed interpreted it and hide the separator.
(DIR) Post #At8tzKi3izI9c2eyRc by jana@social.jsteuernagel.de
2025-04-16T08:08:46Z
0 likes, 1 repeats
@grunfink Thank you! The installation was very straight forward and it's been working great so far :)!
(DIR) Post #At8ujVgHGY0kxaqTeS by wowaname@freesoftwareextremist.com
2025-04-16T08:20:46.787107Z
1 likes, 0 repeats
@grunfink yeah elinks also has basic css2 support but i would have assumed that users who care enough could configure it on their end. i have my elinks configured to ignore css (but i think the display:none support might be a separate option, come to think of it. too lazy to check)
(DIR) Post #At8uoljkzsUwCmyrKq by stefano@mastodon.bsd.cafe
2025-04-16T08:18:09Z
1 likes, 0 repeats
@grunfink Great release! Thank you!
(DIR) Post #At8uon1sC0aEDGSqDA by grunfink@comam.es
2025-04-16T08:21:24Z
0 likes, 0 repeats
Thank you so much, Stefano!
(DIR) Post #At9CVmeTAcaiiObWRU by js@snac.lab8.cz
2025-04-16T11:40:46Z
0 likes, 1 repeats
elinks is not links(2). Links has no css support, the display:none seems to be the only thing it respects.#links2gangCC: @grunfink@comam.es
(DIR) Post #At9ET55QNEPAvf3EUi by santiago@masto.lema.org
2025-04-16T12:01:24Z
0 likes, 0 repeats
@grunfink Speaking of tags I don’t see a 2.75 tag, only 2.74. Is it me ?(I have an update script that gets the latest tag).
(DIR) Post #At9ET6JdnrN4k2i6IC by grunfink@comam.es
2025-04-16T12:02:14Z
0 likes, 0 repeats
Sorry, I forgot a push --tags. It should be there by now.
(DIR) Post #At9Errs6dw0hBRdncm by santiago@masto.lema.org
2025-04-16T12:04:42Z
0 likes, 0 repeats
@grunfink Thanks ! It works :-)
(DIR) Post #At9ErtLv8ZS9mCb7jc by grunfink@comam.es
2025-04-16T12:06:45Z
0 likes, 0 repeats
Thanks for reporting!
(DIR) Post #At9k9bsNwwzvMkiAt6 by wowaname@freesoftwareextremist.com
2025-04-16T16:21:46.255893Z
0 likes, 0 repeats
@js @grunfink do links and links2 have the ability to toggle the display:none behaviour in settings though?
(DIR) Post #At9k9d81IJ69FX2Atc by js@snac.lab8.cz
2025-04-16T17:57:46Z
0 likes, 0 repeats
nope!CC: @grunfink@comam.es
(DIR) Post #AtAjwlbBGkanRix2kC by teajaygrey@snac.bsd.cafe
2025-04-16T23:17:50Z
0 likes, 1 repeats
My apologies for the delay.I submitted a Pull Request to update MacPorts' snac to 2.75 here:https://github.com/macports/macports-ports/pull/28174GitHub Continuous Integration checks passed OK!It's up to someone else with commit access to merge it.Thanks to you, shtrophic and everyone else who helped make improvements for this release!#snac #MacPorts #OpenSource #ActivityPub #Mastodon #NoDatabaseNeeded#NoJavaScript #NoCookiesEither #NotMuchBullShit #snacAnnounces