howtos/configure-input.mdwn | 7 ++++++- howtos/report-bugs.mdwn | 3 +++ howtos/triage-bugs.mdwn | 3 +++ howtos/use-gdb.mdwn | 3 +++ howtos/use-xrandr.mdwn | 3 +++ upstream-features.mdwn | 7 +++++-- xsf.css | 13 +++++++++++++ 7 files changed, 36 insertions(+), 3 deletions(-)
New commits: commit 3b03f91176be423feb7731c27313f06b3c4ce518 Author: Cyril Brulebois <k...@debian.org> Date: Wed Jan 19 06:07:58 2011 +0100 upstream-features: Fix typo. Kill an extra whitespace while I'm at it. diff --git a/upstream-features.mdwn b/upstream-features.mdwn index d164c39..4c22559 100644 --- a/upstream-features.mdwn +++ b/upstream-features.mdwn @@ -5,12 +5,12 @@ Cyril Brulebois <k...@debian.org> Let’s collect links where one can learn more about features. It might make sense to ask permission to (re)use those and merge them into this -package, in case the hostinsg sites go offline. +package, in case the hosting sites go offline. ## Multitouch/touchpads Touchpad features, by Peter Hutterer: → <http://who-t.blogspot.com/2010/06/incomplete-roundup-of-touchpad-features.html> -What multitouch really is about, by Peter Hutterer: +What multitouch really is about, by Peter Hutterer: → <http://who-t.blogspot.com/2010/10/thoughts-on-linux-multitouch.html> commit e858333b25ed34b2edc8c34489af66077efed622 Author: Cyril Brulebois <k...@debian.org> Date: Wed Jan 19 06:00:40 2011 +0100 configure-input: Add a warning about syndaemon. diff --git a/howtos/configure-input.mdwn b/howtos/configure-input.mdwn index 8ec1fdf..53262cf 100644 --- a/howtos/configure-input.mdwn +++ b/howtos/configure-input.mdwn @@ -162,4 +162,6 @@ driver is `syndaemon`, which makes it trivial to disable the touchpad temporarily, when the keyboard is being used. Here’s an example: `syndaemon -d -i 0.5` makes `syndaemon` start in background (`-d` for daemon mode), waiting 0.5 second before enabling the touchpad again -after the last keypress. +after the last keypress. Warning: it becomes quite difficult to use +things like `Ctrl+click` in a browser, or `Alt+drag` to move +windows. commit 2c4b565efe72f6401cafb45c802090cc6df5256d Author: Cyril Brulebois <k...@debian.org> Date: Wed Jan 19 05:55:45 2011 +0100 css: Authors are not that important, decrease font size. diff --git a/xsf.css b/xsf.css index 8c80293..4e57253 100644 --- a/xsf.css +++ b/xsf.css @@ -65,4 +65,5 @@ code, pre { h1 + p { text-align: right; margin-bottom: 40px; + font-size: 90%; } commit 1ebbf8bfa9d0b97970ef6d55d4ea36d494a325c5 Author: Cyril Brulebois <k...@debian.org> Date: Wed Jan 19 05:50:07 2011 +0100 all: Add an author line. Markdown is a bit annoying since it doesn't seem to allow escaping the ‘<’ character, and <foo> makes a clickable link. Use the following trick to display mail addresses properly: <f...@bar.baz> (One could use > at the end for symmetry.) In case of multiple authors, one can use: <foo><br/> <bar><br/> <baz> diff --git a/howtos/configure-input.mdwn b/howtos/configure-input.mdwn index e655026..8ec1fdf 100644 --- a/howtos/configure-input.mdwn +++ b/howtos/configure-input.mdwn @@ -1,5 +1,8 @@ # How to configure input +Cyril Brulebois <k...@debian.org> + + ## General considerations ### Rules of thumb diff --git a/howtos/report-bugs.mdwn b/howtos/report-bugs.mdwn index 01652d4..03cc13b 100644 --- a/howtos/report-bugs.mdwn +++ b/howtos/report-bugs.mdwn @@ -1,5 +1,8 @@ # How to report bugs +Cyril Brulebois <k...@debian.org> + + ## Simple as reportbug ### Initial report diff --git a/howtos/triage-bugs.mdwn b/howtos/triage-bugs.mdwn index ca551fe..9e98a1a 100644 --- a/howtos/triage-bugs.mdwn +++ b/howtos/triage-bugs.mdwn @@ -1,5 +1,8 @@ # How to triage bugs +Cyril Brulebois <k...@debian.org> + + ## Packaging bugs or upstream bugs? It’d be nice to get all upstream bugs tagged as such (`upstream` tag), diff --git a/howtos/use-gdb.mdwn b/howtos/use-gdb.mdwn index a2927e5..648c867 100644 --- a/howtos/use-gdb.mdwn +++ b/howtos/use-gdb.mdwn @@ -1,5 +1,8 @@ # How to use gdb +Cyril Brulebois <k...@debian.org> + + ## Foreword One should note that X is responsible for VT switching, meaning diff --git a/howtos/use-xrandr.mdwn b/howtos/use-xrandr.mdwn index 3c161ad..a3293a0 100644 --- a/howtos/use-xrandr.mdwn +++ b/howtos/use-xrandr.mdwn @@ -1,5 +1,8 @@ # How to use xrandr +Cyril Brulebois <k...@debian.org> + + ## Getting started ### What is xrandr? diff --git a/upstream-features.mdwn b/upstream-features.mdwn index 9377968..d164c39 100644 --- a/upstream-features.mdwn +++ b/upstream-features.mdwn @@ -1,5 +1,8 @@ # Upstream features +Cyril Brulebois <k...@debian.org> + + Let’s collect links where one can learn more about features. It might make sense to ask permission to (re)use those and merge them into this package, in case the hostinsg sites go offline. commit b5c7fdca602b28b664535b238485b7ae1db0a97d Author: Cyril Brulebois <k...@debian.org> Date: Wed Jan 19 05:46:57 2011 +0100 css: Right-align the authors paragraph. diff --git a/xsf.css b/xsf.css index e9e8d4f..8c80293 100644 --- a/xsf.css +++ b/xsf.css @@ -60,3 +60,9 @@ code { code, pre { font-family: FreeMono; } + +/* Assume it's the author(s) paragraph */ +h1 + p { + text-align: right; + margin-bottom: 40px; +} commit 3a32e0d3dc30abce6a6d3d70acc90b93f8a0af0d Author: Cyril Brulebois <k...@debian.org> Date: Wed Jan 19 05:24:11 2011 +0100 css: Extend the h1+h2 tweak to support having an extra p between both. diff --git a/xsf.css b/xsf.css index e011146..e9e8d4f 100644 --- a/xsf.css +++ b/xsf.css @@ -21,6 +21,7 @@ h2 { page-break-before: always; } /* No need to put only a h1 on a single page */ +h1 + p + h2, h1 + h2 { page-break-before: avoid; } commit 535c91d047c0b286cb338773c4d9887788cd675b Author: Cyril Brulebois <k...@debian.org> Date: Wed Jan 19 05:12:22 2011 +0100 css: Set (possibly not too ugly) default fonts. diff --git a/xsf.css b/xsf.css index 3a6bf74..e011146 100644 --- a/xsf.css +++ b/xsf.css @@ -4,6 +4,7 @@ body { background-image: url("xsf.svg"); background-repeat: no-repeat; background-position: top right; + font-family: Georgia; } h1 { @@ -54,3 +55,7 @@ code { color: darkred; font-weight: bold; } + +code, pre { + font-family: FreeMono; +} -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/e1pfqjg-0004nf...@alioth.debian.org