2016-04-08 UTC
snarfed1 joined the channel
snarfed and frzn joined the channel
miklb and snarfed joined the channel
shiflett, begriffs, gRegorLove, snarfed, tantek and mblaney joined the channel
# 04:42 mblaney (even official SimplePie, since I'm now the maintainer)
tantek and [shaners] joined the channel
# 04:50 [shaners] How is it a surprise to anyone anymore when Google shuts down services?
snarfed1 and tantek joined the channel
# 05:00 kylewm also we can probably change that section to just "Implementations" now
tantek joined the channel
snarfed, cweiske, Breadbasket_ and jihaisse joined the channel
nitot, Pierre-O and arthurspooner joined the channel
# 08:38 acegiak I should open an issue on bridgy about recieving Twitter replies that include images
yakker joined the channel
# 08:40 acegiak !tell gwg semantic linkbacks was a part of ... I think the webmention plugin? But then pfefferle and I decided that the functionality should be split out so I did that because pfefferle was busy. Or at least that's how I remember it
# 08:40 Loqi Ok, I'll tell them that when I see them next
# 08:41 KevinMarks separating the presentation of responses from the mechanism makes sense
j12t, arthurspooner and dym_cx joined the channel
# 09:30 dym_cx how webmentions go about sites with dynamically loaded content (ie blank page with pulled json objects)?
# 09:36 dym_cx approx 90% of pages on the wiki are "This article is a stub".. but if everyone is a stub – no one is.
j12t joined the channel
arthurspooner joined the channel
# 09:52 KartikPrabhu dym_cx: webmention don't "deal" with "dynamically loaded" content because such content is not parseable
# 09:55 KartikPrabhu even if they are that is OK. It means someone started documenting something and it is not complete
# 09:55 dym_cx what are Special:WhatLinksHere/Template:stub
# 09:55 KartikPrabhu the indieweb wiki is supposed to be community-generated documentation not an encyclopedia
# 10:03 dym_cx it's a given that a wiki page is something everyone can and should improve if they can, no need to remind about it every time
Nissyen1 and j12t joined the channel
# 10:38 voxpelli ^ that's pretty much the approach of all or at least most indieweb-tools – if it's not curlable, then it's not available
friedcell and mblaney joined the channel
# 10:57 mblaney dym_cx: I agree with you, I don't find the default stub text overly helpful.
# 10:57 mblaney and as you say it tends to remain in place longer than it should.
dym_cx joined the channel
# 11:02 dym_cx web-irc-chat shows wiki login-name as URL and in case of @mblaney – with a space instead of `/`
# 11:04 mblaney yeah that applies to anyone who logs into the wiki using a path with their domain.
# 11:04 dym_cx is there an issue tracker for such things?
# 11:10 dym_cx looking for another stub from 2010 which says "meta"
j12t joined the channel
# 11:23 dym_cx indiewebslack working both ways, but also echoes everying inside slack
yakker, j12t, mlncn and snarfed joined the channel
# 14:08 voxpelli snarfed: understandable, I felt my description became very confusing :P
# 14:08 snarfed earlier in it, kylewm asked if his site (not granary) would ping the hub, and you agreed
# 14:09 voxpelli snarfed: but wasn't that when a custom hub was added?
# 14:09 snarfed custom, ie different from the site's rel-hub link?
hs0ucy joined the channel
# 14:10 voxpelli I think that either Granary does a custom hub through query param that the is pinged by the one that added it, or Granary has a hub of its own and adds it to all PuSH-enabled feeds and pings that hub whenever it receives a notification from the original hub
# 14:11 Loqi voxpelli meant to say: I think that either Granary does a custom hub through query param that then is pinged by the one that added it, or Granary has a hub of its own and adds it to all PuSH-enabled feeds and pings that hub whenever it receives a notification from the original hub
# 14:11 snarfed but i figured the site would also have that hub in its own rel-hub link
# 14:13 voxpelli eg. some tools have a built in hub for their own feeds and then needs to use a third-party hub for any other feeds
# 14:13 snarfed ok. so, if they're the same, granary could read and use the rel-hub from the site's html or headers, right?
# 14:13 snarfed we'd only need the hub param if there are multiple?
# 14:14 voxpelli well, if the query param is the same as the rel-hub, then why read the rel-hub? or am I misunderstanding you?
# 14:14 snarfed right, that's my question. the first step seems like just propagating the site's rel-hub into the atom, without adding a query param
# 14:14 voxpelli ah, no, the query param hub would be unique for the Granary feed and not be added to the original site
# 14:14 snarfed i still don't quite understand the multiple hub use case, or the custom hub for granary use case, but that's ok
# 14:15 snarfed i'll start with reading the site's own rel-hub, and then if we actually have someone who wants to use a separate hub for their real site, i can add the query param
# 14:15 voxpelli snarfed: the hub needs to know about the feeds its supposed to send notifications for and if the hub is built into the page then it won't know about any third party URL:s
# 14:16 snarfed i guess i need to read the push spec to fully understand this
# 14:17 voxpelli I don't find much sense in reuisng the rel-hub – sure, in some cases like when it's a Superfeedr hub it will work nicely, but then one can just as well specify it explicitly
# 14:17 snarfed ie if the site has a rel-hub, and also sends a hub= param, i could put both in the atom...?
# 14:18 voxpelli a rel-hub indicates that one can expect a ping to be sent to the hub whenever an update is added to the feed, so if one adds a rel-hub without ensuring that the hub is actually pinged, then one will make most sites only fetch the feed once every 24h or worse
# 14:19 snarfed but granary can't ensure that your site pings the hub param any more than it can ensure you ping your own rel-hub
[aaronpk] joined the channel
# 14:19 voxpelli snarfed: if one explicitly adds a hub, then one kind of takes on the responsibility of ensuring that the hub is pinged
# 14:20 snarfed i guess. but the site also explicitly added a rel-hub to its html or headers, right?
# 14:20 snarfed i should just stop asking questions and implement the param :P
# 14:22 [aaronpk] Oh apparently found another bug with the slack gateway lol... Messages from slack not appearing in the web streaming logs
# 14:23 voxpelli snarfed: a ping includes the url of the feed that is updated, so one needs to ping a hub with the granary URL specifically for its rel=hub to work
# 14:24 snarfed voxpelli: ...ok...but it would have to do that for the hub= hub too, right?
# 14:25 snarfed if a site uses a granary feed with hub=, it would have to also send that specific granary feed to a hub in a ping, right?
# 14:27 snarfed ok. so i guess i still don't see the difference btw hub= and rel-hub
# 14:27 aaronpk dym_cx: I think you found a very special edge case with the slack/web chat gateway
# 14:28 snarfed except that some sites want to ping hubs that they don't advertise in their own html/headers?
# 14:28 aaronpk feels like he should catch up on the PuSH discussion
# 14:28 aaronpk rel-hub is for a consumer to discover the hub to subscribe to
# 14:28 voxpelli snarfed: the difference is two: 1. it's explicit so one knows that the hub will be pinged 2. the explicitly specified hub can be expected to handle a third-party URL like Granary, which not all hubs do
# 14:29 snarfed voxpelli: just to be clear, this isn't proposing that granary ever pings hubs itself, or does anything else to participate in PuSH, right?
kegan joined the channel
# 14:30 snarfed ok. granary would just take the hub= value and stick it in a rel-hub in the atom. right?
# 14:32 snarfed voxpelli: thanks for explaining. i think i get the difference, and it's easy to do. will do.
# 14:32 Loqi [acegiak] Vurms: spassundspiele:Bandit – fantasy characterconcept by zhangbo - acegiak.net/2016/04/08/spa…
yakker, j12t, shiflett, singpolyma, friedcell, M-kegan, hs0ucy, tantek and [aaronpk] joined the channel
M-Kodo, M-RyanRix, snarfed, snarfed1, dym_cx and gyuumaou joined the channel
gRegorLove joined the channel
# 17:37 aaronpk but that in particular is a pretty low-level mediawiki thing
# 17:40 dym_cx what about urls with other "special" symbols like ?, & and https-only sites.. maybe make like a subtitle on wiki user-page which will always show login-url?
# 17:41 aaronpk you can hide the default title on your user page and add your own
# 17:42 aaronpk add __NOTITLE__ in the page then just use regular header syntax
# 17:58 dym_cx also, i still getting slack echo
# 17:59 dym_cx yay, im special
# 17:59 aaronpk normally when you talk through slack your IRC nick is wrapped with [] so that the gateway knows not to echo those back
# 17:59 aaronpk i just fixed it so that shouldn't happen again. Haven't restarted the gateway yet tho
# 18:01 dym_cx ah, ok, i'll remove this issue from wiki
# 18:07 aaronpk "Email is alive, and required, for open source communities. Group discussion is needed" :cringe:
# 18:07 snarfed yup that's the quote i was going to drop but you did it for me!
# 18:09 dym_cx the fact that this discussion is happening on facebook is not at al ironic
# 18:10 Loqi [Ryan Barrett] Email is now basically online snail mail. It’s dying, it just doesn’t know it yet. Time to let it retire gracefully.
[shaners] joined the channel
[kevinmarks] joined the channel
# 18:12 singpolyma snarfed: should have done webmention to you, but it's not showing on the page. do you have moderation on?
# 18:17 Loqi [Ryan Barrett] Email is now basically online snail mail. It’s dying, it just doesn’t know it yet. Time to let it retire gracefully.
# 18:18 snarfed singpolyma: hmm. i'll check logs, but i expect it either didn't get sent or my site 400/500ed it
# 18:20 snarfed singpolyma: btw yeah it's hard to separate email from smtp etc. if you redefine it as also wave, blog comments, etc, that's a big stretch
hs0ucy and KartikPrabhu joined the channel
# 18:21 singpolyma like, I think IRC is obviously different from email. But any long-form 1:1 (or even 1:*) message seems basically the same to me
# 18:22 snarfed i'm with you that long form messaging has a future. it's just weird to expand the definition of email to include that kind of non-email.
# 18:22 snarfed generally accepted existing definitions are useful. trying to change them by fiat is a losing game :P
# 18:23 aaronpk there's a name for that style of argument, right? where you change the definition so that your assertion is correct?
# 18:26 singpolyma snarfed: not trying to change them. email predates SMTP, and will survive it, that's all I'm saying
# 18:27 snarfed singpolyma: ah i see. i definitely didn't mean protocol then, i meant UX. i think the *email UX* is dying, which is a good thing.
# 18:28 snarfed slow, async, long form comm is great! i just think there are/will be much better UXes for it than the current email UX
gRegorLove joined the channel
# 18:28 aaronpk maybe "a lot" is a stretch, but we've come a long way from the simple inbox/folder model, with threaded conversations and labeling and instant search for example.
# 18:33 gRegorLove dym_cx, aaronpk: Mediawiki user pages can be moved. Not sure there's any fix for the forward-slash though, since that means a sub-page in MW.
# 18:33 aaronpk it looks like the actual problem has to do with the IRC logs autolinking usernames to the wrong thing. I can probably fix that without fiddling with mediawiki.
snarfed1 joined the channel
# 18:35 gRegorLove I guess it wouldn't pick up a redirected user page in that case, though.
# 18:36 aaronpk i think right now it's just using the literal text of the MW username, not actually fetching the page
snarfed and Breadbasket_ joined the channel
# 18:44 aaronpk snarfed: argh you got me into a facebook argument about email :P
# 18:44 aaronpk at least i've been posting the replies on my site too
# 18:45 snarfed is lazy and counts backfeed as owning his replies
# 18:45 aaronpk i might too, but these won't be backfed to my site :)
# 18:45 tantek snarfed absolutely! because you have a copy of them, good enough right?
# 18:46 tantek snarfed, your lightweight trolling has me thinking, perhaps April 1st is a good day to pick such fights
# 18:46 snarfed aww only if you don't actually care about the subject
# 18:47 tantek because people don't know if you're joking or not when something is actually conceivable, they have to think *harder* about it in order to respond
# 18:48 snarfed definitely nice idea in theory, not sure if it's true in practice
# 18:50 snarfed hard to measure how hard people think about something :P
# 18:55 tantek snarfed, qualitative judgment call from the responses
hs0ucy joined the channel
# 19:10 tantek hey snarfed do you have photo or video comments working yet on your site/blog?
# 19:11 tantek snarfed, I mean photo comments on your posts, not comments on your photo posts
# 19:12 tantek and if so, how? via u-photo? just a link to a .jpg in the plain text of the comment (and you auto-embed) ?
# 19:12 aaronpk it's kind of fun when this all comes together. just used Quill's nice editor to post that blog post to my site via micropub, then added tags to it and syndicated it to indienews with the p3k inline micropub editor.
# 19:13 tantek looking for an example of photo or video comments on your posts
# 19:14 snarfed hand authored html. (actually markdown, but no matter)
# 19:14 snarfed (oh and the numbers there are old, we've optimized bridgy's cost down to 1¢ per user per month now :P)
# 19:14 tantek wondering if there's a way to cause that to happen as a comment on your site via webmention
# 19:14 snarfed i'll find a photo comment i sent to someone else's site
# 19:15 snarfed tantek: i *think* wp's comment sanitizing would allow incoming wms w/photos, but not sure
j12t, rrix and miklb joined the channel
# 19:45 tantek haha oops on the photo for this week's HWC - it's a u-featured, not a u-photo ;)
# 19:45 snarfed tantek: ok came back to this. a couple examples...
# 19:45 Loqi [Ryan Barrett] Kyle Mahan on Twitter: “@courtarro I was more going for the “meaningless comparisons are meaningless” angle :)”
# 19:45 Loqi [Ryan Barrett] Kyle Mahan: That thing where you’re lecturing family members
# 19:45 Loqi [Kyle Mahan] That thing where you’re lecturing family members on Facebook with odious and incorrect opinions… about datetime formatting.
# 19:46 tantek and just double-checked, it's class="u-featured", not a u-photo
# 19:46 tantek aaronpk: any photo from HWC PDX? we (I) forgot to take one at HWC SF this week :/
# 19:47 aaronpk totally forgot in the bustle of getting kicked out of Cup & Bar early
Loqi joined the channel
# 20:29 Loqi GWG: acegiak left you a message 11 hours, 48 minutes ago: semantic linkbacks was a part of ... I think the webmention plugin? But then pfefferle and I decided that the functionality should be split out so I did that because pfefferle was busy. Or at least that's how I remember it http://indiewebcamp.com/irc/2016-04-08/line/1460104854393
# 20:30 GWG aaronpk, I have a question for you about the webmention specifications. Why does it suggest 5s as the timeout?
# 20:31 aaronpk tantek: looks like my code is actually looking for a u-featured. should it not do that for the newsletter?
# 20:33 gRegorLove Idea: separate out new User: pages in the newsletter in a section like "New Community Members"
# 20:40 aaronpk i'm sure there's improvements that can be made, but it's a start :)
# 20:41 tantek one improvement would be if they have an h-card with a u-photo or logo, show that!
# 20:41 Loqi tantek meant to say: one improvement would be if they have an h-card on their User: page with a u-photo or logo, show that!
# 20:42 aaronpk it will use the p-summary like every other wiki page right now, but h-card would be great
# 20:42 tantek looks for a User: page with h-card with u-photo or logo as an example
# 20:42 GWG I am wondering why pfefferle set for 100s.
# 20:43 GWG gRegorLove, WordPress sets pingbacks to 10
# 20:44 aaronpk hm if wordpress limits to 10s, maybe i should update the example in the webmention spec to that
wolftune joined the channel
# 20:45 tantek seems like a reasonable start, and then can you cite something for that 10s?
# 20:46 GWG tantek, they use it for pingbacks.
# 20:47 GWG They also set maximum size to 150kb vs the suggestion in the specification for 1mb.
# 20:50 GWG When I read and try to understand and implement, I obsess about every detail
# 20:51 GWG So, is a page now vs when Wordpress set their number likely to be larger, or is the specification number conservative?
# 20:54 gRegorLove tantek: Another example ^. I'm not seeing u-photo in yours though?
# 21:02 GWG What is the advantage of using per media type rules in webmention verification?
# 21:03 aaronpk GWG: that's there in case you get a webmention from a page that does not contain HTML, such as a JSON document.
# 21:03 GWG Yes, but if you do a straight text search on the page, you would get identical results.
# 21:04 aaronpk a text search would falsely match on an HTML page in some cases
# 21:04 GWG sknebel, that is why I was contemplating it.
# 21:04 GWG aaronpk, do you have an example of that?
# 21:05 aaronpk an HTML page doesn't "link" to another URL unless that URL appears in the href attribute of an <a> tag. so if the page just contained the string value of the URL it's not actually linking to it.
# 21:06 tantek like say, anything that publishes trackback references like (most?) Movable Type installs on the web
# 21:07 tantek feel free to revert if that's not your preference
# 21:09 aaronpk also looks like i need to update a few things on that page ;-)
# 21:09 tantek go for it. the TOC right now is auto-generated
# 21:10 tantek so I left it that way (tried experimenting with moving it down, then decided you should decide that presentational aspect)
# 21:10 tantek so now we have (at least) two examples of user: pages with h-cards with photos. mine has an implied u-photo, and aaronpk's has an explicit u-photo
snarfed joined the channel
# 21:18 tantek uh, perhaps blacklist indiewebcamp.com as a sign-in for indiewebcamp.com?!?
[dym_cx] joined the channel
# 21:20 [dym_cx] i saw you putting h-card and stuff on the wiki, so..
# 21:20 tantek wait wat how can an IRC nick have [ ] in it?!?
# 21:21 tantek since when does the slack bridge show "... joined the chat room" in IRC?
# 21:22 tantek was waiting for that correction gRegorLove despite the vague expression "(at least) two" ;)
# 21:23 aaronpk tantek: you even commented on how the [] make the IRC nick look like it's inside a box
# 21:24 tantek aaronpk: no I don't remember seeing this: "[dym_cx] joined the chat room." but nevermind, I see it above that too.
snarfed1 joined the channel
# 21:28 Loqi [Tantek Çelik] microformats2 parsing specification
# 21:31 gRegorLove I'll file a php-mf2 issue, unless you already started one tantek
snarfed joined the channel
[shaners] joined the channel
# 21:35 [shaners] kylewm: what was the name of your software before you moved to Known?
Lancey joined the channel
# 21:39 tantek A photo comment is what a [[photo reply ]] looks like in the context of the original post that it is in-reply-to.
shiflett joined the channel
singpolyma joined the channel
# 21:48 tantek shaners when did you add tags support to Dark Matter?
# 21:49 tantek remembers he added tag support a few months ago
shiflett and frzn joined the channel
# 22:00 [shaners] Well, it was in two phases. I had linked tags to aggregation pages. But those pages weren’t listing tagged posts until recently (last week I think). Do you want both dates or just the latter?
# 22:01 tantek when did you add the u-category markup support to tags?
# 22:01 tantek.com edited /tags (+531) "/* IndieWeb Examples */ add myself, implemented tags on a long flight back from NYC/EWR 2016-01-25" (
view diff )
# 22:02 tantek er, u-category or p-category depending on person-tag or plain text tag
# 22:02 [shaners] i’m not doing person tags yet. just p-category for text tags.
# 22:04 tantek once you've marked them up as tags you've implemented /tags on your posts. linking them to something interesting is additiona (good) work
# 22:05 gRegorLove I'm still thinking through / not sure how to add more context to a tag. E.g. I'm tagging a lot of things with band names and would like to make it clear they are bands and not something else.
# 22:05 tantek aggregating tags across sites vs. just across posts on one site
# 22:05 tantek aaronpk: what do you call your pages that show all posts with a particular tag?
# 22:05 tantek (aggregation tends to imply multiple (remote) sources)
# 22:09 tantek aaronpk: "tag feed" is better than "tag aggregation"
# 22:10 tantek KartikPrabhu: "tag page" may ironically not be that bad, especially in comparison to other options
# 22:10 aaronpk i like "feed" because it implies you can subscribe to it and that the content is reverse time ordered and updates often
# 22:11 tantek snarfed, yeah, I put the wrong long. Go head and fix
# 22:11 Loqi tantek meant to say: snarfed, yeah, I put the wrong links. Go head and fix
# 22:13 [shaners] tantek: I committed .p-category on 2012-11-18, adding it to tag links that I had since 2010-06-17.
# 22:14 tantek nice! yeah I expect a lot of features we build apply to backposts like that. if you have the date of deploy, note that explicitly (i.e. for sorting), but definitely also note the date of commit
# 22:15 tantek then I typically just say "implemented" for that combination
# 22:23 aaronpk :sigh: facebook is discontinuing their instagram API libraries now too
Nissyen and hs0ucy joined the channel
# 22:37 [shaners] aaronpk: do you know when you added .p-category to your tags?
# 22:38 aaronpk my new site launched with that, but not sure about before
# 22:38 Loqi Ok, I'll tell them that when I see them next
# 22:48 aaronpk this is the p-category class on the tags that appear on a post permalink?
tridnguyen joined the channel
# 22:50 aaronpk ugh making me go dig through old terrible code :P
tridnguyen joined the channel
# 22:50 [shaners] git blame and git history got me to what I was looking for on mine
mlncn joined the channel
# 22:56 aaronpk but that was just me moving from one repo to another
# 22:58 kylewm tantek: got kind of an interesting test case for cassis/auto-linking in general auto_link("foo.com/bar,foo.com/baz");
snarfed1 and tridnguyen joined the channel
# 22:59 KevinMarks re webmention timeout - I had to turn up mine past 5s for acegiak's site because her background scripts would cause it to wedge for a bit
# 23:00 KevinMarks gRegorLove: using a p-category h-card style tag for Bands seems reasonable
# 23:00 [shaners] I don’t think autolink can be too clever with a string like that. Bc it’s ambiguous. That could be one URL or two.
# 23:01 kylewm yeah cassis makes lots of decisions like that though, a URL can end with punctuation too, but it strips that off
# 23:01 [shaners] I think you either leave it as one URL and leave it on the author to space out their URLs
# 23:01 aaronpk [shaners]: okay i found it. no public URL for it. but it was 2013-04-21
# 23:01 gRegorLove KevinMarks: Not sure how to do that if I'm just selecting tags from a list. And does that mean I need to create a page for each band that contains an h-card?
# 23:02 [shaners] aaronpk: is there a private repo URL? for future you if no one else.
snarfed joined the channel
# 23:02 kylewm interestingly (not surprisingly) it handles foo.com,bar.com the way you'd want
# 23:07 gRegorLove Sure. I would need to find a way to link to their URL as well as my tag stream then.
Breadbasket__ joined the channel
# 23:07 gRegorLove Those tags would resemble person-tags at that point, I think.
# 23:08 KevinMarks yes, a person is one case of an h-card. presumably a band would have an org set
# 23:12 gRegorLove So <a href="#" class="p-category h-card"><span class="p-org">Band Name</span></a> ?
# 23:13 kylewm ohh interesting, there's a case where you want p-name to be implied even when another p- property is specified
# 23:13 tantek is pleased that shaners indepenently came to same conclusion re: kylewm's comma separated apparent URL question
# 23:14 tantek this precisely: "leave it as one URL and leave it on the author to space out their URLs"
# 23:14 KevinMarks as urls can contain commas, though I haven't seen anyone do it sicne webobjects
# 23:14 tantek "," without a space is likely part of previous URL
# 23:15 tantek ", " with space is required for English use of comma, and since the outer context is plain text (likely) English, it makes sense to treat it at that outer context instead of part of the URL
# 23:17 tantek re: p-org implying p-name - really don't want the parser to have to do anything specific with vocabulary it encounters
# 23:17 KevinMarks well the distinction is <a href="#" class="p-category h-card"><span class="p-name">Paul McCartney</span><span class="p-org">The Beatles</span></a>
# 23:17 tantek and yes, person-tags are just a subset of possible linked-tags
# 23:17 Loqi tantek meant to say: and yes, person-tags are just a subset of possible object-tags
# 23:17 KevinMarks vs <a href="#" class="p-category h-card"><span class="p-name p-org">The Beatles</span></a>
# 23:21 tantek kylewm: he wrote it here in IRC only as an example or was that from an actual post?
# 23:21 tantek (because as an example people take all kinds of shortcuts that they don't "live")
# 23:22 gRegorLove It's not live currently, but that's written as I might actually implement it
# 23:22 tantek gRegorLove: it has come up quite often here as frustration with implied p-name being too long / noisy to be usable (by consuming code)
# 23:24 gRegorLove Yeah, I'm familiar with some of that discussion, just hadn't read that microformats.org discussion about it before.
shiflett joined the channel
# 23:27 gRegorLove Now I need to figure out how to associate the h-card with a tag so I can just select it from a list and it displays the h-card markup rather than just p-category
# 23:27 [shaners] kevinmarks: i believe json-api uses commas in urls when requesting a collection of non-sequential resources
# 23:28 tantek has anyone here ever used hashbang URLs with their site?
[kevinmarks] joined the channel
# 23:29 tantek KevinMarks: how does one accidentally use hashbang URLs with Blogger?
# 23:29 [shaners] File hashbang URLs under U for Ugh, I’m glad those are done.
# 23:29 tantek shaners, just don't go linking to Google Groups "permalinks" then ;)
# 23:30 KevinMarks they turned them on for everyone when they did the js template thing
# 23:30 Loqi tantek meant to say: are they still "on"?
# 23:34 kylewm is afraid to think too hard about js URL routing works
snarfed and frzn joined the channel