<travis-ci>
[travis-ci] nanoc/nanoc/release-3.7.x bba1fe7 Denis Defreyne: The build was broken.
<travis-ci>
[travis-ci] nanoc/nanoc/release-3.7.x 0e173fb Denis Defreyne: The build was broken.
<guardian>
\o/
<guardian>
ddfreyne: I edited #463 title, can you change the changelog accordingly?
<guardian>
ddfreyne: forgot to change the title after the review and discussion :/
<travis-ci>
[travis-ci] nanoc/nanoc/3.7.2 0e173fb Denis Defreyne: The build passed.
<ddfreyne>
guardian: The release notes entry is this:
<ddfreyne>
* Made filesystem data source strip only leading newlines, not all whitespace (#463) [Gregory Pakosz]
<ddfreyne>
are you ok with that?
<guardian>
no
<ddfreyne>
Oh, strip *nothing*, right
<guardian>
because we decided we don't touch the content at all :)
<ddfreyne>
Right, doh
<ddfreyne>
* Made filesystem data source not strip any whitespace (#463) [Gregory Pakosz]
<guardian>
I titled the PR "Do not strip whitespaces and newlines when separating content from metadata"
<guardian>
I'm ok with any wording
<ddfreyne>
Newlines are also whitespace
<guardian>
k
<guardian>
got to go! ttl
<ddfreyne>
Seeya!
<travis-ci>
[travis-ci] nanoc/nanoc/master 9b87b9b Denis Defreyne: The build passed.
<travis-ci>
[travis-ci] nanoc/nanoc/release-3.7.x 01f1e68 Denis Defreyne: The build was fixed.
<travis-ci>
[travis-ci] nanoc/nanoc-external/master 10ceb91 Denis Defreyne: The build passed.
irsol has quit [Ping timeout: 260 seconds]
irsol has joined #nanoc
jugglinmike has joined #nanoc
metroxylon has joined #nanoc
<metroxylon>
hi, if i want to add user authorization to nanoc is it possible? We want to use nanoc for a developer documentation site, but only for customers
<guardian>
metroxylon: I would say it has nothing to do with nanoc per se, but the configuration of the web server
<metroxylon>
guardian: even if its more than HTTP auth?
<guardian>
nanoc produces static html
<guardian>
so auth has to be at the server levle
<metroxylon>
guardian: ok, do you know if i can hook up a server to oauth?