joeyh / ikiwiki
- Source
- Commits
- Network (15)
- Issues (0)
- Downloads (145)
- Wiki (1)
- Graphs
-
Branch:
master
ikiwiki /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Sun Jul 26 12:03:36 -0700 2009 | |
| |
.perlcriticrc | Tue Aug 12 12:48:44 -0700 2008 | |
| |
Bundle/ | Mon Apr 06 10:34:31 -0700 2009 | |
| |
CHANGELOG | Sat Sep 09 15:50:27 -0700 2006 | |
| |
IkiWiki.pm | Mon Nov 30 14:34:29 -0800 2009 | |
| |
IkiWiki/ | Fri Dec 04 10:13:41 -0800 2009 | |
| |
Makefile.PL | Mon Nov 09 10:47:37 -0800 2009 | |
| |
NEWS | Sat Sep 09 15:50:27 -0700 2006 | |
| |
README | Thu Aug 13 18:05:07 -0700 2009 | |
| |
auto-blog.setup | Wed Oct 21 10:55:44 -0700 2009 | |
| |
auto.setup | Wed Oct 21 10:55:44 -0700 2009 | |
| |
cpan/ | Mon May 05 11:51:26 -0700 2008 | |
| |
debian/ | Tue Dec 08 16:03:43 -0800 2009 | |
| |
doc/ | Sat Dec 12 12:20:03 -0800 2009 | |
| |
docwiki.setup | Thu Dec 10 19:18:29 -0800 2009 | |
| |
gitremotes | Mon Dec 07 11:44:50 -0800 2009 | |
| |
ikiwiki-calendar | Sun Oct 11 20:44:50 -0700 2009 | |
| |
ikiwiki-makerepo | Thu Sep 10 13:22:58 -0700 2009 | |
| |
ikiwiki-mass-rebuild | Fri Jun 13 10:05:44 -0700 2008 | |
| |
ikiwiki-transition | Sun Oct 04 17:30:21 -0700 2009 | |
| |
ikiwiki-update-wikilist | Sun Jul 27 13:01:29 -0700 2008 | |
| |
ikiwiki-w3m.cgi | Fri Jul 07 14:00:48 -0700 2006 | |
| |
ikiwiki.in | Thu Sep 10 13:15:48 -0700 2009 | |
| |
ikiwiki.spec | Wed Dec 02 10:15:30 -0800 2009 | |
| |
mdwn2man | Fri May 30 15:01:16 -0700 2008 | |
| |
plugins/ | Tue Sep 29 10:35:30 -0700 2009 | |
| |
pm_filter | Fri May 22 10:46:07 -0700 2009 | |
| |
po/ | Sun Dec 06 12:09:59 -0800 2009 | |
| |
t/ | Mon Nov 30 15:05:47 -0800 2009 | |
| |
templates/ | Mon Nov 09 11:42:18 -0800 2009 | |
| |
underlays/ | Thu Oct 08 21:06:40 -0700 2009 | |
| |
wikilist | Mon Apr 09 16:54:32 -0700 2007 |
README
Use ./Makefile.PL to generate a Makefile, "make" will build the documentation wiki and a man page, and "make install" will install ikiwiki. All other documentation is in the ikiwiki documentation wiki, which is also available online at <http://ikiwiki.info/> 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::NYTProf) 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.

