use IkiWiki::Setup::Standard {
wikiname => "Bootless: anti-tampering bootloader",
adminuser => ["bootless", ],
- adminemail => 'bootless@sarava.org',
+ adminemail => 'bootless@fluxo.info',
# Be sure to customise these..
srcdir => ".",
destdir => "www",
- url => "https://bootless.sarava.org",
- cgiurl => "https://bootless.sarava.org/ikiwiki.cgi",
+ url => "https://bootless.fluxo.info",
+ cgiurl => "https://bootless.fluxo.info/ikiwiki.cgi",
#templatedir => "/usr/share/ikiwiki/templates",
#underlaydir => "/usr/share/ikiwiki/basewiki",
# Git stuff.
rcs => "git",
- historyurl => "https://git.sarava.org/?p=bootless.git;a=history;f=[[file]]",
- diffurl => "https://git.sarava.org/?p=bootless.git;a=blobdiff;h=[[sha1_to]];hp=[[sha1_from]];hb=[[sha1_parent]];f=[[file]]",
+ historyurl => "https://git.fluxo.info/bootless/log/[[file]]",
+ diffurl => 'https://git.fluxo.info/bootless/commit/[[file]]?id=[[sha1_commit]]',
#gitorigin_branch => "origin",
#gitmaster_branch => "master",
# See https://ikiwiki.info/tips/laptop_wiki_with_git/