#dev 2016-09-06

2016-09-06 UTC
#
gregorlove.com
edited /Planning (-6) "move nyc2 to completed"
(view diff)
#
@elpep
@franckpaul Techniquement, ce sera webmention only. Et je ne sais pas quand. Mais je peux déjá troller les autres, par contre... :-p
(twitter.com/_/status/772791222641516544)
#
@franckpaul
@elpep au fait, c’est quand qu’on pourra troller chez toi á coup de comm’, de webmentions, de pingbacks, de trackbacks ? Hein ? :-)
(twitter.com/_/status/772789174025981952)
#
kevinmarks.com
edited /events/2016-09-07-homebrew-website-club (+21) "/* Where */ goDaddy again"
(view diff)
tantek, KevinMarks, tantek_, AngeloGladding, KevinMarks_, cweiske, loicm_, cmal and dkm joined the channel
#
@Inkwater_Masha
Wonder how to capitalize headers or chapter titles? Use this handy title case tool: http://titlecapitalization.com/ #amwriting #amediting #indieauth
(twitter.com/_/status/773153919568605184)
Zegnat joined the channel
#
adactio.com
edited /2016/Brighton (+61) "/* Participating */"
(view diff)
tantek joined the channel
plindner, dkm, cmal and gRegorLove joined the channel
#
@hackr
indieauth https://indieauth.com/ - eine art openid mit blog statt email oder so (via @pfefferle)
(twitter.com/_/status/773203220579618816)
tantek and miklb joined the channel
#
loqi.me
created /WARC (+216) "prompted by tantek and dfn added by bear"
(view diff)
AngeloGladding joined the channel
#
ben_thatmustbeme
wooo, successful login in a live-like environment. i'm getting there on my rebuild
singpolyma and cweiske joined the channel
#
@aswath
Worried about "Directory Dilemma" and siols? Don't pray at the altar of Federation. Start w a user-centric ID like @openid ,#indieauth
(twitter.com/_/status/773253525514162177)
#
@aswath
Worried about "Directory Dilemma" and siols? Don't pray at the altar of Federation. Start w a user-centric ID like @openid ,#indieauth
(twitter.com/_/status/773253525514162177)
#
cweiske.de
edited /Micropub (+248) "/* h-entry */ add example for a "like""
(view diff)
singpolyma joined the channel
#
cweiske
./bin/shpub.php -s cp-live like http://example.org/
#
cweiske
Like created at server
#
Loqi
[Anonymous] Like #50 Anonymous likes http://example.org/.
#
cweiske
success! my command line micropub client is able to create likes
#
tantek
cweiske++ nicely done!
#
Loqi
cweiske has 51 karma (2 in this channel)
#
cweiske
indieauth works with an in-built webserver, so it looks like that now:
#
cweiske
./bin/shpub.php connect https://commentpara.de https://commentpara.de cp-live-björn
#
cweiske
Server configuration cp-live-björn saved successfully.
#
cweiske
To authenticate, open the following URL:
#
aaronpk
your script opens up an HTTP server on localhost then?
#
cweiske
currently on 127.0.0.1
#
cweiske
but I'm in the process of using the IP the user used to connect to the server
#
cweiske
(when used via ssh)
#
aaronpk
ah interesting
#
aaronpk
of course that will only work if the remote server allows access to that port
#
cweiske
but better than nothing
#
cweiske
$ echo $SSH_CONNECTION | awk '{print $3}'
#
cweiske
now we'll see if shpub handles ipv6 well
#
cweiske
.. it doesn't
#
@aswath
@ibc_tw e164 is ok for verification though exp for my use case. But OpenID & IndieAuth have delegation capability
(twitter.com/_/status/773276549466451969)
#
cweiske
whooooooooooo
#
cweiske
ipv6 works
#
cweiske
surprisingly easy
#
cweiske
just wrap the ip in []
#
cweiske
stream_socket_server('tcp://[::1]:12345/', ...)
#
cweiske
.. and whoops we have reply support
#
cweiske
./bin/shpub.php -s cp-live-björn reply http://cweiske.de/ that is cool!
#
cweiske
Reply created at server
#
Loqi
[Bjorn Tornal] that is cool!
tantek joined the channel
#
cweiske
the hard part will be file uploads now
cweiske joined the channel
#
cweiske
are there any known open source micropub media endpoint implementations?
#
aaronpk
hmm mine is not open source
#
cweiske
I'd like to have something to test my cli client on without writing the endpoint myself
#
cweiske
teh bleeding edge problem, again
#
aaronpk
yep yep
#
aaronpk
in a couple weeks i'll have micropub.rocks online which will be useful for testing against
#
aaronpk
not that that helps you right now
#
KevinMarks_
Cweiske: try silo.pub
#
KevinMarks_
If you have silo accounts
#
aaronpk
it doesn't have a separate media endpoint
#
aaronpk
tho it could add one for twitter since twitter has a media endpoint
singpolyma and AngeloGladding joined the channel