Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-08-27 | change for compatability with non-prefix-directives systems | Joey Hess | |
2008-08-25 | filecheck: New plugin factoring out the PageSpec additions that were ↵ | Joey Hess | |
originally part of the attachment plugin. | |||
2008-08-25 | fix a horrible mispelling | Joey Hess | |
2008-08-25 | use listdirectives if available | Joey Hess | |
2008-08-25 | rename preprocessordirective to directive | Joey Hess | |
Reasons include: - easier to type - might want postprocessor directives again sometime, and listdirectives can then use the directive/* files for either - that it's done as a preprocessor step is an internal detail (and not a very accurate one, really :-) | |||
2008-08-12 | (no commit message) | bremner | |
2008-08-12 | response | Joey Hess | |
2008-08-12 | remove mention of deprecated admin prefs page | Joey Hess | |
2008-08-10 | Could we factor out the attachment pagespec code so that other plugins can ↵ | bremner | |
use it? | |||
2008-07-21 | Migrate everything else via prefix_directives | Simon McVittie | |
This is a partial commit of: egrep -rl '\[\[[a-z]+ ' doc | xargs --max-args 1 ./ikiwiki-transition prefix_directives | |||
2008-07-12 | update, splitting parameters in two | Joey Hess | |
fixed some unclear descriptions | |||
2008-07-12 | Document [[inline guid="..."]] | Simon McVittie | |
2008-07-07 | example of how to limit to specific directory | Joey Hess | |
2008-07-06 | add virus checking to attachments plugin | Joey Hess | |
2008-07-02 | move attachment pagespec extensions docs to its own page | Joey Hess | |
in the basewiki, so I can link to it there | |||
2008-06-04 | finishing touches on the new search plugin | Joey Hess | |
- Add a Help link. - If the pageterm is too long, hash it. | |||
2008-06-04 | The search interface now allows searching for a page by title ("title:foo"), ↵ | Joey Hess | |
as well as for pages that contain a given link ("link:bar"). | |||
2008-05-11 | web commit by http://liw.fi/: Updated URL for openiddirectory page. It had ↵ | Joey Hess | |
moved. | |||
2008-05-11 | web commit by http://liw.fi/: Updated URL for emacs markdown mode. The page ↵ | Joey Hess | |
had moved to a new location. | |||
2008-04-26 | response | Joey Hess | |
2008-04-18 | remove random html | Joey Hess | |
This page documents markdown. Please use the sandbox for formatting testing, and not this page. | |||
2008-04-18 | web commit by alccode | Joey Hess | |
2008-04-17 | web commit by http://sabr.myopenid.com/: thanks belong at the end of the ↵ | Joey Hess | |
conversation, not the beginning! | |||
2008-04-17 | web commit by http://sabr.myopenid.com/ | Joey Hess | |
2008-04-10 | response | Joey Hess | |
2008-04-09 | web commit by http://sabr.myopenid.com/ | Joey Hess | |
2008-03-11 | Tell robots to noindex,follow basewiki pages | martin f. krafft | |
Those pages show up in the basewiki on most ikiwiki sites and thus really ought not to be indexed. We can let robots follow them though. Signed-off-by: martin f. krafft <madduck@madduck.net> | |||
2008-03-03 | response | Joey Hess | |
2008-03-02 | correct a typo | martin f. krafft | |
(cherry picked from commit dd64f39646133429910081b89f6e3a8d704a8602) | |||
2008-02-27 | web commit by http://mmassonnet.myopenid.com/ | Joey Hess | |
2008-02-13 | web commit by http://harningt.eharning.us/: Added TrustBearer OpenID link, ↵ | Joey Hess | |
great for using strong authentication in a simple way | |||
2008-02-10 | improve wording and fix an example that is intentionall un-prefixed | Joey Hess | |
2008-02-05 | Merge branch 'master' into prefix-directives | Joey Hess | |
2008-02-04 | * inline: Add new `allowrss` and `allowatom` config options. These can be | Joey Hess | |
used if you want a wiki that doesn't default to generating rss or atom feeds, but that does allow them to be turned on for specific blogs. | |||
2008-01-29 | * meta: Add pagespec functions to match against title, author, authorurl, | Joey Hess | |
license, and copyright. This can be used to create custom RecentChanges. * meta: To support the pagespec functions, metadata about pages has to be retained as pagestate. * Fix encoding bug when pagestate values contained spaces. | |||
2008-01-29 | improve support for internal pages | Joey Hess | |
This makes it a lot quicker to deal with lots of recentchanges pages appearing and disappearing. It avoids needing to clutter up pagespecs with exclusions for those pages, by making normal pagespecs not match them. | |||
2008-01-27 | Add new preprocessor directive syntax¸ using a '!' prefix. | Josh Triplett | |
Add a prefix_directives option to the setup file to turn this syntax on; currently defaults to false, for backward compatibility. Support optional '!' prefix even with prefix_directives off, and use that in the underlay to support either setting of prefix_directives. Add NEWS entry with migration information. | |||
2008-01-05 | web commit by tschwinge: Answer. | Joey Hess | |
2008-01-05 | response | Joey Hess | |
2008-01-04 | web commit by tschwinge: Suggest syntax for creating anchors via a ↵ | Joey Hess | |
to-be-written plugin. | |||
2007-12-12 | move to todo item, response | Joey Hess | |
2007-12-08 | MAJOR basewiki reorg | Joey Hess | |
Including redir pages for the moved basewiki pages. These will be removed in a future release. |