• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

Bundle/H02-Feb-2020-818

IkiWiki/H02-Feb-2020-26,31020,546

cpan/H02-Feb-2020-5350

debian/H02-Feb-2020-6,5885,535

doc/H03-May-2022-114,96085,224

icons/H03-May-2022-

plugins/H03-May-2022-957586

po/H02-Feb-2020-47,40439,645

t/H02-Feb-2020-8,1576,333

templates/H02-Feb-2020-1,2021,083

themes/H02-Feb-2020-863745

underlays/H02-Feb-2020-2,0031,733

.gitattributesH A D02-Feb-202044 21

.gitignoreH A D02-Feb-2020546 3231

.perlcriticrcH A D02-Feb-20202.3 KiB6047

CHANGELOGH A D02-Feb-2020254.9 KiB5,3854,620

IkiWiki.pmH A D02-Feb-202074.4 KiB3,2502,673

Makefile.PLH A D03-May-20228.5 KiB235189

NEWSH A D02-Feb-202025.6 KiB621430

READMEH A D02-Feb-20201.1 KiB2819

auto-blog.setupH A D03-May-20222 KiB5538

auto.setupH A D03-May-20221.7 KiB4530

docwiki.setupH A D02-Feb-20201 KiB3829

gitremotesH A D02-Feb-2020803 2717

ikiwiki-calendar.inH A D02-Feb-20201.7 KiB6854

ikiwiki-comment.inH A D02-Feb-20203.1 KiB125101

ikiwiki-makerepoH A D02-Feb-20204.9 KiB182161

ikiwiki-mass-rebuildH A D02-Feb-20201.6 KiB9277

ikiwiki-transition.inH A D02-Feb-20208.3 KiB351293

ikiwiki-update-wikilistH A D02-Feb-20201.4 KiB6759

ikiwiki-w3m.cgiH A D02-Feb-2020381 1613

ikiwiki.inH A D02-Feb-20205.8 KiB231212

ikiwiki.specH A D02-Feb-20203.4 KiB13094

mdwn2manH A D02-Feb-2020608 4437

pm_filterH A D02-Feb-2020789 3427

wikilistH A D02-Feb-2020579 1311

README

1Use ./Makefile.PL to generate a Makefile, "make" will build the
2documentation wiki and a man page, and "make install" will install ikiwiki.
3
4All other documentation is in the ikiwiki documentation wiki, which is also
5available online at <http://ikiwiki.info/>
6
7
8A few special variables you can set while using the Makefile.PL:
9
10  PROFILE=1 turns on profiling for the build of the doc wiki.
11  (Uses Devel::NYTProf)
12
13  NOTAINT=0 turns on the taint flag in the ikiwiki program. (Not recommended
14  unless your perl is less buggy than mine -- see
15  http://bugs.debian.org/411786)
16
17  MAKE, FIND, and SED can be used to specify where you have the GNU
18  versions of those tools installed, if the normal make, find, and sed
19  are not GNU.
20
21  There are also other variables supported by MakeMaker, including PREFIX,
22  INSTALL_BASE, and DESTDIR. See ExtUtils::MakeMaker(3).
23
24  In particular, INSTALL_BASE is very useful if you want to install ikiwiki
25  to some other location, as it configures it to see the perl libraries
26  there. See `doc/tips/nearlyfreespeech.mdwn` for an example of using this to
27  install ikiwiki and its dependencies in a home directory.
28