Skip to content

Require either filename "tw.txt" or file extension ".tw.txt" (e.g. filename.tw.txt) #192

@sjehuda

Description

@sjehuda

I realize that it would require changes from software such as timeline and Yarn.

I am working on a syndicated content reader which handles multiple protocols and formats, and I have then realized rgat instruction '/twtxt' in uri would be bad, because URI could also be '/twtxt-a-new-syndication-format.gmi'.

            if (uri.endswith('.tw.txt') or
                uri.endswith('.twtxt.txt') or
                uri.endswith('/tw.txt') or
                uri.endswith('/twtxt.txt')):

Reference: pfefferle/wordpress-twtxt#6

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions