Re: [tor-relays] Tor ContactInfo generator

2018-11-23 Thread Eran Sandler
Ian, the Python code is here: https://github.com/erans/torcontactinfoparser Eran On Sat, Nov 10, 2018 at 3:03 PM Eran Sandler wrote: > I'll put it in a repo soon. I haven't published it yet. > > Eran > > On Sat, Nov 10, 2018, 9:25 AM Iain Learmonth >> Hi Eran, >> >> On 10/11/18 17:02, Eran San

Re: [tor-relays] Tor ContactInfo generator

2018-11-10 Thread Eran Sandler
I'll put it in a repo soon. I haven't published it yet. Eran On Sat, Nov 10, 2018, 9:25 AM Iain Learmonth Hi Eran, > > On 10/11/18 17:02, Eran Sandler wrote: > > I did this code with Python that parses and validates it. I can make > > something quickly in JS for that as well. > > Awesome. (: > >

Re: [tor-relays] Tor ContactInfo generator

2018-11-10 Thread Iain Learmonth
Hi Eran, On 10/11/18 17:02, Eran Sandler wrote: > I did this code with Python that parses and validates it. I can make > something quickly in JS for that as well. Awesome. (: Where was the Python code? That might be useful for another project I am working on. Thanks, Iain. signature.asc Desc

Re: [tor-relays] Tor ContactInfo generator

2018-11-10 Thread Eran Sandler
I did this code with Python that parses and validates it. I can make something quickly in JS for that as well. Eran On Sat, Nov 10, 2018, 8:28 AM Iain Learmonth Hi, > > On 01/11/18 22:52, Eran Sandler wrote: > > Check out the website here: > > https://torcontactinfogenerator.netlify.com/ > > Coo

Re: [tor-relays] Tor ContactInfo generator

2018-11-10 Thread Iain Learmonth
Hi, On 01/11/18 22:52, Eran Sandler wrote: > Check out the website here: > https://torcontactinfogenerator.netlify.com/ Cool! Thanks for making this. Would you be interested in making a JavaScript library that would allow going from the string back to a dictionary of individual values? If such a

Re: [tor-relays] Tor ContactInfo generator

2018-11-01 Thread John Ricketts
Thank you! -Original Message- From: tor-relays [mailto:tor-relays-boun...@lists.torproject.org] On Behalf Of Eran Sandler Sent: Thursday, November 1, 2018 5:53 PM To: tor-relays@lists.torproject.org Subject: [tor-relays] Tor ContactInfo generator Hi everyone, I've build a small we

[tor-relays] Tor ContactInfo generator

2018-11-01 Thread Eran Sandler
Hi everyone, I've build a small website with nusenu's help to generate the Tor ContactInfo field value based on nusenu's specification: https://github.com/nusenu/ContactInfo-Information-Sharing-Specification Check out the website here: https://torcontactinfogenerator.netlify.com/ The code is i