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

index 924bc23d31897df0aeec6184040312da1e199f68..8ca479f3cb094c3dfb70b2ba84c0d733d6bc0e8d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -19,3 +19,5 @@ web:
 
 web_deploy:
        @rsync -avz --delete www/ firma:/var/sites/firma/www/
+
+publish: web web_deploy
index cbf3b4ef1f5c36a05c73df491ff3a2c9fe58d192..3fa8d2fcd2a4ed9740d67f8f1940e32e3677fa04 100644 (file)
@@ -8,14 +8,14 @@
 use IkiWiki::Setup::Standard {
   wikiname => "Firma: encrypted mailing list manager",
   adminuser => ["firma", ],
-  adminemail => 'firma@sarava.org',
+  adminemail => 'firma@fluxo.info',
 
   # Be sure to customise these..
   srcdir => ".",
   destdir => "www",
 
-  url => "https://firma.sarava.org",
-  cgiurl => "https://firma.sarava.org/ikiwiki.cgi",
+  url => "https://firma.fluxo.info",
+  cgiurl => "https://firma.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=firma.git;a=history;f=[[file]]",
-  diffurl => "https://git.sarava.org/?p=firma.git;a=blobdiff;h=[[sha1_to]];hp=[[sha1_from]];hb=[[sha1_parent]];f=[[file]]",
+  historyurl => "https://git.fluxo.info/firma/log/[[file]]",
+  diffurl => 'https://git.fluxo.info/firma/commit/[[file]]?id=[[sha1_commit]]',
   #gitorigin_branch => "origin",
   #gitmaster_branch => "master",
   # See https://ikiwiki.info/tips/laptop_wiki_with_git/
index 80fed5dcf388ef8304440c9608d182d40318122f..bda65a3e3e57e0f5218119816e832c69cbb0456c 100644 (file)
@@ -20,7 +20,7 @@ Index
 Getting the code
 ----------------
 
-    git clone git://git.fluxo.info/firma.git
+    git clone https//git.fluxo.info/firma
 
 About
 -----