summaryrefslogtreecommitdiff
path: root/Bundle
AgeCommit message (Collapse)Author
2011-03-30update for libravatar supportJoey Hess
* 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.
2011-03-24Yaml formatted setup files are now produced by defaultJoey Hess
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.
2010-07-31Use Digest::SHA built into perl rather than external Digest::SHA1 to ↵Joey Hess
simplify dependencies. Closes: #591040
2010-04-30Version dependency on liburi-perl to >= 1.36; previous versions did not ↵Joey Hess
support building urls from utf-8 strings. Closes: #579713
2010-03-24add YAML suggestsJoey Hess
2009-04-06remove dupJoey Hess
2009-03-19add Sort::Naturally to suggests and use cpan linkJoey Hess
2009-02-12update deps and bundlesJoey Hess
2008-06-12typoJoey Hess
2008-06-04some plugins that need SHA1Joey Hess
2008-06-03reorderJoey 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-05-29documentation for use of hashed passwordsJoey Hess
Everything but the actual coding to support them.
2008-05-07amazon s3 support implemented and kinda workingJoey Hess
pruning not yet implemented, however
2008-05-05enhancesments for shared hostingJoey Hess
* 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.