aboutsummaryrefslogtreecommitdiff
path: root/Bundle/IkiWiki.pm
Commit message (Collapse)AuthorAge
* 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
|
* 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.
* 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
* update deps and bundlesJoey Hess2009-02-12
|
* typoJoey Hess2008-06-12
|
* 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.