# I am the Watcher. I am your guide through this vast new twtiverse.
#
# Usage:
# https://watcher.sour.is/api/plain/users View list of users and latest twt date.
# https://watcher.sour.is/api/plain/twt View all twts.
# https://watcher.sour.is/api/plain/mentions?uri=:uri View all mentions for uri.
# https://watcher.sour.is/api/plain/conv/:hash View all twts for a conversation subject.
#
# Options:
# uri Filter to show a specific users twts.
# offset Start index for quey.
# limit Count of items to return (going back in time).
#
# twt range = 1 73
# self = https://watcher.sour.is/conv/hcbm5ya
@prologic is there any PHP paser and posting UI for twtxt yet?
@prologic is there any PHP paser and posting UI for twtxt yet?
> is there any PHP paser and posting UI for twtxt yet?
I'm not sure to be honest. I'm not up to date with the PHP ecosystem.
Why?
> is there any PHP paser and posting UI for twtxt yet?
I'm not sure to be honest. I'm not up to date with the PHP ecosystem.
Why?
> is there any PHP paser and posting UI for twtxt yet?\n\nI'm not sure to be honest. I'm not up to date with the PHP ecosystem.\n\nWhy?
> is there any PHP paser and posting UI for twtxt yet?\n\nI'm not sure to be honest. I'm not up to date with the PHP ecosystem.\n\nWhy?
@prologic because then i could add twtxt to my websites CMS (yellow by datenstrom.se). \nBut I guess it would be fairy simple to code something myself.
@prologic because then i could add twtxt to my websites CMS (yellow by datenstrom.se). \nBut I guess it would be fairy simple to code something myself.
@prologic because then i could add twtxt to my websites CMS (yellow by datenstrom.se).
But I guess it would be fairy simple to code something myself.
@darch Yeah it's actually pretty easy. Just requires a twtxt.txt
file to be served up by a web server. Anything capable of serving text/plain
will work. The format/spec can be found at https://twtxt.readthedocs.org -- We also have developed extensions to the spec at https://dev.twtxt.net -- But if you just want to add a feed to your site, just drop a twtxt.txt
file and serve that up somewhere.
@darch Yeah it's actually pretty easy. Just requires a twtxt.txt
file to be served up by a web server. Anything capable of serving text/plain
will work. The format/spec can be found at https://twtxt.readthedocs.org -- We also have developed extensions to the spec at https://dev.twtxt.net -- But if you just want to add a feed to your site, just drop a twtxt.txt
file and serve that up somewhere.
@darch Yeah it's actually pretty easy. Just requires a twtxt.txt
file to be served up by a web server. Anything capable of serving text/plain
will work. The format/spec can be found at https://twtxt.readthedocs.org -- We also have developed extensions to the spec at https://dev.twtxt.net -- But if you just want to add a feed to your site, just drop a twtxt.txt
file and serve that up somewhere.
@prologic Thank you for the xplanation. what tools beside twtxt.net do you know that can precent the content of twtxt.txt in nice ways? like showing images and making links clickable?
@prologic Thank you for the xplanation. what tools beside twtxt.net do you know that can precent the content of twtxt.txt in nice ways? like showing images and making links clickable?
@darch Sorry I don't know of any. I just searched around on Github and there isn't a lot of Twtxt code/projects written in PHP that I can find.
@darch Sorry I don't know of any. I just searched around on Github and there isn't a lot of Twtxt code/projects written in PHP that I can find.
@darch Sorry I don't know of any. I just searched around on Github and there isn't a lot of Twtxt code/projects written in PHP that I can find.
@adi Does it render twtxt feeds or something? That's what @darch was asking about...
@adi Does it render twtxt feeds or something? That's what @darch was asking about...
@adi Does it render twtxt feeds or something? That's what @darch was asking about...
@prologic @darch I believe he was asking of any PHP tool to integrate with yellow.
@prologic @darch I believe he was asking of any PHP tool to integrate with yellow.
@prologic @darch I believe he was asking of any PHP tool to integrate with yellow.
@prologic , @adi got it right. i have already build my webpage using yellow. What im after is a easy way to render my twtxt.txt in a similar way to what it is done here on twtxt.net plus an easy way to use the online editor in yellow to post updates to my twtxt.txt, mainly justin adding the date and time(zone).\n\nI kinda fixed the render part using the tickler extension for yellow.\nBut there is still some cleaning up to do as you can see at: http://www.darch.dk/notes/
@prologic , @adi got it right. i have already build my webpage using yellow. What im after is a easy way to render my twtxt.txt in a similar way to what it is done here on twtxt.net plus an easy way to use the online editor in yellow to post updates to my twtxt.txt, mainly justin adding the date and time(zone).
I kinda fixed the render part using the tickler extension for yellow.
But there is still some cleaning up to do as you can see at: http://www.darch.dk/notes/
@prologic , @adi got it right. i have already build my webpage using yellow. What im after is a easy way to render my twtxt.txt in a similar way to what it is done here on twtxt.net plus an easy way to use the online editor in yellow to post updates to my twtxt.txt, mainly justin adding the date and time(zone).\n\nI kinda fixed the render part using the tickler extension for yellow.\nBut there is still some cleaning up to do as you can see at: http://www.darch.dk/notes/
@darch @prologic If you favor things like Yellow, maybe my static site generator would also fit your tastes: https://mkws.sh/. Just so you're aware it's there. 😁
@darch @prologic If you favor things like Yellow, maybe my static site generator would also fit your tastes: https://mkws.sh/. Just so you're aware it's there. 😁
@darch @prologic If you favor things like Yellow, maybe my static site generator would also fit your tastes: https://mkws.sh/. Just so you're aware it's there. 😁
@darch @prologic Ah, I wasn't suggesting redoing in any way, that would be a bad idea, your site is cool, I just sent the link just so you're aware it exists. Can't go more old-school than shell scripts. 😛 Good job on the notes page!
@darch @prologic Ah, I wasn't suggesting redoing in any way, that would be a bad idea, your site is cool, I just sent the link just so you're aware it exists. Can't go more old-school than shell scripts. 😛 Good job on the notes page!
@darch @prologic Ah, I wasn't suggesting redoing in any way, that would be a bad idea, your site is cool, I just sent the link just so you're aware it exists. Can't go more old-school than shell scripts. 😛 Good job on the notes page!
@prologic @adi Yes i have noticed you sitegen. It looks cool:) But i don't have shell access to my webhosting. And I don't feel like re-redoing my website once again. And there is something old-school about php that I like.\n\nI got the render cleaned up a bit: http://www.darch.dk/edit/notes/ - now i just need a way to feed in my selfhosted twtxt.txt and posting to it. For now I can use this awesome pod ;)
@prologic @adi Yes i have noticed you sitegen. It looks cool:) But i don't have shell access to my webhosting. And I don't feel like re-redoing my website once again. And there is something old-school about php that I like.\n\nI got the render cleaned up a bit: http://www.darch.dk/edit/notes/ - now i just need a way to feed in my selfhosted twtxt.txt and posting to it. For now I can use this awesome pod ;)
@prologic @adi Yes i have noticed you sitegen. It looks cool:) But i don't have shell access to my webhosting. And I don't feel like re-redoing my website once again. And there is something old-school about php that I like.
I got the render cleaned up a bit: http://www.darch.dk/edit/notes/ - now i just need a way to feed in my selfhosted twtxt.txt and posting to it. For now I can use this awesome pod ;)
@adi @prologic Thank you, Adi. yeah nothing beast a bash from the past:P
@adi @prologic Thank you, Adi. yeah nothing beast a bash from the past:P