ddfreyne changed the topic of #nanoc to: 3.7.3 (August 31th) | web http://nanoc.ws/ | repo http://bit.ly/XE6e3G | issues http://bit.ly/VfXaSV | forum http://ho.io/n-discuss | irclog http://irclog.whitequark.org/nanoc
ics has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
prxq_ has joined #nanoc
prxq has quit [Ping timeout: 276 seconds]
drcable has quit [Quit: Leaving.]
drcable has joined #nanoc
alerante has quit [Remote host closed the connection]
alerante has joined #nanoc
alerante has quit [Changing host]
alerante has joined #nanoc
alerante has quit [Ping timeout: 252 seconds]
drcable1 has joined #nanoc
drcable has quit [Ping timeout: 252 seconds]
alerante has joined #nanoc
alerante has quit [Ping timeout: 260 seconds]
drcable1 has quit [Quit: Leaving.]
drcable has joined #nanoc
drcable has quit [Ping timeout: 252 seconds]
ics has joined #nanoc
pkunc has joined #nanoc
alerante has joined #nanoc
alerante has quit [Ping timeout: 246 seconds]
Keltia has quit [Read error: No route to host]
ics has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
VitamineD has quit [Quit: Computer has gone to sleep.]
VitamineD has joined #nanoc
cDlm has joined #nanoc
cDlm has quit [Client Quit]
cDlm has joined #nanoc
VitamineD has quit [Read error: Connection reset by peer]
alerante has joined #nanoc
drcable has joined #nanoc
alerante has quit [Ping timeout: 245 seconds]
drcable has quit [Ping timeout: 268 seconds]
ctp has joined #nanoc
drcable has joined #nanoc
drcable1 has joined #nanoc
drcable has quit [Ping timeout: 246 seconds]
drcable1 has quit [Ping timeout: 264 seconds]
cDlm is now known as VitamineD
drcable has joined #nanoc
alerante has joined #nanoc
drcable has quit [Quit: Leaving.]
VitamineD has quit [Ping timeout: 245 seconds]
jugglinmike has joined #nanoc
bobbens has left #nanoc ["weee"]
alerante has quit []
myghty has joined #nanoc
<myghty> good evening :)
TobiasFar has quit [Ping timeout: 245 seconds]
TobiasFar has joined #nanoc
bobbens has joined #nanoc
<bobbens> is there some way to stop a href from getting unicode escaped?
<bobbens> it's linking to "#<some unicode>", but that link turns to something like "#309850213850299034032" or whatever it is, and it doesn't recognize the element (it's supposed to link to some div id that is proper unicode)
pkunc has quit [Quit: Leaving.]
<bobbens> I don't even know where this replacement is happing :|
<bobbens> looks like it's nokogiri
<bobthecow> have you explicitly set your encoding to utf-8?
pkunc has joined #nanoc
pkunc has quit [Quit: Leaving.]
pkunc has joined #nanoc
<bobbens> yes, it makes sense, I mean tidy freaks out about this, but in the case of hrefs pointing to elements it's unnecessary
<bobbens> so I'll just write a filter to fix it if I can :)
<bobbens> bastards reescape it later it seems :|
<bobthecow> your best bet will always be to only use ascii in identifiers.
pkunc has quit [Quit: Leaving.]
<bobbens> too sad
<bobbens> str.gsub!(/href=\s*\"#(.*?)\"/) { |m| "href=\""+URI.decode($1)+"\"" }
<bobbens> that seems to work
pkunc has joined #nanoc
pkunc has quit [Quit: Leaving.]
francois2 has quit [Excess Flood]
francois2 has joined #nanoc
<bobbens> I forget how crazy html/css work was
<bobthecow> heh :)
ics has joined #nanoc
<bobbens> seriously bro, I've got a gallery that you click on shit and it opens colorboxes with bxsliders in them
<bobbens> it's bloody impossible to get the bxslider and the colorbox to play well
<bobbens> the fucking <li> is for some reason 7 px taller than the <img> it contains :|
pkunc has joined #nanoc
pkunc has quit [Quit: Leaving.]
ics has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
jugglinmike has quit [Quit: Leaving.]
ics has joined #nanoc
koan_ has quit [Ping timeout: 245 seconds]