Commit Graph

18940 Commits (8b659301274ab0127b9a8e76b70c788cafe929ac)

Author SHA1 Message Date
Amitai Schlair 97f8b33c1a Document an annoying Text::Textile encoding bug. 2014-12-22 22:43:40 -05:00
Joey Hess 01571ae1fe update 2014-12-21 11:59:58 -04:00
Joey Hess 0dc2b3844d de-emphasize contributions to Joey; ikiwiki has more developers than just me. Donations have been used to help cover hosting and domain name costs, and so just say that's what they're for. 2014-12-17 16:09:44 -04:00
http://jamiek.it/ 77d70540a0 initial creation 2014-12-16 11:09:50 -04:00
Simon McVittie f570c89214 Fix getlibdirs when libdirs is unset 2014-12-16 08:11:59 +00:00
http://kerravonsen.dreamwidth.org/ d9dd357eb2 bug with patch 2014-12-16 03:02:03 -04:00
spalax 287231f7d2 libdirs option: I agree 2014-12-15 13:48:08 -04:00
Veyrdite c732d2b19c 2014-12-11 21:35:04 -04:00
Veyrdite 3a67339aa7 2014-12-11 21:34:44 -04:00
Veyrdite f3619b930d 2014-12-11 21:34:30 -04:00
Veyrdite 6a85b57e34 Added a comment: Apologies 2014-12-11 21:32:57 -04:00
https://www.google.com/accounts/o8/id?id=AItOawlHLiVkr16cy4E11FqrDFre19QM_5u3hBo 8e125fd59b Correct minor spelling error 2014-12-11 14:31:34 -04:00
https://id.koumbit.net/anarcat 672c68e11d 2014-12-11 11:00:07 -04:00
https://id.koumbit.net/anarcat a55348e6ce move this with the real plugins, since it's now implemented - not sure it was still in todos 2014-12-11 10:58:33 -04:00
https://id.koumbit.net/anarcat 61abcf2c9f update for rename of todo/org_mode/Discussion.mdwn to plugins/contrib/org_mode/Discussion.mdwn 2014-12-11 10:56:41 -04:00
https://id.koumbit.net/anarcat 4b393562dc update for rename of todo/org_mode.mdwn to plugins/contrib/org_mode.mdwn 2014-12-11 10:56:40 -04:00
https://id.koumbit.net/anarcat 28e9190622 update for rename of todo/org_mode.mdwn to plugins/contrib/org_mode.mdwn 2014-12-11 10:56:39 -04:00
https://id.koumbit.net/anarcat 66bdff169b update for rename of todo/org_mode.mdwn to plugins/contrib/org_mode.mdwn 2014-12-11 10:56:39 -04:00
https://id.koumbit.net/anarcat 7220a79e64 rename todo/org_mode.mdwn to plugins/contrib/org_mode.mdwn 2014-12-11 10:56:38 -04:00
Simon McVittie 2fd7f8d5b8 please don't rely on me for this bit 2014-12-09 23:43:56 +00:00
Simon McVittie d0dd293449 some notes on ikiwiki vs. Markdown 2014-12-09 23:39:35 +00:00
Simon McVittie b9596b2049 Add regression test for libdir/libdirs 2014-12-09 22:54:26 +00:00
Simon McVittie 5c30886dbf changelog, close bug 2014-12-09 22:19:15 +00:00
Simon McVittie b3e21b0436 Simplify libdirs: libdirs must be plural, libdir must be a single string
This makes the documentation read more sensibly, and matches how we
handle underlaydirs and underlaydir.
2014-12-09 20:02:03 +00:00
Simon McVittie 23b91e69b0 Merge remote-tracking branch 'spalax/paternal/libdirs' 2014-12-09 19:58:36 +00:00
http://www.globalclue.com/ 32def92ffd Added a comment 2014-12-08 13:44:50 -04:00
spalax b85a260500 Several libdirs: proposed patch 2014-12-06 13:44:05 -04:00
Louis 3ebab88c40 Make getlibdirs return an array (or whathever this type is called in perl) 2014-12-06 18:40:14 +01:00
Louis c8d28b9439 Allow several extra library and plugin directories (libdir option) 2014-12-06 18:32:02 +01:00
https://www.google.com/accounts/o8/id?id=AItOawk3u11rMiJPHFHFmiaqzVH4THJuL_Qlpls 7ef45ec459 adding my support for GitHub style multinline code blocks 2014-12-03 06:54:58 -04:00
Amitai Schlair 3a5a030bac entab 2014-12-02 10:38:17 -05:00
Mark Jason Dominus (陶敏修) e2354943d7 in debug mode, issue a warning before waiting for a lock 2014-12-02 10:37:09 -05:00
Simon McVittie cfbf8f0725 yet more variants of CSS flex 2014-12-01 22:22:11 +00:00
Simon McVittie e14e9aa642 be more backwards-compatible with flex layout 2014-12-01 21:59:32 +00:00
http://smcv.pseudorandom.co.uk/ 903a77d343 close 2014-12-01 17:45:47 -04:00
Simon McVittie 44e320c1d5 changelog and NEWS entry for responsive layout 2014-12-01 21:29:46 +00:00
Simon McVittie 94afbc2fa6 More page layout adjustments for mobile browsers and small windows 2014-12-01 21:29:46 +00:00
Simon McVittie ceab72ad34 page.tmpl: tell mobile browsers we have a responsive layout, unless told not to
Mobile browsers typically assume that arbitrary web pages are
designed for a "desktop-sized" browser window (around 1000px)
and display that layout, zoomed out, in order to avoid breaking
naive designs that assume nobody will ever look at a website on
a phone or something. People who are actually doing "responsive
design" need to opt-in to mobile browsers rendering it at a
more normal size.
2014-12-01 21:29:46 +00:00
Simon McVittie 5fe28eb4c2 Make the layout adjust to narrow viewports better
Below about 600px (phones and small windowed browsers) the sidebar
starts breaking the layout. Moving it inline helps a lot; with
modern CSS (flex layout) we can also shuffle it after the main content.
Older browsers that don't do one of the 4 variants of flex layout
will just display it above the main content, which is annoying
but not too bad.

blueview also has a minimum width set so that it won't become
ridiculously small with small fonts, but that means it gets
scrollbars below about 850px; stop enforcing the minimum width
if necessary.

Finally, blueview's relatively generous margins look good in a
desktop browser, but are just too space-hungry on a phone.
Turn them off below 600px.
2014-12-01 21:29:46 +00:00
http://jamestechnotes.com/ 67c0dd1013 2014-12-01 11:45:42 -04:00
http://jamestechnotes.com/ eba2492fe0 2014-12-01 11:43:47 -04:00
https://www.google.com/accounts/o8/id?id=AItOawlYiXmRWVkntHp5khnWu3ooHBBf2d2juEQ e5a42313cb 2014-12-01 07:57:30 -04:00
http://blog.plover.com/ 5f9365783d update for rename of mjd.mdwn to users/mjd.mdwn 2014-11-30 15:57:33 -04:00
http://blog.plover.com/ 91699ecead rename mjd.mdwn to users/mjd.mdwn 2014-11-30 15:57:33 -04:00
http://blog.plover.com/ 6b8caac721 add IRC identity 2014-11-30 15:50:40 -04:00
http://blog.plover.com/ f3e11bceb2 2014-11-30 15:49:06 -04:00
http://blog.plover.com/ fad42dd7f6 correct broken markup 2014-11-30 15:45:38 -04:00
http://blog.plover.com/ 75edf6ffa0 mention mjd's repository 2014-11-30 15:43:18 -04:00
https://www.google.com/accounts/o8/id?id=AItOawlYiXmRWVkntHp5khnWu3ooHBBf2d2juEQ 44272d65f0 Adding James Richardson home page. 2014-11-29 15:46:23 -04:00
http://smcv.pseudorandom.co.uk/ de4585fb2a Added a comment: more info needed 2014-11-27 08:14:57 -04:00