What exact feeds are we talking about that uses spaces instead of tabs or the T's in timestamp?
visualist and livecoder
@lyse that 3th shot of the heron taking off is epic!
@aelaraji I've been noticing the same, so I opened an issue now (https://github.com/sorenpeter/timeline/issues/55) and then we will have to look into it.
@doesnm.p.psf.lt Cool lets see if this works?!
@prologic I say we should find a way to support mentions with only url, no nick, as per the original spec.
- For
<a href="/timeline/profile?url=url">@nick</a>we already got support - For
<a href="/timeline/profile?url=the posting client should expand it to@<nick url">@nick></a>, if not then the reading client should just render it as@nickwith no link. - For
<a href="/timeline/profile?url=the sending client should try to expand it to@<nick url">@url></a>, if not then the reading client should try to find or construct a nick base on:- Look in twtxt.txt for a
nick = - Use (sub)domain from URL
- Use folder or file name from URL
- Look in twtxt.txt for a
hmm any ideas how to fix this case when there is no nick and it on a shared tilde hosting? http://darch.dk/timeline/profile?url=https://tilde.club/~deepend/twtxt.txt
@doesnm How did you post from IndiePass? Did you add support for twtxt or use some kind of bridge?
I've implemented Use only nick as handle if nick and domain is the same · sorenpeter/timeline@8c12444
See it live at:
- nick = domain: https://darch.dk/timeline/profile?url=https://eapl.me/tw.txt
- nick ≠ domain: https://darch.dk/timeline/profile?url=https://twtxt.net/user/prologic/twtxt.txt
- no nick, use domain: https://darch.dk/timeline/profile?url=https://akkartik.name/twtxt.txt
I'm not sure I like the leading @ thou...
What should the advantage be to nick = _compared to just not defining a nick and let the client use the domain as the handle?
What is not intuitive is that you put something in the nick field that is not to be taken literary. The special meaning of _ is only clean if you read the documentation, compared to having something in nick that makes sense in the current context of the twtxt.txt.
søren peter mørch