aboutsummaryrefslogtreecommitdiff
path: root/ikiwiki.setup
diff options
context:
space:
mode:
Diffstat (limited to 'ikiwiki.setup')
-rw-r--r--ikiwiki.setup10
1 files changed, 5 insertions, 5 deletions
diff --git a/ikiwiki.setup b/ikiwiki.setup
index cbf3b4e..3fa8d2f 100644
--- a/ikiwiki.setup
+++ b/ikiwiki.setup
@@ -8,14 +8,14 @@
use IkiWiki::Setup::Standard {
wikiname => "Firma: encrypted mailing list manager",
adminuser => ["firma", ],
- adminemail => 'firma@sarava.org',
+ adminemail => 'firma@fluxo.info',
# Be sure to customise these..
srcdir => ".",
destdir => "www",
- url => "https://firma.sarava.org",
- cgiurl => "https://firma.sarava.org/ikiwiki.cgi",
+ url => "https://firma.fluxo.info",
+ cgiurl => "https://firma.fluxo.info/ikiwiki.cgi",
#templatedir => "/usr/share/ikiwiki/templates",
#underlaydir => "/usr/share/ikiwiki/basewiki",
@@ -28,8 +28,8 @@ use IkiWiki::Setup::Standard {
# Git stuff.
rcs => "git",
- historyurl => "https://git.sarava.org/?p=firma.git;a=history;f=[[file]]",
- diffurl => "https://git.sarava.org/?p=firma.git;a=blobdiff;h=[[sha1_to]];hp=[[sha1_from]];hb=[[sha1_parent]];f=[[file]]",
+ historyurl => "https://git.fluxo.info/firma/log/[[file]]",
+ diffurl => 'https://git.fluxo.info/firma/commit/[[file]]?id=[[sha1_commit]]',
#gitorigin_branch => "origin",
#gitmaster_branch => "master",
# See https://ikiwiki.info/tips/laptop_wiki_with_git/