summaryrefslogtreecommitdiff
path: root/doc/ikiwiki/directive
AgeCommit message (Collapse)Author
2011-04-21meta: Add FOAF support. Closes: #623156 (Jonas Smedegaard)Joey Hess
2011-04-17the "not" keyword doesn't work for pagespecs (or no longer does). use an ! ↵https://www.google.com/accounts/o8/id?id=AItOawlnFkgzrv6n4UuYWXv8APZiG8_ydyMOyR4
instead.
2011-03-28meta plugin: script supportGiuseppe Bilotta
(cherry picked from commit 44c5b27f88fdbfb4fdd061f600039e490eaeff92)
2011-03-28meta: Security fix; don't allow alternative stylesheets to be added on pages ↵Joey Hess
where the htmlscrubber is enabled.
2011-03-07(no commit message)http://lovesgoodfood.com/jason/
2011-03-07Idea for extending inline.http://lovesgoodfood.com/jason/
2011-02-22inline: allow assigning an id to postform/feedlinkGiuseppe Bilotta
This allows per-form/feedlink group customization without having to resort to counting. (cherry picked from commit b134feb0dc2d9a8ff7ae447537fa8bc02811aabd)
2011-01-23very obvious now, but I banged my head for hourshttps://www.google.com/accounts/o8/id?id=AItOawlOkUOJlzMqwzveE-ccbOg4W4LjeBcC4xo
2011-01-14further improvementJoey Hess
2010-12-16responseJoey Hess
2010-11-16more: Add pages parameter to limit where the more is displayed. (thanks, dark)Joey Hess
2010-11-15note about template inclusionhttp://jmtd.livejournal.com/
2010-11-15I totally misinterpreted what included() is supposed to be for.http://jmtd.livejournal.com/
This reverts commit da9e1ea667f82d5fca9168dbed19be08040570ff
2010-11-15guard templates with the if directive where necessaryhttp://jmtd.livejournal.com/
2010-10-23expand on using templates outside the wiki source directoryhttp://jmtd.livejournal.com/
2010-10-08(no commit message)http://hendry.iki.fi/
2010-09-23b00ghttp://hendry.iki.fi/
2010-08-12flattr: New plugin.Joey Hess
Thanks to jaywalk for the initial implementation at a flattr plugin! This one is less configurable, but simpler.
2010-07-24Single escape (not double escape) square bracket.http://sirireiter.dk/
2010-07-18remove dup sentenceJoey Hess
2010-07-05comments: Added commentmoderation directive for easy linking to the comment ↵Joey Hess
moderation queue.
2010-06-23finializing openid nickname supportJoey Hess
Renamed usershort => nickname. Note that this means existing user login sessions will not have the nickname recorded, and so it won't be used for those.
2010-06-12img: Support hspace and vspace attributes.Joey Hess
2010-06-09move contrib plugin directives out of ikiwiki/directiveJoey Hess
Problem is that ikiwiki/directive is turned into an underlay and added to all wikis. And the test suite checks it for broken links and turns some up. So it's not appropriate for contrib plugin's directives to be documented in there.
2010-05-19added tochttp://kerravonsen.dreamwidth.org/
2010-05-19new version; prev_, next_, here_only, and loopshttp://kerravonsen.dreamwidth.org/
2010-05-19put ftemplate directive info under directives; new version of ftemplate, ↵http://kerravonsen.dreamwidth.org/
with LOOPS!
2010-05-08calendar: Allow negative month to be specified. -1 is last month, etc. (And ↵Joey Hess
also negaitve years.)
2010-05-05consistently drop NAME= in templatesJoey Hess
also add template syntax smoke test
2010-04-23Merge branch 'master' into templatemoveJoey Hess
Conflicts: doc/templates.mdwn
2010-04-23template docu reorgJoey Hess
Remove wikitemplates page; fold its contents into templates page. Update all backlinks. Document new ability to put templates inside srcdir.
2010-04-23move template documentation to the template directiveJoey Hess
allow new templates to be created via the inline that lists them (cherry picked from commit 83703d2f4a8832155e3c111792489062ccc4793b)
2010-04-23move template documentation to the template directiveJoey Hess
allow new templates to be created via the inline that lists them
2010-04-22map can't currently change sort orderinghttp://smcv.pseudorandom.co.uk/
2010-04-22(no commit message)http://seph.myopenid.com/
2010-04-22updateJoey Hess
2010-04-21turn on tag_autocreate by default if tagbase is setJoey Hess
2010-04-21remove broken ./tag supportJoey Hess
The commit that added the (working) support for using /tag to override tagbase also tried to make ./tag work. Problem is, tags are links, and ./foo is not a valid link (though I think there's a wishlist about it). So, using ./tag really resulted in tag creation links that led to a "bad page name" error. And even if the tag were created in the right place, the link didn't go to it.
2010-04-15fix sidebar directive parameter handlingJoey Hess
2010-04-15allow sidebar directive to enable use of sidebar pageJoey Hess
This way, the example blog always has a sidebar on the index page, but not the overhead of sidebars on all the other pages. And if a user wants to, they can enable global_sidebars to switch to sidebars on every page.
2010-04-15sidebar: Add global_sidebars setting.Joey Hess
2010-04-15sidebar: Now a sidebar directive can be used to override the sidebar shown ↵Joey Hess
on a page.
2010-04-15don't link to ikiwiki-calendar, broken link on basewikiJoey Hess
2010-04-15enhance pagestats and rework example blog front pageJoey Hess
* pagestats: Class parameter can be used to override default class for custom styling. * pagestats: Use style=list to get a list of tags, scaled by use like in a tag cloud. This is useful to put in a sidebar. * Rework example blog front page.
2010-04-15calendar: Add archive_pagespec, which is used by ikiwiki-calendar to specify ↵Joey Hess
which pages to include on the calendar archive pages. (The pagespec can still also be specified on the ikiwiki-calendar command line.)
2010-04-06Merge remote branch 'smcv/ready/sort-package'Joey Hess
Conflicts: debian/NEWS
2010-04-04Rename sort parameter to meta title/author to sortas=barSimon McVittie
Joey pointed out that sort=x usually takes a sort order.
2010-04-04meta: generalize meta_title into meta(title); support author, updated, dateSimon McVittie
I've left meta_title in, undocumented, as a possible replacement for sort=title in IkiWiki 4.0 or something.
2010-04-01Explain tab-delimited tables a bit betterSimon McVittie
2010-03-29clarify example with whitespaceJoey Hess