Questions tagged [ikiwiki]

Ikiwiki is a free, open source wiki compiler. It converts wiki pages into HTML pages suitable for publishing on a website. It was designed by Joey Hess. It is licensed under the terms of the GNU General Public License, version 2 or later.

Ikiwiki is written in Perl, although external plugins can be implemented in any language. Ikiwiki stores pages and history in a revision control system such as Subversion or Git. Ikiwiki also supports generating news feeds (RSS and Atom) and blogging. Ikiwiki provides a plugin system which allows many other features to be added.

6 questions
5
votes
1 answer

Split an ikiwiki

I am trying to split an ikiwiki into two wikis. Suppose I have an ikiwiki called myiki (compare this question from ikiwiki.info), which contains the pages pageA1,pageA2,...,pageB1,pageB2,... now I want to have two wikis called myikiA and myikiB,…
student
  • 1,636
  • 3
  • 29
  • 53
2
votes
1 answer

Add mathjax support to a (local) ikiwiki

Is there a way to add mathjax support to ikiwiki? If so, how to proceed step by step (in linux) to get this?
student
  • 1,636
  • 3
  • 29
  • 53
2
votes
1 answer

Filehandles and XML::Simple -> Memory corruption. Can't isolate problem

In a small test file, I can run #!/usr/bin/perl use warnings; use strict; use open qw{:utf8 :std}; use XML::Simple; my @cmdline = ("hg", "log", "-v", "--style", "xml"); open my $xml, "@cmdline |"; my $xmllog = XMLin($xml, ForceArray =>…
Daniel Andersson
  • 1,614
  • 1
  • 14
  • 23
1
vote
2 answers

Adding font links to ikiwiki template

I want to add the following to all the headers of all the HTML pages in my ikiwiki.
Sardathrion - against SE abuse
  • 17,269
  • 27
  • 101
  • 156
1
vote
1 answer

ikiwiki on lighttpd

I am trying to install ikiwiki on a raspberry pi, which runs lighttpd. I can create the wiki in my user's home but once I try to see it on the webserver (at the address+"~/username/wikiname"), it returns 404. Linking the wiki directory to /var/www…
mgm
  • 254
  • 1
  • 10
0
votes
1 answer

Perl error related to Encode.pm

I have the following software: Ubuntu Linux 14.04 LTS $ uname -a Linux XXX 3.13.0-45-generic #74-Ubuntu SMP Tue Jan 13 19:36:28 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux Perl 5.18: $ perl -version This is perl 5, version 18, subversion 2 (v5.18.2)…
qazwsx
  • 25,536
  • 30
  • 72
  • 106