Logs for #nikola for 2016-03-01

07:20:02 <jeminje> Hello all, sifted through the docs, did not find rst syntax for standard theme (bootstrap3). Could someone point me pls?
07:20:58 <jeminje> For example, what is ".. class:: well well-sm pull-right"?
09:38:07 <ChrisWarrick> jeminje: creates a <div> with those classes around the next paragraph; see bootstrap docs for the meaning of well
10:40:21 <jeminje> ChrisWarrick: thanks! So, `..` creates a <div> then?
10:47:00 <gour> morning
10:47:39 <gour> it looks i've to move to lektor/grav...although a bit sorry to leave nikola
11:40:54 <jeminje> ChrisWarrick: nevermind, figure out!
14:22:58 <jeminje> Hi guys, how does one change the color of the black navi bar in `bootstrap3` theme?
14:24:01 <ralsina> gour: :-(
14:24:35 <ralsina> jeminje: read the bootstrap docs, you need to add a class in the base template I think
14:29:47 <ChrisWarrick> replace navbar-inverse with navbar-default
14:35:57 <ChrisWarrick> gour: farewell. We don’t have the manpower to work on coil, nobody feels like contributing, and I feel we have different ideas of what we need and what aCMS is.
14:37:48 <jeminje> ChrisWarrick: noob here, where do I do the replacement?
14:38:14 <ChrisWarrick> jeminje: nikola theme -c base_helper.tmpl → in templates/base_helper.tmpl  (IIRC)
14:38:42 <ChrisWarrick> (nikola theme -c is available in v7.7.6)
15:23:49 <gour> ChrisWarrick: i understand...however, atm, nikola is not ready to serve multiple-authors, some being a bit non-savvy..which is of course, okay, depending on your desires
15:35:16 <KwBot> [nikola] Kwpolska opened issue #2276: Filters for images don’t work? https://github.com/getnikola/nikola/issues/2276
17:06:17 <[Tritium]> i never understood coil's position as 'accessible to non-programmers'
17:07:52 <[Tritium]> It looks cool, but its a complicated and non trivial tech stack that drives a complicated non trivial tech stack.  If you can actaully get it setup, nikola new_post isnt a problem for you >.>
17:13:50 <ralsina> [Tritium]: I had originally a more ambitious project, where it would be a hosted service
17:13:59 <ralsina> Anything you have to rollout yourself is not trivial
17:17:11 <ChrisWarrick> [Tritium]: The Coil web interface is accessible to non-tech-savvy people. It has to be set up by a sysadmin though.
17:17:51 <ralsina> ChrisWarrick: you have a docker image for it right? digitalocean has a "get your VPS with this docker image in it" process that takes 30 seconds
17:17:59 <ChrisWarrick> WordPress is both usable and installable by a non-tech-savvy person (who can read basic documentation)
17:18:05 <ChrisWarrick> ralsina: no. I hate docker with a passion.
17:18:14 <ralsina> ChrisWarrick: too bad
17:18:18 <ChrisWarrick> We have a docker imae for Nikola though.
17:18:27 <ralsina> that's not nearly as useful
17:18:51 * ralsina would probably do a coil snap in the future, then it's "get an ubuntu 16.04 VPS, run this command, set your password here"
17:18:52 <ChrisWarrick> I could build an image one day, if I cared to understand how Docker is supposed to work
17:19:04 <ralsina> ChrisWarrick: that's the main obstacle for me doing it too
17:19:08 <ralsina> we could ask in the ML
17:19:12 * ralsina asks in the ML
17:19:30 <ChrisWarrick> bonus points for basing off the image linked in our getting started page
17:20:08 <ChrisWarrick> The thing I hate the most about docker is that you have to write custom bash scripts to enable things, as there are no init systems
17:20:17 <ChrisWarrick> https://github.com/rbrewer123/docker_nikola
17:22:35 <ralsina> asked
17:35:58 <[Tritium]> is there a way to get nikola to generate .txt files instead of .rst files with new_post?
17:43:06 <[Tritium]> oh, i figured it out, just put .txt in front of .rst in the compilers sequence
18:03:26 <KwBot> [coil] COLABORATI opened issue #46: There is no obvious way to create a table for non-tec users. https://github.com/getnikola/coil/issues/46
18:04:04 <[Tritium]> ... i thought rst syntax for tables was obvious...
18:07:15 <KwBot> [plugins] tritium21 opened issue #142: mustache-comment-form.tmpl does not exist https://github.com/getnikola/plugins/issues/142
18:16:50 <ralsina> [Tritium]: coil uses a HTML editor
18:17:01 <ralsina> [Tritium]: apparently this guy doesn't like that one, and thinks we own it
18:17:26 <ralsina> [Tritium]: Interesting about mustache-comment-form
18:17:35 <ralsina> [Tritium]: I wrote it and have no idea what it should look like ;-)
18:18:04 <ralsina> [Tritium]: but basically, I am guessing "it should look the way your comment system says it should so it works"
18:18:20 <ralsina> [Tritium]: something like the comment embed code in disqus or whatever
18:18:53 <[Tritium]> ralsina: do you have your's still or...am I the first person to go out and try this plugin?
18:19:02 <ralsina> [Tritium]: let me check
18:19:10 <ralsina> [Tritium]: No I don't
18:19:14 <ralsina> and yes, you may very well be!
18:19:46 <[Tritium]> I'll mess with it.  I have some changes I would like to make to it too, if i can get it to work (like controling where mustache.html goes)
18:20:03 <ralsina> found it! http://pastebin.ubuntu.com/15261050/
18:20:18 <ralsina> that's in jinja for some reason
18:20:27 <[Tritium]> fine by me, i use jinja
18:20:58 <ralsina> [Tritium]: could you retrofit it into the original plugin and do a PR?
18:21:32 <[Tritium]> I....can try
18:21:41 <ralsina> thanks, if you can't it's ok :-)
18:24:32 <[Tritium]> uh...this needs a lot of work
18:24:58 <ralsina> it was a proof of concept thing
18:25:23 <[Tritium]> ill move this plugin to the top of the stack of things to work on
18:26:01 <ralsina> cool it sure needs love :-)
20:08:23 <KwBot> [nikola] ralsina assigned issue #2275 to ralsina: nikola plugin install dependency with pip in wrong python version https://github.com/getnikola/nikola/issues/2275
20:35:50 <KwBot> [nikola] ralsina closed issue #2275: nikola plugin install dependency with pip in wrong python version https://github.com/getnikola/nikola/issues/2275
22:42:40 -GitHub[nikola]:#nikola- [nikola] Kwpolska pushed 1 new commit to requires-io-master: https://git.io/v2X4r
22:42:40 -GitHub[nikola]:#nikola- nikola/requires-io-master f68f86c requires.io: [requires.io] dependency update
22:50:33 -travis-ci:#nikola- getnikola/nikola#6933 (requires-io-master - 81c3cf1 : Chris Warrick): The build passed.
22:50:34 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/requires-io-master
22:50:34 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/112987522
22:52:22 -GitHub[nikola]:#nikola- [nikola] Kwpolska pushed 1 new commit to requires-io-master: https://git.io/v2XRd
22:52:22 -GitHub[nikola]:#nikola- nikola/requires-io-master edeca73 requires.io: [requires.io] dependency update
22:57:08 -travis-ci:#nikola- getnikola/nikola#6934 (requires-io-master - f68f86c : requires.io): The build passed.
22:57:09 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/81c3cf1c4e8f...f68f86cbf093
22:57:09 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/112987528
23:05:55 -travis-ci:#nikola- getnikola/nikola#6936 (requires-io-master - edeca73 : requires.io): The build passed.
23:05:56 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/f68f86cbf093...edeca730a714
23:05:56 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/112989879