summaryrefslogtreecommitdiff
path: root/IkiWiki
AgeCommit message (Expand)Author
2010-04-15enhance pagestats and rework example blog front pageJoey Hess
2010-04-15calendar: Add archive_pagespec, which is used by ikiwiki-calendar to specify ...Joey Hess
2010-04-10po: Configuring the same language as master and slave confuses processing; so...Joey Hess
2010-04-10Merge remote branch 'smcv/unescaped-meta'Joey Hess
2010-04-09po: Check that translated underlay directories exist before using them for ma...Joey Hess
2010-04-06minor style etc changesJoey Hess
2010-04-06don't force a rebuildJoey Hess
2010-04-06Merge remote branch 'smcv/ready/sort-package'Joey Hess
2010-04-06Merge remote branch 'smcv/ready/link-types'Joey Hess
2010-04-06HTML-encode meta title, description, guid on output, but not in the pagestateSimon McVittie
2010-04-06Only store authorsort in meta pagestate if it differs from authorSimon McVittie
2010-04-06Only store titlesort in meta pagestate if it differs from titleSimon McVittie
2010-04-05Use $a and $b for SortSpec cmp callbacksSimon McVittie
2010-04-05txt: Add a special case for robots.txt.Joey Hess
2010-04-05comments: Fix missing entity encoding in title.Joey Hess
2010-04-04fix test suiteJoey Hess
2010-04-04more idiomatic perlJoey Hess
2010-04-04rename hash and avoid unnecessary hash refJoey Hess
2010-04-04fix indentation & whitespaceJoey Hess
2010-04-04Fix bzr plugin to work with bzr 2.0.Lars Wirzenius
2010-04-04Rename sort parameter to meta title/author to sortas=barSimon McVittie
2010-04-04meta: generalize meta_title into meta(title); support author, updated, dateSimon McVittie
2010-04-04Remove tagged_is_strict option, and just behave as though it was enabledSimon McVittie
2010-04-04Fix some typos that would break Render during changed-link calculationSimon McVittie
2010-04-04implement typed links; add tagged_is_strict config optionSimon McVittie
2010-04-03Move sort hooks to the IkiWiki::SortSpec namespaceSimon McVittie
2010-04-03Split out sortnaturally into a pluginSimon McVittie
2010-04-02qualify template_fileJoey Hess
2010-04-02template: Search for templates in the templatedir, if they are not found as p...Joey Hess
2010-04-02htmlscrubber: Allow colons in url fragments after '?'Joey Hess
2010-03-29add warning about incomplete tla supportJoey Hess
2010-03-29add warning messages about bzr and mercurial hooks that are not correctly setupJoey Hess
2010-03-28don't check $@ after pagespec_translateJoey Hess
2010-03-28use __TINYC__ define to avoid tinyc compat fixes breaking FreeBSDJoey Hess
2010-03-28fix printing of $@, which is clobbered by the call to gettextJoey Hess
2010-03-26fix the other half of the filecheck filename bugJoey Hess
2010-03-25Reimplement extensible sorting mechanisms, in the same way as pagespecsSimon McVittie
2010-03-25filecheck: Fix bug that prevented the pagespecs from matching when not called...Joey Hess
2010-03-25remove a few leftover manual folding indicatorsJoey Hess
2010-03-24fix unicode with YAML::SyckJoey Hess
2010-03-24use perl YAML for dumpingJoey Hess
2010-03-24fix back-compat with old Net::OpenIDJoey Hess
2010-03-24fall back from YAML::Any to just YAMLJoey Hess
2010-03-24use YAML::Any to allow faster versions to be used if availableJoey Hess
2010-03-24Add an optional "sort" argument to meta titles, defaulting to the titleSimon McVittie
2010-03-24Have the meta plugin add a meta_title sort orderSimon McVittie
2010-03-21reset setuptype first, actuallyJoey Hess
2010-03-21check for 'require' instead of 'use'Joey Hess
2010-03-21reset setuptype to standard after an automator setup file is loadedJoey Hess
2010-03-19fix newlines in commented defaultsJoey Hess