diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-10-17 12:20:46 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-10-17 12:20:46 -0300 |
commit | 66964ad25198a46fb5baf96092d79a5d2147b51b (patch) | |
tree | 7503ada90f97965ea4519947534934836291e0f8 | |
parent | 1c61b05f518cdcc430a4888b1699ff45cadc2140 (diff) | |
download | padrao-66964ad25198a46fb5baf96092d79a5d2147b51b.tar.gz padrao-66964ad25198a46fb5baf96092d79a5d2147b51b.tar.bz2 |
New URL
-rw-r--r-- | ikiwiki.setup | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/ikiwiki.setup b/ikiwiki.setup index 1f063c8..d229693 100644 --- a/ikiwiki.setup +++ b/ikiwiki.setup @@ -8,28 +8,28 @@ use IkiWiki::Setup::Standard { wikiname => "Padrão Saravá", adminuser => ["rhatto", ], - adminemail => 'rhatto@sarava.org', + adminemail => 'rhatto@fluxo.info', # Be sure to customise these.. srcdir => ".", destdir => "www", - url => "https://padrao.sarava.org", - cgiurl => "https://padrao.sarava.org/ikiwiki.cgi", + url => "https://padrao.fluxo.info", + cgiurl => "https://padrao.fluxo.info/ikiwiki.cgi", #templatedir => "/usr/share/ikiwiki/templates", #underlaydir => "/usr/share/ikiwiki/basewiki", # Subversion stuff. #rcs => "svn", - #historyurl => "http://svn.example.org/trunk/[[file]]", - #diffurl => "http://svn.example.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.example.org/?p=padrao.git;a=history;f=[[file]]", - diffurl => "https://git.example.org/?p=padrao.git;a=blobdiff;h=[[sha1_to]];hp=[[sha1_from]];hb=[[sha1_parent]];f=[[file]]", + historyurl => "https://git.fluxo.info/?p=padrao.git;a=history;f=[[file]]", + diffurl => "https://git.fluxo.info/?p=padrao.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/ |