Version 6 of twtxt

Updated 2020-07-30 14:08:45 by dbohdan

twtxt is a minimalist news feed file format and protocol for sharing status updates. You can compare it to RSS, Finger , and a decentralized Twitter.

A twtxt feed is a text file that looks like this.

2016-02-04T13:30:00+01:00        You can really go crazy here! ┐(゚∀゚)┌
2016-02-03T23:05:00+01:00        @<example http://example.org/twtxt.txt> welcome to twtxt!
2016-02-01T11:00:00+01:00        This is just another example.
2015-12-12T12:00:00+01:00        Fiat lux!

twtxt feeds often include emoji, which can cause problems for standard builds of Tcl 8.

Tcl library

What twtxt.tcl
Where https://gitlab.com/dbohdan/twtxt.tcl
Description A twtxt parser library for Tcl 8.5+ (with partial support for Jim Tcl) and a primitive Tk-based viewer for twtxt feeds.
License MIT

Competition