summaryrefslogtreecommitdiff
path: root/doc/ikiwiki
AgeCommit message (Collapse)Author
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-11Space sorting orders consistentlySimon McVittie
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.
2010-04-06remove note about more sort types possibly being availableJoey Hess
Good plugins should document them :)
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-03Split out sortnaturally into a pluginSimon McVittie
2010-04-01Explain tab-delimited tables a bit betterSimon McVittie
2010-03-29clarify example with whitespaceJoey Hess
2010-03-24Allow sorting to be combined and/or reversedSimon McVittie
2010-03-24Add an optional "sort" argument to meta titles, defaulting to the titleSimon McVittie
This allows correct sorting of titles, names, etc., with: [[!meta title="David Bowie" sort="Bowie, David"]] [[!meta title="The Beatles" sort="Beatles, The"]]
2010-03-24Have the meta plugin add a meta_title sort orderSimon McVittie
2010-03-24Allow hooks to add sorting functions to pagespec_match_listSimon McVittie
2010-03-08add linkJoey Hess
2010-03-09(no commit message)Thiana
2010-03-01(no commit message)Thiana
2010-02-11fix openid pagespec exampleJoey Hess
2010-02-11Allow globs to be used in user() pagespecs.Joey Hess
2010-02-07Added missing '!' in "!format perl..."http://gustaf.thorslund.org/
2010-02-06add noindex robots directivesJoey Hess
2010-01-01inline: Fix bug that limited displayed pages when feedshow was specified w/o ↵Joey Hess
show.
2010-01-01Update on interaction between `show`, `feedshow` and `quick`.PaulePanter
2010-01-01linkmap: Add option to omit disconnected pages from the map.Joey Hess
2009-12-25toc: Add startlevel parameter. (kerravonsen)Joey Hess
2009-12-25and someone already thought of tag-page auto-creationhttp://kerravonsen.dreamwidth.org/
2009-12-25(no commit message)http://kerravonsen.dreamwidth.org/
2009-12-25pagestats: Add show parameter. Closes: #562129Joey Hess
2009-11-25remove videntity, site not in english now, and does not appear in openid ↵Joey Hess
directory
2009-11-25date: New plugin that allows inserting date directives that expand to ↵Joey Hess
pretty-printed dates, using the same formatting as used for page modification date display, etc.
2009-11-16meta: Generate meta description tags even when the html scrubber is enabled.Joey Hess
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.
2009-11-16add example of a map showing page descriptionsJoey Hess
2009-11-15Revert "Improve img's documentation."Joey Hess
The information added is incorrect.
2009-11-15Improve img's documentation.Thomas Schwinge
Jon is right, of course. User error, not an ikiwiki bug. So, I removed the false bug report and added its gist to img's documentation.
2009-11-13move to todo item, some thoughtSJoey Hess
2009-11-12fix typoJeremyReed
2009-11-12ask questionJeremyReed
2009-11-07s/a name/id/ ?tzafrir
2009-10-25Question about interaction of `feedshow` and `show`.PaulePanter
2009-10-25Typo.PaulePanter
2009-10-11Merge branch 'master' into dependency-typesJoey Hess
Conflicts: debian/changelog doc/plugins/calendar.mdwn
2009-10-11ikiwiki-calendar: New command automates creation of archive pages using the ↵Joey Hess
calendar plugin.
2009-10-09don't link to inline, not available when directives underlay is not enabledJoey Hess
2009-10-08add sorting pageJoey Hess
2009-10-06linkmap: Use a combination of presence and link dependencies.Joey Hess
This makes the map be regenerated much less frequently, so larger maps are more practical to use now.
2009-10-05clarify amoungJoey Hess
I found it really hard to understand from the old description..