Page 1 of 1
text-only version? how-to
Posted: Wed Sep 19, 2007 2:52 pm
by essexboyracer
Hi All,
Does anyone know how to have a link on every page for a text only version of cmsms? or is this the point of having different media types for CSS stylesheets?
Re: text-only version? how-to
Posted: Wed Sep 19, 2007 8:13 pm
by Pierre M.
Hello,
what do you mean by "text only" ? CMSms is not sounds and videos everywhere

Yes, why not CSS. Browse a site with Firefox and go to view, style, no style at all. This should bring up a "text only" view of the site.
Pierre M.
Re: text-only version? how-to
Posted: Thu Sep 20, 2007 4:00 pm
by essexboyracer
Sorry Pierre, I didnt explain myself properly, I was thinking along the lines of accessibility issues. For example something that the BBC do here in England is provide a link on every page for a style/image stripped 'Text Only' version of every page. They run the page through their own sourceforge developed cgi parser called betsie.
For example
http://www.bbc.co.uk/nature/animals/ top left just under the date.
The purpose is to allow those with vision problems and / or screenreaders a chance to see the page.
Re: text-only version? how-to Accessibility
Posted: Thu Sep 20, 2007 5:10 pm
by Pierre M.
So accessibility. Right. Here is my opinion :
-have a valid well formed site. for both xHTML and CSS. So assistance software (aural readers, zooms, color/contrast changing "proxies") can easyly parse it. This includes providing alt="text" attributes to tags.
-use CSS to the extend it allows. For example, provide an "aural only" style sheet with display:none on visual elements.
-don't use malware such as Javascript, popups, flash... of course no frames either.
-avoid multicolumns.
-for braille readers, rethink navigation to "shorten" links from "site wide" to "paragraph start/end".
-beware the WAI specification is not always good because it tries to resolve all cases at once.
-get other opinions from googling
Pierre M.
Re: text-only version? how-to
Posted: Sun Oct 14, 2007 9:30 pm
by digitalmouse
Pierre M. wrote:
Yes, why not CSS. Browse a site with Firefox and go to view, style, no style at all. This should bring up a "text only" view of the site.
Because not everyone is using Firefox, unfortunately.
A module that auto feeds a no-graphics template, giving you a true 'menu first, content second' layout would be great for mobile phones, and palm/pocket computers, as well as speech-only browsers.
i do agree that a properly made CSS should give the same accessibility, yet we still do not have a consensus as to how everyone should apply those methods. but until that holy grail arrives, a means to 'strip-out' graphics and styles, or better yet, a means to switch all content over to a plain HTML 'top-down' template would be very useful. I have an eye-doctor client looking to make his website accessible in this way.
Re: text-only version? how-to
Posted: Mon Oct 22, 2007 9:28 pm
by Pierre M.
Some of my strong opinion again
If mobile phones / WAP gateways / iMode things etc are what you care about (and not accessibility) then provide an alternative stylesheet on a reverse proxie on the mobile gateway.
Pierre M.