ddfreyne changed the topic of #nanoc to: 3.6.4 (may 29th) | 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
forcev is now known as Funkypenguin
Funkypenguin has joined #nanoc
Funkypenguin has quit [Changing host]
skroon has quit [Quit: leaving]
yogsototh has joined #nanoc
kitallis has joined #nanoc
kitallis has quit [Ping timeout: 248 seconds]
kitallis has joined #nanoc
pavelkunc has joined #nanoc
pavelkunc has quit [Quit: Leaving.]
pavelkunc has joined #nanoc
pavelkunc has quit [Quit: Leaving.]
pavelkunc has joined #nanoc
pavelkunc has quit [Client Quit]
pavelkunc has joined #nanoc
cDlm has quit [Quit: cDlm]
skroon has joined #nanoc
<skroon> hi all
cDlm has joined #nanoc
yogsototh has quit [Ping timeout: 245 seconds]
_whitelogger has joined #nanoc
number-six has joined #nanoc
yogsototh1 has joined #nanoc
yogsototh has quit [Ping timeout: 264 seconds]
kitallis has quit [Quit: Textual IRC Client: http://www.textualapp.com/]
jugglinmike has joined #nanoc
<skroon> i'm getting: RuntimeError: Found 16 content files for content/assets/javascripts/foundation/foundation; expected 0 or 1
<skroon> anyone have an idea why that might be?
<ddfreyne> This should fix it!
cDlm has quit [Ping timeout: 264 seconds]
skroon has quit [Read error: Operation timed out]
<ddfreyne> Good news! I should have internet finally :D
<ddfreyne> It should be active when I get home! :D
<guardian> :)
<stbuehler> the cake is a lie!
* darix starts working with an excavator in front of ddfreyne's home
cDlm has joined #nanoc
skroon has joined #nanoc
skroon has quit [Ping timeout: 264 seconds]
tlevine has quit [Read error: No route to host]
_whitelogger_ has joined #nanoc
_whitelogger_ has joined #nanoc
skroon has joined #nanoc
skroon has quit [Read error: Connection reset by peer]
skroon has joined #nanoc
<ddfreyne> My internet works!
<ddfreyne> It's aliiiiive
<guardian> yeah
<ddfreyne> I can use SoundCloud at home... crazy!
<darix> ddfreyne: dont you get enough soundcloud at work?;)
<skroon> hi ddfreyne
<ddfreyne> darix: Only 8 hours/day :D
<skroon> anyone in here using nanoc with foundation + compass?
<skroon> foundation 4 that is
<ddfreyne> skroon: Compass, yes. I considered using foundation for the new nanoc site, but went with something smalller instead
<skroon> ddfreyne: i'm completely new to all of this so curious why you choose differently
<ddfreyne> skroon: Hmm, good question. Foundation looks really nice, and I'm not sure why I didn't pick it. Maybe it felt a bit bloated, not sure
<skroon> ddfreyne: anyother question, I want to use switch from wordpress to static site generator, however I was looking around if there is a good I18n solution, i'm wondering though which option is the best, go for javascript solution or use nanoc-filesystem-i18n plugin
<ddfreyne> I think I haven't chatted in #nanoc for two months :D
<skroon> ddfreyne: how come ? :-)
<skroon> ddfreyne: I was checking your interviews today, to learn a bit more about nanoc :)
<ddfreyne> skroon: http://nanoc.ws/docs/guides/creating-multilingual-sites/ is what I used, but it may not work in your case
<ddfreyne> skroon: Which interview? The FOSDEM one?
<skroon> ddfreyne: yeah :-)
<skroon> ddfreyne: btw your from the Dutch speaking part or french part of Belgium?
<skroon> argh I hate my self for not finding that multilingual documentation on the website
<ddfreyne> skroon: Dutch speaking
<skroon> i'm from NL
<skroon> so also need NL and EN translations (reading the guide now btw)
<ddfreyne> Ahh nice
<ddfreyne> I used to live a lot closer to NL
<ddfreyne> Where from are you?
<skroon> Den Bosch and you?
<skroon> or where did you live when living closer to NL
<ddfreyne> Ghent originally, although I live in Berlin now
<skroon> ah cool, I was in Ghent a couple of times when I had a friend who worked for Ford factory
<skroon> where most of Ghent's people work right ? :)
<ddfreyne> Haha, that is an exaggeration ;)
<skroon> that factory was truly *huge* :-)
<skroon> sofar like the multilingual approach you used
<ddfreyne> Hopefully http://www.factoryberlin.com/ will be at least as cool :)
<skroon> what's that/
<ddfreyne> The office building that will soon be SoundCloud's
<skroon> ahhh :-)
<skroon> how many people work at soundcloud?
<ddfreyne> I think it's close to 200 now
<ddfreyne> This is pretty sweet :)
<skroon> wow! :-)
<skroon> finished guide... I want to host on S3 so dont' want any dynamic/server-sided stuff there, was thinking about putting a javascript at /index.html that detect browser language and then redirect to language index like /nl/index.html
<skroon> is that perhaps too shortsided and can cause troubles?
<ddfreyne> Hmmm. I think that search engines may not like that, but otherwise it should be fairly okay
<ddfreyne> I would add a noindex,follow meta header, and provide a list of links to the homepages in other languages
<skroon> ah right SEO
<skroon> or perhaps have the primary language (english) set to the root, and have other language mounted at /nl/index.html ?
<skroon> if I do underand correctly though is that /en/about.html and /nl/about.html is in term of html markup a duplicate right?
<ddfreyne> Yes, but nanoc takes care of that, so there'd be only a single layout
<skroon> put the html markup that's inside the partiol (e.g. /content/nl/about.hml) has to be manually duplciated right (e.g. from /content/en/about.html to /content/nl/over.html)
<ddfreyne> skroon: paragraphs, images, ... will need to be duplicated, although 99% of the layout will be in layouts/ and reusable
<skroon> true, however I don't mind some of the duplication btw
<skroon> ddfreyne: nanoc check --all doesn't really seem to like foundation 4 installation :_)
<ddfreyne> skroon: What kind of errors does it show?
<skroon> lot's let me show a couple
<skroon> I just randomly choose some part: http://hastebin.com/qaqaqorari.vhdl
<skroon> if I can help or something like me know
<skroon> FYI I also needed to set this: allow_periods_in_identifiers: true
<skroon> because foundation 4 has files like: content/assets/javascripts/foundation/foundation.forms.js
<skroon> was wondering what the downsides would be to set allow_periods_in_identifiers to true
<ddfreyne> skroon: Hmm, that is the HTML validator causing those issues.
<ddfreyne> skroon: Ahh, but... output/assets/javascripts/foundation/foundation.alerts/index.html does not seem to be routed right
<ddfreyne> that should be foundation.alerts.js, not foundation.alerts/index.html, right?
<ddfreyne> If the extension is .js, the route should return item.identifier.chop + '.js'
<skroon> ddfreyne: that's right indeed
<ddfreyne> So, went through most of the nanoc mailinglist messages. Woo!
<skroon> so probably my Rules file is incorrect, I should learn more how the Rules file works probably ;-)
<skroon> when getting a Net::HTTPFatalError: 502 "Proxy Error" during nanoc check, what could that be?
<ddfreyne> The HTML validator is the W3C one and there's some trouble loading it, it seems
<skroon> ah right
<skroon> forgot that it was running against external resource
<ddfreyne> Yeah, and it rather sucks, but if you get me an offline validator, you'd be my hero of the day
<skroon> :-)
* skroon note taken
<skroon> indeed my js is compiled to: output/assets/javascripts/foundation/foundation.interchange/index.html
<skroon> content/assets/javascripts/foundation/foundation.interchange.js
<skroon> it works after that fix of yours, thanks
<skroon> (the route)
<skroon> ddfreyne: btw have you also look at grunt.js or yeoman ?
<ddfreyne> skroon: I don't do much frontend stuff tbh
<skroon> you use livereload with nanoc btw?
<ddfreyne> Nope, but it would certainly be possible
<skroon> yeah working perfectly, just tried it
skroon has quit [Ping timeout: 245 seconds]
skroon has joined #nanoc
skroon has quit [Ping timeout: 248 seconds]
pavelkunc has quit [Quit: Leaving.]