


CSS for the LDP? 506
Saqib Ali asks: "Over at The Linux Documentation Project there is a lengthy discussion going on about whether to use CSS (Cascading Style Sheets) to improve the presentation of the documents. I support the use of CSS to improve the image/formatting of the document, and improve readability. I understand that content is more important than the presentation, but it can't hurt to improve both. There are others who think we should not get involved the presentation layer, and mainly concentrate on the content. Since, most Slashdot readers are Linux users, and might have visited the LDP once or twice, I would like to poll them on what they think about implementing and using nice CSS for the documents on the Linux Document Project website. I've written a CSS for this purpose that is available here, and some sample documents available in this weblog. Any thoughts? Any pros and cons on using CSS to improve presentation?"
What about Slashdot? (Score:5, Interesting)
Re:What about Slashdot? (Score:5, Funny)
Ow, stop hitting me!
Re:What about Slashdot? (Score:3, Insightful)
Re:What about Slashdot? (Score:3, Informative)
Re:What about Slashdot? (Score:5, Informative)
Re:What about Slashdot? (Score:5, Informative)
Re:What about Slashdot? (Score:5, Interesting)
Let me second Mr. Coward, and remind Slashdot's readers that we saw an article posted here several months ago showing several CSS formats especially designed for Slashdot.
I, in particular, would very much welcome CSS replacing nested tables on Slashdot, not least because I sometimes read Slashdot on my Zaurus. The default Zaurus browser, Opera, while it has a mode designed for display on smaller devices, spectacularly screwed up that mode for tables, as it doesn't line break at the end of table rows.
Whether you're using a Zaurus or a Jumbotron to view Slashdot, odds are you can write a (possibly overriding) user style-sheet that conforms to your display better than the default Slashdot display does.
Also, a properly written stylesheet likely means smaller pages, because the markup will be centralized in the stylesheet. For a site like Slashdot, with a lot of page hits, this might mean a significant bandwidth savings over time.
Sounds like a win-win to me.
Re:What about Slashdot? (Score:5, Informative)
Re:Who uses IE for the mac anyway? (Score:3, Insightful)
I'll second that, and add that in many cases CSS-based sites only work on IE because the developers jumped through hoops to make it so. There are numerous IE-specific hacks to stop IE from choking on CSS, even CSS1. Not that long ago /. looked at IE7, a style-sheet that brings IE6 upto an acceptable level of CSS compliancy. Hacks like this should not be necessary - it's not like MS are ignorant of standards that have, in some cases, been around since 1997.
Re:What about Slashdot? (Score:4, Informative)
go through the effort for the very miniscule pay-off that comes from it.
The pay off is more than miniscule. Read the ESPN Redesign [netscape.com] and see that they saved 50 KB per page and an estimated 730 Terabytes of bandwidth a year.
That is a HUGE cost savings. /. would likely have a similar cost savings due to the high traffic and the sheer number of nested tables on the site. I don't know how much ESPN's bandwidth and hosting costs are per GB, but they save on space and bandwidth. Estimating $5 per GB would put it at $365,000 per year in savings, but I bet it is even higher than that.
why not? (Score:5, Interesting)
Done right, CSS can help multi-platform use. (Score:5, Interesting)
The best examples online are still probably this [csszengarden.com] and this [csszengarden.com] and even and slashdot style [csszengarden.com]
Note that all those pages had the exact same html. Only the css changed. In their site (read the page) they have styles for all sorts of displays including wireless friendly ones.
Re:Done right, CSS can help multi-platform use. (Score:5, Insightful)
Hard coding a paticular style sheet into HTML - even if that HTML happens to be generated - kind defeats the purpose, no?
Re:Done right, CSS can help multi-platform use. (Score:5, Informative)
Re:Done right, CSS can help multi-platform use. (Score:3, Insightful)
CSS are like writing a business plan. It gets you thinking about the nitty gritty details of your document and just like a business plan gets you thinking about details in your business.
Re:Great examples as to why they SHOULD NOT use CS (Score:5, Informative)
Re:Great examples as to why they SHOULD NOT use CS (Score:4, Informative)
IE works just fine (Score:3, Insightful)
Whining that IE 5.0 doesn't fully support CSS is just braindead. It's an old browser. MS has been working on compliance and updating their browsers. If you insist on using a broken version when fixed versions are available, that's your issue. Not Microsoft's.
IE 5.0 has been fixed to support lots of new things. And now it's called IE 6.0. What did the guy bitching about IE 5.0 seriously expect? That MS would make chan
Re:IE works just fine (Score:3, Informative)
Um...in fairness, the grandparent post was talking about IE5 for Mac. Seeing as how MS has abandoned IE for the Mac at that version...there isn't really any Microsoft alternative he can upgrade TO.
And yes, even the most recent version of IE for windows STILL does not handle CSS fully or appropriately in all cases. To wit -- if it were, why would this project [edwards.name] exist?
Re:Great examples as to why they SHOULD NOT use CS (Score:3, Interesting)
Re:Great examples as to why they SHOULD NOT use CS (Score:5, Insightful)
Normally I wouldn't post a reply to something like this, but the whole shitty, breakable design that is so much of the web is in large part due to supporting pathetically old and broken browsers and proprietary extensions. NS 4 anyone?
Mac IE 5.2 did way better than previous Mac browsers with CSS but it is by no means some sort of quality benchmark. ON TOP OF WHICH, you could easily write CSS that does something to make a site look better, but is still simple enough for Mac IE 5.2. It's rather ridiculous to take a broken browser and say "look, I know it's borked but look, it doesn't render this site correctly". What makes this even better, is that the site is entirely usable because thankfully MS did include the ability to disable style sheets (or use your own) in Mac IE 5.2.
There's no reason not to use CSS unless it means that someone who would otherwise have been writing documentation is now writing CSS. I believe it more than likely, however, that there are people who would be willing to work on the CSS but who would otherwise not be involved in the project.
Re:Great examples as to why they SHOULD NOT use CS (Score:5, Informative)
A light, simple, standards-compliant CSS sheet can render well in 98% of the browsers and add quite a bit to readability.
I am surprised there is this much debate around such a simple thing. CSS can save bandwidth and development time and add quite a bit to user experience. Yes, use it.
Re:Great examples as to why they SHOULD NOT use CS (Score:4, Funny)
Consistency, please (Score:5, Insightful)
Also, the full text should remain available in plain ASCII. Just my $0.02 worth. Thanks for asking!
Re:Consistency, please (Score:5, Interesting)
It should be trivial to generate proper classes of tags from the source documents because LDP uses something similar to Docbook (or maybe they actually use Docbook now? They didn't quite last time I checked) so all the context information is already there.
Re:Consistency, please (Score:4, Insightful)
Both are exellent ideas. However, in order to do this properly, the LDP would have to also create a style guide for their documentation authors so that they can check their HTMl against it.
Perhaps having a group available to edit mark-up for the authors would also be a good idea. These people would be volunteers, and would not necessarily be among the same group as the authors. The downside to this is that it creates added overhead to the document submission process, which results in longer delays to publishing. That is not to say, however, that it should not be considered. Sufficient planning could overcome such obstacles rather easily.
Re:Consistency, please (Score:5, Informative)
A quick perusal of CPAN revealed eight modules specifically for dealing with DocBook. No doubt other languages have similar libraries.
Looks to me like more than half the work is already done. It shouldn't be a difficult matter to create a script to run the DocBook -> HTML+CSS conversions with predictable results.
Re:why not? (Score:5, Insightful)
This includes formatting, and visual output.
If content is controled by CSS, then in theory, the content can be ammended as needed, with those in charge of presenting it not interfering with the actual documentation. This could lead to less time to prepare content as you stated.
Remember, what makes the Microsoft KB almost un-usable is its presentation. What makes php.net's documentation usable is its presentation.
Guess who has got it right, and who hasn't.
Guess also who uses proper presentation and who doesn't. Compare.
NeoThermic
Docs should be semantically marked up anyways (Score:5, Insightful)
Re:Docs should be semantically marked up anyways (Score:5, Insightful)
And if that's the case, you need to fix the html first.
Re:why not? (Score:3, Informative)
Well, I will tend to disagree here. I'd say that the content is necessary. And for this project to succeed, it will need to have a lot more than just raw, uncut content.
Some content are so ugly that no one would read them. And it is not a new tendency to overlook the presentation, as if it was secondary. That's probably one aspect where Microsoft widely dominates everything else, OSS included.
My
Scrabmled content? (Score:3, Funny)
What? (Score:5, Insightful)
"Most Slashdot readers are Linux users" - seriously? I know there's a strong anti-MS contingent, but this can't be true. Is there data to back that up or are you just talking out of your, er, hat?
Re:What? (Score:3, Informative)
Re:What? (Score:2, Informative)
I tried Linux (Coyote, Red Hat 4, Red Hat 5, Gentoo, Mandrake 7, Red Hat 7, Mandrake 8) but it just never grabbed me. I switched my firewall from Coyote to OpenBSD and liked it so much I now use it for my server, too. I still use Windows on my workstation because I need it for games and it's just easier to stick with it for everyday things than to multi-boot. If I ever get the money I may try VMWare [vmware.com], but it won't be to run Linux on my Windows PCs, it will be to run BSD. I really agree with the statem
Re:What? (Score:2, Insightful)
Umm, depends what you mean by "linux users". I recall an analysis of the browsers used by slashdot readers to browse slashdot, and most of them use windows to read slashdot.
Is browsing a website that runs on linux enough to be a "linux user"? I don't think so.
Do you get your email from an IMAP or POP server ru
Re:What? (Score:3, Insightful)
An even more amazing triumph would be if Linux's share of desktop systems could grow by an order of magnitude, to some incredibly large figure like 5%. But I'm not holding my breath, because 5% is a lot more
Re:What? (Score:3, Insightful)
Since you yourself say that you mostly read Slashdot in Win XP, I would say your quiet accurately represented in those stats.
Re:What? (Score:4, Insightful)
Personally, I think it's silly that people try to pigeonhole me as a [insert OS here] user since I use (i.e acting as a local or authenticated remote operator or user of) anywhere from 4-8 different OSes over the course of a typical week.
Serious. (Score:5, Funny)
Damn. You've found us out. I suppose we might as well all come clean.
The truth is - we're staunch Microsoft Windows fans. In fact, many of us work within various business units involved in Microsoft's marketing. We really don't dislike Microsoft. And we certainly don't use Linux.
Except for one guy. See - there is, in fact, one Linux user in the world. We created this environment just to screw with his mind. I'd tell you who he is (we all know)... but that would ruin the fun. Part of the game is to sign up, discover the "true believer", and then become part of the conspiracy.
Without giving it all away. But hey - its over now. Been fun while it lasted. My only regret is that there aren't really many other candidates to play with. I'm affraid we've been a little too efficient while "on the job." I suppose there's always those two BeOS guys.
I know this sounds pretty far-fetched. Heck - just think of the man-hours and funds we've had to float to pull this off. All I've got to say is two things:
1) Expense account.
2) What's the use of millions in liquid assets if one can't have a bit of fun with it?
Excellent idea. (Score:5, Interesting)
It would be simple for a team to develop CSS files in concert with those who are already doing a great job developing consistent, predictable content. This project lends itself easily to improvements with CSS.
I'd only recommend that multiple CSS files be created, and people be allowed to choose one that suits them, or none at all.
Re:Excellent idea. (Score:5, Insightful)
No, it isn't. It's also about communication, and to the extent that better presentation helps communicate more clearly, CSS should be used. The best ideas that are never heard matter not.
Don't let the presentation get in the way of the content? Exactly. But don't let the lack of presentation take away from it either.
Re:Excellent idea. (Score:3, Informative)
as long as it's not annoying... (Score:2)
damn, i've been reading too much spam!
How about Microsoft Word .doc format? (Score:2, Interesting)
This would be a little Linux predation a la MSFT to force more users into using Open Office, right?
lol
Presentation Problem to be solved? (Score:3, Insightful)
Why should it be opposed? (Score:4, Insightful)
Sandwich (Score:3, Interesting)
Nick Powers
Uhoh.... (Score:4, Informative)
Translations:
Cascading Style Sheets-Uniform visual format for web pages.
LDP-Linux Documentation Project: Produce documentation for linux. Quite helpful.
xml (Score:3, Insightful)
Before you start whining that "it wont work in my browser," remember, there are several solution where the stylesheet is applied server side, and the page can be servered as plain old html.
Of course! But it may not help a ton (Score:5, Informative)
Unfortunately, CSS won't solve the root of the problem: non-semantic HTML. I've re-done several sites to make use of the so-called semantic HTML tags (em, strong, etc.) and to get rid of nasty table-abusing layout tags. CSS is necessary to make this transition, but readability on non-desktop browsers (phones, terminals) can only really be improved by switching to layouts using semantic HTML tags and divs for layout.
One last point I'd like to get out there is that there are many console browsers (links, w3m, but NOT lynx) that do a fine job displaying abused table layouts. Unfortunately, the console usually has so few columns that everything just ends up looking squished, while as my div-layout pages are easy to read.
Re:Of course! But it may not help a ton (Score:2)
Silly (Score:5, Insightful)
I'm sure someone will mod this down as flamebait, but it's not meant to be. Truly, this is one of those times I find myself not so surprised that Microsoft retains so many customers - because you gotta sell the sizzle with the steak.
Re:Silly (Score:5, Interesting)
Re:Silly (Score:5, Insightful)
We wouldn't. Chances are:
Why even ask? (Score:4, Insightful)
CSS doesnt touch the content of a document at all - that's the whole point of it. You can "pretty up" a document without needing to redo all the content's code. In addition, no one doing to the documenting needs to worry about anything new - they just continue as always. The "extra" download can be turned off in cool browsers so that its formatted normally - heck, even a fancy JavaScript button can be set up to use different (or no!) style sheets.
So - Better appearance, negligable performance hit, backwards compatable, no change in article (html) formatting, and zero drawbacks. Why would they not put CSS into action? Even basic CSS can do wonders.
Good idea (Score:5, Interesting)
I suppose if you provided a standard stylesheet that every document used, and each document author only had to worry about content and didn't have to bother with how it would look (since that's all handled with one good stylesheet forced on everybody), then it could work. Just don't, for the love of god, force each author to come up with their own stylesheet for everything. There should just be one standard one, and that should do it for everybody.
Re:Good idea (Score:2)
For a decent example, see BluesNews.com [bluesnews.com] (Under the "customize" header, left-hand side).
This way you can default to the fancy
Article title (Score:2)
Uh? (Score:2)
Style should not come into this, except as presentation on the web site. Making individual CSS files for each document is retarded. Making ONE style sheet, targetting the output of Docbook->HTML is what I would do.
Ease of conversion. (Score:2)
Ability to choose! (Score:2, Interesting)
After reviewing the samples. (Score:2, Insightful)
I'd have to say that I'm all for the CSS update. I was a little ambivalent at first, as I've never really payed any attention to the presentation of the documents before. But the simple, content oriented style in use in the examples makes the documentation all the more readable. And if the style makes it easier and more accessible for people, then I say go for it. The more people who read your documentation the better, in any case.
Non-devolper input needed (Score:2)
Use XML (Score:2)
Then, to present the documents, LDP can automatically convert the documents into any beutified HTML format they want.
Furthermore, XML could be used to help users jump over the explanations and get straight to the directions. XML could also come in handy when analyzing documents and looking for w
CSS (Score:2)
Just for the sake of something new? (Score:4, Interesting)
Unless they can make even easier to use, it seems like a waste of time to me. I could change the look of things on my end if I really needed to.
I vote yes (Score:3, Informative)
Definitely (Score:2, Interesting)
I guess the real advantage is that you can easily parse the XML and "port" the documentation to something else as well be it PostScript, PDF, or some o
Perception is more important than reality. (Score:5, Insightful)
Many readers will tune out or find it even daunting to jump into a document that doesn't make an effort to present itself well. Even when the content is top notch, weak presentation will leave a poor first impressions placing the author on the defensive from the get-go. That's not to say good presentation will save a bad document... but every little bit helps!
If using CSS makes the documentation look more professional, more organized, easier on the eyes, and more consistient in presentation I say go for it. Just don't fall into the mistake of overdoing it and continuously changing the presentation... then effort will be wasted.
One final point: corporations (including Microsoft
Cheers!
Linux documentation should be ugly (Score:3, Funny)
What's more important? (Score:2)
Techs are notoriously for slamming style over substance. To me it's like asking what's more important, breathing or eating? The answer is both.
Yes, beautifully displayed text with bad content is junk, but a lot of people are more prone to believe pretty junk than ugly genius.
First, make it right. Then make it look good. Then go back and make it more right. I used to be of the addage "if it ain't bro
Not like you have to "budget the money" (Score:2)
I'm sure, there are people, who will only work on one of the aspects, because the other is not fun for them. So, just don't reject the cosmetic modifications and make sure, the "content providers" are not yelled at for breaking the form on occasion.
Unlike a commercial project, which has to think on how to split the money, you can "afford" to have both.
Presentation is Content! (Score:2, Interesting)
--hsm
Isn't CSS broken? (Score:2)
Last time I looked, which wasn't recently, CSS did not provide all the parameters necessary for page markup. For example, there was no way to change the spacing (leading [www.ncf.ca]) before paragraphs or after paragraphs.
The people who designed CSS were not typesetting professionals.
The result is that, if you use CSS, you must also use a proprietary scheme, also, to finish the job. But, implementing a proprietary scheme defeats the intended purpose of CSS.
If CSS were designed well, it would be possible to us
misses the point. (Score:4, Informative)
If anything, CSS reduces the effort on style in LDP, not increases.
CSS would be just one line,
<link href="ldpstyle.css" rel="stylesheet" type="text/css"/>
Thats it. And that could be put in by php elsewhere. Heck, you could even exclude it alltogether and let people set their own style.
the pages could then concentrate purely on content. Don't say font/i/b if its not needed, use pre/tt/em/strong tags. e.g content, not style (pre formatted, typewriter, emphasized, strong text).
Don't use tables, if it isn't a table you are describing. use div's (and class=..., ok one more css usage, but not required).
I can't tell you the number of times I have been annoyed when someone writing a webpage assumed style tags like font (+size, -size) should be used, it makes a blind assumption about the viewer of the page, their resolution, fonts available etc. Far better to use CSS, and avoid any style at all in your content, just use a separate, includable css page for the style.
Far too many pages on the web use content related tags to do style (table) and style related tags to do content (b, i, font=courier). I for one would be thrilled to see CSS used in LDP to reduce this horror.
Gentoo docs are a good example (Score:5, Informative)
you go ldp!
Re:Gentoo docs are a good example (Score:4, Interesting)
I agree. Gentoo's docs are good.
As a webmaster, I'd love to see more major sites embrace CSS sitewide. Getting browsers up to date on the standard is long overdue. If people start visiting CNN, for example, and having problems, they'll be more likely to update their browsers.
I'm still doing transitional, but the next iteration of my site will probably be in XHTML 1.0 strict -- if I can convince management to go that route.
Non compliant browsers be damned!
Printing: Another Advantage of CSS (Score:5, Insightful)
I think it goes without saying that Linux folks should embrace CSS. It's sort of a no-brainer. That being said, another advantage is style-sheets for different media. In particular, LDP pages are likely to be printed (I printed one the other night for a Linux install where I didn't have a live Internet connection), and even with all the problems, a smart designer can make very nice print stylesheets that use serif fonts (not so good on screen, very good on paper from a readability standpoint), add banners that print on each page, etc. This assumes a well-structured document that the CSS is styling, but that's a big advantage.
Priorities ? (Score:3, Insightful)
IMHO... (Score:3, Insightful)
No, but really, it is always a good idea to make docs user-friendly, especially when the Linux community as a whole is trying to recruit the troves of Windows users out there. Anything to make user experience more friendly shouldnt be overlooked.
Who among us here doesnt remember that first RFC that we gasped in confusion at? And the fact that it was entirely in Courier 10 didnt help
Readability!!!! (Score:5, Insightful)
And then I realized. It wasn't necessarily high qualty nor at the time did it contain better content than the guides for Debian and Red Hat. It was presented in a much cleaner format using CSS and a nice clean layout. Since then, the quality of the gentoo documentation has only improved.
Compare this gentoo page [gentoo.org] with this TLDP page [tldp.org].
See the difference? They both contain useful information. The TLDP documentation makes me feel like i'm reading a legal document. Blegh! The gentoo document is much less harsh on the user.
This is scary, considering that gentoo is widely considered one of the most difficult of the linuxes to use, as it contains absolutely no installer. Thanks to the clear documentation, I actually perfer the gentoo installation process over fedora's, as it's easy (thanks to the documentation), and gives me a tremendous amount of control. I think this fact can only be capitalized by the fact that I use a mac 95% of the time as my desktop machine.
Please... add some color. It helps. Lots of people are visual learners. It just so happens that most linux users aren't (Reading a monotonous 26-page manpage on ls of all things makes me want to gouge my eyes out)
Answered your own question? (Score:3, Insightful)
Seriously, what could the cons possibly be?
Content dammit! (Score:5, Insightful)
I'm a FreeBSD user who has to dabble in Linux from time to time. So every time I need some Linux info I go to LDP. What I generally find are horribly out of date HOWTO's and incomplete manpages. Quality content is lacking. For example, the XFree86-HOWTO was last updated September 2001. Maybe not a lot has changed since then, but considering the sparsity of information in this document, someone could have at least expanded a bit on several areas. Another example is ALSA. This was recently added to the 2.6 kernel, but the HOWTO was last updated November 1999!
So go ahead and work on your CSS. But find out who's in charge of content, and give them a swift kick in the butt!
p.s. Don't go too wild on the CSS. Make it use the standard DocBook-XSL produced HTML. For a good example see FreeBSD's stylesheet. It's not going to win any NEA grants, but it gives a consistant professional feel to all of the FreeBSD HTML docs.
To be quite frank - give me .txt (Score:3, Insightful)
Then they began to htmlize them, and I couldn't just less then any more. Which, quite frankly sucked.
Then they began to come in "chapters" instead of one giant file. Which, quite frankly, sucked even more.
I'm sure there's an option to get all the howtos and documentation in good old ascii out there _somewhere_, by the gods the LDP has made those more difficult to find.
And not, this is not an attempt to troll. It's an honest frustration. You cannot search a html document which contain 20 different html-files (one for each chapter) like youc an search a single
Re:To be quite frank - give me .txt (Score:3, Informative)
Come on. I went to the LDP website, and clicked on HOWTOs. I scrolled down, and there was the link to the plain text versions [ibiblio.org].
I wouldn't describe one click away from the homepage to be "difficult to find".
CSS helps structure, too (Score:4, Insightful)
some of both (Score:3, Interesting)
W3C Core Styles (Score:5, Interesting)
Sure, use CSS! But if you're short of time/expertise, don't reinvent the wheel! Use the W3C Core Styles [w3.org].
And if none of those style sheets quite tickles your fancy, you can use one as a base to modify.
Absolutely (Score:4, Interesting)
CSS is the way to go. It makes it much easier to maintain pages, it means the document authors don't have to be the style managers, and it means less to download. With care CSS can be used to make pages that look very nice in a graphical browser and still function well in lynx.
Another advantage is the ability to have styles based on media. Display ads (if necessary) on the viewed pages but hide them on the printed (saves paper and ink/toner).
I use CSS so that I don't have a lot of formatting to get around when I want to update my web pages, or to make the programming easier.
<p align="center"><font size="4">My big centered paragraph</font></p> is amuch messier than <p class="parcent">My big centered paragraph</p>
Doesn't matter to me either way (Score:3, Insightful)
My main concern is... (Score:3, Insightful)
Basic HTML pages don't seem to ever lock down text size (I'm not sure they even can - does anyone know?) and letting the page reach the width that the browser window is set to is a simple act of omission - just don't put a pixel width in any outer-level tables (assuming there are any tables), use percentages instead.
The very worst offending pages I run into all seem to be CSS-based; so while it certainly flexible, it is also a means by which pages can be made almost unusable. One of the reasons I prefer Mozilla Firefox is the ability to size text even on "locked" CSS pages (though I wish it could natively size images as well.) MS IE isn't nearly as friendly about this, though you can kind of hack it to work with the "Accessibility" settings. No big deal, I formatted my last XP system into a Linux machine a few weeks ago. :) But I still have to use IE at work, sometimes. The Windows Firefox isn't quite as clean. But I digress.
As you can probably tell, I'm a member of the crowd that thinks the user should always control the entire end presentation, and never, ever should the web site do so. The only thing that annoys me more than locked-format web pages are PDF pages, which are not only completely locked, they're overweight and massively sluggish compared to HTML - I have zero use for them.
So, as long as the CSS isn't used to enforce text size and/or width rules, I'm all for it.
But if either one of those capabilities goes away, for any reason, honestly, I'll probably stop visiting the site. My eyes are getting older a good deal faster than the rest of me is.
My .02
Use as alternate style sheet if necessary (Score:3, Insightful)
The markup used for the LDP files is quite straigtforward and luckily stripped of any bloat like font tags and like, and as such I'm sympathetic to the idea of not getting involved with the presentation layer.
For most pages (ie. like /.) using CSS will greatly increase page load times when all the presentational deprecated markup is shed in favor of CSS. Much of the redundancy is gone after this treatment.
However, this is not the case with the LDP files as they are already stripped of any presentational information (*). Though, this is also an advantage in this case, as the markup then lends itself quite nicely to being used with CSS. It would still for the most part be for the eye-candy purposes (which is okay), and therefore my recommendation would be to provide the style sheets as alternate style sheets. People can choose one of the different looks if more style sheets are available, or by default stick to the tried and true look.
(*) However, when we already have this clear separation of content and presentation, it would still be possible for the doc writers to do their job like they're used to without worrying about presentation. And if I'm not mistaken, the documentation source is in docbook format - here they're not worrying about presentational stuff anyway. YMMV, of course.
zEach page will have a different style sheet (Score:3, Insightful)
Second, getting different people to use the same style sheet on an open source project is tough. And if everybody has different style sheets, there's no point.
Third, unless everybody edits HTML with the same WYSIWYG editor, nobody will be able to use a WYSIWYG editor on the HTML. (Has anyone written an open-source Dreamweaver replacement yet?)
Re:Here is what needs to be done (Score:5, Funny)
Re:Here is what needs to be done (Score:2)
Re:Here is what needs to be done (Score:5, Informative)
No, this is an incorrect view. CSS is about separating CONTENT and PRESENTATION. That means no font, bold, or italic tags. This is all done in the style sheet. Additionally, font tags, etc always take precidence over style sheets.
By using proper XHTML (or HTML 4.0) and sticking to valid tags (heading tags, emphasis, lists) the page will automatically degrade nicely and be viewable in ALL BROWSERS. This includes lynx and other text only browsers.
The browsers that support CSS will use it, and it will look prettier for them, and browsers that do not support it will still display the content perfectly even though fonts, etc could be wrong.
Also note that by using CSS, the site will be easier to maintain. The removal of font, bold, italic, and underline tags will also make the site lighter and faster. Note that CSS is cached by the browser, so that file only has to be downloaded once.
Please look at The CSS Vault [cssvault.com] and CSS Zen Garden [csszengarden.com] as great examples and references. CSS Vault has page after page that justify the use of CSS and valid XHTML. Also notice that if the browser cannot use CSS, the site still renders all the content properly.
An important additonal note: By using proper XHTML and CSS, the disabled will have access to the site in a much easier fashion due to the lack of tables being used for markup (tables only for data!), and the simpler code. This is for special screen reading browsers.
Re:Here is what needs to be done (Score:5, Informative)
Ahem. This is completely silly. Well structured documents--a prerequisite for good CSS--degrade *better* in browsers like Lynx because the underlying tag structure reflects the logical document structure.
Why would anybody do that? Modern browsers like Firefox are actually zippier, even on older hardware, than Netscape 4.xyz. A designer should think about how to make the page degrade because many of the browsers you mentioned choke on some CSS. But there are lots of tricks for hiding the CSS from those browsers, and if you do, then the user still gets a nice, logically structured document.
Anyway, CSS isn't all that hard to do right. I just did a site that looks really nice and polished and works in every browser (IE, Moz, Firefox, Safari, Camino, Konq, Opera, Lynx) on tons of platforms (Windows 98/ME/2000/XP, Linux, OS X, OS 9)...and it worked on the first try -- I didn't have to change a single thing (rsvp.uchicago.edu). I tested it on all possible combinations of those I could think of and it looked nice (and in the way I expected) on all of them.
Finally, I can't imagine a situation, except using minimal HTML 4, which would be silly, because it'd practically be XHTML at that point, where it would be heavier that the XHTML/CSS equivalent. Even if the stylesheet is relatively large, say 300-400 lines (I'm pushing 500 on a site I'm working on), it typically downloads once and then gets cached, at which point all subsequent pages that use that stylesheet will only download the nicely structured document.
Re:Lack of CSS standardization (Score:4, Informative)
Seriously. If CSS1 is used exclusivly, and linked to the pages using @import, there should be no problems at all
Re:Don't use CSS. Use DocBook! (Score:4, Informative)
They already write it in DocBook, dumb-dumb. ;-)
The question which is being asked, is when you convert it to HTML, should it be plain old boring HTML, or should it use CSS? IMO it should use CSS since the stylesheet for converting DocBook to HTML would be simpler.