aboutsummaryrefslogtreecommitdiff
path: root/ikiwiki.setup
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-11-06 10:59:50 -0200
committerSilvio Rhatto <rhatto@riseup.net>2015-11-06 10:59:50 -0200
commit506b62a99e35c69354e8bc977780e41117f1e6ca (patch)
tree6c0964811d5972c2dcb15d252d689c999ae70f5a /ikiwiki.setup
parent4e6da46af5e647edbeb4a0afd6a5f5fb070476a7 (diff)
downloaddebian-506b62a99e35c69354e8bc977780e41117f1e6ca.tar.gz
debian-506b62a99e35c69354e8bc977780e41117f1e6ca.tar.bz2
Static website config
Diffstat (limited to 'ikiwiki.setup')
-rw-r--r--ikiwiki.setup14
1 files changed, 7 insertions, 7 deletions
diff --git a/ikiwiki.setup b/ikiwiki.setup
index a478960..210577d 100644
--- a/ikiwiki.setup
+++ b/ikiwiki.setup
@@ -8,28 +8,28 @@
use IkiWiki::Setup::Standard {
wikiname => "Debian Packages",
admindebian => ["debian", ],
- adminemail => 'debian@sarava.org',
+ adminemail => 'debian@fluxo.info',
# Be sure to customise these..
srcdir => ".",
destdir => "www",
- url => "https://debian.sarava.org",
- cgiurl => "https://debian.sarava.org/ikiwiki.cgi",
+ url => "https://debian.fluxo.info",
+ cgiurl => "https://debian.fluxo.info/ikiwiki.cgi",
#templatedir => "/usr/share/ikiwiki/templates",
#underlaydir => "/usr/share/ikiwiki/basewiki",
# Subversion stuff.
#rcs => "svn",
- #historyurl => "http://svn.sarava.org/trunk/[[file]]",
- #diffurl => "http://svn.sarava.org/trunk/[[file]]?root=wiki&amp;r1=[[r1]]&amp;r2=[[r2]]",
+ #historyurl => "http://svn.fluxo.info/trunk/[[file]]",
+ #diffurl => "http://svn.fluxo.info/trunk/[[file]]?root=wiki&amp;r1=[[r1]]&amp;r2=[[r2]]",
#svnrepo => "/svn/wiki",
#svnpath => "trunk",
# Git stuff.
rcs => "git",
- historyurl => "https://git.sarava.org/?p=debian.git;a=history;f=[[file]]",
- diffurl => "https://git.sarava.org/?p=debian.git;a=blobdiff;h=[[sha1_to]];hp=[[sha1_from]];hb=[[sha1_parent]];f=[[file]]",
+ historyurl => "https://git.fluxo.info/?p=debian.git;a=history;f=[[file]]",
+ diffurl => "https://git.fluxo.info/?p=debian.git;a=blobdiff;h=[[sha1_to]];hp=[[sha1_from]];hb=[[sha1_parent]];f=[[file]]",
#gitorigin_branch => "origin",
#gitmaster_branch => "master",
# See https://ikiwiki.info/tips/laptop_wiki_with_git/