summaryrefslogtreecommitdiff
path: root/doc/plugins
AgeCommit message (Collapse)Author
2008-06-24new txt plugin, was previously contrib/plaintextJoey Hess
2008-06-24web commit by http://gmcmanus.myopenid.com/: plaintext module: copyright and ↵Joey Hess
license
2008-06-24responseJoey Hess
2008-06-24web commit by http://gmcmanus.myopenid.com/: new plaintext pluginJoey Hess
2008-06-21`template` option for aggregate.pm.Bernd Zeimetz
Allows to specify the template file which is used to create the html pages.
2008-06-20remove some stuff that doesn't really need to be noted in the wiki now thatJoey Hess
the plugin is in mainline
2008-06-19creole: New plugin from Bernd Zeimetz. Closes: #486930Joey Hess
2008-06-18web commit by ptman: It seems the exclamation mark is now needed, can ↵Joey Hess
someone confirm this?
2008-06-15Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2008-06-15meta: Store "description" in pagestate for use by other plugins.Joey Hess
map: Support show=description.
2008-06-15web commit by XTaran: Changed case of repo link since hgweb seems to be ↵Joey Hess
pickier about it than before, thanks to Marillion for reporting the dead link.
2008-06-15remove TODO, moved to codeJoey Hess
2008-06-15finish including hnb pluginJoey Hess
2008-06-15map: Add a "show" parameter. "show=title" can be used to display page ↵Joey Hess
titles, rather than the default page name. Based on a patch from Jaldhar H. Vyas, Closes: #484510
2008-06-15web commit by tschwinge: Indeed this issue is ``fixed'' now ;-) and the new ↵Joey Hess
searching subsystem is confirmed to function.
2008-06-12link to patchJoey Hess
2008-06-12web commit by AndrewGreenberg: We'd also like to see a 'usetitles' option ↵Joey Hess
for the map plugin.
2008-06-12responseJoey Hess
2008-06-11web commit by http://harningt.eharning.us/: Question about mirroring w/ ↵Joey Hess
pinger/pingee
2008-06-07img: Support captions.Joey Hess
2008-06-04finishing touches on the new search pluginJoey Hess
- Add a Help link. - If the pageterm is too long, hash it.
2008-06-04some plugins that need SHA1Joey Hess
2008-06-04Pass a destpage parameter to the sanitize hook.Joey Hess
Because the search plugin needed it, also because it's one of the few plugins that didn't already have it. I also considered adding it to htmlize, but I really cannot imagine caring what the destpage is when htmlizing. (I'll probably be poven wrong later.)
2008-06-04more search improvementsJoey Hess
2008-06-03search: Converted to use xapian-omega.Joey Hess
Everything is done except for the actual indexing. I plan to do incremental indexing as pages change.
2008-06-01document that pagestate values can be anything Storable handlesJoey Hess
This only started being true by accident when the index was changed to use Storable, but it's a nice feature.
2008-05-30haiku: Generate valid xhtml.Joey Hess
2008-05-30fix linkJoey Hess
2008-05-30Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2008-05-30web commit by http://kaizer.se/: The output of this plugin does not validate ↵Joey Hess
as XHTML: [validator.w3.org][w3] --ulrik
2008-05-29documentation for use of hashed passwordsJoey Hess
Everything but the actual coding to support them.
2008-05-26web commit by XTaran: Mercurial repositoryJoey Hess
2008-05-26web commit by XTaran: Everything necessary fixed with 0.02Joey Hess
2008-05-16responseJoey Hess
2008-05-16web commit by http://harningt.eharning.us/Joey Hess
2008-05-15exclude templates/*, which are listed in templatesJoey Hess
2008-05-13web commit by buo: TypoJoey Hess
2008-05-13Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2008-05-13mdwn: Add a multimarkdown setup file option.Joey Hess
2008-05-13web commit by https://noone.org/openid//: Added note about license (GPL)Joey Hess
2008-05-08add --delete-bucket optionJoey Hess
2008-05-08amazon s3 index file improvementsJoey Hess
Turns out duplicate index files do not need to be stored when usedirs is in use, just when it's not. Ikiwiki is quite consistent about using page/ when usedirs is in use. (The only exception is the search plugin, which needs fixing.) This also includes significant code cleanup, removal of a incorrect special case for empty files, and addition of a workaround for a bug in the amazon perl module.
2008-05-07amazon s3 support implemented and kinda workingJoey Hess
pruning not yet implemented, however
2008-05-07whitespaceJoey Hess
2008-05-07documentation for amazon_s3 pluginJoey Hess
Now to write it. :-)
2008-05-06pinger/pingee now tested and workingJoey Hess
2008-05-05aggregate: Add support for web-based triggering of aggregation for people ↵Joey Hess
stuck on shared hosting without cron. (Sheesh.) Enabled via the `aggregate_webtrigger` configuration optiom.
2008-05-03linkifyJoey Hess
2008-05-03web commit by RichMorinJoey Hess
2008-05-03web commit by RichMorinJoey Hess