Go to file
Joey Hess b19fb349f5 Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info 2010-03-25 14:30:58 -04:00
Bundle add YAML suggests 2010-03-24 14:30:54 -04:00
IkiWiki remove a few leftover manual folding indicators 2010-03-25 14:23:16 -04:00
cpan
debian use perl YAML for dumping 2010-03-24 16:12:35 -04:00
doc response 2010-03-25 04:43:16 +00:00
plugins format plugin categorization 2010-02-12 01:10:36 -05:00
po fix missing close quote on all the Content-Transfer-Encoding in the German po files 2010-03-14 13:44:01 -04:00
t update 2010-03-14 15:22:45 -04:00
templates Add missing </span> to change.tmpl COMMITDATE, fixing well-formedness 2010-03-11 18:15:44 +00:00
underlays Improve javascript onload handling. 2009-12-12 15:47:47 -05:00
.gitignore
.perlcriticrc
CHANGELOG
IkiWiki.pm shorten setuptype 2010-03-19 15:55:10 -04:00
Makefile.PL Add new --clean option; this makes ikiwiki remove all built files in the destdir, as well as wrappers and the .ikiwiki directory. 2010-02-28 00:12:47 -05:00
NEWS
README
auto-blog.setup add opendiscussion to auto-blog.setup 2010-02-06 16:20:03 -05:00
auto.setup fix case 2009-10-21 13:55:44 -04:00
docwiki.setup remove forum from docwiki 2009-12-10 22:18:29 -05:00
gitremotes drop remote pulling; can be done using git remote update --prune 2009-12-07 14:44:50 -05:00
ikiwiki-calendar allow spans 2009-10-11 23:44:50 -04:00
ikiwiki-makerepo
ikiwiki-mass-rebuild
ikiwiki-transition
ikiwiki-update-wikilist
ikiwiki-w3m.cgi
ikiwiki.in work around silly warning 2010-03-24 16:40:37 -04:00
ikiwiki.spec releasing version 3.20100312 2010-03-12 15:14:28 -05:00
mdwn2man fix escaping of indented dot 2010-03-12 15:09:33 -05:00
pm_filter
wikilist

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.