Open sjehuda opened 7 months ago
Kroc. This is a project which you might think of as interesting.
Rivista is a Python software which turns XMPP PubSub nodes into an HTTP publication which can be viewed by both HTML renderers and Syndication feed readers.
Rivista has no HTML code. It produces Atom Syndication Format XML files and the XML files are rendered with an XSLT stylesheet.
See https://git.xmpp-it.net/sch/Rivista
You are also mentioned on another project
A syndication-first forum system
I suggest to add support for XMPP PubSub, so we have an XML-first forum system.
Movim and other systems and parsers can deliver the content to HTTP and HTML.
I suppose we would want to use several nodes or XEP-0248: PubSub Collection Nodes for managing topics and comments, instead of using a single node of
urn:xmpp:microblog:0
(see XEP-0277), but XEP-0472 might suffice.See