summaryrefslogtreecommitdiff
path: root/doc/install.mdwn
AgeCommit message (Collapse)Author
2008-05-29documentation for use of hashed passwordsJoey Hess
Everything but the actual coding to support them.
2008-05-05fix PERL5LIB in examplesJoey Hess
Using `pwd` makes some modules that call cpan recursively succeed to install
2008-05-05updateJoey Hess
2008-05-05add sections, expand, reorgJoey Hess
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.
2008-03-19Time::Duration is no longer used, remove from docs and recommends.Joey Hess
2008-02-13* Depend on HTML::Scrubber, since the scrubber is enabled by default andJoey Hess
dies if its can't be loaded.
2007-12-16* Re-organise dependencies and recommends now that recommends are installedJoey Hess
by default.
2007-09-10integrate new text a bit betterjoey
2007-09-10web commit by http://per.bothner.myopenid.com/: Note how to install perl ↵joey
module dependencies on Fedora 7.
2007-08-21reorg all the pages about rcs backends. Fix all linksjoey
2007-04-30versioned dep updatesjoey
2007-02-18no, DateTime is only used by the discordian plugin.. TimeDate is used byjoey
many parts of ikiwiki
2007-02-18web commit by http://id.inelegant.org/: s/TimeDate/DateTime/joey
2007-01-16* Gettext 1.04 or up is needed for the OO interface that ikiwiki needs,joey
if an older version is installed, just don't gettext strings, instead of crashing.
2006-12-29* Initial work on internationalization of the program code. po/ikiwiki.potjoey
is available for translation. * Export gettext() from IkiWiki module.
2006-12-19responsesjoey
2006-12-19web commit by http://chrisisbd.myopenid.com/: Changed Text::MarkDown to ↵joey
Text::Markdown
2006-12-02* The hack used to make the pagetemplate hook have access to the editpagejoey
template won't work with CGI::FormBuilder 3.0401, so disable it for now. * CGI::FormBuilder 3.0401 seems to work ok now with ikiwiki, although there might still be bugs lurking..
2006-11-20shortcut stuffjoey
2006-11-20improve markdown docsjoey
2006-11-01* Patch from James Westby to support podcasting, photoblogging, vidcasting,joey
or what have you, by creating enclosures for non-page items that are included in feeds.
2006-10-27revert spammerjoey
2006-10-27web commit by shoesorderjoey
2006-10-27* Add missing dependency on the URI perl module.joey
2006-09-18updatejoey
2006-09-04* Add support for tla, contributed by Clint Adama. Closes: #385936joey
2006-08-27more PREFIX funjoey
2006-08-27web commit by JamesWestby: Correct name of Mail::Sendmail modulewww-data
2006-08-23improvejoey
2006-08-23web commit by EdAviswww-data
2006-08-12note about perl versionjoey
2006-08-10suggest running make test as part of installjoey
2006-08-10* Improve markdown loading. First, try to load it as a properl perl module,joey
in case it was installed as one. Then fall back to trying /usr/bin/markdown. * Document in install page how to install markdown, since it has no installation procedure in the upstream tarball.
2006-08-02* Renamed GlobLists to PageSpecs.joey
* PageSpecs can now include nested parens, "and", and "or". This remains backwards compatible to the old GlobList format. It's implemented by treating the GlobList as a very limited microlanguage that is transformed to perl code that does the matching. * The old GlobList format is deprecated, and I encourage users to switch to using the new PageSpec format. Compatability with the old format will be removed at some point, possibly by 2.0. * Wiki rebuild needed on upgrade to this version due to PageSpec change. * Add support for creation_month and creation_year to PageSpec. Closes: #380680 * Changes to index file encoding.
2006-07-30* ikiwiki can now download and aggregate feeds with its new aggregatejoey
plugin, so it's possible to implement a Planet using ikiwiki! * --setup --refresh no longer rebuilds wrappers. Use --setup --refresh --wrappers to do that. * Add %IkiWiki::forcerebuild to provide a way for plugins like aggregate to update pages that haven't changed on disk.
2006-07-07* Add wikitext markup plugin, which supports ".wiki" pages written in thejoey
original wiki syntax, CamelCase links and all.
2006-07-02* Parse svn log as xml for improved utf8 and security. Note that this makesjoey
ikiwiki depend on XML::Simple. Patch by Faidon Liambotis.
2006-06-27* Support pinging services such as Technorati using XML-RPC to notify themjoey
about changes to rss feeds.
2006-04-29web commit by joeywww-data
2006-04-29web commit by joeywww-data