On Sun, Feb 21, 2010 at 06:11:55PM +0100, Johannes Hofmann wrote:
* It would be nice to unify the look'n feel of the various autogenerated HTML in dillo: * splash screen * directory listings * bookmarks * and now view source I would propose to simplify the HTML as much as possible (e.g. just <ul>'s for bookmarks and have a single common CSS snipplet in a single header file that is included by the various DPIs. Hopefully some webdesigner could then adapt this CSS to make things look nice. Also it would be handy to have some "id=dillo_bla" attribute in each of the pages so that users can change the look of bookmarks or view source individually in their ~/.dillo/style.css
A common style (or colors at least) sounds sensible.
I'm happy with bookmarks as they are, but is no surprise as I coded them. Mine is very fast and < 28 KB, I assume yours is much bigger. In that case I'd prefer to have both options in the same dpi code (like viewsource, but configurable with an rc file).
The point is not rendering speed. It's fast enough :) I was rather thinking about reducing complexity by separating content and style using CSS. The look could be basically the same as currently, but of course there might be some differences regarding wrapping and so on. Perhaps some web designer could help here?
Just to explain what I have in mind I made a static HTML bookmarks page: http://www.ecademix.com/JohannesHofmann/tmp/dillo_bm.html Please have a look at the HTML, the style is not really polished as I'm not a designer :) Cheers, Johannes