Re: website: background color in css

2009-11-15 Thread Arne Babenhauserheide
Am Sonntag, 15. November 2009 23:17:59 schrieb Arne Babenhauserheide: > Am Sonntag, 15. November 2009 19:44:57 schrieb Michal Suchanek: > > They can offer alternate dark and bright themes. > > But that requires setting all colors again. And thinking your stance a bit further gets us to "each site

Re: website: background color in css

2009-11-15 Thread Arne Babenhauserheide
Am Sonntag, 15. November 2009 19:44:57 schrieb Michal Suchanek: > They can offer alternate dark and bright themes. But that requires setting all colors again. It makes it impossible for people to get into webdesign bit by bit - either you define all colors or you leave your hands off colorchang

Re: website: background color in css

2009-11-15 Thread Michal Suchanek
2009/11/15 Arne Babenhauserheide : > Am Sonntag, 15. November 2009 16:27:13 schrieb Michal Suchanek: >> Yes, you either set all colors or set none, anything else is broken >> (as is your web site). > > That's a quite extreme view - and mine differs. It's not extreme. It's based on observed behavio

[PATCH 3/3] Update dependency patch

2009-11-15 Thread Guillem Jover
* config.status.dep.patch: Refresh. --- This is needed due to AM_SILENT_RULES. --- config.status.dep.patch | 34 +- 1 files changed, 17 insertions(+), 17 deletions(-) diff --git a/config.status.dep.patch b/config.status.dep.patch index 871fd77..868737b 100644 -

[PATCH 1/3] Add a .gitignore file

2009-11-15 Thread Guillem Jover
* .gitignore: New file. --- .gitignore | 38 ++ 1 files changed, 38 insertions(+), 0 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 000..fe5d53a --- /dev/null +++ b/.gitignore @@ -0,0 +1,38 @@ +

[PATCH 0/3] gnumach: Build system fixes

2009-11-15 Thread Guillem Jover
This serie includes some improvements to the build system. The silent rules enabled by default will make it easier to see warnings, even if currently you get easily drown by their quantity. If there's an error they can be temporarily disabled using “make V=1” or disabled for the whole build with “c

[PATCH 2/3] Enable silent builds by default if available

2009-11-15 Thread Guillem Jover
* configure.ac (AM_SILENT_RULES): Add silent rules support if available, and enable it by defualt. * Makefile.am (NM_V, NM_V_, NM_V_0): New variables. (gnumach-undef): Use NM_V in front of NM. (gnumach-undef-bad): Use AM_V_GEN in front of sed. (clib-routines.o): Use AM_V_at in fron of undefined sym

Re: GNU/Hurd in german news

2009-11-15 Thread Samuel Thibault
Da Zheng, le Mon 16 Nov 2009 00:57:32 +0800, a écrit : > Samuel Thibault wrote: > > Da Zheng, le Sun 15 Nov 2009 12:05:01 +0800, a écrit : > >> I thought GNOME or KDE couldn't work because Hurd components or libraries > >> were still using cthreads instead of pthreads. > > > > I don't see why. C

Re: GNU/Hurd in german news

2009-11-15 Thread Da Zheng
Hi, Samuel Thibault wrote: > Da Zheng, le Sun 15 Nov 2009 12:05:01 +0800, a écrit : >> I thought GNOME or KDE couldn't work because Hurd components or libraries >> were still using cthreads instead of pthreads. > > I don't see why. Could you find a post explaining that? No, I just heard that GN

Re: website: background color in css

2009-11-15 Thread Arne Babenhauserheide
Am Sonntag, 15. November 2009 16:27:13 schrieb Michal Suchanek: > Yes, you either set all colors or set none, anything else is broken > (as is your web site). That's a quite extreme view - and mine differs. I prefer websites which I visit to set colors so they work in both dark and bright setti

Re: website: background color in css

2009-11-15 Thread Michal Suchanek
2009/11/15 Arne Babenhauserheide : > Am Sonntag, 15. November 2009 14:55:09 schrieb Michal Suchanek: >> You cannot make a site which has no background, has text color set, >> and expect it to be readable. The default background color may be any >> color, including the one you chose for some of your

Re: website: background color in css

2009-11-15 Thread Arne Babenhauserheide
Am Sonntag, 15. November 2009 14:55:09 schrieb Michal Suchanek: > You cannot make a site which has no background, has text color set, > and expect it to be readable. The default background color may be any > color, including the one you chose for some of your text. You can try to fit the most comm

Re: website: background color in css

2009-11-15 Thread Michal Suchanek
2009/11/15 Arne Babenhauserheide : > Am Sonntag, 15. November 2009 01:42:19 schrieb olafbuddenha...@gmx.net: >> (Not everyone likes reading text on a white background! It regularily >> makes my eyes hurt. I wonder what morons created the myth that it would >> be more ergonomic :-( ) > > I currently

Re: GNU/Hurd in german news

2009-11-15 Thread Samuel Thibault
Da Zheng, le Sun 15 Nov 2009 12:05:01 +0800, a écrit : > I thought GNOME or KDE couldn't work because Hurd components or libraries > were still using cthreads instead of pthreads. I don't see why. Could you find a post explaining that? > Has porting these components to pthreads been done? The

Re: OT: automation

2009-11-15 Thread Arne Babenhauserheide
Hi, Am Samstag, 14. November 2009 23:38:21 schrieb olafbuddenha...@gmx.net: > That's where the Hurd comes in: with the extensible VFS, it's possible > for every component to offer a filesystem interface that can be used > by other components, by external scripts, or even by users directly. > That

Re: OT: automation

2009-11-15 Thread Arne Babenhauserheide
Am Samstag, 14. November 2009 23:57:07 schrieb olafbuddenha...@gmx.net: > > find -print0 | shuf -z | xargs -0 mplayer > > > > I can't control the mplayer from the shell now... > > Problem is that xargs doesn't reset stdin -- not only xargs, but also > the actual program exectuted reads from th

Re: website: background color in css

2009-11-15 Thread Arne Babenhauserheide
Am Sonntag, 15. November 2009 01:42:19 schrieb olafbuddenha...@gmx.net: > (Not everyone likes reading text on a white background! It regularily > makes my eyes hurt. I wonder what morons created the myth that it would > be more ergonomic :-( ) I currently read with a dark grey background, but when