| Commit message (Expand) | Author | Age |
* | remove ubuntu instructions, which don't belong here•••1. apt-get is not yum
2. installing ikiwiki by hand is not the correct thing to do on ubuntu,
so this page should not mention ubuntu
Also remove instructions for installing deps via yum, now that there is a
ikiwiki package in fedora.
| Joey Hess | 2008-12-07 |
* | Add command line to install perl modules in ubuntu 8.10 | buo | 2008-12-05 |
* | Migrate everything else via prefix_directives•••This is a partial commit of:
egrep -rl '\[\[[a-z]+ ' doc | xargs --max-args 1 ./ikiwiki-transition
prefix_directives
| Simon McVittie | 2008-07-21 |
* | caps | Joey Hess | 2008-07-12 |
* | move all package indo to download page•••The package info was getting split between download and install.
Leave install for manual instructions.
| Joey Hess | 2008-07-12 |
* | fix link | Joey Hess | 2008-07-12 |
* | add maxports info | Joey Hess | 2008-07-11 |
* | documentation for use of hashed passwords•••Everything but the actual coding to support them.
| Joey Hess | 2008-05-29 |
* | fix PERL5LIB in examples•••Using `pwd` makes some modules that call cpan recursively succeed to
install
| Joey Hess | 2008-05-05 |
* | update | Joey Hess | 2008-05-05 |
* | add sections, expand, reorg | Joey Hess | 2008-05-05 |
* | 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 Hess | 2008-05-05 |
* | Time::Duration is no longer used, remove from docs and recommends. | Joey Hess | 2008-03-19 |
* | * Depend on HTML::Scrubber, since the scrubber is enabled by default and••• dies if its can't be loaded.
| Joey Hess | 2008-02-13 |
* | * Re-organise dependencies and recommends now that recommends are installed••• by default.
| Joey Hess | 2007-12-16 |
* | integrate new text a bit better | joey | 2007-09-10 |
* | web commit by http://per.bothner.myopenid.com/: Note how to install perl modu... | joey | 2007-09-10 |
* | reorg all the pages about rcs backends. Fix all links | joey | 2007-08-21 |
* | versioned dep updates | joey | 2007-04-30 |
* | no, DateTime is only used by the discordian plugin.. TimeDate is used by•••many parts of ikiwiki
| joey | 2007-02-18 |
* | web commit by http://id.inelegant.org/: s/TimeDate/DateTime/ | joey | 2007-02-18 |
* | * Gettext 1.04 or up is needed for the OO interface that ikiwiki needs,••• if an older version is installed, just don't gettext strings, instead of
crashing.
| joey | 2007-01-16 |
* | * Initial work on internationalization of the program code. po/ikiwiki.pot••• is available for translation.
* Export gettext() from IkiWiki module.
| joey | 2006-12-29 |
* | responses | joey | 2006-12-19 |
* | web commit by http://chrisisbd.myopenid.com/: Changed Text::MarkDown to Text:... | joey | 2006-12-19 |
* | * The hack used to make the pagetemplate hook have access to the editpage••• 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..
| joey | 2006-12-02 |
* | shortcut stuff | joey | 2006-11-20 |
* | improve markdown docs | joey | 2006-11-20 |
* | * Patch from James Westby to support podcasting, photoblogging, vidcasting,••• or what have you, by creating enclosures for non-page items that are
included in feeds.
| joey | 2006-11-01 |
* | revert spammer | joey | 2006-10-27 |
* | web commit by shoesorder | joey | 2006-10-27 |
* | * Add missing dependency on the URI perl module. | joey | 2006-10-27 |
* | update | joey | 2006-09-18 |
* | * Add support for tla, contributed by Clint Adama. Closes: #385936 | joey | 2006-09-04 |
* | more PREFIX fun | joey | 2006-08-27 |
* | web commit by JamesWestby: Correct name of Mail::Sendmail module | www-data | 2006-08-27 |
* | improve | joey | 2006-08-23 |
* | web commit by EdAvis | www-data | 2006-08-23 |
* | note about perl version | joey | 2006-08-12 |
* | suggest running make test as part of install | joey | 2006-08-10 |
* | * Improve markdown loading. First, try to load it as a properl perl module,••• 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.
| joey | 2006-08-10 |
* | * Renamed GlobLists to PageSpecs.•••* 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.
| joey | 2006-08-02 |
* | * ikiwiki can now download and aggregate feeds with its new aggregate••• 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.
| joey | 2006-07-30 |
* | * Add wikitext markup plugin, which supports ".wiki" pages written in the••• original wiki syntax, CamelCase links and all.
| joey | 2006-07-07 |
* | * Parse svn log as xml for improved utf8 and security. Note that this makes••• ikiwiki depend on XML::Simple. Patch by Faidon Liambotis.
| joey | 2006-07-02 |
* | * Support pinging services such as Technorati using XML-RPC to notify them••• about changes to rss feeds.
| joey | 2006-06-27 |
* | web commit by joey | www-data | 2006-04-29 |
* | web commit by joey | www-data | 2006-04-29 |