#dev 2016-11-13

2016-11-13 UTC
tantek joined the channel
#
tantek.com
edited /Internet_Archive (+154) "How To, IndieWeb Examples"
(view diff)
#
tantek.com
edited /Internet_Archive (+121) "Requests"
(view diff)
#
tantek.com
edited /Internet_Archive (+24) "/* Requests */ linky"
(view diff)
bret, miklb and tantek joined the channel
#
@m_ott
@Lottejackson ? It's still basic, but already has a settings screen to delete unwanted Webmentions. No async processing yet, though.
(twitter.com/_/status/797837711247896577)
tantek joined the channel
#
aaronparecki.com
edited /Internet_Archive (+113) "/* IndieWeb Examples */ +me"
(view diff)
KartikPrabhu joined the channel
#
tantek.com
edited /Internet_Archive (+98) "/* Trigger an Archive */ PHP snippet TBI"
(view diff)
#
tantek
what is curl?
#
Loqi
cURL is a common Linux software library and command line used to get/send a file from/to a URL using only HTTP(S) https://indieweb.org/cURL
#
tantek
what is curl -I?
#
Loqi
It looks like we don't have a page for "curl -I" yet. Would you like to create it?
#
tantek
what is curl -H?
#
Loqi
It looks like we don't have a page for "curl -H" yet. Would you like to create it?
#
tantek
what is curl_exec?
#
Loqi
It looks like we don't have a page for "curl_exec" yet. Would you like to create it?
#
tantek
curl_exec is a standard PHP function to call [[curl]] with a set of options and parameters.
#
loqi.me
created /curl_exec (+123) "prompted by tantek and dfn added by tantek"
(view diff)
#
loqi.me
edited /curl_exec (+67) "/* See Also */ new section"
(view diff)
#
loqi.me
edited /curl (+54) "/* See Also */ new section"
(view diff)
#
Loqi
ok, I added "https://en.wikipedia.org/wiki/CURL" to the "See Also" section of /curl
#
Loqi
cURL
#
loqi.me
edited /curl (+41) "tantek added "https://curl.haxx.se/docs/manpage.html" to "See Also""
(view diff)
#
Loqi
ok, I added "https://curl.haxx.se/docs/manpage.html" to the "See Also" section of /curl
#
tantek
curl -H is a command line option for the [[curl]] command that takes a single parameter of an extra header to include in the request
#
loqi.me
created /curl_-H (+164) "prompted by tantek and dfn added by tantek"
(view diff)
#
tantek
curl -I is a command line option for the [[curl]] command that takes no parameters and tells curl to retrieve the HTTP-header only using the HTTP HEAD command.
#
tantek
just missed the 10 min window
#
tantek
what is curl -I
#
Loqi
It looks like we don't have a page for "curl -I" yet. Would you like to create it?
#
tantek
curl -I is a command line option for the [[curl]] command that takes no parameters and tells curl to retrieve the HTTP-header only using the HTTP HEAD command.
#
loqi.me
created /curl_-I (+191) "prompted by tantek and dfn added by tantek"
(view diff)
#
tantek.com
edited /Internet_Archive (+24) "linky curl options"
(view diff)
#
tantek.com
edited /Internet_Archive (+90) "use code instead of pre so markup still works"
(view diff)
tantek joined the channel
#
tantek
still has not figured out the mapping from "curl" command line options to "curl_exec" function parameters / options and is only slightly surprised/annoyed that of course two versions of the same thing would have gratuitously different ways of making it work :P
#
tantek
looks up in his own open source what option he used for "HEAD" request only
tantek joined the channel
#
tantek.com
edited /curl_-I (+125) "PHP equivalent"
(view diff)
tantek joined the channel