]> gitweb.fluxo.info Git - bootless.git/commitdiff
Updates URLs
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 2 Jul 2016 18:31:06 +0000 (15:31 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 2 Jul 2016 18:31:06 +0000 (15:31 -0300)
ikiwiki.setup

index 5075682bef06ad37baa735ac602e5f7acef68358..27568928b84e6332b3a6b6c782dd3bd139ad2318 100644 (file)
@@ -8,14 +8,14 @@
 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",
 
@@ -28,8 +28,8 @@ use IkiWiki::Setup::Standard {
 
   # 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/