From b7e1c0440ac82d573587abc45c8119e6c68e7747 Mon Sep 17 00:00:00 2001
From: Arquivo Publico de Memoria Coletiva
Date: Fri, 2 Oct 2015 16:04:11 -0300
Subject: New URL
---
Makefile | 2 +-
documentacao.mdwn | 12 ++++++------
documentacao/index.html | 16 ++++++++--------
ikiwiki.setup | 14 +++++++-------
ikiwiki/directive/index.html | 4 ++--
ikiwiki/formatting/index.html | 4 ++--
ikiwiki/index.html | 4 ++--
ikiwiki/markdown/index.html | 4 ++--
ikiwiki/openid/index.html | 4 ++--
ikiwiki/pagespec/attachment/index.html | 4 ++--
ikiwiki/pagespec/index.html | 4 ++--
ikiwiki/pagespec/po/index.html | 4 ++--
ikiwiki/pagespec/sorting/index.html | 4 ++--
ikiwiki/searching/index.html | 4 ++--
ikiwiki/subpage/index.html | 4 ++--
ikiwiki/subpage/linkingrules/index.html | 4 ++--
ikiwiki/wikilink/index.html | 4 ++--
index.html | 2 +-
sandbox/index.html | 4 ++--
shortcuts/index.html | 4 ++--
smileys/index.html | 4 ++--
tarefas.mdwn | 3 ++-
tarefas/index.html | 7 ++++---
templates/index.html | 4 ++--
templates/note/index.html | 4 ++--
templates/popup/index.html | 4 ++--
26 files changed, 67 insertions(+), 65 deletions(-)
diff --git a/Makefile b/Makefile
index b412f055c34..12ac655c416 100644
--- a/Makefile
+++ b/Makefile
@@ -26,4 +26,4 @@ post_update:
whoami:
git config user.name "Arquivo Publico de Memoria Coletiva"
- git config user.email arquivo@sarava.org
+ git config user.email arquivo@fluxo.info
diff --git a/documentacao.mdwn b/documentacao.mdwn
index e52268124fd..bbf7ddb13d6 100644
--- a/documentacao.mdwn
+++ b/documentacao.mdwn
@@ -7,7 +7,7 @@ Sobre
* Por limitação de espaço e banda, nem todos os arquivos estão disponíveis online.
* Se você achar um link quebrado de um arquivo que queira baixar, entre em contato que possivelmente o disponibilizaremos.
* Se você possui algum arquivo que queira disponibilizar, entre em contato que avaliaremos a viabilidade.
-* Para entrar em contato, escreva para `arquivo arroba sarava.org`.
+* Para entrar em contato, escreva para `arquivo arroba fluxo.info`.
Criação
-------
@@ -19,19 +19,19 @@ Obtendo uma cópia
Usando git:
- git clone git://git.sarava.org/arquivo.git
+ git clone git://git.fluxo.info/arquivo.git
Usando git via https:
- git clone https://arquivo.sarava.org/.git arquivo
+ git clone https://arquivo.fluxo.info/.git arquivo
Usando rsync:
- rsync -avz rsync://arquivo.sarava.org/arquivo/ arquivo/
+ rsync -avz rsync://arquivo.fluxo.info/arquivo/ arquivo/
Usando httrack:
- httrack http://arquivo.sarava.org/
+ httrack http://arquivo.fluxo.info/
Restaurando o espelho principal
-------------------------------
@@ -53,7 +53,7 @@ A partir deste ponto você já pode adicionar usar o repositório normalmente.
Compilando a documentação
-------------------------
-Esta documentação é mantida usando um [compilador de sítios estáticos](https://rhatto.sarava.org/static/). Para compilá-la, use
+Esta documentação é mantida usando um [compilador de sítios estáticos](https://rhatto.fluxo.info/static/). Para compilá-la, use
make web
diff --git a/documentacao/index.html b/documentacao/index.html
index d0cec9b387e..966a73dcc27 100644
--- a/documentacao/index.html
+++ b/documentacao/index.html
@@ -42,7 +42,7 @@
| Conteúdo
| Documentação
| Tarefas
- | Histórico
+ | Histórico
| Feed
@@ -75,7 +75,7 @@
Por limitação de espaço e banda, nem todos os arquivos estão disponíveis online.
Se você achar um link quebrado de um arquivo que queira baixar, entre em contato que possivelmente o disponibilizaremos.
Se você possui algum arquivo que queira disponibilizar, entre em contato que avaliaremos a viabilidade.
-Para entrar em contato, escreva para arquivo arroba sarava.org
.
+Para entrar em contato, escreva para arquivo arroba fluxo.info
.
@@ -87,22 +87,22 @@
Usando git:
-git clone git://git.sarava.org/arquivo.git
+git clone git://git.fluxo.info/arquivo.git
Usando git via https:
-git clone https://arquivo.sarava.org/.git arquivo
+git clone https://arquivo.fluxo.info/.git arquivo
Usando rsync:
-rsync -avz rsync://arquivo.sarava.org/arquivo/ arquivo/
+rsync -avz rsync://arquivo.fluxo.info/arquivo/ arquivo/
Usando httrack:
-httrack http://arquivo.sarava.org/
+httrack http://arquivo.fluxo.info/
Restaurando o espelho principal
@@ -125,7 +125,7 @@ cd arquivo && git annex init SERVIDOR && make whoami &&
Compilando a documentação
-Esta documentação é mantida usando um compilador de sítios estáticos. Para compilá-la, use
+Esta documentação é mantida usando um compilador de sítios estáticos. Para compilá-la, use
make web
@@ -174,7 +174,7 @@ cd arquivo && git annex init SERVIDOR && make whoami &&
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/
diff --git a/ikiwiki/directive/index.html b/ikiwiki/directive/index.html
index 210a317f1c3..ed97a5f98fc 100644
--- a/ikiwiki/directive/index.html
+++ b/ikiwiki/directive/index.html
@@ -44,7 +44,7 @@
| Conteúdo
| Documentação
| Tarefas
- | Histórico
+ | Histórico
| Feed
@@ -164,7 +164,7 @@ the older syntax, if the prefix_directives
option is disabled.
diff --git a/ikiwiki/formatting/index.html b/ikiwiki/formatting/index.html
index d9f27817bf6..b9afafb5973 100644
--- a/ikiwiki/formatting/index.html
+++ b/ikiwiki/formatting/index.html
@@ -44,7 +44,7 @@
| Conteúdo
| Documentação
| Tarefas
- | Histórico
+ | Histórico
| Feed
@@ -199,7 +199,7 @@ For example, you can:
diff --git a/ikiwiki/index.html b/ikiwiki/index.html
index f8523a53d65..fd4efd96b6e 100644
--- a/ikiwiki/index.html
+++ b/ikiwiki/index.html
@@ -42,7 +42,7 @@
| Conteúdo
| Documentação
| Tarefas
- | Histórico
+ | Histórico
| Feed
@@ -116,7 +116,7 @@
diff --git a/ikiwiki/markdown/index.html b/ikiwiki/markdown/index.html
index 2611a966a60..a5c84c01e5f 100644
--- a/ikiwiki/markdown/index.html
+++ b/ikiwiki/markdown/index.html
@@ -44,7 +44,7 @@
| Conteúdo
| Documentação
| Tarefas
- | Histórico
+ | Histórico
| Feed
@@ -114,7 +114,7 @@ handles internally.
diff --git a/ikiwiki/openid/index.html b/ikiwiki/openid/index.html
index c31e936dfa8..09181ecc471 100644
--- a/ikiwiki/openid/index.html
+++ b/ikiwiki/openid/index.html
@@ -44,7 +44,7 @@
| Conteúdo
| Documentação
| Tarefas
- | Histórico
+ | Histórico
| Feed
@@ -120,7 +120,7 @@ by delegating it to an openid server. Here's an example of how to do that:
diff --git a/ikiwiki/pagespec/attachment/index.html b/ikiwiki/pagespec/attachment/index.html
index 8079a6b9004..e2f74c1ab7c 100644
--- a/ikiwiki/pagespec/attachment/index.html
+++ b/ikiwiki/pagespec/attachment/index.html
@@ -46,7 +46,7 @@
| Conteúdo
| Documentação
| Tarefas
- | Histórico
+ | Histórico
| Feed
@@ -131,7 +131,7 @@ include a glob in the type, for example mimetype(image/*)
.
diff --git a/ikiwiki/pagespec/index.html b/ikiwiki/pagespec/index.html
index 37981a476d6..de19ebeefb5 100644
--- a/ikiwiki/pagespec/index.html
+++ b/ikiwiki/pagespec/index.html
@@ -44,7 +44,7 @@
| Conteúdo
| Documentação
| Tarefas
- | Histórico
+ | Histórico
| Feed
@@ -204,7 +204,7 @@ linking to the page containing the PageSpec.
diff --git a/ikiwiki/pagespec/po/index.html b/ikiwiki/pagespec/po/index.html
index 4d085547056..6e2e0b8fbaf 100644
--- a/ikiwiki/pagespec/po/index.html
+++ b/ikiwiki/pagespec/po/index.html
@@ -46,7 +46,7 @@
| Conteúdo
| Documentação
| Tarefas
- | Histórico
+ | Histórico
| Feed
@@ -118,7 +118,7 @@ translated.
diff --git a/ikiwiki/pagespec/sorting/index.html b/ikiwiki/pagespec/sorting/index.html
index 411759c5133..8d4ad84c732 100644
--- a/ikiwiki/pagespec/sorting/index.html
+++ b/ikiwiki/pagespec/sorting/index.html
@@ -46,7 +46,7 @@
| Conteúdo
| Documentação
| Tarefas
- | Histórico
+ | Histórico
| Feed
@@ -116,7 +116,7 @@ title in reverse order if two pages have the same age).
diff --git a/ikiwiki/searching/index.html b/ikiwiki/searching/index.html
index 1f1c1962093..41069230d4f 100644
--- a/ikiwiki/searching/index.html
+++ b/ikiwiki/searching/index.html
@@ -44,7 +44,7 @@
| Conteúdo
| Documentação
| Tarefas
- | Histórico
+ | Histórico
| Feed
@@ -121,7 +121,7 @@ For example, "-discussion" will omit "discussion".
diff --git a/ikiwiki/subpage/index.html b/ikiwiki/subpage/index.html
index d25ec9babc7..6ff6de92952 100644
--- a/ikiwiki/subpage/index.html
+++ b/ikiwiki/subpage/index.html
@@ -44,7 +44,7 @@
| Conteúdo
| Documentação
| Tarefas
- | Histórico
+ | Histórico
| Feed
@@ -119,7 +119,7 @@ can be nested as deeply as you'd like.
diff --git a/ikiwiki/subpage/linkingrules/index.html b/ikiwiki/subpage/linkingrules/index.html
index 6c4fa8738f0..a63978a770c 100644
--- a/ikiwiki/subpage/linkingrules/index.html
+++ b/ikiwiki/subpage/linkingrules/index.html
@@ -46,7 +46,7 @@
| Conteúdo
| Documentação
| Tarefas
- | Histórico
+ | Histórico
| Feed
@@ -138,7 +138,7 @@ links are checked for last of all.
diff --git a/ikiwiki/wikilink/index.html b/ikiwiki/wikilink/index.html
index 9bdbe44804c..1d753d6a91e 100644
--- a/ikiwiki/wikilink/index.html
+++ b/ikiwiki/wikilink/index.html
@@ -44,7 +44,7 @@
| Conteúdo
| Documentação
| Tarefas
- | Histórico
+ | Histórico
| Feed
@@ -142,7 +142,7 @@ Email addresses can also be used to generate a mailto link.
diff --git a/index.html b/index.html
index a85d71a104c..30f90c84e3a 100644
--- a/index.html
+++ b/index.html
@@ -40,7 +40,7 @@
| Conteúdo
| Documentação
| Tarefas
- | Histórico
+ | Histórico
| Feed
diff --git a/sandbox/index.html b/sandbox/index.html
index 5fbad269049..2e8d6666fe6 100644
--- a/sandbox/index.html
+++ b/sandbox/index.html
@@ -42,7 +42,7 @@
| Conteúdo
| Documentação
| Tarefas
- | Histórico
+ | Histórico
| Feed
@@ -140,7 +140,7 @@
diff --git a/shortcuts/index.html b/shortcuts/index.html
index cbbb257bdd7..2aa3422e4d3 100644
--- a/shortcuts/index.html
+++ b/shortcuts/index.html
@@ -42,7 +42,7 @@
| Conteúdo
| Documentação
| Tarefas
- | Histórico
+ | Histórico
| Feed
@@ -191,7 +191,7 @@ ikiwiki will include your shortcut in the standard underlay.
diff --git a/smileys/index.html b/smileys/index.html
index b1d709b3e05..f14a5bb051c 100644
--- a/smileys/index.html
+++ b/smileys/index.html
@@ -42,7 +42,7 @@
| Conteúdo
| Documentação
| Tarefas
- | Histórico
+ | Histórico
| Feed
@@ -159,7 +159,7 @@ smileys directory in the path to the file.
diff --git a/tarefas.mdwn b/tarefas.mdwn
index c35cfd5bc11..c9203e232b5 100644
--- a/tarefas.mdwn
+++ b/tarefas.mdwn
@@ -27,7 +27,8 @@
* Criar howto sobre como espelhar o arquivo usando git-annex, rsync, etc.
* Criar texto sobre as tecnologias usadas e como elas contribuem para a preservação e difusão de conteúdo.
* Implementação:
+ * Hidden service funcional.
* Corrigir clonagem via https, vide [possível causa e solução](http://ubuntuforums.org/showthread.php?t=1865952).
- * Uniformizar caminhos, harmonizando com o [Cache Saravento](https://cache.sarava.org):
+ * Uniformizar caminhos, harmonizando com o [Cache](https://cache.fluxo.info):
* Criar `.htaccess` com redirecionamentos permanentes das URLs antigas para as novas.
* Novos caminhos: `doc`, `dada`, `todo`, etc.
diff --git a/tarefas/index.html b/tarefas/index.html
index 1446dcaa12f..46e494ab1fe 100644
--- a/tarefas/index.html
+++ b/tarefas/index.html
@@ -42,7 +42,7 @@
| Conteúdo
| Documentação
| Tarefas
- | Histórico
+ | Histórico
| Feed
@@ -106,8 +106,9 @@
Implementação:
+- Hidden service funcional.
- Corrigir clonagem via https, vide possível causa e solução.
-- Uniformizar caminhos, harmonizando com o Cache Saravento:
+
- Uniformizar caminhos, harmonizando com o Cache:
- Criar
.htaccess
com redirecionamentos permanentes das URLs antigas para as novas.
@@ -142,7 +143,7 @@
diff --git a/templates/index.html b/templates/index.html
index 553c981f264..25fb4f5742d 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -42,7 +42,7 @@
- | Conteúdo
- | Documentação
- | Tarefas
- - | Histórico
+ - | Histórico
- | Feed
@@ -192,7 +192,7 @@ interface; do not normally need to be customised.
diff --git a/templates/note/index.html b/templates/note/index.html
index 5b76a453f80..ef90ebb80e3 100644
--- a/templates/note/index.html
+++ b/templates/note/index.html
@@ -44,7 +44,7 @@
- | Conteúdo
- | Documentação
- | Tarefas
- - | Histórico
+ - | Histórico
- | Feed
@@ -110,7 +110,7 @@ parameter:
diff --git a/templates/popup/index.html b/templates/popup/index.html
index 6969a99e07f..45a4bfcaaeb 100644
--- a/templates/popup/index.html
+++ b/templates/popup/index.html
@@ -44,7 +44,7 @@
| Conteúdo
| Documentação
| Tarefas
- | Histórico
+ | Histórico
| Feed
@@ -113,7 +113,7 @@ inline in the page, inside square brackets.
--
cgit v1.2.3