Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-07-20 | The website http://blog.html.it/layoutgala/ present a simple yetlayoutgala | Jonas Smedegaard | |
flexible html structure allowing 40 different visualisations by changing only CSS. As of 3.14159, ikiwiki (with sidebar plugin) use this DIV structure: .pageheader .header #sidebar #content #footer Layout Gala use the following DIV structure: #container #header #wrapper #content #navigation #extra #footer With this patch the following DIV structure is used: #container .pageheader .header #contentwrapper #content #sidebar #farbar #footer More detailed, 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 to improve search engine ranking (a.k.a. "SEO") * farbar added (needs clone of sidebar plugin to be of use) + no grand benefit - but hurts noone if unused either The following deliberately differ from 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 while preserving .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 discussion at http://green-beast.com/blog/?p=117 This continues to fit pretty well with the proposed naming scheme at http://www.stuffandnonsense.co.uk/archives/whats_in_a_name_pt2.html (as it did already with plain ikiwiki - thanks for that, Joey!) | |||
2009-07-20 | Danish translation update | Jonas Smedegaard | |
2009-07-20 | Unfuzz danish translation of basewiki/.../po.da underlay | Jonas Smedegaard | |
2009-07-20 | update | Joey Hess | |
2009-07-20 | po/underlay/* should be BSD licensed, like the rest of the underlays | Joey Hess | |
2009-07-20 | fixes for Danish integration | Joey Hess | |
2009-07-20 | Merge branch 'master' into integration | Joey Hess | |
2009-07-20 | build translated underlays for use with non-English wikis | Joey Hess | |
2009-07-20 | po: Support running with a non-english master lang; add translated underlays | Joey Hess | |
It seem to make sense to remove the check for there being slave languages as part of this, since one might want a wiki that is only in non-English. | |||
2009-07-20 | remove prototype from renamehook | Joey Hess | |
Recursive calls make perl whine about protypes, and it wasn't adding any value. | |||
2009-07-20 | create translated underlays in mdwn format | Joey Hess | |
These are for use by wikis where the primary language is not English. On such a wiki, it makes sense to use an underlay has the source for pages in the native language. | |||
2009-07-20 | split two helper functions of of render() | Joey Hess | |
2009-07-20 | more thoughts on underlays | Joey Hess | |
2009-07-20 | note branch name | Joey Hess | |
2009-07-20 | Merge commit 'remotes/jonas/underlay-da' into integration | Joey Hess | |
2009-07-20 | add jonas's git repo | Joey Hess | |
2009-07-20 | Update with Git URL for danish l10n. | Jonas Smedegaard | |
2009-07-20 | Merge branch 'master' of git://git.ikiwiki.info into underlay-da | Jonas Smedegaard | |
2009-07-20 | Add initial danish underlay translation | Jonas Smedegaard | |
2009-07-20 | update, think I have the real bug this time | Joey Hess | |
2009-07-20 | use empty underlay dirs when building po underlays | Joey Hess | |
2009-07-19 | %links dedup bug? | Joey Hess | |
2009-07-19 | bad po plugin bug | Joey Hess | |
2009-07-19 | speed up incremental underlaypo runs | Joey Hess | |
2009-07-19 | Use a link that will work on other wikis | http://smcv.pseudorandom.co.uk/ | |
2009-07-19 | meta language vs po language... | http://smcv.pseudorandom.co.uk/ | |
2009-07-19 | Consistency nitpicking in docs: lowercase in attachment and po lists | Jonas Smedegaard | |
2009-07-19 | Consistency nitpicking in docs: Use third tense in pagespec list | Jonas Smedegaard | |
2009-07-19 | Consistency nitpicking in docs: Note: → Note that | Jonas Smedegaard | |
2009-07-19 | Merge branch 'master' of git://git.ikiwiki.info | Jonas Smedegaard | |
2009-07-19 | Improve wording of tagged() docs | Jonas Smedegaard | |
2009-07-19 | s//bad//invalid// # jonas= | Joey Hess | |
2009-07-19 | language display order | Joey Hess | |
2009-07-19 | reorder | Joey Hess | |
2009-07-19 | avoid Po4a::Common exporting anything | Joey Hess | |
It exports gettext and stuff by default, which conflicts with IkiWiki exports. | |||
2009-07-19 | shut up msgmerge | Joey Hess | |
2009-07-19 | commit for jonas | Joey Hess | |
2009-07-19 | move source removal back to underlaypo rule | Joey Hess | |
2009-07-19 | move clean code to clean rule | Joey Hess | |
2009-07-19 | update | Joey Hess | |
2009-07-19 | unreleased | Joey Hess | |
2009-07-19 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2009-07-19 | rename | Joey Hess | |
2009-07-19 | typos | http://hendry.iki.fi/ | |
2009-07-19 | scrubber needs updating | http://hendry.iki.fi/ | |
2009-07-19 | don't run basewikipo by default yet, comment out all languages | Joey Hess | |
2009-07-19 | add basewikipo po file generation thing | Joey Hess | |
2009-07-19 | new minor bug | Joey Hess | |
2009-07-19 | bugfix: Avoid generating po files for files that are not httmlizable | Joey Hess | |
2009-07-19 | add a bug | Joey Hess | |