#indiewebcamp 2016-03-02

2016-03-02 UTC
lukebrooker and tantek joined the channel
#
tantek
the problem of a results / archive page showing up as a single h-entry to Loqi's summary algorithm
KartikPrabhu joined the channel
#
Loqi
[Rick Mendes] Happy to enjoy @letsencrypt TLS certificates on my blog/site #indieweb - the secure web just got easier to put in practice !
#
aaronpk
oh yeah
#
tantek
giving you another concrete real world example
#
tantek
how should a tag results page be marked up?
#
aaronpk
i previously gave my tag pages a title: http://2015.aaronparecki.com/tag/indieweb
#
Loqi
[Aaron Parecki] Setting up HTTPS with Letsencrypt.org
#
tantek
I suppose h-feed could work to start with
#
aaronpk
wow why that one Loqi
#
snarfed
re adactio's spam technique...definitely novel, but may not be working after all
#
KartikPrabhu
i have h-feed on tag pages
#
snarfed
https://huffduffer.com/ has been down for much of the day :/
#
tantek
the spammers turned up the heat on him?
#
snarfed
seems likely given the timing
#
kylewm
are spammers that capable?
#
singpolyma
kylewm: depends on their budget ;)
#
kylewm
I'd wager he was fiddling with the code yesterday and broke something, more than disgruntled spammer retribution
#
kylewm
tantek: re: no indie-event yet for the next HWC, manual has started hurting. i was in a hurry to create the event when i saw andi's comment but didn't go through the whole laborious process of interlinking all the pages and stuff
benwerd joined the channel
#
tantek
kylewm: no problem - totally understand
#
aaronpk
is creeping up on the number of instance hours XRay has been running. I hope it stays under 28 (the free tier)
#
snarfed
aaronpk welcome to our world
#
aaronpk
how much is bridgy using?
#
snarfed
it ranges, but it's averaged ~48 (ie two instances) for a long time
#
snarfed
skim https://github.com/snarfed/bridgy/issues/578 for lots of gory details and graphs
#
snarfed
tl;dr, make sure threadsafe: yes is in your app.yaml (assuming that applies to php)
#
snarfed
so that you serve requests concurrently
#
aaronpk
it depends on how they have it set up i think
singpolyma and benwerd joined the channel
#
aaronpk
oh jeez i'm getting emoji errors on webmention.io again. I thought I fixed that.
#
aaronpk
oh I see... I "fixed" it by making that column a BLOB column instead of TEXT
#
aaronpk
(added a column last night, and it was text)
#
gRegorLove
Been looking at reserving meeting spaces at some local coffee shops to start an HWC, but apparently Wednesday nights 6:30 to 7:30 is a really popular time. No luck so far.
[kevinmarks] joined the channel
#
[kevinmarks]
BLOB is MySQL for "fuck off and store the bytes I send you"?
#
[kevinmarks]
Technorati flashbacks. I was storing utf8 in text fields when MySQL didn't have an opinion on encoding, then suddenly it did and everything went to hell
#
[kevinmarks]
Then PHP started having an opinion too
#
aaronpk
I really don't know what the problem is right now. The database is updated to the latest mysql that has utf8-mb4 support, so it should be working
#
aaronpk
i think it might be something on the Ruby side
#
aaronpk
especially cause i have some PHP code storing emoji just fine in the same DB server
#
[kevinmarks]
That was Technorati too. I got python and PHP agreeing on how utf8 worked, but then Java and Perl had their own opinions
#
gRegorLove
character encoding is hard
#
gRegorLove
let's go shopping
tantek, snarfed, j12t, lukebrooker and shiflett joined the channel
#
@malcolmblaney
@indiewebcamp are you back feeding your likes and tweets? #ownyourdata ;-)
(twitter.com/_/status/704867729379975168)
#
tantek
hah good point
#
aaronpk
maybe soon there will be a p3k set up for @indiewebcamp
#
tantek
when will p3k support wiki pages? ;)
mblaney joined the channel
#
mblaney
lol sorry a bit cheeky :-)
#
mblaney
aaronpk++ for p3k indiewebcamp
#
Loqi
aaronpk has 86 karma
#
mblaney
(though dobrado is also a wiki...)
#
tantek
what is dobrado?
#
Loqi
dobrado is a multi user content management system that supports many indieweb features https://indiewebcamp.com/dobrado
#
tantek
mblaney: is anyone else using dobrado on their personal site?
lukebroo_ joined the channel
#
tantek.com
edited /dobrado (+6) "put TOC below logo"
(view diff)
#
mblaney
I doubt it, I haven't done a good job of explaining what it is (yet).
#
tantek
that's ok, we can keep incrementally improving the wiki page
#
mblaney
will do that soon by improving it's own web site, but have too much other work on at the moment.
#
tantek.com
edited /dobrado (+166) "note open source in definition, see also, linky linky"
(view diff)
#
tantek
mblaney: would you say that dobrado is easily installable?
#
tantek
... by someone other than the creator(s)?
#
tantek
!tell jgarber would you say that FrancisCMS is easily installable by someone other than the creator(s)?
#
Loqi
Ok, I'll tell them that when I see them next
#
mblaney
tantek: yes it's easily installable, the hardest bit would be cloning with git since I don't provide a download at the moment
#
mblaney
after that it's one config file though.
#
tantek
I guess that's a reasonable bar for today's indieweb "easily installable" - sounds not that much more difficult than Known
#
mblaney
there's a few things on my list to make the process easier, hopefully I can get to them soon.
#
mblaney
tantek++ for wiki page improvements though, thanks!
#
Loqi
tantek has 278 karma
#
tantek
big fan of new indieweb projects that people build to scratch their particular itches, especially open source like that. well done.
#
aaronpk
eep, i'm gonna run the free tier down tonight. 4 hours until the quota resets, and i only have 3.5 hours left in the free quota
benwerd and lukebrooker joined the channel
#
aaronpk
thinking about how I want to handle status URLs for webmention.io
#
aaronpk
I don't want to permanently store data about all the invalid mentions it receives, since it gets a ton
#
aaronpk
but I *am* already storing everything about valid mentions, so I want to return that
benwerd joined the channel
#
aaronpk
i'm thinking I will generate a random identifier for each request, and temporarily store that (in redis, expiring in like 72 hours)
#
KevinMarks
are the invalid ones from pingbacks? or @t
#
aaronpk
invalid ones are from pingbacks. @t's are valid, just annoying
#
KevinMarks
with technorati we had separate queues by source, and serviced the more reliable ones more quickly
#
aaronpk
if a mention is successful, i'll update that cache to point to the permanent identifier, and then send a 301 redirect to the new identifier
#
aaronpk
the alternative is I store the random token in the database, but that means actually quite a lot more storage
#
aaronpk
eh i guess it'd only be like 7mb more (plus indexes for it) so maybe i should just go that route
#
aaronpk
(for the current data set)
snarfed, benwerd_, lukebrooker, j12t, j12t_ and strugee joined the channel
lukebrooker, gRegorLove, dogada, loic_m, benwerd and tantek joined the channel
#
KevinMarks
not julieanne, she was great at twitter
cweiske joined the channel
#
@dret
adding "webmention" to the list of well-known link relation types https://t.co/4ZdQcwoL3g; now listing 93 link relation types.
(twitter.com/_/status/704937397323173892)
friedcell, jihaisse, nxd4n, sanduhrs, KevinMarks, loic_m, LauraJ and marcthiele joined the channel
#
marcthiele
Good morning from Barcelona.
michel_v, __number5__, tantek and Pierre-O joined the channel
#
petermolnar
morning marcthiele
#
tantek
KevinMarks: seems this is an inescapable outcome of any "free" silo which has incentive for growth at the cost of any form of decorum or "community"
#
tantek.com
edited /silo-quits (+586) "/* Silo quitters 2016 */ Julieanne Smolinski Twitter"
(view diff)
marcthiele joined the channel
#
cweiske
what syndication platforms are out there, except twitter and maybe superfeedr?
#
cweiske
(where i can search and subscribe to tags)
#
tantek
cweiske: I'm not even sure what you mean by a "syndication platform"
#
cweiske
to e.g. discover post on #indieweb
#
cweiske
without manually subscribing to 1000s of users
#
tantek
real time filtering? Google Alerts kind of does that too
#
cweiske
suppose I want to subscribe to post about the indieweb in my reader. how would you go about that?
#
tantek
I think that's literally what Google Alerts is supposed to do for you
#
tantek
except I think their list of sources is small
#
tantek
we used have "tag feeds" at Technorati that shows all blog posts tagged with something
#
Loqi
[Aaron Parecki] An Open Challenge to App.net
#
cweiske
Publishing my own content is only as useful as the number of people I have reading it. Rather than try to get a bunch of people to subscribe to my RSS feed, I can leverage these distribution platforms to syndicate my content to a wider audience.
#
cweiske
I publish my short notes on my site, in HTML at aaronparecki.com/notes. Naturally I don't expect everyone to go look at that page all the time. I expect people to discover my content through distribution platforms.
#
cweiske
oh it would be cool if loqi supported fragmentions or anchors
#
Loqi
woot!
#
cweiske
displaying not the title but the anchored content
#
petermolnar
cweiske this way my question ~2 years ago as well :)
#
cweiske
the loqi one?
#
petermolnar
no, the where to discover things
#
petermolnar
"the net is vast and infinite" and it's not easy to discovery things in your interest, especially not with a search on google
#
petermolnar
I had the idea to make an indie-spider, using the p-tags as keywords, but then I realized, I'd be recreating altavista (instead of meta keywords depending on something else ) and it's easy to see the coming doom of that
#
cweiske
but maybe scoped to indieweb could work
#
petermolnar
how would you scope it? ( honest question )
#
cweiske
theme-specific aggregators
#
cweiske
e.g everyone who posted about #indieweb
#
petermolnar
I'd give 2 to 3 weeks for a massive amount of spam, tagged as #indieweb
#
cweiske
vouch-like only allow sites that have been linked from trusted sites?
#
petermolnar
I do remember altavista before it was found by the porn industry and that how fast it changed and got near impossible to search without highly improper content (given that I was ~12 this was indeed an issue)
#
petermolnar
the vouch idea is not bad
#
petermolnar
I could easily make a map, originating from /irc-people, crawling all outgoing urls on all of those pages, making an index of it and have a feed coming in from superfeedr, with #indieweb, matched against existing domains ( list is obviously under constant change ) and provide it as a searchable thing
adactio, j12t and strugee joined the channel
#
KartikPrabhu
really does not understand the question about "discovering content"
#
KartikPrabhu
I discover content all the time
#
KartikPrabhu
people I follow on my /reader like/reply-to etc.. people I don't follow. If I like the new content I follow those people => new content discovery
#
petermolnar
KartikPrabhu an example: I'm about to visit X city/country and I want to search for blog/gastro/travel entries, from actual people, personal experiences. Usually what I do is get on Flickr and WordPress.com and search for keywords there: location names, attactions, etc.
#
petermolnar
I'm not aware of any way to do this without involving silos, thus only searching for content present there
#
KartikPrabhu
that is the first time I have heard of that use-case. Sounds more like "search" to me
#
petermolnar
on most of the silos you can subscribe to these searches
#
petermolnar
which is then a type of discovery afterwards
#
petermolnar
so let's say I develop an interest in topic 'Y'. This topic 'Y' is not something I have in common with the people I'm currently subscribed for, so I start searching
#
petermolnar
but searching for it on Google - for example - will lead me mostly to silos or magazines which is not what I'm after
#
petermolnar
and yes, we're back to technorati thing, mentioned here numerous times
#
petermolnar
s/technorati thing/rebuilding technorati/
#
Loqi
petermolnar meant to say: and yes, we're back to rebuilding technorati, mentioned here numerous times
#
KartikPrabhu
so you just don't want silos, even a distribution networks...
#
petermolnar
I'd be fine with that if it was truly an option, but right now, it's not; twitter is short and fading, wordpress.com doesn't really appreciate duplicated content, etc.
#
petermolnar
I'm pushing my photos to Flickr for this reason, for others to be able to find it
#
petermolnar
with searches
#
KartikPrabhu
i am not understanding the problem
#
KartikPrabhu
you can link bac to your own site when you POSSE
#
petermolnar
please ask questions that would help to describe the issue better
j12t joined the channel
#
voxpelli
regarding earlier discussion, see: https://indiewebcamp.com/tag_aggregation
#
voxpelli
also: Twitter didn't create the first version of the search we know there today – an independent third party did – and that's likely what will and should happen in IndieWeb as well
#
petermolnar
I didn't know this
#
petermolnar
KartikPrabhu offtopic: I've read your display: flex entry; interesting, but I can't figure out if it's possible to do a complete replacement of http://miromannino.github.io/Justified-Gallery/ with it
#
petermolnar
any ideas?
j12t, rMdes and Pierre-O joined the channel
#
Loqi
[mention] felix schwenzel commented 'oops, @aaronpk. just saw that now, 8 month late (not really following the irc st...' on a post http://indiewebcamp.com/irc/2015-06-01/line/1433191627902 (http://wirres.net/article/articleview/9456/1/54/)
Tino and j12t joined the channel
#
tinokremer.nl
edited /silo-quits () "(-864) /* Tino Kremer */"
(view diff)
#
@ReadersGazette
BLOG Indie Author Answers by Jim Heskett http://www.jimheskett.com/indieauth Get help writing your book #bookbloggers 31
(twitter.com/_/status/705017316887699457)
#
@WendyandCharles
ReadersGazette: BLOG Indie Author Answers by Jim Heskett http://www.jimheskett.com/indieauth Get help writing your book #bookbloggers 31
(twitter.com/_/status/705018721245470720)
Pierre-O, j12t, krups_, saurik and friedcell joined the channel
mxuribe joined the channel
#
@RikMende
I'm tracking IndieWebCamp Nuremberg 2016, 16th-17th April 2016 in Nuremberg http://lanyrd.com/2016/indiewebcamp-nuremberg/
(twitter.com/_/status/705032845102817280)
ttepasse joined the channel
#
@Weifarer
RT @ReadersGazette BLOG Indie Author Answers by Jim Heskett http://www.jimheskett.com/indieauth Get help writing your book #bookbloggers 31
(twitter.com/_/status/705030920844271616)
#
@jkphl
@RikMende Welcome on board of our @indiewebcamp! Pls let me know if you need assistance w/ accommodation and so on. :)
(twitter.com/_/status/705033798396862464)
#
@arielwaldman
I think by “dot com” they mean email but I initially took it 2 mean website. But I guess email reigns over #indieweb https://twitter.com/arielwaldman/status/705037114258399237/photo/1
(twitter.com/_/status/705037114258399237)
marcthiele, snarfed, j12t and Lancey joined the channel
#
krups_
leave
#
krups_
quit
Jeena, singpolyma, snarfed, marcthiele, hs0ucy, ttepasse, diplix, kerozene, shiflett, thehighfiveghost, dogada, wolftune and loic_m joined the channel
#
ben.thatmustbe.me
edited /2016/MIT/Guest_List (+253) "2 more RSVPs via eventbrite"
(view diff)
Jammy_Stuff_, sknebel_, ttepasse, davidascher, benwerd, tantek and j12t joined the channel
#
@onreact_com
RT @kevinmarks #indieweb @kevinmarks: AMP, Facebook Instant Articles and Apple News are like 3 new browsers that only support a subset of the web
(twitter.com/_/status/705072318133968898)
#
@prtksxna
RT @kevinmarks #indieweb @kevinmarks: AMP, Facebook Instant Articles and Apple News are like 3 new browsers that only support a subset of the web
(twitter.com/_/status/705072707029696512)
#
@RikMende
RT @kevinmarks #indieweb @kevinmarks: AMP, Facebook Instant Articles and Apple News are like 3 new browsers that only support a subset of the web
(twitter.com/_/status/705073122140094465)
snarfed and Pierre-O joined the channel
#
snarfed
huffduffer is still down :(
#
snarfed
condolences adactio. good luck. let us know if we can help!
#
adactio
Grrr... I'll see if I can figure out what's going on.
#
Loqi
adactio: tantek left you a message on 2/9 at 11:21am: is there a HWC Brighton 2016-02-10? https://indiewebcamp.com/events/2016-02-10-homebrew-website-club#Where http://indiewebcamp.com/irc/2016-02-09/line/1455045676701
#
Loqi
adactio: tantek left you a message on 2/15 at 1:39pm: Can you confirm HWC Brighton 2016-02-24 location? https://indiewebcamp.com/next-hwc#Where http://indiewebcamp.com/irc/2016-02-15/line/1455572374925
j12t and snarfed joined the channel
#
@botminik
But it sadly looks like Twitter broke IndieAuth be putting a short url into the night is out of question?
(twitter.com/_/status/705087776849575938)
#
snarfed
🤔
#
aaronpk
is that a markov bot?
#
sknebel
I hope so
#
kylewm
huffduffer seems to be back up
#
Loqi
woot
#
snarfed
rushes off to huffduff things
#
@kevinmarks
“The closed web is winning “because it’s easier to use.”” - @dries http://www.hyperorg.com/blogger/2016/03/01/berkman-dries-buytaert/ #indieweb
(twitter.com/_/status/705090728733515777)
#
Loqi
[indieweb] "“The closed web is winning “because it’s easier to use.”” - @dries http://www.hyperorg.com/blogger/2016/03/01/berkman-dries-buytaert/ #indieweb" by Kevin Marks http://known.kevinmarks.com/2016/the-closed-web-is-winning-because-its-easier-to-use
#
snarfed
(humblebrag warning: thank god huffduff-video is idempotent and remembers when it's already converted a video. otherwise i'd be sitting through like 10m of converting multi-GB videos right now :P)
snarfed1 joined the channel
#
@cdanuloff
RT @kevinmarks “The closed web is winning “because it’s easier to use.”” - @dries http://www.hyperorg.com/blogger/2016/03/01/berkman-dries-buytaert/ #indieweb
(twitter.com/_/status/705096960966057984)
#
@benwerd
RT @kevinmarks “The closed web is winning “because it’s easier to use.”” - @dries http://www.hyperorg.com/blogger/2016/03/01/berkman-dries-buytaert/ #indieweb
(twitter.com/_/status/705098246528471040)
#
KevinMarks
what is drupal?
#
@jeena
@jkphl http://indiewebcamp.com/2015-review aber ich hab die manuell bereinigt und bei manchen die pfade gefixt, etc
(twitter.com/_/status/705098761891147776)
#
kevinmarks.com
edited /Drupal (+122) "/* See Also */"
(view diff)
sh4l joined the channel
#
cleverdevil
wrong channel ;P
scor, KartikPrabhu, nitot_ and Pierre-O joined the channel
#
GWG
Afternoon
snarfed and j12t_ joined the channel
#
@ben_seven
@bryanrieger no idea, to be honest. But I have seen folks burnt by service closure or degradation too often to not try an indieweb approach.
(twitter.com/_/status/705115176677330944)
j12t joined the channel
#
@kevinmarks
@acquia @Dries We'd love to get #indieweb protocols built into Drupal like webmention and micropub.
(twitter.com/_/status/705121356220751873)
diplix joined the channel
#
Jeena
!tell aaronpk I got the IWC stickers today, thanks a lot!
#
Loqi
Ok, I'll tell them that when I see them next
danlyke joined the channel
#
aaronpk
awesome!
#
Loqi
aaronpk: Jeena left you a message 25 minutes ago: I got the IWC stickers today, thanks a lot! http://indiewebcamp.com/irc/2016-03-02/line/1456950637192
#
aaronpk
it's pretty crazy that someone will take that envelope from Portland to Gothenburg for less than the cost of a cup of coffee!
#
snarfed
aww looks like bnvk's site is down :( http://brennannovak.com/
#
Jeena
that is true, it is equally crazy that someone will grow the coffee, take it from South America to Gothenburg and then make the fresh cup of coffee for the cost of a cup of coffee ;)
#
aaronpk
Jeena: lol! very true
scor joined the channel
#
@sikkdays
@tone_def Sorry, I was playing with webmentions. Check out @jeena’s suggestion, https://jeena.net/photos/217
(twitter.com/_/status/705139902229323776)
gRegorLove joined the channel
#
gRegorLove
Good afternoon, campers
Pierre-O joined the channel
#
snarfed
hey gRegorLove
#
snarfed
seeing /wp-login.php show up in bridgy's logs always makes me laugh
snarfed joined the channel
#
KevinMarks
restores slides.kevinmarks.com
#
KevinMarks
which was in a dead heroku instance and is now static on google storage
#
snarfed
static++
#
Loqi
static has 1 karma
#
aaronpk
i'm considering doing the same for my HTML slides
shiflett joined the channel
#
Jeena
what is google storage?
#
Loqi
It looks like we don't have a page for "google storage" yet. Would you like to create it? https://indiewebcamp.com/s/10Ff
#
@timklapdor
RT @kevinmarks “The closed web is winning “because it’s easier to use.”” - @dries http://www.hyperorg.com/blogger/2016/03/01/berkman-dries-buytaert/ #indieweb
(twitter.com/_/status/705147982904061952)
#
KevinMarks
what is persona
#
Loqi
Persona is a protocol for email-based identity spearheaded by Mozilla that is supported by IndieAuth for rel-me links to email addresses; it will be shutting down November 30, 2016 [1] https://indiewebcamp.com/Persona
#
KevinMarks
i'm live on TWiG
#
KevinMarks
send me your things to talk about
#
aaronpk
see if there's anything interesting in last week? http://indiewebcamp.com/this-week/2016-02-26.html
[kevinmarks] joined the channel
#
[kevinmarks]
anyone using federated wiki?
#
[kevinmarks]
talking wikis on TWiG
#
Jeena
are those oranges on the tree behind you?
Nissyen joined the channel
#
Jeena
cool :)
#
Jeena
there are federated wikis?
#
aaronpk
what is smallest federated wiki?
#
Loqi
The Smallest Federated Wiki is an open source project led by Ward Cunningham to produce a wiki that federates using fork history, and was created & launched at the first IndieWebCamp in 2011 in Portland https://indiewebcamp.com/Smallest_Federated_Wiki
#
Jeena
at work we almost always use Confluence
#
Jeena
which works nice but we have to copy a lot of content from one customer to another
#
Jeena
because most of our customers need the same content in their wikis from us
#
aaronpk
in the last 24 hours, 57% of the webmentions/pingbacks processed by webmention.io have been discarded as invalid (most often no link from source to target)
#
aaronpk
I suspect that number is not higher because of the rather large number of valid mentions bridgy sends it
#
KartikPrabhu
aaronpk: also are they mostly pingbacks and not webmentions?
#
aaronpk
not sure, I don't have logs for that really
#
KartikPrabhu
ah ok i would suspect that since webmention isn't big enough yet for "spam" usese
#
aaronpk
yeah i'm almost certain all of the junk ones are pingbacks
#
aaronpk
wonder where i can track this so we can watch it change over time
#
Loqi
[indieweb] "“The closed web is winning “because it’s easier to use.”” - @dries http://www.hyperorg.com/blogger/2016/03/01/berkman-dries-buytaert/ #indieweb" by Kevin Marks http://known.kevinmarks.com/2016/the-closed-web-is-winning-because-its-easier-to-use
lukebrooker and [kevinmarks] joined the channel
#
[kevinmarks]
stuff it into some log management thing?
#
Jeena
i wonder which software he is using for his website https://jkphl.is/articles/indie-as-in-individuality/#comment-90 because he has the same bug as the wordpress plugin had where it deosn't make the author url absolute with the domain, etc.
#
Loqi
Hello glasses, hello Tom Davies
#
sknebel
Jenna: <meta name="generator" content="TYPO3 6.1 CMS" />
#
sknebel
maybe adapted the wordpress plugin?
#
sknebel
(huh, Loqi got the title wrong, catching the "next article" teaser instead of the main one)
#
sknebel
What is Typo3?
#
Loqi
It looks like we don't have a page for "Typo3" yet. Would you like to create it? https://indiewebcamp.com/s/10Fg
#
sknebel
What is typo3?
#
Loqi
It looks like we don't have a page for "typo3" yet. Would you like to create it? https://indiewebcamp.com/s/10Fh
#
sknebel
What is TYPO3?
#
Loqi
It looks like we don't have a page for "TYPO3" yet. Would you like to create it? https://indiewebcamp.com/s/10Fi
#
sknebel
TYPO3 is a large content management system written in [[PHP]]
#
loqi.me
created /TYPO3 (+88) "prompted by sknebel https://indiewebcamp.com/irc/2016-03-02/line/1456960515268 and dfn added by sknebel"
(view diff)
#
loqi.me
created /typo3 (+18) "prompted by sknebel https://indiewebcamp.com/irc/2016-03-02/line/1456960523538 and dfn added by sknebel"
(view diff)
#
aaronpk
oh well this is an interesting edge case
#
aaronpk
i've been thinking about how best to detect when a page is a "feed" (or whatever you want to call it), and so far my heuristics were going to be "are there multiple h-entrys in the items array"
#
aaronpk
ooh I know! if the page URL matches the u-url of one of the entries then it's a permalink page
#
aaronpk
adding a test case to XRay now
#
[kevinmarks]
thats a good heuristic
#
aaronpk
odd. it appears that XRay is unable to talk to *any* google URLs, not just appengine ones
#
aaronpk
(appspot.com ones)
#
gregorlove.com
edited /TYPO3 (+46) "link,see also section"
(view diff)
#
aaronpk
getting connect errors for blogspot.com and youtube.com
#
[kevinmarks]
that's odd
#
aaronpk
it's documented for appspot.com URLs
#
[kevinmarks]
I can get to blogspot etc from unmung
#
aaronpk
"Making requests to another App Engine app or Google service"
#
aaronpk
in particular "your app must set the follow_location option in HTTP context to false"
#
aaronpk
the issue is I *want* to follow redirects, but i apparently can't for google URLs
#
www.svenknebel.de
edited /TYPO3 (+289) "indieweb example"
(view diff)
#
aaronpk
so now i need to make a blacklist of all google domains and not follow redirects for those
#
aaronpk
so I wonder where i can find a list of all google domains :(
#
sknebel
that doesn't really read like a "have to"...
#
aaronpk
what doesn't?
#
sknebel
eh, it's worded weirdly
#
sknebel
"should consider"
#
sknebel
"must set"
#
aaronpk
hm there was something else I read too
#
aaronpk
yeah that sentence doesn't make sense either
#
aaronpk
i think it's required. i get connect errors trying to connect to things liks goo.gl
shiflett joined the channel
#
gregorlove.com
edited /TYPO3 (+197) "Plugins section"
(view diff)
rMdes_ and lukebrooker joined the channel
#
[kevinmarks]
anything I should plug apart from indiewebcamp MIT?
#
[kevinmarks]
do you get an obvious error you can then retry with that setting
#
aaronpk
yes it specifically returns "connect error".
#
aaronpk
but now i'm realizing since google's own URL shortener counts, I would actually have to write my own code to follow the redirects
#
aaronpk
hmm... if a page has a single h-entry but the h-entry URL does not match the page URL, then it's actually more like an h-feed that happens to have only one item in it right?