Logs for #nikola for 2015-07-06

00:23:29 -travis-ci:#nikola- getnikola/nikola#5635 (master - e960475 : Chris Warrick): The build passed.
00:23:30 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/0aa310c9e29c...e960475542ac
00:23:30 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/69641243
08:58:21 -GitHub[nikola]:#nikola- [nikola] Kwpolska deleted unifying-compiler-extensions at c9e6d8c: http://git.io/vqZNm
12:35:03 <polyzen> anyone know how to not display the page title
12:37:02 -GitHub[plugins]:#nikola- [plugins] Kwpolska pushed 1 new commit to master: http://git.io/vqcm5
12:37:02 -GitHub[plugins]:#nikola- plugins/master 7a2fc0c Chris Warrick: projectpages: add gallery field...
12:44:08 <ChrisWarrick> polyzen: .. hidetitle: True   should work
12:45:21 <polyzen> ChrisWarrick, that's a bootstrap thing?
12:45:38 <ChrisWarrick> polyzen: ?
12:46:03 <polyzen> ChrisWarrick, where do i find info on stuff like that?
12:46:14 <ChrisWarrick> polyzen: pretty sure that’s in the nikola manual
12:46:39 <ChrisWarrick> polyzen: https://getnikola.com/handbook.html#creating-a-blog-post → other metadata fields sidebar
12:47:59 <polyzen> gotcha
13:00:27 <polyzen> wat .  robots_file:output/robots.txt
13:00:29 <polyzen> [2015-07-06T13:00:06Z] WARNING: Nikola: robots.txt not ending up in server root, will be useless
13:06:58 <ChrisWarrick> ignore this
13:07:05 <ChrisWarrick> or disable the robots plugin
13:15:17 <polyzen> hm
13:15:25 <polyzen> nikola clean doesn't do what i expected >.>
13:16:33 <polyzen> ChrisWarrick, but isn't output/ what nikola should consider as the server root?
13:16:56 <ChrisWarrick> polyzen: and what did you set SITE_URL to?
13:17:12 <polyzen> localhost:8000/
13:17:51 <ChrisWarrick> polyzen: hm, weird.  this is supposed to appear only if you have a subdirectory there
13:20:32 <ChrisWarrick> polyzen: wait, do you not have http(s) in the link?  then that’s your problem
13:49:12 <polyzen> ChrisWarrick, yep
13:49:36 <ChrisWarrick> polyzen: nikola excepts a protocol, and the init wizard would have told you that.
13:50:37 <polyzen> expects*
13:50:40 -GitHub[nikola]:#nikola- [nikola] Kwpolska pushed 1 new commit to master: http://git.io/vqcPj
13:50:40 -GitHub[nikola]:#nikola- nikola/master c8f7a6a Chris Warrick: Add note about SITE_URL needing the protocol...
13:50:42 <ChrisWarrick> thanks
13:50:51 <polyzen> thank you
13:50:51 <ChrisWarrick> And as of right now, the config file would have told you what, too.
13:51:47 <polyzen> s/would have/will/ ?
13:53:41 <ChrisWarrick> if you created your site right now, it would have told you that
13:57:41 <polyzen> ah
13:57:47 <polyzen> you mean init
13:58:19 -travis-ci:#nikola- getnikola/nikola#5636 (master - c8f7a6a : Chris Warrick): The build passed.
13:58:20 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/e960475542ac...c8f7a6ae1ad4
13:58:20 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/69734569
14:34:12 <polyzen> lol wtf
14:34:22 <polyzen> i have the man page on on system, but not on another
14:34:28 <polyzen> one
14:58:10 <ChrisWarrick> there is no reason why this would happen, other than missing python-nikola-doc on arch
18:56:55 <polyzen> probably don't have that, then
20:13:42 -GitHub[nikola]:#nikola- [nikola] felixfontein created import-wordpress-refactoring (+2 new commits): http://git.io/vqlBd
20:13:42 -GitHub[nikola]:#nikola- nikola/import-wordpress-refactoring 6359911 Felix Fontein: Feeding all posts together with post format through transform_content, and let it decide extension....
20:13:42 -GitHub[nikola]:#nikola- nikola/import-wordpress-refactoring 4b201a0 Felix Fontein: Exporting attachment-post/page relation as JSON file.
20:19:27 -GitHub[nikola]:#nikola- [nikola] felixfontein opened pull request #1867: Extending and refactoring WordPress importer (master...import-wordpress-refactoring) http://git.io/vqlEB
20:38:51 -travis-ci:#nikola- getnikola/nikola#5637 (import-wordpress-refactoring - 4b201a0 : Felix Fontein): The build failed.
20:38:52 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/635991176aa6^...4b201a086582
20:38:52 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/69790284
20:44:41 -GitHub[nikola]:#nikola- [nikola] felixfontein pushed 2 new commits to import-wordpress-refactoring: http://git.io/vql6D
20:44:41 -GitHub[nikola]:#nikola- nikola/import-wordpress-refactoring 0f7f06f Felix Fontein: Fixed typo and test.
20:44:41 -GitHub[nikola]:#nikola- nikola/import-wordpress-refactoring a334aa3 Felix Fontein: Fixing tests.