summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-11-17Merge branch 'wian-nb' into allinone-nballinone-nbJonas Smedegaard
2008-11-17Merge branch 'master-nb' into wian-nbwian-nbJonas Smedegaard
2008-11-17Merge branch 'scs-nb' into allinone-nbJonas Smedegaard
2008-11-17Merge branch 'master-nb' into scs-nbscs-nbJonas Smedegaard
2008-11-17Merge branch 'clean-nb' into allinone-nbJonas Smedegaard
2008-11-17Merge branch 'master-nb' into clean-nbclean-nbJonas Smedegaard
2008-11-17Fix strip edit and prefs actions.master-nbJonas Smedegaard
2008-11-01Merge branch 'wian-nb' into allinone-nbJonas Smedegaard
2008-11-01Merge branch 'wian' into wian-nbJonas Smedegaard
2008-11-01Rely on branding_logo_text (not branding_logo). Add branding_logo_tagline.wianJonas Smedegaard
2008-11-01Merge branch 'wian-nb' into allinone-nbJonas Smedegaard
2008-11-01Merge branch 'wian' into wian-nbJonas Smedegaard
2008-11-01Add branding divs above header.Jonas Smedegaard
2008-10-23Merge branch 'wian-nb' into allinone-nbJonas Smedegaard
2008-10-23Merge branch 'master-nb' into wian-nbJonas Smedegaard
2008-10-23Merge branch 'master-nb' into scs-nbJonas Smedegaard
2008-10-23Merge branch 'master' into wianJonas Smedegaard
2008-10-23Merge branch 'scs-nb' into allinone-nbJonas Smedegaard
2008-10-23Merge branch 'master-nb' into clean-nbJonas Smedegaard
2008-10-23Merge branch 'clean-nb' into allinone-nbJonas Smedegaard
2008-10-23Merge branch 'master-da' into master-nbJonas Smedegaard
2008-10-23Merge branch 'master' into master-da + translateJonas Smedegaard
Conflicts (replaced with updated PO-based translation): renamesummary.tmpl
2008-10-22Sync with ikiwiki 2.67.HEADmastercleanJonas Smedegaard
2008-08-30Merge branch 'master-nb' into wian-nbJonas Smedegaard
2008-08-30Merge branch 'wian-nb' into allinone-nbJonas Smedegaard
2008-08-30Merge branch 'master' into wianJonas Smedegaard
2008-08-30Merge branch 'scs-nb' into allinone-nbJonas Smedegaard
2008-08-30Merge branch 'master-nb' into scs-nbJonas Smedegaard
2008-08-30Merge branch 'master-nb' into clean-nbJonas Smedegaard
2008-08-30Merge branch 'clean-nb' into allinone-nbJonas Smedegaard
2008-08-30Merge branch 'master' into master-nbJonas Smedegaard
2008-08-30Merge with master (no translations needed)Jonas Smedegaard
2008-08-30Sync with ikiwiki 2.62.1.Jonas Smedegaard
2008-08-11Merge branch 'wian-nb' into allinone-nbJonas Smedegaard
2008-08-11Merge branch 'wian' into wian-nbJonas Smedegaard
2008-08-11Add container and wrapper div to misc.tmpl.Jonas Smedegaard
2008-08-08Merge branches 'clean-no_NB', 'scs-no_NB' and 'wian-no_NB' into allinone-no_NBJonas Smedegaard
2008-08-08Merge branch 'wian-da' into wian-no_NBJonas Smedegaard
2008-08-08Merge branch 'master-da' into wian-daJonas Smedegaard
2008-08-08Merge branch 'scs-da' into scs-no_NBJonas Smedegaard
2008-08-08Merge branch 'master-da' into scs-daJonas Smedegaard
2008-08-08Translate Modified -> Ændret. Fix typp aog -> og.Jonas Smedegaard
2008-08-06Merge branch 'wian-no_NB' into allinone-no_NBJonas Smedegaard
2008-08-06Merge branch 'wian' into wian-no_NBJonas Smedegaard
2008-08-06Merge branch 'wian' into wian-daJonas Smedegaard
2008-08-06Add topbar (above content wrapper).Jonas Smedegaard
2008-08-02Merge branch 'wian-no_NB' into allinone-no_NBJonas Smedegaard
2008-08-02Merge branch 'wian' into wian-daJonas Smedegaard
2008-08-02Layout Gala, source order and "What's in a name".Jonas Smedegaard
The website http://blog.html.it/layoutgala/ present a simple yet flexible html structure allowing 40 different visualisations by changing only CSS. As of 2.56, ikiwiki use this DIV structure: .header #sidebar #content #footer Layout Gala use the following DIV structure: #container #header #wrapper #content #navigation #extra #footer With this patch (and previous ones) the following DIV structure is used: #container .header #wrapper #content #sidebar #farbar #footer Specifically, the following is changed: * container added around whole body + needed for Layout Gala + allows setting cosmetic outer space/coloring around whole body * sidebar moved below content + needed for Layout Gala + considered by some to improve accessibility + considered by some as part of Search Engine Optimization (SEO) * farbar added (needs a clone on sidebar plugin to be of any use) + no grand benefit - but hurts noone if unused either The following continues to not match Layout Gala: * header is a class, not an id + too intrusive to change: many iki sites may rely on current class + too ugly to add: technically possible to extend .pageheader to also be # header and still preserve .header, but too confusing with both .header and #header meaning different things. * sidebar instead of navigation + too intrusive to change... * farbar instead of extra + when sidebar is kept, extend it - inspired by http://green-beast.com/seabeast/ as mentioned at the discussion at http://green-beast.com/blog/?p=117 As a bonus, this fits pretty well with the proposed naming scheme at http://www.stuffandnonsense.co.uk/archives/whats_in_a_name_pt2.html (is it did already with plain ikiwik - thanks for that, Joey!)
2008-08-02Better source order: sidebar below content.Jonas Smedegaard