aboutsummaryrefslogtreecommitdiff
path: root/doc/ikiwiki/directive
Commit message (Collapse)AuthorAge
* flattr: New plugin.Joey Hess2010-08-12
| | | | | | Thanks to jaywalk for the initial implementation at a flattr plugin! This one is less configurable, but simpler.
* Single escape (not double escape) square bracket.http://sirireiter.dk/2010-07-24
|
* remove dup sentenceJoey Hess2010-07-18
|
* comments: Added commentmoderation directive for easy linking to the comment ↵Joey Hess2010-07-05
| | | | moderation queue.
* finializing openid nickname supportJoey Hess2010-06-23
| | | | | | | 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.
* img: Support hspace and vspace attributes.Joey Hess2010-06-12
|
* move contrib plugin directives out of ikiwiki/directiveJoey Hess2010-06-09
| | | | | | | 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.
* added tochttp://kerravonsen.dreamwidth.org/2010-05-19
|
* new version; prev_, next_, here_only, and loopshttp://kerravonsen.dreamwidth.org/2010-05-19
|
* put ftemplate directive info under directives; new version of ftemplate, ↵http://kerravonsen.dreamwidth.org/2010-05-19
| | | | with LOOPS!
* calendar: Allow negative month to be specified. -1 is last month, etc. (And ↵Joey Hess2010-05-08
| | | | also negaitve years.)
* consistently drop NAME= in templatesJoey Hess2010-05-05
| | | | also add template syntax smoke test
* Merge branch 'master' into templatemoveJoey Hess2010-04-23
|\ | | | | | | | | Conflicts: doc/templates.mdwn
| * move template documentation to the template directiveJoey Hess2010-04-23
| | | | | | | | | | allow new templates to be created via the inline that lists them (cherry picked from commit 83703d2f4a8832155e3c111792489062ccc4793b)
| * map can't currently change sort orderinghttp://smcv.pseudorandom.co.uk/2010-04-22
| |
| * (no commit message)http://seph.myopenid.com/2010-04-22
| |
* | template docu reorgJoey Hess2010-04-23
| | | | | | | | | | Remove wikitemplates page; fold its contents into templates page. Update all backlinks. Document new ability to put templates inside srcdir.
* | move template documentation to the template directiveJoey Hess2010-04-23
|/ | | | allow new templates to be created via the inline that lists them
* updateJoey Hess2010-04-22
|
* turn on tag_autocreate by default if tagbase is setJoey Hess2010-04-21
|
* remove broken ./tag supportJoey Hess2010-04-21
| | | | | | | | | | 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.
* fix sidebar directive parameter handlingJoey Hess2010-04-15
|
* allow sidebar directive to enable use of sidebar pageJoey Hess2010-04-15
| | | | | | | 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.
* sidebar: Add global_sidebars setting.Joey Hess2010-04-15
|
* sidebar: Now a sidebar directive can be used to override the sidebar shown ↵Joey Hess2010-04-15
| | | | on a page.
* don't link to ikiwiki-calendar, broken link on basewikiJoey Hess2010-04-15
|
* enhance pagestats and rework example blog front pageJoey Hess2010-04-15
| | | | | | | | * 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.
* calendar: Add archive_pagespec, which is used by ikiwiki-calendar to specify ↵Joey Hess2010-04-15
| | | | which pages to include on the calendar archive pages. (The pagespec can still also be specified on the ikiwiki-calendar command line.)
* Merge remote branch 'smcv/ready/sort-package'Joey Hess2010-04-06
|\ | | | | | | | | Conflicts: debian/NEWS
| * Rename sort parameter to meta title/author to sortas=barSimon McVittie2010-04-04
| | | | | | | | Joey pointed out that sort=x usually takes a sort order.
| * meta: generalize meta_title into meta(title); support author, updated, dateSimon McVittie2010-04-04
| | | | | | | | | | I've left meta_title in, undocumented, as a possible replacement for sort=title in IkiWiki 4.0 or something.
| * Add an optional "sort" argument to meta titles, defaulting to the titleSimon McVittie2010-03-24
| | | | | | | | | | | | | | This allows correct sorting of titles, names, etc., with: [[!meta title="David Bowie" sort="Bowie, David"]] [[!meta title="The Beatles" sort="Beatles, The"]]
* | Explain tab-delimited tables a bit betterSimon McVittie2010-04-01
| |
* | clarify example with whitespaceJoey Hess2010-03-29
|/
* add linkJoey Hess2010-03-08
|
* (no commit message)Thiana2010-03-09
|
* (no commit message)Thiana2010-03-01
|
* Added missing '!' in "!format perl..."http://gustaf.thorslund.org/2010-02-07
|
* add noindex robots directivesJoey Hess2010-02-06
|
* inline: Fix bug that limited displayed pages when feedshow was specified w/o ↵Joey Hess2010-01-01
| | | | show.
* Update on interaction between `show`, `feedshow` and `quick`.PaulePanter2010-01-01
|
* linkmap: Add option to omit disconnected pages from the map.Joey Hess2010-01-01
|
* toc: Add startlevel parameter. (kerravonsen)Joey Hess2009-12-25
|
* and someone already thought of tag-page auto-creationhttp://kerravonsen.dreamwidth.org/2009-12-25
|
* (no commit message)http://kerravonsen.dreamwidth.org/2009-12-25
|
* pagestats: Add show parameter. Closes: #562129Joey Hess2009-12-25
|
* date: New plugin that allows inserting date directives that expand to ↵Joey Hess2009-11-25
| | | | pretty-printed dates, using the same formatting as used for page modification date display, etc.
* meta: Generate meta description tags even when the html scrubber is enabled.Joey Hess2009-11-16
| | | | | | | Unlike generic meta foo tags, meta description is known to be safe, so can be special cased to be allowed despite the html scrubber. This makes meta description much more useful, since it is otherwise limited to being used by other plugins like map.
* add example of a map showing page descriptionsJoey Hess2009-11-16
|
* Revert "Improve img's documentation."Joey Hess2009-11-15
| | | | The information added is incorrect.