aboutsummaryrefslogtreecommitdiff
path: root/Bundle
Commit message (Collapse)AuthorAge
* add XML::Writer suggestion for osm pluginJoey Hess2012-03-03
|
* Switch to YAML::XS to work around insanity in YAML::Mo. Closes: #657533Joey Hess2012-01-28
| | | | | | | | | https://rt.cpan.org/Ticket/Display.html?id=74487 Gave up trying to support multiple YAML backends. The XS one requires ugly manual encoding to get unicode right, and doesn't allow dumping yaml fragments w/o the yaml header, but at least it doesn't randomly crash on import like YAML::Mo has started to.
* switch bundle to discount, and mention it in installJoey Hess2012-01-01
|
* Promote RPC::XML to a Recommends, since it's used by auto-blog.setup. ↵Joey Hess2011-09-05
| | | | Closes: #637603
* add JSON depJoey Hess2011-06-16
|
* aggregate, pinger: Use Net::INET6Glue if available to support making ipv6 ↵Joey Hess2011-05-09
| | | | | | | connections. 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.
* update for libravatar supportJoey Hess2011-03-30
| | | | | | * 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.
* Yaml formatted setup files are now produced by defaultJoey Hess2011-03-24
| | | | | | | 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.
* Use Digest::SHA built into perl rather than external Digest::SHA1 to ↵Joey Hess2010-07-31
| | | | simplify dependencies. Closes: #591040
* Version dependency on liburi-perl to >= 1.36; previous versions did not ↵Joey Hess2010-04-30
| | | | support building urls from utf-8 strings. Closes: #579713
* 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
|
* typoJoey Hess2008-06-12
|
* some plugins that need SHA1Joey Hess2008-06-04
|
* reorderJoey Hess2008-06-03
|
* search: Converted to use xapian-omega.Joey Hess2008-06-03
| | | | | Everything is done except for the actual indexing. I plan to do incremental indexing as pages change.
* documentation for use of hashed passwordsJoey Hess2008-05-29
| | | | Everything but the actual coding to support them.
* amazon s3 support implemented and kinda workingJoey Hess2008-05-07
| | | | pruning not yet implemented, however
* enhancesments for shared hostingJoey Hess2008-05-05
* 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.