@heluecht
The process requires multiple steps.
E.g. registering an application.
E.g. authorizing an user.
And no, you don't use an user name or password with the #API.
Tokens are used.
Getting started with the API
docs.joinmastodon.org/client/i…
A primer on REST APIs, HTTP requests and responses, and parameters.docs.joinmastodon.org
Ich nutze ab und zu den Static Website Generator Pelican für mein privates Blog. Wie die meisten Nutzer habe ich mehr Zeit mit der Anpassung des Themes verbracht als mit tatsächlichem Blog-Inhalt 😀. Ein Pelican-Theme stellt notwendiges CSS, JavaScript und Formatierungsvorlagen bereit, um den Inhalt (als Markdown-Datei bzw. Bild separat gespeichert) in eine schöne Webseite zu transferieren.
Die meisten Themes nutzen leider teilweise externes Javascript von Google, Twitter,... etc. Ich habe deshalb vor vielen Jahren ein eigenes Theme erstellt, das hauptsächlich für datenschutz-bewusste Nutzer gedacht ist: Simplegrey-free2. Links zu Twitter, Facebook und Co. wurden durch Links zu Gnusocial, Diaspora, Friendica oder Buddycloud ersetzt. In der Seitenleiste wurde mein Federation-Widget angezeigt und es gab sogar die Möglichkeit, Kommentare aus Friendica anzuzeigen. Die Jahre vergingen, soziale Netzwerke kamen und verschwanden und technische Umstellungen haben dazu geführt, dass das Theme nicht mehr funktioniert hat.
Die Tatsache, dass das Tool für die Erstellung der Webseite für Friendiqa - mkdocs - auf Arch Linux nicht mehr über pacman installiert werden konnte, ließ mich mein altes Pelican-Theme nochmal anschauen. Ich habe es etwas umgebaut, dass es jetzt mehr wie eine mit mkdocs erstellte Webseite aussieht. Es besteht die Möglichkeit, es weiterhin wie ein Blog zu benutzen. Das Federation-Widget funktioniert zumindest für Friendica wieder, Mastodon hat die Unterstützung für Atom-Feeds für Benutzerposts leider eingestellt. Bei Bedarf kann ich mir die Nutzung des RSS-Feeds anschauen. Die Anzeige von Kommentaren funktioniert noch nicht, ich sehe aber auch nicht mehr die Sinnhaftigkeit davon.
In der neuen Version enthalten die Seiten zusätzlich Opengraph-Metadaten, damit bei Links auf die Artikel in sozialen Medien eine gescheite Vorschau erzeugt wird. Auf Mobilgeräten sieht es jetzt auch besser aus, es wird ein ausklappbares Menü angezeigt anstatt der Seitenleiste.
Neben der Nutzung für Blogs kann man es jetzt relativ einfach für Projekt-Dokumentation nutzen. Wenn man in der Konfiguration angibt, dass die Kategorie links angezeigt werden soll, wird anhand der Verzeichnisse bzw. Dateinamen ein entsprechendes Menü angezeigt. Man sollte darauf achten, dass die Markdown-Datei, welche auf der Startseite angezeigt werden soll, das jüngste Speicherdatum hat. Hier verhält sich Pelican immer noch wie ein Blog Generator... Damit habe ich die neue Homepage für Friendiqa erstellt, sie sieht m.E. ganz gut aus. Und ich benötige nur noch einen (weit verbreiteten und stabilen) Static Website Generator!
Nice podcast about @Linux On Phones in German:
FOCUS ON: Linux: Linux-Smartphones focusonlinux.podigee.io/50-lin…
Nice ppdcast talk with Evan Prodromou about Mastodon and ActivityPub with some interesting ideas:
The Changelog: Into the Fediverse
Website: changelog.com/podcast/528
When I try to follow an account in Mastodon, I get an error message that the network type is unknown and I can not follow the account. That means probing fails. I can follow the RSS feed of the account at most.
I created a new translation project for my Friendiqa app at Codeberg: translate.codeberg.org/project…
I think manual translations with Deepl.com by myself are not that great in the future.
Yeah, my Android app Friendiqa is back in the Goigle Playstore after the inklusion of blocking and reporting feature and the requirement to accept the server terms before the login.
play.google.com/store/apps/det…
The binary FDroid repo is also available as well as Flatpaks for Desktop and mobile Linux. 😀
The Arch AUR is in the making for the latest release.
Zum Glück müssen wir hier nicht so viele Bots bekämpfen wie auf Twitter...
KDE celebrates #ilovefs day with new LTS release:
floss.social/@kde/109862643091…
Can't wait for it to land in @Arch Linux (unofficial)
In the last Nextcloud Podcast Frank Karlitschek teased about a Nextcloud Talk Desktop client. Finally! So I can stop fiddling with github.com/CarlSchwan/talk-des…
nextcloud.com/blog/nextcloud-p…
Media file: download.nextcloud.com/.podcas…
The Star Trek List: List of all Star Trek episodes sorted by star date
In my error log was another bug in src/Core/Storage/Type/ExternalResource.php.
In line 66 $fetchResult can be empty. That should be caught by another if statement, for example:
if (empty($fetchResult)) {
throw new ReferenceStorageException(sprintf('External resource failed to get %s', $reference));
} else {
throw new ReferenceStorageException(sprintf('External resource failed to get %s', $reference), $fetchResult->getReturnCode(), new Exception($fetchResult->getBody()));
}
This might probably help.
Jetzt wurde meine Android-App Friendiqa aus dem Playstore genommen. Die Begründung: bei Apps mit user generated content müssen die Nutzer erst irgendwelchen Nutzungsbedingungen zustimmen mit Verhaltensregeln, bevor sie sich anmelden. Weiss jemand, wie andere Apps das machen? Bei Fedilab habe ich sowas nicht gesehen.
Die CO2 Uhr finde ich sehr gut. Sie verdeutlicht die Dringlichkeit:
Klimawandel - Schwerpunkt auf taz.de
Warum geben sich eigentlich grüne Politiker für dieses unsinnige Dateninstitut her? Haben die zu viel CoolAid auf den Lobbyveranstaltungen der Datenhehler-Industrie getrunken? Ich schließe mich der Meinung von Fefe an: blog.fefe.de/?ts=9d6db3c1 .
Wenn grüne Politiker schon bei der Startveranstaltung die fehlende Einbindung der Zivilgesellschaft kritisieren, warum darf sich der Habeck hinstellen und den Unsinn feiern? Ich habe für den Quatsch bestimmt nicht gewählt und Wahlkampf gemacht und bin maximal wütend!
Aus Ideen zur Verbesserung der Luftqualität in unseren Städten hat das European Enviromental Bureau konkrete Vorschläge für die Politik vorbereitet:
Cooles Interview mit Frank Karlitschek von @Nextcloud 📱☁️💻 bei @GNU/Linux.ch : GNU/Linux.ch: GLN029 - Fediverse und Nextcloud
Webseite der Episode: gnulinux.ch/gln029-podcast Mediendatei: gnulinux.ch/podcast/GLN029.mp3
Das Gespräch über das Fediverse ist auch interessant.
Hello @Friendica Developers ! My new version of the Friendiqa Android app was rejected by the Play Store. According to them, the app
"MUST have the following features/functionalities:
I found an API for Blocking an account in the Mastodon API, but there is no API for reporting UGC (user generated content) and users. And I don't know how to block potential violating content. Is something in that direction in the works?
Funny thing is, the test account for them is following the Tagesschau bot and the objectionable content was either a report on the German team in WM in Quatar or a comment with the hashtag BoycottQatar2022. I wonder which one they found objectionable...
Mehr Demokratie e.V.: 20 Prozent weniger Demokratie – Nicht mit uns!
Cooles Interview mit Greg KH über die Entwicklung am Linux Kernel:
FLOSS Weekly (Audio): FLOSS Weekly 706: Secrets of the Linux Kernel - Greg Kroah-Hartman and Linux Kernel Development
Webseite der Episode: twit.tv/shows/floss-weekly/epi…
Mediendatei: pdst.fm/e/chrt.fm/track/E91833…