Go to file
Joey Hess 271449062a use YAML::Any to allow faster versions to be used if available 2010-03-24 14:30:38 -04:00
Bundle
IkiWiki use YAML::Any to allow faster versions to be used if available 2010-03-24 14:30:38 -04:00
cpan
debian reset setuptype first, actually 2010-03-21 14:59:21 -04:00
doc thoughts 2010-03-24 17:26:46 +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
docwiki.setup remove forum from docwiki 2009-12-10 22:18:29 -05:00
gitremotes
ikiwiki-calendar
ikiwiki-makerepo
ikiwiki-mass-rebuild
ikiwiki-transition
ikiwiki-update-wikilist
ikiwiki-w3m.cgi
ikiwiki.in Add a include setting, which can be used to make ikiwiki process wiki source files, such as .htaccess, that would normally be skipped for security or other reasons. Closes: #447267 (Thanks to Aaron Wilson for the original patch.) 2010-03-14 14:58:13 -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.