01:01
ics has joined #nanoc
01:55
tachikoma_ has joined #nanoc
01:57
<
tachikoma_ >
hi, is it possible to insert code block(oen that starts with <% code... %> without being compiled with nanoc?
01:57
<
tachikoma_ >
*compiled with nanoc
03:02
alerante has quit [Remote host closed the connection]
03:06
<
bobthecow >
tachikoma_: i'm not sure i get what you're asking.
03:29
alerante has joined #nanoc
03:43
alerante has quit [Ping timeout: 272 seconds]
04:25
<
tachikoma_ >
I wanted to insert jsp code block in <% %> format, but nanoc keeps rejecting it when compiled.
04:25
<
tachikoma_ >
*compiled
04:26
<
bobthecow >
skip the :erb filter?
04:26
<
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
04:27
<
bobthecow >
i mean, you could do it as a string.
04:27
<
tachikoma_ >
any form is fine as long as I can bypass it
04:28
<
bobthecow >
something like that.
04:28
<
bobthecow >
i haven't tried it'.
04:28
<
bobthecow >
but it prolly works.
04:29
<
tachikoma_ >
oh nice, I will try that. thanks a lot!
04:30
<
bobthecow >
github's erb syntax highlighter is having a fit though :)
05:40
alerante has joined #nanoc
05:45
alerante has quit [Ping timeout: 260 seconds]
07:41
alerante has joined #nanoc
07:46
alerante has quit [Ping timeout: 264 seconds]
08:55
tachikoma_ has quit [Quit: Leaving]
08:58
pkunc has joined #nanoc
09:42
alerante has joined #nanoc
09:47
alerante has quit [Ping timeout: 272 seconds]
10:12
<
bobbens >
mmm How would you generate pages for different tags?
10:12
<
bobbens >
assuming they're not known beforehand
11:43
alerante has joined #nanoc
11:48
alerante has quit [Ping timeout: 276 seconds]
12:31
alerante has joined #nanoc
13:10
VitamineD has quit [Read error: Connection reset by peer]
13:10
VitamineD has joined #nanoc
16:29
VitamineD has joined #nanoc
18:16
mpajor_ has quit [Ping timeout: 240 seconds]
18:17
mpajor has joined #nanoc
19:28
prxq has joined #nanoc
21:17
stbuehler has quit [Ping timeout: 250 seconds]
21:19
stbuehler has joined #nanoc
21:46
zaiste has quit [Ping timeout: 250 seconds]
21:47
stbuehler has quit [Ping timeout: 260 seconds]
21:48
stbuehler has joined #nanoc
22:00
zaiste has joined #nanoc
22:20
stbuehler has quit [Ping timeout: 240 seconds]
22:25
pkunc has quit [Quit: Leaving.]
22:32
stbuehler has joined #nanoc
23:05
drcable has joined #nanoc
23:09
<
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?
23:28
<
drcable >
(fixed by running an update. sorry, was on an old version)