Deb Lewis
2006-Sep-12 18:37 UTC
[Masterview-devel] [Masterview-commits] [244] trunk/masterview/doc: Docs reorg and navtinkering: break out About page to tighten up home page; add (incomplete) Dev Guide; w3c val icon
Didn''t actually get very far on the directive-developer guide, which was what I started out on this morning; got sidetracked tinkering with nav header/footer, breaking an About page out of the home page to try to tighten up the focus of what we put in front of a new visitor, formatting tinkering, added W3C validator logo on the footer link... Take a look when you get around to it and let me know if you like this. The std w3c validator logo is pretty heavyweight, not real excited about the look. There is a smaller, less-intrusive img I found in plone that we could probably use. I was thinking that a w3c-validator badge directive would be good to provide as a custom directive sample - very simple, but realistic. ~ Deb -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/masterview-devel/attachments/20060912/1bfa3bc5/attachment-0001.html -------------- next part -------------- A non-text attachment was scrubbed... Name: colophon_xhtml.png Type: image/png Size: 413 bytes Desc: not available Url : http://rubyforge.org/pipermail/masterview-devel/attachments/20060912/1bfa3bc5/attachment-0001.png
Deb Lewis
2006-Sep-12 19:23 UTC
[Masterview-devel] [Masterview-commits] [244]trunk/masterview/doc: Docs reorg and navtinkering: break outAbout page to tighten up home page; add (incomplete) Dev Guide; w3c val icon
p.s. ran tidy on all our docs and patched up some bogus alt attributes for the screenshot refs - these go on thumbnail <img> elements, not the containing <a> link wrapping the image. Just curious, assume you did that in Nvu - is it encouraging/allowing that mis-placed attribute usage? And fyi: to get popup tip working for both IE and Firefox you have to "double-up" your tip text by putting it in both title and alt attributes. That latter might be a nice tweak in our image_tag directive: if only one or the other of the alt/title attributes was defined on the original element, fix it up by adding it''s twin. Need to do a bit more investigation to ensure there''s no downside to such cleverness, however. Or maybe that would be a specific "tip" option value to our directive that we''d map to the title/alt attr pair in the emitted image_tag helper. ~ Deb -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/masterview-devel/attachments/20060912/9804480e/attachment.html