Logs for #nikola for 2015-05-30

07:37:59 <ChrisWarrick> gour: Coil CMS has a wysiwyg editor that requires HTML input
07:38:37 <gour> ChrisWarrick: hmm..any plan to provide something for rst/md?
07:38:56 <gour> another concern is uploading media stuff or assets?
07:39:01 <ChrisWarrick> gour: Is there any usable WYSIWYG editor?
07:39:52 <gour> ChrisWarrick: http://rst.ninjs.org/
07:40:27 <ChrisWarrick> gour: that’s not really wysiwyg, just something with a preview window
07:40:48 <gour> it would be good enough
07:41:21 <ChrisWarrick> gour: though I might do edit+preview for markdown, or anything else that has a sane JavaScript parser (cannot find anything for rest)
07:41:32 <ChrisWarrick> commonmark could be done
07:42:14 <gour> any idea how to handle location of assets (images etc.)?
07:42:35 <ChrisWarrick> what do you mean?
07:42:51 <ChrisWarrick> Do you want to use something of your own to handle asset uploads and usage?
07:44:23 <gour> ideally, coil would parse conf.py and act accordingly, iow. atm i've IMAGE_FOLDERS = { 'posts': 'posts' } in order to be able to put images close to the post
07:45:14 <ChrisWarrick> oh, good luck with that
07:45:41 <ChrisWarrick> gour: post  tree posts/   so I can understand your structure
07:46:55 <gour> ChrisWarrick: http://pastebin.com/mT3Ykk43
07:47:10 <ChrisWarrick> gour: also, don’t use pastebin.com.  gist.github.com or bpaste.net or anything saner, please
07:47:12 <gour> it seems quite logical to me
07:47:19 <gour> ok
07:48:39 <gour> by keeping images close to posts it's easy to reorganize things
07:53:11 <ChrisWarrick> I’ll try to get something to work, perhaps by giving access to posts/ but ignoring .ad etc files
07:58:23 <gour> ok, having support for rst would be fine...i'm anyway considering to use rst since it's and will probably remain 1st class citizen within nikola
08:11:33 <ChrisWarrick> gour_: reST will always be a first-class citizen, markdown 1.5th, anybody else is a second class citizen.  and asciidoc is even worse, as it shells out to render things so we can’t really extend it
08:16:08 <gour> ChrisWarrick: considering i can, if needed, always convert from rst to asciidoc, maybe it makes sense to just use rst...how can one define substitutions in rst?
08:16:28 <ChrisWarrick> gour: what sort of substitutions?
08:17:01 <ChrisWarrick> gour: there is this |foo| thing, but it  currently exists on a per-file basis and not with global things
08:17:59 <gour> e.g in asciidoc i can define :Sun: ☉ and then use {Sun} in my text to get symbol for planet Sun
08:18:03 <gour> very simple
08:18:39 <gour> non-visible char is unicode for the Sun character.
08:19:19 <gour> can one somehow include file with such definitions?
08:22:24 * gour --> out (afk)
08:44:24 <ChrisWarrick> gour: http://docutils.sourceforge.net/docs/user/rst/quickref.html#substitution-references-and-definitions
08:44:35 <ChrisWarrick> The |Sun| is best pony.
08:44:43 <ChrisWarrick> .. |Sun| ☉
08:46:30 <ChrisWarrick> gour: you can also use reST includes to have a substitutions file: http://docutils.sourceforge.net/docs/ref/rst/directives.html#including-an-external-document-fragment
09:42:11 <gour> ChrisWarrick: thanks. both looks good
09:45:04 <gour> not much difference from asciidoc
09:46:04 <gour> and, in general, it looks rst is not much behind asciidoc's capabilities besides some syntactical differences
13:30:26 -GitHub[plugins]:#nikola- [plugins] Kwpolska force-pushed deprecate-webapp from a2b4fe9 to 531481b: http://git.io/vk2ZT
13:30:26 -GitHub[plugins]:#nikola- plugins/deprecate-webapp 531481b Chris Warrick: Deprecate webapp and use it as a Coil advert...
13:30:51 -GitHub[plugins]:#nikola- [plugins] Kwpolska force-pushed deprecate-webapp from 531481b to 5b02b0d: http://git.io/vk2ZT
13:30:51 -GitHub[plugins]:#nikola- plugins/deprecate-webapp 5b02b0d Chris Warrick: Deprecate webapp and use it as a Coil advert...
13:31:51 -travis-ci:#nikola- [PLUGINS] getnikola/plugins#649 (deprecate-webapp - 531481b : Chris Warrick): The build has errored.
13:31:52 -travis-ci:#nikola- [PLUGINS] Change view: https://github.com/getnikola/plugins/compare/a2b4fe9737a7...531481b6dcf0
13:31:53 -travis-ci:#nikola- [PLUGINS] Build details: http://travis-ci.org/getnikola/plugins/builds/64700970
13:37:14 -travis-ci:#nikola- [PLUGINS] getnikola/plugins#651 (deprecate-webapp - 5b02b0d : Chris Warrick): The build passed.
13:37:15 -travis-ci:#nikola- [PLUGINS] Change view: https://github.com/getnikola/plugins/compare/531481b6dcf0...5b02b0d09e1c
13:37:15 -travis-ci:#nikola- [PLUGINS] Build details: http://travis-ci.org/getnikola/plugins/builds/64701006
14:00:46 -GitHub[plugins]:#nikola- [plugins] ralsina deleted deprecate-webapp at 5b02b0d: http://git.io/vk24H
14:03:28 -travis-ci:#nikola- [PLUGINS] getnikola/plugins#653 (master - 6364201 : Roberto Alsina): The build passed.
14:03:29 -travis-ci:#nikola- [PLUGINS] Change view: https://github.com/getnikola/plugins/compare/910f8b8b6a35...6364201b7390
14:03:29 -travis-ci:#nikola- [PLUGINS] Build details: http://travis-ci.org/getnikola/plugins/builds/64702972
18:32:27 <polyzen> ralsina, what's up with the bold text? :p
18:33:08 <polyzen> most (all?) clients already have highlights when you mention their nick
18:33:49 <ChrisWarrick> polyzen: his client (quassel) is going crazy
18:44:21 <polyzen> heh
22:09:47 <DalekSec> I don't suppose there's a way to use //foo.com/bar.html  style links, so it'll use https or http, depending on what you're currently visiting on?