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 joined #nanoc
tachikoma_ has joined #nanoc
<tachikoma_> hi, is it possible to insert code block(oen that starts with <% code... %> without being compiled with nanoc?
<tachikoma_> *compiled with nanoc
alerante has quit [Remote host closed the connection]
<bobthecow> tachikoma_: i'm not sure i get what you're asking.
alerante has joined #nanoc
alerante has quit [Ping timeout: 272 seconds]
<tachikoma_> I wanted to insert jsp code block in <% %> format, but nanoc keeps rejecting it when compiled.
<tachikoma_> *compiled
<bobthecow> skip the :erb filter?
<tachikoma_> I guess that's obvious... so I was hoping to pass code block as like a pure text so that it doesn't get compiled
<bobthecow> i mean, you could do it as a string.
<tachikoma_> any form is fine as long as I can bypass it
<bobthecow> something like that.
<bobthecow> i haven't tried it'.
<bobthecow> but it prolly works.
<tachikoma_> oh nice, I will try that. thanks a lot!
<bobthecow> github's erb syntax highlighter is having a fit though :)
alerante has joined #nanoc
alerante has quit [Ping timeout: 260 seconds]
alerante has joined #nanoc
alerante has quit [Ping timeout: 264 seconds]
tachikoma_ has quit [Quit: Leaving]
pkunc has joined #nanoc
alerante has joined #nanoc
alerante has quit [Ping timeout: 272 seconds]
<bobbens> mmm How would you generate pages for different tags?
<bobbens> assuming they're not known beforehand
alerante has joined #nanoc
alerante has quit [Ping timeout: 276 seconds]
alerante has joined #nanoc
VitamineD has quit [Read error: Connection reset by peer]
VitamineD has joined #nanoc
VitamineD has quit [Quit: Lingo - http://www.lingoirc.com]
VitamineD has joined #nanoc
mpajor_ has quit [Ping timeout: 240 seconds]
mpajor has joined #nanoc
prxq has joined #nanoc
stbuehler has quit [Ping timeout: 250 seconds]
stbuehler has joined #nanoc
zaiste has quit [Ping timeout: 250 seconds]
stbuehler has quit [Ping timeout: 260 seconds]
stbuehler has joined #nanoc
zaiste has joined #nanoc
stbuehler has quit [Ping timeout: 240 seconds]
pkunc has quit [Quit: Leaving.]
stbuehler has joined #nanoc
drcable has joined #nanoc
<drcable> Hey, I'm getting a "NoMethodError: undefined method `checksum' for #<RSS::Atom::Feed:0x007f89a43910b8>" error which doesn't seem to be googleable, and hashing seems to be a part of the compile process we're not supposed to touch. This may be because I'm rolling my own RSS(I want to do rss on a per tag basis, etc). The crash log is here: https://gist.github.com/b88411732d23886274ca. Anyone got any pointers?
<drcable> (fixed by running an update. sorry, was on an old version)