aboutsummaryrefslogtreecommitdiff
path: root/doc/ikiwiki
Commit message (Collapse)AuthorAge
* consistently drop NAME= in templatesJoey Hess2010-05-05
| | | | also add template syntax smoke test
* Add page() PageSpec, which is like glob() but matches only pages, not other ↵Joey Hess2010-04-26
| | | | files.
* document match_guidJoey Hess2010-04-26
|
* Merge branch 'master' into templatemoveJoey Hess2010-04-24
|\
| * fix capsJoey Hess2010-04-24
| |
* | Merge branch 'master' into templatemoveJoey Hess2010-04-24
|\|
| * remove paragraph about old style directives, it's been long enoughJoey Hess2010-04-24
| |
* | improve attachment exampleJoey Hess2010-04-23
| |
* | 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.)
* Space sorting orders consistentlySimon McVittie2010-04-11
| | | | | | | | | Markdown interprets the empty lines resulting from [[!if]] as a request that each <li> contain a <p>. For consistent spacing in the HTML, either the unconditional items should have blank lines between (resulting in each <li> having a <p>), or the conditional items should not (resulting in messy source code, and no <li> having a <p>). I think the former looks nicer.
* remove note about more sort types possibly being availableJoey Hess2010-04-06
| | | | Good plugins should document them :)
* 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.
| * Split out sortnaturally into a pluginSimon McVittie2010-04-03
| |
| * Allow sorting to be combined and/or reversedSimon McVittie2010-03-24
| |
| * 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"]]
| * Have the meta plugin add a meta_title sort orderSimon McVittie2010-03-24
| |
| * Allow hooks to add sorting functions to pagespec_match_listSimon McVittie2010-03-24
| |
* | 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
|
* fix openid pagespec exampleJoey Hess2010-02-11
|
* Allow globs to be used in user() pagespecs.Joey Hess2010-02-11
|
* 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
|