Gilles SICHE said the following on 02/12/2011 10:35 AM:
Thank you for your answer, you are right, I should have been more specific.
I use Notepad++ to create web pages, the lines are coloured according to their value/meaning, which is a common feature in many such text editors
Yes. Under Linux there are many tat have this capability, and more, like running scripts, recording keystrokes for replay .. The VIM family for editors, Kate. many others. Or perhaps rather than a syntax directed editor, which, as a side effect, colourizes the lines, what you want is a proper HTML editor. Again Linux has a number of those - WYSIWYG and raw and in between. http://webdesign.about.com/od/htmleditors/tp/Free-HTML-Editors-Linux-UNIX.ht... I've long since given up on editing HTML. Instead I use one of the markup languages that will generate correct and error free html from plain text input. I'm really not interested in the fiddly bits of HTML, rather in producing correct html as quickly and effortlessly as I can. HTML is the 'assembly code' of the web. I'd rather use a HLL. What you see a applying to all the pages I think of as DRY. My favourites in this area are Textile/Redcloth and Markdown, but you might also consider ReST See http://en.wikipedia.org/wiki/Category:Lightweight_markup_languages for some others. There are also markup languages that generate correct CSS - try Sass, which not only saves all the syntactic hassle and potential errors, but adds constants and mixins to CSS. Ultimately, many of your items I never have to be concerned with because the CMS or site manager takes care of those details. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org