Go to file
http://kerravonsen.dreamwidth.org/ d96d185f24 why do I always forget something? 2012-01-28 19:19:15 -04:00
Bundle switch bundle to discount, and mention it in install 2012-01-01 17:40:50 -04:00
IkiWiki recentchangesdiff: truncate extremely large diffs 2012-01-23 18:39:53 -04:00
cpan
debian mdwn: Added nodiscount setting, which can be used to avoid using the markdown discount engine, when maximum compatability is needed. 2012-01-16 13:42:30 -04:00
doc why do I always forget something? 2012-01-28 19:19:15 -04:00
plugins rst: import docutils lazily, to avoid errors during ikiwiki --setup 2011-10-22 19:46:02 +01:00
po releasing version 3.20120115 2012-01-15 16:44:58 -04:00
t fix test suite to work with discount 2012-01-01 17:28:31 -04:00
templates track escaping change in upstream template 2011-09-27 11:05:34 -04:00
themes
underlays jquery source cleanup 2011-08-24 16:25:03 -04:00
.gitattributes
.gitignore Add test coverage analysis (make coverage) 2011-11-09 22:49:36 +00:00
.perlcriticrc
CHANGELOG
IkiWiki.pm backlink(.) should behave like backlink(<current page>) 2012-01-13 13:42:38 -04:00
Makefile.PL Add test coverage analysis (make coverage) 2011-11-09 22:49:36 +00:00
NEWS
README
auto-blog.setup
auto.setup
docwiki.setup
gitremotes
ikiwiki-calendar.in
ikiwiki-makerepo remove /recentchanges from .gitignore 2011-12-24 19:43:16 -04:00
ikiwiki-mass-rebuild don't exit sub via next 2011-08-21 17:36:29 -04:00
ikiwiki-transition.in
ikiwiki-update-wikilist
ikiwiki-w3m.cgi
ikiwiki.in call checkconfig in --dumpsetup 2011-08-05 17:10:20 -04:00
ikiwiki.spec releasing version 3.20120115 2012-01-15 16:27:32 -04:00
mdwn2man
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.PL:

  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)

  MAKE, FIND, and SED can be used to specify where you have the GNU
  versions of those tools installed, if the normal make, find, and sed
  are not GNU.

  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.