public
Fork of joeyh/ikiwiki
Description: a wiki compiler
Homepage: http://ikiwiki.info/
Clone URL: git://github.com/gmcmanus/ikiwiki.git
name age message
file .gitignore Sat Jan 26 22:25:43 -0800 2008 .gitignore: Ignore build-stamp [Josh Triplett]
file .perlcriticrc Wed Aug 15 01:08:32 -0700 2007 * Various minor fixes and stylistic improvement... [joey]
directory Bundle/ Thu Jun 12 11:54:28 -0700 2008 typo [Joey Hess]
file CHANGELOG Sat Sep 09 15:50:27 -0700 2006 * Work on firming up the plugin interface: [joey]
file IkiWiki.pm Mon Jul 28 04:57:11 -0700 2008 Merge branch 'pandoc' [Gabriel McManus]
directory IkiWiki/ Mon Jul 28 04:57:27 -0700 2008 Merge branch 'search' [Gabriel McManus]
file Makefile.PL Mon Jun 02 09:14:09 -0700 2008 use PERL [Joey Hess]
file NEWS Sat Sep 09 15:50:27 -0700 2006 * Work on firming up the plugin interface: [joey]
file README Sun Jul 20 19:32:43 -0700 2008 hype INSTALL_BASE more [Joey Hess]
directory cpan/ Mon May 05 11:51:26 -0700 2008 enhancesments for shared hosting [Joey Hess]
directory debian/ Sun Jul 27 08:32:05 -0700 2008 releasing version 2.55 [Joey Hess]
directory doc/ Mon Jul 28 00:17:32 -0700 2008 * Edition [http://ptecza.myopenid.com/]
file docwiki.setup Mon Jul 21 08:41:32 -0700 2008 prefix_directives enabled in doc wiki, all prep... [Joey Hess]
file ikiwiki-makerepo Sat May 10 09:43:38 -0700 2008 Also seed gitignore with recentchanges [martin f. krafft]
file ikiwiki-mass-rebuild Fri Jun 13 10:05:44 -0700 2008 fix two build bugs [Joey Hess]
file ikiwiki-transition Mon Jul 14 19:24:05 -0700 2008 Fix aggregateinternal migration so it skips exp... [Simon McVittie]
file ikiwiki-update-wikilist Wed Sep 05 17:32:11 -0700 2007 commit. [joey]
file ikiwiki-w3m.cgi Fri Jul 07 14:00:48 -0700 2006 * Support a w3mmode, which lets w3m run ikiwiki... [joey]
file ikiwiki.in Sat Jul 12 20:45:21 -0700 2008 revert eval change [Joey Hess]
file mdwn2man Fri May 30 15:01:16 -0700 2008 improved period escape [Joey Hess]
directory plugins/ Fri Mar 21 16:17:00 -0700 2008 scan hook works, remove NotImplemented exception [martin f. krafft]
file pm_filter Tue May 13 23:42:01 -0700 2008 If PERL5LIB is set to the libdir when building ... [Joey Hess]
directory po/ Fri Jul 25 13:16:44 -0700 2008 fix feed urls [Joey Hess]
directory t/ Fri Jul 25 16:41:01 -0700 2008 add test data [Joey Hess]
directory templates/ Thu Jul 24 03:04:34 -0700 2008 Merge branch 'bugs' [Gabriel McManus]
directory underlays/ Wed Jul 02 15:20:54 -0700 2008 add to basewiki [Joey Hess]
file wikilist Mon Apr 09 16:54:32 -0700 2007 Fix typo. [joshtriplett]
README
Use ./Makefile.PL to generate a Makefile, "make" will build the
documentation wiki and a man page, and "make install" will install ikiwiki.

A few special variables you can set while using the Makefile:

PROFILE=1 turns on profiling for the build of the doc wiki. Uses Devel::Profile

NOTAINT=0 turns on the taint flag in the ikiwiki program. (Not recommended
unless your perl is less buggy than mine -- see
http://bugs.debian.org/411786)

There are also other variables supported by MakeMaker, including PREFIX,
INSTALL_BASE, and DESTDIR. See ExtUtils::MakeMaker(3).

In particular, INSTALL_BASE is very useful if you want to install ikiwiki
to some other location, as it configures it to see the perl libraries
there. See `doc/tips/nearlyfreespeech.mdwn` for an example of using this to
install ikiwiki and its dependencies in a home directory.

All other documentation is in the ikiwiki documentation wiki, which is also
available online at <http://ikiwiki.info/>