diff options
Diffstat (limited to 'ikiwiki.setup')
-rw-r--r-- | ikiwiki.setup | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/ikiwiki.setup b/ikiwiki.setup index 5a86a9a7c99..1343b215933 100644 --- a/ikiwiki.setup +++ b/ikiwiki.setup @@ -8,28 +8,28 @@ use IkiWiki::Setup::Standard { wikiname => "Arquivo Público de Memória Coletiva", adminuser => ["arquivo", ], - adminemail => 'arquivo@sarava.org', + adminemail => 'arquivo@fluxo.info', # Be sure to customise these.. srcdir => ".", destdir => ".", - url => "https://arquivo.sarava.org", - #cgiurl => "https://arquivo.sarava.org/ikiwiki.cgi", + url => "https://arquivo.fluxo.info", + #cgiurl => "https://arquivo.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&r1=[[r1]]&r2=[[r2]]", + #historyurl => "http://svn.fluxo.info/trunk/[[file]]", + #diffurl => "http://svn.fluxo.info/trunk/[[file]]?root=wiki&r1=[[r1]]&r2=[[r2]]", #svnrepo => "/svn/wiki", #svnpath => "trunk", # Git stuff. rcs => "git", - historyurl => "https://git.sarava.org/?p=arquivo.git;a=history;f=[[file]]", - diffurl => "https://git.sarava.org/?p=arquivo.git;a=blobdiff;h=[[sha1_to]];hp=[[sha1_from]];hb=[[sha1_parent]];f=[[file]]", + historyurl => "https://git.fluxo.info/?p=arquivo.git;a=history;f=[[file]]", + diffurl => "https://git.fluxo.info/?p=arquivo.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/ |