aboutsummaryrefslogtreecommitdiff
path: root/Bundle/IkiWiki
Commit message (Expand)AuthorAge
* aggregate, pinger: Use Net::INET6Glue if available to support making ipv6 con...•••Making outgoing ipv6 connections for openid auth is still broken; the glue module does not seem to solve that, so I did not make openid use it. Joey Hess2011-05-09
* update for libravatar support•••* comments: Add avatar picture of comment author, using Libravatar::URL when available. The avatar is looked up based on (Thanks, Francois Marier) * Recommend libgravatar-url-perl, which contains Libravatar::URL. Joey Hess2011-03-30
* Yaml formatted setup files are now produced by default•••This has been a while coming. It turns out that non-excutable setup files have a number of benefits. Also, I find YAML setup files easier to edit myself, and I suspect many users will prefer not needing to deal with perl syntax. Joey Hess2011-03-24
* Use Digest::SHA built into perl rather than external Digest::SHA1 to simplify...Joey Hess2010-07-31
* add YAML suggestsJoey Hess2010-03-24
* remove dupJoey Hess2009-04-06
* add Sort::Naturally to suggests and use cpan linkJoey Hess2009-03-19
* update deps and bundlesJoey Hess2009-02-12
* some plugins that need SHA1Joey Hess2008-06-04
* reorderJoey Hess2008-06-03
* search: Converted to use xapian-omega.•••Everything is done except for the actual indexing. I plan to do incremental indexing as pages change. Joey Hess2008-06-03
* documentation for use of hashed passwords•••Everything but the actual coding to support them. Joey Hess2008-05-29
* amazon s3 support implemented and kinda working•••pruning not yet implemented, however Joey Hess2008-05-07
* enhancesments for shared hosting•••* Add a Bundle::Ikiwiki to the source for use with CPAN to install *all* the modules ikiwiki can use. * Add a cpan directory containing a CPAN::MyConfig that can ease use of CPAN to install in a home directory on shared hosting providers. * With these changes, it's pretty easy to install onto nearlyfreespeech.net and probably other shared hosting providers like dreamhost. Added a tip page documentng the process for nearlyfreespeech. Joey Hess2008-05-05