summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-07-20The website http://blog.html.it/layoutgala/ present a simple yetlayoutgalaJonas 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-20Danish translation updateJonas Smedegaard
2009-07-20Unfuzz danish translation of basewiki/.../po.da underlayJonas Smedegaard
2009-07-20updateJoey Hess
2009-07-20po/underlay/* should be BSD licensed, like the rest of the underlaysJoey Hess
2009-07-20fixes for Danish integrationJoey Hess
2009-07-20Merge branch 'master' into integrationJoey Hess
2009-07-20build translated underlays for use with non-English wikisJoey Hess
2009-07-20po: Support running with a non-english master lang; add translated underlaysJoey 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-20remove prototype from renamehookJoey Hess
Recursive calls make perl whine about protypes, and it wasn't adding any value.
2009-07-20create translated underlays in mdwn formatJoey 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-20split two helper functions of of render()Joey Hess
2009-07-20more thoughts on underlaysJoey Hess
2009-07-20note branch nameJoey Hess
2009-07-20Merge commit 'remotes/jonas/underlay-da' into integrationJoey Hess
2009-07-20add jonas's git repoJoey Hess
2009-07-20Update with Git URL for danish l10n.Jonas Smedegaard
2009-07-20Merge branch 'master' of git://git.ikiwiki.info into underlay-daJonas Smedegaard
2009-07-20Add initial danish underlay translationJonas Smedegaard
2009-07-20update, think I have the real bug this timeJoey Hess
2009-07-20use empty underlay dirs when building po underlaysJoey Hess
2009-07-19%links dedup bug?Joey Hess
2009-07-19bad po plugin bugJoey Hess
2009-07-19speed up incremental underlaypo runsJoey Hess
2009-07-19Use a link that will work on other wikishttp://smcv.pseudorandom.co.uk/
2009-07-19meta language vs po language...http://smcv.pseudorandom.co.uk/
2009-07-19Consistency nitpicking in docs: lowercase in attachment and po listsJonas Smedegaard
2009-07-19Consistency nitpicking in docs: Use third tense in pagespec listJonas Smedegaard
2009-07-19Consistency nitpicking in docs: Note: → Note thatJonas Smedegaard
2009-07-19Merge branch 'master' of git://git.ikiwiki.infoJonas Smedegaard
2009-07-19Improve wording of tagged() docsJonas Smedegaard
2009-07-19s//bad//invalid// # jonas=Joey Hess
2009-07-19language display orderJoey Hess
2009-07-19reorderJoey Hess
2009-07-19avoid Po4a::Common exporting anythingJoey Hess
It exports gettext and stuff by default, which conflicts with IkiWiki exports.
2009-07-19shut up msgmergeJoey Hess
2009-07-19commit for jonasJoey Hess
2009-07-19move source removal back to underlaypo ruleJoey Hess
2009-07-19move clean code to clean ruleJoey Hess
2009-07-19updateJoey Hess
2009-07-19unreleasedJoey Hess
2009-07-19Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2009-07-19renameJoey Hess
2009-07-19typoshttp://hendry.iki.fi/
2009-07-19scrubber needs updatinghttp://hendry.iki.fi/
2009-07-19don't run basewikipo by default yet, comment out all languagesJoey Hess
2009-07-19add basewikipo po file generation thingJoey Hess
2009-07-19new minor bugJoey Hess
2009-07-19bugfix: Avoid generating po files for files that are not httmlizableJoey Hess
2009-07-19add a bugJoey Hess