aboutsummaryrefslogtreecommitdiff
path: root/ikiwiki.setup
diff options
context:
space:
mode:
authorCache do Fluxo <cache@fluxo.info>2015-10-02 14:26:37 -0300
committerCache do Fluxo <cache@fluxo.info>2015-10-02 14:26:37 -0300
commit27ad21e1a5be077ad3940fc10e2543c079243b0b (patch)
tree935aa37e33ea98c3ac342ccaf84dc3429863e5a9 /ikiwiki.setup
parentbce3b50d595b328cd6850eaee4ed07bfd63088e4 (diff)
downloadcache-27ad21e1a5be077ad3940fc10e2543c079243b0b.tar.gz
cache-27ad21e1a5be077ad3940fc10e2543c079243b0b.tar.bz2
New location
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 7a6700a..d859b4f 100644
--- a/ikiwiki.setup
+++ b/ikiwiki.setup
@@ -8,28 +8,28 @@
use IkiWiki::Setup::Standard {
wikiname => "Cache Saravento",
adminuser => ["cache", ],
- adminemail => 'cache@sarava.org',
+ adminemail => 'cache@fluxo.info',
# Be sure to customise these..
srcdir => ".",
destdir => ".",
- url => "https://user.sarava.org",
- cgiurl => "https://user.sarava.org/ikiwiki.cgi",
+ url => "https://user.fluxo.info",
+ cgiurl => "https://user.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=cache.git;a=history;f=[[file]]",
- diffurl => "https://git.sarava.org/?p=cache.git;a=blobdiff;h=[[sha1_to]];hp=[[sha1_from]];hb=[[sha1_parent]];f=[[file]]",
+ historyurl => "https://git.fluxo.info/?p=cache.git;a=history;f=[[file]]",
+ diffurl => "https://git.fluxo.info/?p=cache.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/