Go to file
Joey Hess caf7bcdda3 update for new rcs_commit_staged API
In the process, lost the commits from special usernames
when committing changed po files. Instead of trying to dummy up a session
object for the special username, I just don't pass one, and the commit will
appear to be from whatever user ikiwiki runs as.
2010-06-23 16:56:50 -04:00
Bundle
IkiWiki update for new rcs_commit_staged API 2010-06-23 16:56:50 -04:00
cpan
debian API: rcs_commit and rcs_commit_staged are passed a new parameter 2010-06-23 16:05:49 -04:00
doc API: rcs_commit and rcs_commit_staged are passed a new parameter 2010-06-23 16:05:49 -04:00
plugins
po
t pretty openid login 2010-05-07 20:14:25 -04:00
templates fix labels for form elements 2010-06-15 13:33:43 -04:00
themes less tight positioning 2010-06-18 18:19:12 -04:00
underlays add theme plugin 2010-06-16 15:43:42 -04:00
.gitignore
.perlcriticrc
CHANGELOG
IkiWiki.pm
Makefile.PL preserve timestamps for directive and theme underlays 2010-06-16 15:48:50 -04:00
NEWS
README
auto-blog.setup calendar: Tune archive_pagespec to only match pages, not other files. 2010-06-15 13:38:19 -04:00
auto.setup
docwiki.setup
gitremotes
ikiwiki-calendar.in
ikiwiki-makerepo
ikiwiki-mass-rebuild
ikiwiki-transition.in
ikiwiki-update-wikilist
ikiwiki-w3m.cgi
ikiwiki.in
ikiwiki.spec releasing version 3.20100623 2010-06-23 14:23:09 -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)

  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.