<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.calafou.org//api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Dulzet</id>
	<title>Wiki-Fou - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.calafou.org//api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Dulzet"/>
	<link rel="alternate" type="text/html" href="http://wiki.calafou.org//index.php/Special:Contributions/Dulzet"/>
	<updated>2026-04-08T15:31:16Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.5</generator>
	<entry>
		<id>http://wiki.calafou.org//index.php?title=Open_VPN&amp;diff=5391</id>
		<title>Open VPN</title>
		<link rel="alternate" type="text/html" href="http://wiki.calafou.org//index.php?title=Open_VPN&amp;diff=5391"/>
		<updated>2024-05-14T19:31:28Z</updated>

		<summary type="html">&lt;p&gt;Dulzet: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= OPENVPN HOWTO =&lt;br /&gt;
&lt;br /&gt;
Set up a Calafou, seguint aquesta guia:&lt;br /&gt;
https://www.ostechnix.com/easiest-way-install-configure-openvpn-server-linux/&lt;br /&gt;
Utilitzem un instal.lador que ens permet configurar de manera no invasiva la majoria d&#039;opcions estàndard, amb lo que només executarem i configurarem poca cosa.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Instal.lació a Servidor ==&lt;br /&gt;
&lt;br /&gt;
Instalar openvpn-install.sh (https://github.com/Nyr/openvpn-install), un&lt;br /&gt;
instal.lador que et facilita la configuració i genera les configuracions&lt;br /&gt;
individuals (amb la clau privada del xifratge).&lt;br /&gt;
Per a instal.lar-ho el primer cop i configurar-ho, com a root:&lt;br /&gt;
 cd /root/openvpn&lt;br /&gt;
 bash openvpn-install.sh&lt;br /&gt;
Triem la primera opció (1 - crear nou usuari)&lt;br /&gt;
El primer cop que instal.lem, omplim diferents opcions segons ens guia&lt;br /&gt;
l&#039;instal.lador. Primer detecta la ip de la lan del servidor, despres&lt;br /&gt;
afegim tambe la IP pública i també l&#039;opció de dns.&lt;br /&gt;
També posem el nom de l&#039;usuari.&lt;br /&gt;
si tot va be, genera un arxiu de configuració per aquell usuari, de nom&lt;br /&gt;
nomusuari.ovpn, ubicat a /root/&lt;br /&gt;
al fitxer de configuració hi afegim aquestes linies:&lt;br /&gt;
 # Make sure new versions of openvpn can still connect:&lt;br /&gt;
 tls-version-min 1.0&lt;br /&gt;
&lt;br /&gt;
==== Crear nova usuarix a la vpn ====&lt;br /&gt;
&lt;br /&gt;
Per generar una clau/fitxer per una nova persona&lt;br /&gt;
al servidor, com a root:&lt;br /&gt;
 cd /root/openvpn&lt;br /&gt;
 bash openvpn-install.sh&lt;br /&gt;
triem opció 1: nou usuari, posem un nom.&lt;br /&gt;
si tot correcte, movem l&#039;arxiu que ha creat a /root/nom.ovpn a&lt;br /&gt;
/root/openvpn/client-confs per a tenir totes les claus juntes a un lloc&lt;br /&gt;
editem el fitxer de configuració i afegim les linies:&lt;br /&gt;
&lt;br /&gt;
 # Make sure new versions of openvpn can still connect:&lt;br /&gt;
 tls-version-min 1.0&lt;br /&gt;
&lt;br /&gt;
li enviem l&#039;arxiu de configuració a la persona (per canal segur)&lt;br /&gt;
la persona fa anar &#039;howto openvpn per persones usuaries&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Treure unx usuarix existent ====&lt;br /&gt;
&lt;br /&gt;
Per revocar una clau d&#039;un usuari existent, és a dir, que no pugui entrar més per vpn tornem a fer anar l&#039;installer, com a root:&lt;br /&gt;
 cd /root/openvpn&lt;br /&gt;
 bash openvpn-install.sh&lt;br /&gt;
triem opció 2: revoke existing user. triem l&#039;usuari i confirmem que eliminem la clau.&lt;br /&gt;
podem esborrar la clau pública si volem, que està, si no s&#039;ha mogut a&lt;br /&gt;
 /root/openvpn/client-confs&lt;br /&gt;
&lt;br /&gt;
== howto openvpn per persones usuàries ==&lt;br /&gt;
&lt;br /&gt;
Demanem un usuari a l&#039;AG comunicació. Ens enviaran un arxiu de&lt;br /&gt;
configuració d&#039;aquest estil&lt;br /&gt;
nomcalafita.ovpn&lt;br /&gt;
&lt;br /&gt;
==== instal.lar ====&lt;br /&gt;
la nostra màquina gnu/linux ha de tenir instal.lat un programa que es diu&lt;br /&gt;
openvpn, o el podeu instal.lar, amb la terminal:&lt;br /&gt;
 $sudo apt install openvpn&lt;br /&gt;
(sintaxi debian i similars)&lt;br /&gt;
&lt;br /&gt;
Importem o descarreguem el fitxer de configuració que ens envien les&lt;br /&gt;
admins de comunicació i el guardem a un lloc localitzable.&lt;br /&gt;
&lt;br /&gt;
==== obrir la vpn ====&lt;br /&gt;
Per crear el tunel, cada vegada que volguem entrar a la xarxa de&lt;br /&gt;
calafou estant a fora, obrim una terminal i anem al directori on tenim&lt;br /&gt;
guardat l&#039;arxiu de configuració. Allà executem:&lt;br /&gt;
 $sudo openvpn --config nomcalafita.ovpn&lt;br /&gt;
el missatge d&#039;èxit final després d&#039;executar-se és: &amp;quot;Initialization Sequence Completed&amp;quot;.&lt;br /&gt;
Ara ja està creat el tunel, la xarxa està simulant que estem dins calafou.&lt;br /&gt;
&lt;br /&gt;
Podem navegar per internet normalment i hauríem de poder navegar pel servidor també. comprovem que al navegador accedim a essun.calafou.org&lt;br /&gt;
   * si ha anat bé, veurem la web del servidor de calafou. podem anar també als pads,&lt;br /&gt;
accedir per ftp...&lt;br /&gt;
   * si no va bé, si el navegador ens torna un &#039;not found&#039; en intentar accedir al servidor, podria ser&lt;br /&gt;
que el dns no s&#039;hagi configurat correctament (depèn del gestor de&lt;br /&gt;
connexions de cada pc). si és així, podem editar el fitxer&lt;br /&gt;
/etc/resolv.conf com a root (o amb sudo) i el deixem amb això:&lt;br /&gt;
   nameserver 172.31.17.1&lt;br /&gt;
&lt;br /&gt;
==== tancar la vpn ====&lt;br /&gt;
per acabar la sessió del tunnel vpn, matem el procés a la terminal amb&lt;br /&gt;
la combinació  del teclat: tecles Ctrl + C. Ja hem sortit de la xarxa de&lt;br /&gt;
calafou.&lt;br /&gt;
   * un cop tancat, podria ser que per connectar-vos de nou a un punt&lt;br /&gt;
d&#039;accés de xarxa normal, hagueu d&#039;apagar i encendre de nou la xarxa si&lt;br /&gt;
veieu que us dona problemes de connexió( (per exemple apagant l&#039;antena&lt;br /&gt;
wifi del pc o traient el cable, desconnectant la xarxa per software, etc)&lt;/div&gt;</summary>
		<author><name>Dulzet</name></author>
	</entry>
	<entry>
		<id>http://wiki.calafou.org//index.php?title=Open_VPN&amp;diff=4067</id>
		<title>Open VPN</title>
		<link rel="alternate" type="text/html" href="http://wiki.calafou.org//index.php?title=Open_VPN&amp;diff=4067"/>
		<updated>2021-03-11T16:59:31Z</updated>

		<summary type="html">&lt;p&gt;Dulzet: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= OPENVPN HOWTO =&lt;br /&gt;
&lt;br /&gt;
Set up a Calafou, seguint aquesta guia:&lt;br /&gt;
https://www.ostechnix.com/easiest-way-install-configure-openvpn-server-linux/&lt;br /&gt;
Utilitzem un instal.lador que ens permet configurar de manera no invasiva la majoria d&#039;opcions estàndard, amb lo que només executarem i configurarem poca cosa.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Instal.lació a Servidor ==&lt;br /&gt;
&lt;br /&gt;
Instalar openvpn-install.sh (https://github.com/Nyr/openvpn-install), un&lt;br /&gt;
instal.lador que et facilita la configuració i genera les configuracions&lt;br /&gt;
individuals (amb la clau privada del xifratge).&lt;br /&gt;
Per a instal.lar-ho el primer cop i configurar-ho, com a root:&lt;br /&gt;
 cd /root/openvpn&lt;br /&gt;
 bash openvpn-install.sh&lt;br /&gt;
Triem la primera opció (1 - crear nou usuari)&lt;br /&gt;
El primer cop que instal.lem, omplim diferents opcions segons ens guia&lt;br /&gt;
l&#039;instal.lador. Primer detecta la ip de la lan del servidor, despres&lt;br /&gt;
afegim tambe la IP pública i també l&#039;opció de dns.&lt;br /&gt;
També posem el nom de l&#039;usuari.&lt;br /&gt;
si tot va be, genera un arxiu de configuració per aquell usuari, de nom&lt;br /&gt;
nomusuari.ovpn, ubicat a /root/&lt;br /&gt;
al fitxer de configuració hi afegim aquestes linies:&lt;br /&gt;
 # Make sure new versions of openvpn can still connect:&lt;br /&gt;
 tls-version-min 1.0&lt;br /&gt;
&lt;br /&gt;
==== Crear nova usuarix a la vpn ====&lt;br /&gt;
&lt;br /&gt;
Per generar una clau/fitxer per una nova persona&lt;br /&gt;
al servidor, com a root:&lt;br /&gt;
 cd /root/openvpn&lt;br /&gt;
 bash openvpn-install.sh&lt;br /&gt;
triem opció 1: nou usuari, posem un nom.&lt;br /&gt;
si tot correcte, movem l&#039;arxiu que ha creat a /root/nom.ovpn a&lt;br /&gt;
/root/openvpn/client-confs per a tenir totes les claus juntes a un lloc&lt;br /&gt;
editem el fitxer de configuració i afegim les linies:&lt;br /&gt;
&lt;br /&gt;
 # Make sure new versions of openvpn can still connect:&lt;br /&gt;
 tls-version-min 1.0&lt;br /&gt;
&lt;br /&gt;
li enviem l&#039;arxiu de configuració a la persona (per canal segur)&lt;br /&gt;
la persona fa anar &#039;howto openvpn per persones usuaries&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Treure unx usuarix existent ====&lt;br /&gt;
&lt;br /&gt;
Per revocar una clau d&#039;un usuari existent, és a dir, que no pugui entrar més per vpn tornem a fer anar l&#039;installer, com a root:&lt;br /&gt;
 cd /root/openvpn&lt;br /&gt;
 bash openvpn-install.sh&lt;br /&gt;
triem opció 2: revoke existing user. triem l&#039;usuari i confirmem que eliminem la clau.&lt;br /&gt;
podem esborrar la clau pública si volem, que està, si no s&#039;ha mogut a&lt;br /&gt;
 /root/openvpn/client-confs&lt;br /&gt;
&lt;br /&gt;
== howto openvpn per persones usuàries ==&lt;br /&gt;
&lt;br /&gt;
Demanem un usuari a l&#039;AG comunicació. Ens enviaran un arxiu de&lt;br /&gt;
configuració d&#039;aquest estil&lt;br /&gt;
nomcalafita.ovpn&lt;br /&gt;
&lt;br /&gt;
==== instal.lar ====&lt;br /&gt;
la nostra màquina gnu/linux ha de tenir instal.lat un programa que es diu&lt;br /&gt;
openvpn, o el podeu instal.lar, amb la terminal:&lt;br /&gt;
 $sudo apt install openvpn&lt;br /&gt;
(sintaxi debian i similars)&lt;br /&gt;
&lt;br /&gt;
Importem o descarreguem el fitxer de configuració que ens envien les&lt;br /&gt;
admins de comunicació i el guardem a un lloc localitzable.&lt;br /&gt;
&lt;br /&gt;
==== obrir la vpn ====&lt;br /&gt;
Per crear el tunel, cada vegada que volguem entrar a la xarxa de&lt;br /&gt;
calafou estant a fora, obrim una terminal i anem al directori on tenim&lt;br /&gt;
guardat l&#039;arxiu de configuració. Allà executem:&lt;br /&gt;
 $sudo openvpn --config nomcalafita.ovpn&lt;br /&gt;
el missatge d&#039;èxit final després d&#039;executar-se és: &amp;quot;Initialization Sequence Completed&amp;quot;.&lt;br /&gt;
Ara ja està creat el tunel, la xarxa està simulant que estem dins calafou.&lt;br /&gt;
&lt;br /&gt;
Podem navegar per internet normalment i hauríem de poder navegar pel servidor també. comprovem que al navegador accedim a essun.calafou.org&lt;br /&gt;
   * si ha anat bé, veurem la web del servidor de calafou. podem anar també als pads,&lt;br /&gt;
accedir per ftp...&lt;br /&gt;
   * si no va bé, si el navegador ens torna un &#039;not found&#039; en intentar accedir al servidor, podria ser&lt;br /&gt;
que el dns no s&#039;hagi configurat correctament (depèn del gestor de&lt;br /&gt;
connexions de cada pc). si és així, podem editar el fitxer&lt;br /&gt;
/etc/resolv.conf com a root (o amb sudo) i el deixem amb això:&lt;br /&gt;
   nameserver 172.31.16.1&lt;br /&gt;
&lt;br /&gt;
==== tancar la vpn ====&lt;br /&gt;
per acabar la sessió del tunnel vpn, matem el procés a la terminal amb&lt;br /&gt;
la combinació  del teclat: tecles Ctrl + C. Ja hem sortit de la xarxa de&lt;br /&gt;
calafou.&lt;br /&gt;
   * un cop tancat, podria ser que per connectar-vos de nou a un punt&lt;br /&gt;
d&#039;accés de xarxa normal, hagueu d&#039;apagar i encendre de nou la xarxa si&lt;br /&gt;
veieu que us dona problemes de connexió( (per exemple apagant l&#039;antena&lt;br /&gt;
wifi del pc o traient el cable, desconnectant la xarxa per software, etc)&lt;/div&gt;</summary>
		<author><name>Dulzet</name></author>
	</entry>
	<entry>
		<id>http://wiki.calafou.org//index.php?title=Open_VPN&amp;diff=4066</id>
		<title>Open VPN</title>
		<link rel="alternate" type="text/html" href="http://wiki.calafou.org//index.php?title=Open_VPN&amp;diff=4066"/>
		<updated>2021-03-11T16:46:28Z</updated>

		<summary type="html">&lt;p&gt;Dulzet: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== OPENVPN HOWTO ==&lt;br /&gt;
&lt;br /&gt;
Set up a Calafou:&lt;br /&gt;
seguint aquesta guia:https://www.ostechnix.com/easiest-way-install-configure-openvpn-server-linux/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Instal.lació a Servidor ===&lt;br /&gt;
Instalar openvpn-install.sh (https://github.com/Nyr/openvpn-install), un&lt;br /&gt;
instal.lador que et facilita la configuració i genera les configuracions&lt;br /&gt;
individuals (amb la clau privada del xifratge).&lt;br /&gt;
Per a instal.lar-ho el primer cop i configurar-ho, com a root:&lt;br /&gt;
 cd /root/openvpn&lt;br /&gt;
 bash openvpn-install.sh&lt;br /&gt;
Triem la primera opció (1 - crear nou usuari)&lt;br /&gt;
El primer cop que instal.lem, omplim diferents opcions segons ens guia&lt;br /&gt;
l&#039;instal.lador. Primer detecta la ip de la lan del servidor, despres&lt;br /&gt;
afegim tambe la IP pública i també l&#039;opció de dns.&lt;br /&gt;
També posem el nom de l&#039;usuari.&lt;br /&gt;
si tot va be, genera un arxiu de configuració per aquell usuari, de nom&lt;br /&gt;
nomusuari.ovpn, ubicat a /root/&lt;br /&gt;
al fitxer de configuració hi afegim aquestes linies:&lt;br /&gt;
&lt;br /&gt;
# Make sure new versions of openvpn can still connect:&lt;br /&gt;
tls-version-min 1.0&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== howto openvpn per persones usuàries ===&lt;br /&gt;
&lt;br /&gt;
Demanem un usuari a l&#039;AG comunicació. Ens enviaran un arxiu de&lt;br /&gt;
configuració d&#039;aquest estil&lt;br /&gt;
nomcalafita.ovpn&lt;br /&gt;
&lt;br /&gt;
==== instal.lar ====&lt;br /&gt;
la nostra màquina gnu/linux ha de tenir instal.lat un programa que es diu&lt;br /&gt;
openvpn, o el podeu instal.lar, amb la terminal:&lt;br /&gt;
 $sudo apt install openvpn&lt;br /&gt;
(sintaxi debian i similars)&lt;br /&gt;
&lt;br /&gt;
Importem o descarreguem el fitxer de configuració que ens envien les&lt;br /&gt;
admins de comunicació i el guardem a un lloc localitzable.&lt;br /&gt;
&lt;br /&gt;
==== obrir la vpn ====&lt;br /&gt;
Per crear el tunel, cada vegada que volguem entrar a la xarxa de&lt;br /&gt;
calafou estant a fora, obrim una terminal i anem al directori on tenim&lt;br /&gt;
guardat l&#039;arxiu de configuració. Allà executem:&lt;br /&gt;
 $sudo openvpn --config nomcalafita.ovpn&lt;br /&gt;
el missatge d&#039;èxit final després d&#039;executar-se és: &amp;quot;Initialization Sequence Completed&amp;quot;.&lt;br /&gt;
Ara ja està creat el tunel, la xarxa està simulant que estem dins calafou.&lt;br /&gt;
&lt;br /&gt;
Podem navegar per internet normalment i hauríem de poder navegar pel servidor també. comprovem que al navegador accedim a essun.calafou.org&lt;br /&gt;
   * si ha anat bé, veurem la web del servidor de calafou. podem anar també als pads,&lt;br /&gt;
accedir per ftp...&lt;br /&gt;
   * si no va bé, si el navegador ens torna un &#039;not found&#039; en intentar accedir al servidor, podria ser&lt;br /&gt;
que el dns no s&#039;hagi configurat correctament (depèn del gestor de&lt;br /&gt;
connexions de cada pc). si és així, podem editar el fitxer&lt;br /&gt;
/etc/resolv.conf com a root (o amb sudo) i el deixem amb això:&lt;br /&gt;
   nameserver 172.31.16.1&lt;br /&gt;
&lt;br /&gt;
==== tancar la vpn ====&lt;br /&gt;
per acabar la sessió del tunnel vpn, matem el procés a la terminal amb&lt;br /&gt;
la combinació  del teclat: tecles Ctrl + C. Ja hem sortit de la xarxa de&lt;br /&gt;
calafou.&lt;br /&gt;
   * un cop tancat, podria ser que per connectar-vos de nou a un punt&lt;br /&gt;
d&#039;accés de xarxa normal, hagueu d&#039;apagar i encendre de nou la xarxa si&lt;br /&gt;
veieu que us dona problemes de connexió( (per exemple apagant l&#039;antena&lt;br /&gt;
wifi del pc o traient el cable, desconnectant la xarxa per software, etc)&lt;br /&gt;
&lt;br /&gt;
==== Crear nou usuari a la vpn ====&lt;br /&gt;
&lt;br /&gt;
Per generar una clau/fitxer per una nova persona&lt;br /&gt;
al servidor, com a root:&lt;br /&gt;
 cd /root/openvpn&lt;br /&gt;
 bash openvpn-install.sh&lt;br /&gt;
triem opció 1: nou usuari, posem un nom.&lt;br /&gt;
si tot correcte, movem l&#039;arxiu que ha creat a /root/nom.ovpn a&lt;br /&gt;
/root/openvpn/client-confs per a tenir totes les claus juntes a un lloc&lt;br /&gt;
editem el fitxer de configuració i afegim les linies:&lt;br /&gt;
&lt;br /&gt;
# Make sure new versions of openvpn can still connect:&lt;br /&gt;
tls-version-min 1.0&lt;br /&gt;
&lt;br /&gt;
li enviem l&#039;arxiu de configuració a la persona (per canal segur)&lt;br /&gt;
la persona fa anar &#039;howto openvpn per persones usuaries&#039;&lt;/div&gt;</summary>
		<author><name>Dulzet</name></author>
	</entry>
	<entry>
		<id>http://wiki.calafou.org//index.php?title=Protocolo_medios&amp;diff=3981</id>
		<title>Protocolo medios</title>
		<link rel="alternate" type="text/html" href="http://wiki.calafou.org//index.php?title=Protocolo_medios&amp;diff=3981"/>
		<updated>2020-10-24T07:23:32Z</updated>

		<summary type="html">&lt;p&gt;Dulzet: /* Preguntes prèvies a respondre per a valorar per calafou: */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;CATALÀ&lt;br /&gt;
&lt;br /&gt;
Qualsevol persona o col.lectiu que vulgui fer una publicació i/o investigació sobre Calafou, ha de llegir i acceptar les condicions del protocol de mitjans i respondre i enviar-nos amb antelació les preguntes prèvies per a què valorem la proposta abans d&#039;acceptar el projecte. S&#039;assignarà una madrina de Calafou en cada cas que s&#039;encarregarà de fer arribar les preguntes i condicions per a la publicació. Es guardarà el treball i la seva fitxa amb les respostes en algun lloc de l&#039;arxiu de calafou (per determinar, encara).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Condicions de les publicacions:==&lt;br /&gt;
&lt;br /&gt;
- Respectar la privacitat de les persones que apareixen, que per defecte ha de ser identitat anònima, o consensuar amb elles quina visibilitat i identitat es mostrarà.&lt;br /&gt;
&lt;br /&gt;
- Els llocs per a la gravació o captura han de ser pactats.&lt;br /&gt;
&lt;br /&gt;
- Mostrar-nos el contingut final prèviament a publicar-lo (no es tracta de revisar/censurar, però sí d&#039;evitar malentesos)&lt;br /&gt;
&lt;br /&gt;
- S&#039;ha d&#039;assumir una llicencia de contingut lliure (creative commons, domini públic, etc). Calafou (i el món en general) hem de poder publicar el mateix contingut, editar-lo i fer-ne ús.&lt;br /&gt;
&lt;br /&gt;
==Preguntes prèvies a respondre per a valorar per calafou:==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Títol o Nom de la publicació.&lt;br /&gt;
&lt;br /&gt;
* Nom de l&#039;autora/es. Contacte (mail i telèfon).&lt;br /&gt;
&lt;br /&gt;
* Context/orígen de la publicació. (Ex.: Investigació particular, producció pròpia / freelance, publicació en premsa, treball d&#039;escola o universitat o feina, obra artística, etc)&lt;br /&gt;
&lt;br /&gt;
* Format de la publicació. (Entrevista, article, reportatge, notícia, investigació, etc)&lt;br /&gt;
&lt;br /&gt;
* Suport de la publicació: (Escrit digital, audiovisual, sonor, publicació en paper...)&lt;br /&gt;
&lt;br /&gt;
* Objectiu (Quina és la motivació, temàtica per desenvolupar la producció.)&lt;br /&gt;
&lt;br /&gt;
* Públic (A quina audiència va dirigit?)&lt;br /&gt;
&lt;br /&gt;
* Llicència lliure específica? (Per defecte s&#039;haurà d&#039;assumir Creative Commons 4.0 by-sa, o proposar altre llicència lliure)&lt;br /&gt;
&lt;br /&gt;
* Compromís d&#039;accepteció de les condicions de les publicacions del protocol de mitjans. (només es validarà amb un &#039;Sí&#039;).&lt;br /&gt;
&lt;br /&gt;
* Si és una investigació llarga o gran, i inclou una residència a Calafou, s&#039;haurà d&#039;acceptar el què es troba recollit al [[Protocolo_Investigación | protocol d&#039;investigació]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
CASTELLA&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
ENGLISH VERSION&lt;/div&gt;</summary>
		<author><name>Dulzet</name></author>
	</entry>
	<entry>
		<id>http://wiki.calafou.org//index.php?title=Protocolo_medios&amp;diff=3980</id>
		<title>Protocolo medios</title>
		<link rel="alternate" type="text/html" href="http://wiki.calafou.org//index.php?title=Protocolo_medios&amp;diff=3980"/>
		<updated>2020-10-24T07:23:00Z</updated>

		<summary type="html">&lt;p&gt;Dulzet: /* Condicions del protocol de mitjans: */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;CATALÀ&lt;br /&gt;
&lt;br /&gt;
Qualsevol persona o col.lectiu que vulgui fer una publicació i/o investigació sobre Calafou, ha de llegir i acceptar les condicions del protocol de mitjans i respondre i enviar-nos amb antelació les preguntes prèvies per a què valorem la proposta abans d&#039;acceptar el projecte. S&#039;assignarà una madrina de Calafou en cada cas que s&#039;encarregarà de fer arribar les preguntes i condicions per a la publicació. Es guardarà el treball i la seva fitxa amb les respostes en algun lloc de l&#039;arxiu de calafou (per determinar, encara).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Condicions de les publicacions:==&lt;br /&gt;
&lt;br /&gt;
- Respectar la privacitat de les persones que apareixen, que per defecte ha de ser identitat anònima, o consensuar amb elles quina visibilitat i identitat es mostrarà.&lt;br /&gt;
&lt;br /&gt;
- Els llocs per a la gravació o captura han de ser pactats.&lt;br /&gt;
&lt;br /&gt;
- Mostrar-nos el contingut final prèviament a publicar-lo (no es tracta de revisar/censurar, però sí d&#039;evitar malentesos)&lt;br /&gt;
&lt;br /&gt;
- S&#039;ha d&#039;assumir una llicencia de contingut lliure (creative commons, domini públic, etc). Calafou (i el món en general) hem de poder publicar el mateix contingut, editar-lo i fer-ne ús.&lt;br /&gt;
&lt;br /&gt;
==Preguntes prèvies a respondre per a valorar per calafou:==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Títol o Nom de la publicació.&lt;br /&gt;
&lt;br /&gt;
* Nom de l&#039;autora/es. Contacte (mail i telèfon).&lt;br /&gt;
&lt;br /&gt;
* Context/orígen de la publicació. (Ex.: Investigació particular, producció pròpia / freelance, publicació en premsa, treball d&#039;escola o universitat o feina, obra artística, etc)&lt;br /&gt;
&lt;br /&gt;
* Format de la publicació. (Entrevista, article, reportatge, notícia, investigació, etc)&lt;br /&gt;
&lt;br /&gt;
* Suport de la publicació: (Escrit digital, audiovisual, sonor, publicació en paper...)&lt;br /&gt;
&lt;br /&gt;
* Objectiu (Quina és la motivació, temàtica per desenvolupar la producció.)&lt;br /&gt;
&lt;br /&gt;
* Públic (A quina audiència va dirigit?)&lt;br /&gt;
&lt;br /&gt;
* Llicència lliure específica? (Per defecte s&#039;haurà d&#039;assumir Creative Commons 4.0 by-sa, o proposar altre llicència lliure)&lt;br /&gt;
&lt;br /&gt;
* Compromís d&#039;accepteció de les condicions del protocol de mitjans. (només es validarà amb un &#039;Sí&#039;).&lt;br /&gt;
&lt;br /&gt;
* Si és una investigació llarga o gran, i inclou una residència a Calafou, s&#039;haurà d&#039;acceptar el què es troba recollit al [[Protocolo_Investigación | protocol d&#039;investigació]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
CASTELLA&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
ENGLISH VERSION&lt;/div&gt;</summary>
		<author><name>Dulzet</name></author>
	</entry>
	<entry>
		<id>http://wiki.calafou.org//index.php?title=Protocolo_medios&amp;diff=3979</id>
		<title>Protocolo medios</title>
		<link rel="alternate" type="text/html" href="http://wiki.calafou.org//index.php?title=Protocolo_medios&amp;diff=3979"/>
		<updated>2020-10-24T07:21:21Z</updated>

		<summary type="html">&lt;p&gt;Dulzet: /* Condicions a acceptar: */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;CATALÀ&lt;br /&gt;
&lt;br /&gt;
Qualsevol persona o col.lectiu que vulgui fer una publicació i/o investigació sobre Calafou, ha de llegir i acceptar les condicions del protocol de mitjans i respondre i enviar-nos amb antelació les preguntes prèvies per a què valorem la proposta abans d&#039;acceptar el projecte. S&#039;assignarà una madrina de Calafou en cada cas que s&#039;encarregarà de fer arribar les preguntes i condicions per a la publicació. Es guardarà el treball i la seva fitxa amb les respostes en algun lloc de l&#039;arxiu de calafou (per determinar, encara).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Condicions del protocol de mitjans:==&lt;br /&gt;
&lt;br /&gt;
- Respectar la privacitat de les persones que apareixen, que per defecte ha de ser identitat anònima, o consensuar amb elles quina visibilitat i identitat es mostrarà.&lt;br /&gt;
&lt;br /&gt;
- Els llocs per a la gravació o captura han de ser pactats.&lt;br /&gt;
&lt;br /&gt;
- Mostrar-nos el contingut final prèviament a publicar-lo (no es tracta de revisar/censurar, però sí d&#039;evitar malentesos)&lt;br /&gt;
&lt;br /&gt;
- S&#039;ha d&#039;assumir una llicencia de contingut lliure (creative commons, domini públic, etc). Calafou (i el món en general) hem de poder publicar el mateix contingut, editar-lo i fer-ne ús.&lt;br /&gt;
&lt;br /&gt;
==Preguntes prèvies a respondre per a valorar per calafou:==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Títol o Nom de la publicació.&lt;br /&gt;
&lt;br /&gt;
* Nom de l&#039;autora/es. Contacte (mail i telèfon).&lt;br /&gt;
&lt;br /&gt;
* Context/orígen de la publicació. (Ex.: Investigació particular, producció pròpia / freelance, publicació en premsa, treball d&#039;escola o universitat o feina, obra artística, etc)&lt;br /&gt;
&lt;br /&gt;
* Format de la publicació. (Entrevista, article, reportatge, notícia, investigació, etc)&lt;br /&gt;
&lt;br /&gt;
* Suport de la publicació: (Escrit digital, audiovisual, sonor, publicació en paper...)&lt;br /&gt;
&lt;br /&gt;
* Objectiu (Quina és la motivació, temàtica per desenvolupar la producció.)&lt;br /&gt;
&lt;br /&gt;
* Públic (A quina audiència va dirigit?)&lt;br /&gt;
&lt;br /&gt;
* Llicència lliure específica? (Per defecte s&#039;haurà d&#039;assumir Creative Commons 4.0 by-sa, o proposar altre llicència lliure)&lt;br /&gt;
&lt;br /&gt;
* Compromís d&#039;accepteció de les condicions del protocol de mitjans. (només es validarà amb un &#039;Sí&#039;).&lt;br /&gt;
&lt;br /&gt;
* Si és una investigació llarga o gran, i inclou una residència a Calafou, s&#039;haurà d&#039;acceptar el què es troba recollit al [[Protocolo_Investigación | protocol d&#039;investigació]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
CASTELLA&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
ENGLISH VERSION&lt;/div&gt;</summary>
		<author><name>Dulzet</name></author>
	</entry>
	<entry>
		<id>http://wiki.calafou.org//index.php?title=Protocolo_medios&amp;diff=3978</id>
		<title>Protocolo medios</title>
		<link rel="alternate" type="text/html" href="http://wiki.calafou.org//index.php?title=Protocolo_medios&amp;diff=3978"/>
		<updated>2020-10-24T07:20:37Z</updated>

		<summary type="html">&lt;p&gt;Dulzet: /* Preguntes prèvies a respondre per a valorar per calafou: */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;CATALÀ&lt;br /&gt;
&lt;br /&gt;
Qualsevol persona o col.lectiu que vulgui fer una publicació i/o investigació sobre Calafou, ha de llegir i acceptar les condicions del protocol de mitjans i respondre i enviar-nos amb antelació les preguntes prèvies per a què valorem la proposta abans d&#039;acceptar el projecte. S&#039;assignarà una madrina de Calafou en cada cas que s&#039;encarregarà de fer arribar les preguntes i condicions per a la publicació. Es guardarà el treball i la seva fitxa amb les respostes en algun lloc de l&#039;arxiu de calafou (per determinar, encara).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Condicions a acceptar:==&lt;br /&gt;
&lt;br /&gt;
- Respectar la privacitat de les persones que apareixen, que per defecte ha de ser identitat anònima, o consensuar amb elles quina visibilitat i identitat es mostrarà.&lt;br /&gt;
&lt;br /&gt;
- Els llocs per a la gravació o captura han de ser pactats.&lt;br /&gt;
&lt;br /&gt;
- Mostrar-nos el contingut final prèviament a publicar-lo (no es tracta de revisar/censurar, però sí d&#039;evitar malentesos)&lt;br /&gt;
&lt;br /&gt;
- S&#039;ha d&#039;assumir una llicencia de contingut lliure (creative commons, domini públic, etc). Calafou (i el món en general) hem de poder publicar el mateix contingut, editar-lo i fer-ne ús.&lt;br /&gt;
&lt;br /&gt;
==Preguntes prèvies a respondre per a valorar per calafou:==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Títol o Nom de la publicació.&lt;br /&gt;
&lt;br /&gt;
* Nom de l&#039;autora/es. Contacte (mail i telèfon).&lt;br /&gt;
&lt;br /&gt;
* Context/orígen de la publicació. (Ex.: Investigació particular, producció pròpia / freelance, publicació en premsa, treball d&#039;escola o universitat o feina, obra artística, etc)&lt;br /&gt;
&lt;br /&gt;
* Format de la publicació. (Entrevista, article, reportatge, notícia, investigació, etc)&lt;br /&gt;
&lt;br /&gt;
* Suport de la publicació: (Escrit digital, audiovisual, sonor, publicació en paper...)&lt;br /&gt;
&lt;br /&gt;
* Objectiu (Quina és la motivació, temàtica per desenvolupar la producció.)&lt;br /&gt;
&lt;br /&gt;
* Públic (A quina audiència va dirigit?)&lt;br /&gt;
&lt;br /&gt;
* Llicència lliure específica? (Per defecte s&#039;haurà d&#039;assumir Creative Commons 4.0 by-sa, o proposar altre llicència lliure)&lt;br /&gt;
&lt;br /&gt;
* Compromís d&#039;accepteció de les condicions del protocol de mitjans. (només es validarà amb un &#039;Sí&#039;).&lt;br /&gt;
&lt;br /&gt;
* Si és una investigació llarga o gran, i inclou una residència a Calafou, s&#039;haurà d&#039;acceptar el què es troba recollit al [[Protocolo_Investigación | protocol d&#039;investigació]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
CASTELLA&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
ENGLISH VERSION&lt;/div&gt;</summary>
		<author><name>Dulzet</name></author>
	</entry>
	<entry>
		<id>http://wiki.calafou.org//index.php?title=Protocolo_medios&amp;diff=3977</id>
		<title>Protocolo medios</title>
		<link rel="alternate" type="text/html" href="http://wiki.calafou.org//index.php?title=Protocolo_medios&amp;diff=3977"/>
		<updated>2020-10-24T07:18:20Z</updated>

		<summary type="html">&lt;p&gt;Dulzet: /* Preguntes prèvies a respondre per a valorar per calafou: */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;CATALÀ&lt;br /&gt;
&lt;br /&gt;
Qualsevol persona o col.lectiu que vulgui fer una publicació i/o investigació sobre Calafou, ha de llegir i acceptar les condicions del protocol de mitjans i respondre i enviar-nos amb antelació les preguntes prèvies per a què valorem la proposta abans d&#039;acceptar el projecte. S&#039;assignarà una madrina de Calafou en cada cas que s&#039;encarregarà de fer arribar les preguntes i condicions per a la publicació. Es guardarà el treball i la seva fitxa amb les respostes en algun lloc de l&#039;arxiu de calafou (per determinar, encara).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Condicions a acceptar:==&lt;br /&gt;
&lt;br /&gt;
- Respectar la privacitat de les persones que apareixen, que per defecte ha de ser identitat anònima, o consensuar amb elles quina visibilitat i identitat es mostrarà.&lt;br /&gt;
&lt;br /&gt;
- Els llocs per a la gravació o captura han de ser pactats.&lt;br /&gt;
&lt;br /&gt;
- Mostrar-nos el contingut final prèviament a publicar-lo (no es tracta de revisar/censurar, però sí d&#039;evitar malentesos)&lt;br /&gt;
&lt;br /&gt;
- S&#039;ha d&#039;assumir una llicencia de contingut lliure (creative commons, domini públic, etc). Calafou (i el món en general) hem de poder publicar el mateix contingut, editar-lo i fer-ne ús.&lt;br /&gt;
&lt;br /&gt;
==Preguntes prèvies a respondre per a valorar per calafou:==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Títol o Nom de la publicació.&lt;br /&gt;
&lt;br /&gt;
* Nom de l&#039;autora/es. Contacte (mail i telèfon).&lt;br /&gt;
&lt;br /&gt;
* Context/orígen de la publicació. (Ex.: Investigació particular, producció pròpia / freelance, publicació en premsa, treball d&#039;escola o universitat o feina, obra artística, etc)&lt;br /&gt;
&lt;br /&gt;
* Format de la publicació. (Entrevista, article, reportatge, notícia, investigació, etc)&lt;br /&gt;
&lt;br /&gt;
* Suport de la publicació: (Escrit digital, audiovisual, sonor, publicació en paper...)&lt;br /&gt;
&lt;br /&gt;
* Objectiu (Quina és la motivació, temàtica per desenvolupar la producció.)&lt;br /&gt;
&lt;br /&gt;
* Públic (A quina audiència va dirigit?)&lt;br /&gt;
&lt;br /&gt;
* Llicència lliure específica? (Per defecte s&#039;haurà d&#039;assumir Creative Commons 4.0 by-sa.)&lt;br /&gt;
&lt;br /&gt;
* Compromís d&#039;accepteció de les condicions del protocol de mitjans. (només es validarà amb un &#039;Sí&#039;).&lt;br /&gt;
&lt;br /&gt;
* Si és una investigació llarga o gran, i inclou una residència a Calafou, s&#039;haurà d&#039;acceptar el què es troba recollit al [[Protocolo_Investigación | protocol d&#039;investigació]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
CASTELLA&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
ENGLISH VERSION&lt;/div&gt;</summary>
		<author><name>Dulzet</name></author>
	</entry>
	<entry>
		<id>http://wiki.calafou.org//index.php?title=Protocolo_medios&amp;diff=3976</id>
		<title>Protocolo medios</title>
		<link rel="alternate" type="text/html" href="http://wiki.calafou.org//index.php?title=Protocolo_medios&amp;diff=3976"/>
		<updated>2020-10-24T07:17:31Z</updated>

		<summary type="html">&lt;p&gt;Dulzet: /* Preguntes prèvies a respondre per a valorar per calafou: */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;CATALÀ&lt;br /&gt;
&lt;br /&gt;
Qualsevol persona o col.lectiu que vulgui fer una publicació i/o investigació sobre Calafou, ha de llegir i acceptar les condicions del protocol de mitjans i respondre i enviar-nos amb antelació les preguntes prèvies per a què valorem la proposta abans d&#039;acceptar el projecte. S&#039;assignarà una madrina de Calafou en cada cas que s&#039;encarregarà de fer arribar les preguntes i condicions per a la publicació. Es guardarà el treball i la seva fitxa amb les respostes en algun lloc de l&#039;arxiu de calafou (per determinar, encara).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Condicions a acceptar:==&lt;br /&gt;
&lt;br /&gt;
- Respectar la privacitat de les persones que apareixen, que per defecte ha de ser identitat anònima, o consensuar amb elles quina visibilitat i identitat es mostrarà.&lt;br /&gt;
&lt;br /&gt;
- Els llocs per a la gravació o captura han de ser pactats.&lt;br /&gt;
&lt;br /&gt;
- Mostrar-nos el contingut final prèviament a publicar-lo (no es tracta de revisar/censurar, però sí d&#039;evitar malentesos)&lt;br /&gt;
&lt;br /&gt;
- S&#039;ha d&#039;assumir una llicencia de contingut lliure (creative commons, domini públic, etc). Calafou (i el món en general) hem de poder publicar el mateix contingut, editar-lo i fer-ne ús.&lt;br /&gt;
&lt;br /&gt;
==Preguntes prèvies a respondre per a valorar per calafou:==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Títol o Nom de la publicació.&lt;br /&gt;
&lt;br /&gt;
* Nom de l&#039;autora/es. Contacte (mail i telèfon).&lt;br /&gt;
&lt;br /&gt;
* Context/orígen de la publicació. (Ex.: Investigació particular, producció pròpia / freelance, publicació en premsa, treball d&#039;escola o universitat o feina, obra artística, etc)&lt;br /&gt;
&lt;br /&gt;
* Format de la publicació. (Entrevista, article, reportatge, notícia, investigació, etc)&lt;br /&gt;
&lt;br /&gt;
* Suport de la publicació: (Escrit digital, audiovisual, sonor, publicació en paper...)&lt;br /&gt;
&lt;br /&gt;
* Objectiu (Quina és la motivació, temàtica per desenvolupar la producció.)&lt;br /&gt;
&lt;br /&gt;
* Públic (A quina audiència va dirigit?)&lt;br /&gt;
&lt;br /&gt;
* Llicència lliure específica? (Per defecte s&#039;haurà d&#039;assumir Creative Commons 4.0 by-sa.)&lt;br /&gt;
&lt;br /&gt;
* Compromís d&#039;accepteció de les condicions del protocol de mitjans. (només es validarà amb un &#039;Sí&#039;).&lt;br /&gt;
&lt;br /&gt;
* Si és una investigació llarga o gran, i inclou una residència a Calafou, s&#039;haurà&lt;br /&gt;
d&#039;acceptar el què es troba recollit al [[Protocolo_Investigación | protocol d&#039;investigació]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
CASTELLA&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
ENGLISH VERSION&lt;/div&gt;</summary>
		<author><name>Dulzet</name></author>
	</entry>
	<entry>
		<id>http://wiki.calafou.org//index.php?title=Protocolo_medios&amp;diff=3975</id>
		<title>Protocolo medios</title>
		<link rel="alternate" type="text/html" href="http://wiki.calafou.org//index.php?title=Protocolo_medios&amp;diff=3975"/>
		<updated>2020-10-24T07:16:08Z</updated>

		<summary type="html">&lt;p&gt;Dulzet: /* Preguntes prèvies a respondre per a valorar per calafou: */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;CATALÀ&lt;br /&gt;
&lt;br /&gt;
Qualsevol persona o col.lectiu que vulgui fer una publicació i/o investigació sobre Calafou, ha de llegir i acceptar les condicions del protocol de mitjans i respondre i enviar-nos amb antelació les preguntes prèvies per a què valorem la proposta abans d&#039;acceptar el projecte. S&#039;assignarà una madrina de Calafou en cada cas que s&#039;encarregarà de fer arribar les preguntes i condicions per a la publicació. Es guardarà el treball i la seva fitxa amb les respostes en algun lloc de l&#039;arxiu de calafou (per determinar, encara).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Condicions a acceptar:==&lt;br /&gt;
&lt;br /&gt;
- Respectar la privacitat de les persones que apareixen, que per defecte ha de ser identitat anònima, o consensuar amb elles quina visibilitat i identitat es mostrarà.&lt;br /&gt;
&lt;br /&gt;
- Els llocs per a la gravació o captura han de ser pactats.&lt;br /&gt;
&lt;br /&gt;
- Mostrar-nos el contingut final prèviament a publicar-lo (no es tracta de revisar/censurar, però sí d&#039;evitar malentesos)&lt;br /&gt;
&lt;br /&gt;
- S&#039;ha d&#039;assumir una llicencia de contingut lliure (creative commons, domini públic, etc). Calafou (i el món en general) hem de poder publicar el mateix contingut, editar-lo i fer-ne ús.&lt;br /&gt;
&lt;br /&gt;
==Preguntes prèvies a respondre per a valorar per calafou:==&lt;br /&gt;
&lt;br /&gt;
* Títol o Nom de la publicació.&lt;br /&gt;
&lt;br /&gt;
* Nom de l&#039;autora/es. Contacte (mail i telèfon).&lt;br /&gt;
&lt;br /&gt;
* Context/orígen de la publicació. (Ex.: Investigació particular, producció pròpia / freelance, publicació en premsa, treball d&#039;escola o universitat o feina, obra artística, etc)&lt;br /&gt;
&lt;br /&gt;
* Format de la publicació. (Entrevista, article, reportatge, notícia, investigació, etc&lt;br /&gt;
&lt;br /&gt;
* Suport de la publicació: (Escrit digital, audiovisual, sonor, publicació en&lt;br /&gt;
paper...)&lt;br /&gt;
&lt;br /&gt;
* Objectiu (Quina és la motivació, temàtica per desenvolupar la producció.)&lt;br /&gt;
&lt;br /&gt;
* Públic (A quina audiència va dirigit?)&lt;br /&gt;
&lt;br /&gt;
* Llicència lliure específica? (Per defecte s&#039;haurà d&#039;assumir Creative&lt;br /&gt;
commons 4.0 by-sa.)&lt;br /&gt;
&lt;br /&gt;
* Compromís d&#039;accepteció de les condicions del protocol de mitjans.&lt;br /&gt;
(només es validarà amb un &#039;Sí&#039;).&lt;br /&gt;
&lt;br /&gt;
* Si és una investigació llarga o gran, i inclou una residència a Calafou, s&#039;haurà&lt;br /&gt;
d&#039;acceptar el què es troba recollit al [[Protocolo_Investigación | protocol d&#039;investigació]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
CASTELLA&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
ENGLISH VERSION&lt;/div&gt;</summary>
		<author><name>Dulzet</name></author>
	</entry>
	<entry>
		<id>http://wiki.calafou.org//index.php?title=Protocolo_medios&amp;diff=3974</id>
		<title>Protocolo medios</title>
		<link rel="alternate" type="text/html" href="http://wiki.calafou.org//index.php?title=Protocolo_medios&amp;diff=3974"/>
		<updated>2020-10-24T07:13:03Z</updated>

		<summary type="html">&lt;p&gt;Dulzet: /* Preguntes prèvies a respondre per a valorar per calafou: */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;CATALÀ&lt;br /&gt;
&lt;br /&gt;
Qualsevol persona o col.lectiu que vulgui fer una publicació i/o investigació sobre Calafou, ha de llegir i acceptar les condicions del protocol de mitjans i respondre i enviar-nos amb antelació les preguntes prèvies per a què valorem la proposta abans d&#039;acceptar el projecte. S&#039;assignarà una madrina de Calafou en cada cas que s&#039;encarregarà de fer arribar les preguntes i condicions per a la publicació. Es guardarà el treball i la seva fitxa amb les respostes en algun lloc de l&#039;arxiu de calafou (per determinar, encara).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Condicions a acceptar:==&lt;br /&gt;
&lt;br /&gt;
- Respectar la privacitat de les persones que apareixen, que per defecte ha de ser identitat anònima, o consensuar amb elles quina visibilitat i identitat es mostrarà.&lt;br /&gt;
&lt;br /&gt;
- Els llocs per a la gravació o captura han de ser pactats.&lt;br /&gt;
&lt;br /&gt;
- Mostrar-nos el contingut final prèviament a publicar-lo (no es tracta de revisar/censurar, però sí d&#039;evitar malentesos)&lt;br /&gt;
&lt;br /&gt;
- S&#039;ha d&#039;assumir una llicencia de contingut lliure (creative commons, domini públic, etc). Calafou (i el món en general) hem de poder publicar el mateix contingut, editar-lo i fer-ne ús.&lt;br /&gt;
&lt;br /&gt;
==Preguntes prèvies a respondre per a valorar per calafou:==&lt;br /&gt;
&lt;br /&gt;
* Tipus de publicació. (Investigació particular - freelance, publicació en premsa, treball d&#039;escola o&lt;br /&gt;
universitat o feina, obra artística, etc)&lt;br /&gt;
&lt;br /&gt;
* Títol o Nom de la publicació.&lt;br /&gt;
&lt;br /&gt;
* Nom de l&#039;autora/es. Contacte (mail i telèfon).&lt;br /&gt;
&lt;br /&gt;
* Format de la publicació. (Entrevista, article, reportatge, notícia, investigació, etc&lt;br /&gt;
&lt;br /&gt;
* Suport de la publicació: (Escrit digital, audiovisual, sonor, publicació en&lt;br /&gt;
paper...)&lt;br /&gt;
&lt;br /&gt;
* Objectiu (Quina és la motivació, temàtica per desenvolupar la producció.)&lt;br /&gt;
&lt;br /&gt;
* Públic (A quina audiència va dirigit?)&lt;br /&gt;
&lt;br /&gt;
* Llicència lliure específica? (Per defecte s&#039;haurà d&#039;assumir Creative&lt;br /&gt;
commons 4.0 by-sa.)&lt;br /&gt;
&lt;br /&gt;
* Compromís d&#039;accepteció de les condicions del protocol de mitjans.&lt;br /&gt;
(només es validarà amb un &#039;Sí&#039;).&lt;br /&gt;
&lt;br /&gt;
* Si és una investigació llarga o gran, i inclou una residència a Calafou, s&#039;haurà&lt;br /&gt;
d&#039;acceptar el què es troba recollit al [[Protocolo_Investigación | protocol d&#039;investigació]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
CASTELLA&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
ENGLISH VERSION&lt;/div&gt;</summary>
		<author><name>Dulzet</name></author>
	</entry>
	<entry>
		<id>http://wiki.calafou.org//index.php?title=Protocolo_medios&amp;diff=3973</id>
		<title>Protocolo medios</title>
		<link rel="alternate" type="text/html" href="http://wiki.calafou.org//index.php?title=Protocolo_medios&amp;diff=3973"/>
		<updated>2020-10-24T07:10:42Z</updated>

		<summary type="html">&lt;p&gt;Dulzet: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;CATALÀ&lt;br /&gt;
&lt;br /&gt;
Qualsevol persona o col.lectiu que vulgui fer una publicació i/o investigació sobre Calafou, ha de llegir i acceptar les condicions del protocol de mitjans i respondre i enviar-nos amb antelació les preguntes prèvies per a què valorem la proposta abans d&#039;acceptar el projecte. S&#039;assignarà una madrina de Calafou en cada cas que s&#039;encarregarà de fer arribar les preguntes i condicions per a la publicació. Es guardarà el treball i la seva fitxa amb les respostes en algun lloc de l&#039;arxiu de calafou (per determinar, encara).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Condicions a acceptar:==&lt;br /&gt;
&lt;br /&gt;
- Respectar la privacitat de les persones que apareixen, que per defecte ha de ser identitat anònima, o consensuar amb elles quina visibilitat i identitat es mostrarà.&lt;br /&gt;
&lt;br /&gt;
- Els llocs per a la gravació o captura han de ser pactats.&lt;br /&gt;
&lt;br /&gt;
- Mostrar-nos el contingut final prèviament a publicar-lo (no es tracta de revisar/censurar, però sí d&#039;evitar malentesos)&lt;br /&gt;
&lt;br /&gt;
- S&#039;ha d&#039;assumir una llicencia de contingut lliure (creative commons, domini públic, etc). Calafou (i el món en general) hem de poder publicar el mateix contingut, editar-lo i fer-ne ús.&lt;br /&gt;
&lt;br /&gt;
==Preguntes prèvies a respondre per a valorar per calafou:==&lt;br /&gt;
&lt;br /&gt;
Tipus de publicació. (Investigació particular, Treball d&#039;escola o&lt;br /&gt;
universitat o feina, article en premsa, freelance, obra artística, etc)&lt;br /&gt;
&lt;br /&gt;
* Títol o Nom de la publicació.&lt;br /&gt;
&lt;br /&gt;
* Nom de l&#039;autora/es. Contacte (mail i telèfon).&lt;br /&gt;
&lt;br /&gt;
* Format de la publicació. (Entrevista, article, reportatge, notícia,&lt;br /&gt;
investigació, etc /+/ Suport de la publicació: Escrit digital, audiovisual, sonor, publicació en&lt;br /&gt;
paper, etc.)&lt;br /&gt;
&lt;br /&gt;
* Objectiu (Quina és la motivació, temàtica per desenvolupar la producció.)&lt;br /&gt;
&lt;br /&gt;
* Públic (A quina audiència va dirigit?)&lt;br /&gt;
&lt;br /&gt;
* Llicència lliure específica? (Per defecte s&#039;haurà d&#039;assumir Creative&lt;br /&gt;
commons 4.0 by-sa.)&lt;br /&gt;
&lt;br /&gt;
* Compromís d&#039;accepteció de les condicions del protocol de mitjans.&lt;br /&gt;
(només es validarà amb un &#039;Sí&#039;).&lt;br /&gt;
&lt;br /&gt;
* Si és una investigació llarga o gran, i inclou una residència a Calafou, s&#039;haurà&lt;br /&gt;
d&#039;acceptar el què es troba recollit al [[Protocolo_Investigación | protocol d&#039;investigació]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
CASTELLA&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
ENGLISH VERSION&lt;/div&gt;</summary>
		<author><name>Dulzet</name></author>
	</entry>
	<entry>
		<id>http://wiki.calafou.org//index.php?title=Protocolo_medios&amp;diff=3972</id>
		<title>Protocolo medios</title>
		<link rel="alternate" type="text/html" href="http://wiki.calafou.org//index.php?title=Protocolo_medios&amp;diff=3972"/>
		<updated>2020-10-24T07:00:32Z</updated>

		<summary type="html">&lt;p&gt;Dulzet: /* Condicions a acceptar: */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;CATALÀ&lt;br /&gt;
&lt;br /&gt;
Qualsevol persona o col.lectiu que vulgui fer una publicació i/o investigació sobre Calafou, ha de llegir i acceptar les condicions del protocol de mitjans i respondre i enviar-nos amb antelació les preguntes prèvies per a què valorem la proposta abans d&#039;acceptar el projecte.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Condicions a acceptar:==&lt;br /&gt;
&lt;br /&gt;
- Respectar la privacitat de les persones que apareixen, que per defecte ha de ser identitat anònima, o consensuar amb elles quina visibilitat i identitat es mostrarà.&lt;br /&gt;
&lt;br /&gt;
- Els llocs per a la gravació o captura han de ser pactats.&lt;br /&gt;
&lt;br /&gt;
- Mostrar-nos el contingut final prèviament a publicar-lo (no es tracta de revisar/censurar, però sí d&#039;evitar malentesos)&lt;br /&gt;
&lt;br /&gt;
- S&#039;ha d&#039;assumir una llicencia de contingut lliure (creative commons, domini públic, etc). Calafou (i el món en general) hem de poder publicar el mateix contingut, editar-lo i fer-ne ús.&lt;br /&gt;
&lt;br /&gt;
==Preguntes prèvies a respondre per a valorar per calafou:==&lt;br /&gt;
&lt;br /&gt;
Tipus de publicació. (Investigació particular, Treball d&#039;escola o&lt;br /&gt;
universitat o feina, article en premsa, freelance, obra artística, etc)&lt;br /&gt;
&lt;br /&gt;
* Títol o Nom de la publicació.&lt;br /&gt;
&lt;br /&gt;
* Nom de l&#039;autora/es.&lt;br /&gt;
&lt;br /&gt;
* Format de la publicació. (Entrevista, article, reportatge, notícia,&lt;br /&gt;
investigació, etc /+/ Suport de la publicació: Escrit digital, audiovisual, sonor, publicació en&lt;br /&gt;
paper, etc.)&lt;br /&gt;
&lt;br /&gt;
* Objectiu (Quina és la motivació, temàtica per desenvolupar la producció.)&lt;br /&gt;
&lt;br /&gt;
* Públic (A quina audiència va dirigit?)&lt;br /&gt;
&lt;br /&gt;
* Llicència lliure específica? (Per defecte s&#039;haurà d&#039;assumir Creative&lt;br /&gt;
commons 4.0 by-sa.)&lt;br /&gt;
&lt;br /&gt;
* Compromís d&#039;accepteció de les condicions del protocol de mitjans.&lt;br /&gt;
(només es validarà amb un &#039;Sí&#039;).&lt;br /&gt;
&lt;br /&gt;
* Si és una investigació llarga o gran, i inclou una residència a Calafou, s&#039;haurà&lt;br /&gt;
d&#039;acceptar el què es troba recollit al [[Protocolo_Investigación | protocol d&#039;investigació]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
CASTELLA&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
ENGLISH VERSION&lt;/div&gt;</summary>
		<author><name>Dulzet</name></author>
	</entry>
	<entry>
		<id>http://wiki.calafou.org//index.php?title=Protocolo_medios&amp;diff=3971</id>
		<title>Protocolo medios</title>
		<link rel="alternate" type="text/html" href="http://wiki.calafou.org//index.php?title=Protocolo_medios&amp;diff=3971"/>
		<updated>2020-10-24T06:59:34Z</updated>

		<summary type="html">&lt;p&gt;Dulzet: millora de les preguntes i les condicions&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;CATALÀ&lt;br /&gt;
&lt;br /&gt;
Qualsevol persona o col.lectiu que vulgui fer una publicació i/o investigació sobre Calafou, ha de llegir i acceptar les condicions del protocol de mitjans i respondre i enviar-nos amb antelació les preguntes prèvies per a què valorem la proposta abans d&#039;acceptar el projecte.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Condicions a acceptar:==&lt;br /&gt;
&lt;br /&gt;
- Respectar la privacitat de les persones que apareixen, que per defecte ha de ser identitat anònima o consensuar amb elles quina visibilitat i identitat es mostrarà.&lt;br /&gt;
&lt;br /&gt;
- Els llocs per a la gravació o captura també han de ser pactats.&lt;br /&gt;
&lt;br /&gt;
- Mostrar-nos el contingut final prèviament a publicar-lo (no es tracta de revisar/censurar, però sí d&#039;evitar malentesos)&lt;br /&gt;
&lt;br /&gt;
- S&#039;ha d&#039;assumir una llicencia de contingut lliure (creative commons, domini públic, etc). Calafou (i el món en general) hem de poder publicar el mateix contingut, editar-lo i fer-ne ús.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Preguntes prèvies a respondre per a valorar per calafou:==&lt;br /&gt;
&lt;br /&gt;
Tipus de publicació. (Investigació particular, Treball d&#039;escola o&lt;br /&gt;
universitat o feina, article en premsa, freelance, obra artística, etc)&lt;br /&gt;
&lt;br /&gt;
* Títol o Nom de la publicació.&lt;br /&gt;
&lt;br /&gt;
* Nom de l&#039;autora/es.&lt;br /&gt;
&lt;br /&gt;
* Format de la publicació. (Entrevista, article, reportatge, notícia,&lt;br /&gt;
investigació, etc /+/ Suport de la publicació: Escrit digital, audiovisual, sonor, publicació en&lt;br /&gt;
paper, etc.)&lt;br /&gt;
&lt;br /&gt;
* Objectiu (Quina és la motivació, temàtica per desenvolupar la producció.)&lt;br /&gt;
&lt;br /&gt;
* Públic (A quina audiència va dirigit?)&lt;br /&gt;
&lt;br /&gt;
* Llicència lliure específica? (Per defecte s&#039;haurà d&#039;assumir Creative&lt;br /&gt;
commons 4.0 by-sa.)&lt;br /&gt;
&lt;br /&gt;
* Compromís d&#039;accepteció de les condicions del protocol de mitjans.&lt;br /&gt;
(només es validarà amb un &#039;Sí&#039;).&lt;br /&gt;
&lt;br /&gt;
* Si és una investigació llarga o gran, i inclou una residència a Calafou, s&#039;haurà&lt;br /&gt;
d&#039;acceptar el què es troba recollit al [[Protocolo_Investigación | protocol d&#039;investigació]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
CASTELLA&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
ENGLISH VERSION&lt;/div&gt;</summary>
		<author><name>Dulzet</name></author>
	</entry>
	<entry>
		<id>http://wiki.calafou.org//index.php?title=Protocolo_Investigaci%C3%B3n&amp;diff=3930</id>
		<title>Protocolo Investigación</title>
		<link rel="alternate" type="text/html" href="http://wiki.calafou.org//index.php?title=Protocolo_Investigaci%C3%B3n&amp;diff=3930"/>
		<updated>2020-07-19T11:44:02Z</updated>

		<summary type="html">&lt;p&gt;Dulzet: /* Expectativas */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[English version below]&lt;br /&gt;
&lt;br /&gt;
= Protocolo Investigación, Calafou =&lt;br /&gt;
&lt;br /&gt;
Actualizado 2017-09-24&lt;br /&gt;
&lt;br /&gt;
== Introducción ==&lt;br /&gt;
&lt;br /&gt;
Dentro de la comunidad de Calafou existen puntos de vista diferentes acerca de la investigación y su valor.  Algunas personas consideran que la producción de conocimiento desde el ámbito académico puede ser inútil, o incluso ser nefasta.  En general, preferimos la investigación que se basa en principios cooperativos, como la investigación activista, la investigación orientada hacia la transformación social, la investigación-acción, la co-investigación y así sucesivamente. &lt;br /&gt;
&lt;br /&gt;
Sin embargo, se pueden realizar investigaciones en Calafou o acerca de Calafou después de pedir permiso y negociar las condiciones (objetivos, metodologías, etc). &#039;&#039;&#039;Los proyectos de investigación aceptados por la asamblea de Calafou, también requieren que alguien de la comunidad quiera brindar el apoyo necesario a la persona investigadora siendo su tutora durante el tiempo de desarrollo de la investigación.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Es esencial que toda la producción y resultados de la investigación sean liberados bajo una licencia libre.  Si piensas publicar los resultados de la investigación bajo una licencia estricta de derecho de autor, entonces Calafou no es el lugar adecuado para ti.  Antes que nada se pide a todas las posibles investigadoras leerse y rellenar el protocolo de medios [0], así como aceptar las siguientes condiciones.&lt;br /&gt;
&lt;br /&gt;
== Expectativas ==&lt;br /&gt;
&lt;br /&gt;
Utilizamos los siguientes criterios para evaluar los posibles proyectos de investigación:&lt;br /&gt;
&lt;br /&gt;
#. &#039;&#039;&#039;Antes de contactar-nos&#039;&#039;&#039;, las investigadoras deben estudiar la documentación disponible. A través de este proceso se evitan las preguntas innecesarias y se hace una inversión en la comprensión del proyecto que coincide con el tiempo que brindaremos en apoyar a la investigación. Compartiremos con las investigadoras un archivo de materiales potencialmente útiles así como la documentación de los esfuerzos previos de investigación que podrían alimentar su propio trabajo.&lt;br /&gt;
#. &#039;&#039;&#039;Invitamos las investigadoras en venir pasar unos días en calafou antes de proponernos hacer una investigación.&#039;&#039;&#039; Para ello pueden acudir a las jornadas de puertas abiertas que se celebran 3 veces al año (generalmente dos semanas en verano, una semana en otoño y una semana en primavera). Si no pudieran venirse para esas fechas, entonces lo mejor es seguir el protocolo de visitas y escribirnos, proponer una residencia y ver si personas de la comunidad de animan a recibirlas y amadrinarlas. Tengan en cuenta que eso no significaría que estas mismas personas aceptarían ser sus tutoras en caso de que la asamblea de Calafou acepte su propuesta de investigación.&lt;br /&gt;
#. &#039;&#039;&#039;Las problemáticas investigadas deben ser relevantes y contribuir al desarrollo de Calafou.&#039;&#039;&#039;  Animamos las investigadoras a formular sus preguntas de investigación en colaboración con algunos miembros de la comunidad afín de poder reflejar las preocupaciones, inquietudes e intereses de la comunidad.  También animamos las investigadoras en pensar en que tipo de actividades y tareas se involucraran activamente mientras residen en Calafou para llevar a cabo su investigación.&lt;br /&gt;
#. &#039;&#039;&#039;Si la investigación se centrara en un proyecto autónomo productivo de Calafou&#039;&#039;&#039;, en tal caso las personas que amadrinen  esa investigación deberán comunicarlo en la asamblea de Calafou y definir de que manera la investigadora respectara el anonimato y derecho a la privacidad del resto de habitantes y proyectos de Calafou. Si se viese necesario el GT de comunicación podría dar apoyo metodológico en ese sentido.&lt;br /&gt;
#. &#039;&#039;&#039;La metodología de investigación&#039;&#039;&#039; debe definir claramente cómo se recogen los datos, como se analizan y comparten.  ¿Qué tipo de herramientas se utilizarán para ello?  Por ejemplo, preferimos alternativas libres como nuestra instalación local de Etherpad a los servicios comerciales, tales como Google Docs.  La investigadora también deberá cuidar la privacidad y/o anonimato de las participantes a su estudio según lo que se haya acordado.  Por ejemplo, preferimos almacenar información personal de manera encriptada y pedir que los resultados de los estudios sean anónimos.  Finalmente, se estudiara como compartir los datos del proceso, y no solo los resultados.  Por ejemplo, puede ser positivo compartir los datos brutos de las encuestas, las transcripciones de entrevistas, las notas de campo o las fotografías, etc.&lt;br /&gt;
#. &#039;&#039;&#039;Los resultados de la investigación&#039;&#039;&#039; deben ser presentado de vuelta a la comunidad de Calafou.  Los resultados deben ser presentados a Calafou de una manera más contextualizada y no simplemente enviar el producto terminado.  La investigadora debe reservar y planear un momento para explicar y discutir los resultados, preferiblemente en persona o a través de una vídeo-conferencia si no puede estar presente.&lt;br /&gt;
&lt;br /&gt;
Afín de poder detallar todos estos elementos, &#039;&#039;&#039;se pedirá a la persona investigadora trabajar de cerca con su tutora habitante de la comunidad de Calafou&#039;&#039;&#039; afin de hacer que el proceso de investigación resulte lo mas llevadero e interesante como sea posible. &lt;br /&gt;
&lt;br /&gt;
[0] La publicación resultante de la investigación, deberá antes superar el protocolo de medios descrito aquí: [[Protocolo medios]]&lt;br /&gt;
&lt;br /&gt;
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++&lt;br /&gt;
&lt;br /&gt;
= Research Guidelines, Calafou =&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
Different perspectives exist on research in the Calafou community.  Some consider academic knowledge production useless, or worse.  Chosen research projects are assigned a tutor and get all necessary support. In general, we prefer research that is based on cooperative principles, such as activist research, engaged research, action research, co-research and so on.&lt;br /&gt;
&lt;br /&gt;
Research in or about Calafou can take place, without exception, only after negotiating and authorising the conditions of the research (goals, methodologies, etc.).  &#039;&#039;&#039;Research projects are authorised by the Calafou assembly and they require someone from the community who offers support for the researcher to be their guide during the development of the research.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
It is essential that any research or media production realised in or about Calafou must be released under a free license. If you plan to publish your research results under a strict copyright license, then Calafou is not the place for you. Researcher(s) must adopt the media protocol [0] in addition to these guidelines.&lt;br /&gt;
&lt;br /&gt;
== Expectations ==&lt;br /&gt;
&lt;br /&gt;
We use the following criteria to evaluate potential research projects:&lt;br /&gt;
&lt;br /&gt;
# &#039;&#039;&#039;Before contacting us&#039;&#039;&#039;, researcher(s) should study the available documentation. Through this process the researcher(s) avoids unnecessary questions and makes an investment in the project that matches the time we spend supporting the research. We will share with the researcher(s) a repository and archive of potentially useful materials and the documentation of previous research efforts that could feed into their work.&lt;br /&gt;
# &#039;&#039;&#039;We invite researchers to come for a few days to Calafou before they propose their research.&#039;&#039;&#039;  To this end, they may participate in the Open Days, which happen three times a year (generally two weeks in summer and one in spring).  If the dates are not viable, then it is best to follow the visit guidelines and contact us, propose a stay and see if someone is available as a host.  A host can be different from the person who oversees the research.&lt;br /&gt;
# &#039;&#039;&#039;The research questions&#039;&#039;&#039; should be relevant and contribute to the development of Calafou.  We encourage researcher(s) to formulate their research question in collaboration with some members of the community in order to reflect the current problems, preoccupations and interests.  We also encourage the researcher to consider the type of other activities and tasks they want to be actively involved while they are in Calafou to carry out the research.&lt;br /&gt;
# &#039;&#039;&#039;In all cases where the research revolves around an autonomous productive project of Calafou&#039;&#039;&#039;, the research guide has to consult the Calafou assembly to make sure that the anonimity and privacy of other inhabitants and projects are respected.  The communication working group can provide methodological support.&lt;br /&gt;
# &#039;&#039;&#039;The research methodology&#039;&#039;&#039; should define clearly how data is collected, analysed and shared.  Which tools will be used?  For example, we prefer free alternatives like our local Etherpad installation to proprietary and commercial services such as Google Docs.  How researcher(s) care for participants’ privacy and/or anonymity?  For example, we prefer to store personal information encrypted and may ask for results to be anonymised.  Why not share process data in addition to the results?  For example, it may be beneficial to share documentation such as the raw data of surveys, the transcripts of interviews, field notes or photographs. Etc.&lt;br /&gt;
# &#039;&#039;&#039;The research results&#039;&#039;&#039; should be fed back to Calafou.  At the minimum, results should be presented at Calafou in a more contextualised way than simply sending the finished product.  The researcher(s) should reserve and negotiate a time to explain and discuss the results, preferably in person or through video-conference in case they cannot be here.&lt;br /&gt;
&lt;br /&gt;
For this purpose we ask researcher(s) to work closely with someone from the Calafou community to make the process as bearable and interesting as possible.&lt;br /&gt;
&lt;br /&gt;
The outcome publication of the research, has to accomplish the media protocol described here: [[Protocolo medios|Media protocol]]&lt;/div&gt;</summary>
		<author><name>Dulzet</name></author>
	</entry>
	<entry>
		<id>http://wiki.calafou.org//index.php?title=Protocolo_Investigaci%C3%B3n&amp;diff=3929</id>
		<title>Protocolo Investigación</title>
		<link rel="alternate" type="text/html" href="http://wiki.calafou.org//index.php?title=Protocolo_Investigaci%C3%B3n&amp;diff=3929"/>
		<updated>2020-07-19T11:43:19Z</updated>

		<summary type="html">&lt;p&gt;Dulzet: /* Introducción */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[English version below]&lt;br /&gt;
&lt;br /&gt;
= Protocolo Investigación, Calafou =&lt;br /&gt;
&lt;br /&gt;
Actualizado 2017-09-24&lt;br /&gt;
&lt;br /&gt;
== Introducción ==&lt;br /&gt;
&lt;br /&gt;
Dentro de la comunidad de Calafou existen puntos de vista diferentes acerca de la investigación y su valor.  Algunas personas consideran que la producción de conocimiento desde el ámbito académico puede ser inútil, o incluso ser nefasta.  En general, preferimos la investigación que se basa en principios cooperativos, como la investigación activista, la investigación orientada hacia la transformación social, la investigación-acción, la co-investigación y así sucesivamente. &lt;br /&gt;
&lt;br /&gt;
Sin embargo, se pueden realizar investigaciones en Calafou o acerca de Calafou después de pedir permiso y negociar las condiciones (objetivos, metodologías, etc). &#039;&#039;&#039;Los proyectos de investigación aceptados por la asamblea de Calafou, también requieren que alguien de la comunidad quiera brindar el apoyo necesario a la persona investigadora siendo su tutora durante el tiempo de desarrollo de la investigación.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Es esencial que toda la producción y resultados de la investigación sean liberados bajo una licencia libre.  Si piensas publicar los resultados de la investigación bajo una licencia estricta de derecho de autor, entonces Calafou no es el lugar adecuado para ti.  Antes que nada se pide a todas las posibles investigadoras leerse y rellenar el protocolo de medios [0], así como aceptar las siguientes condiciones.&lt;br /&gt;
&lt;br /&gt;
== Expectativas ==&lt;br /&gt;
&lt;br /&gt;
Utilizamos los siguientes criterios para evaluar los posibles proyectos de investigación:&lt;br /&gt;
&lt;br /&gt;
#. &#039;&#039;&#039;Antes de contactar-nos&#039;&#039;&#039;, las investigadoras deben estudiar la documentación disponible. A través de este proceso se evitan las preguntas innecesarias y se hace una inversión en la comprensión del proyecto que coincide con el tiempo que brindaremos en apoyar a la investigación. Compartiremos con las investigadoras un archivo de materiales potencialmente útiles así como la documentación de los esfuerzos previos de investigación que podrían alimentar su propio trabajo.&lt;br /&gt;
#. &#039;&#039;&#039;Invitamos las investigadoras en venir pasar unos días en calafou antes de proponernos hacer una investigación.&#039;&#039;&#039; Para ello pueden acudir a las jornadas de puertas abiertas que se celebran 3 veces al año (generalmente dos semanas en verano, una semana en otoño y una semana en primavera). Si no pudieran venirse para esas fechas, entonces lo mejor es seguir el protocolo de visitas y escribirnos, proponer una residencia y ver si personas de la comunidad de animan a recibirlas y amadrinarlas. Tengan en cuenta que eso no significaría que estas mismas personas aceptarían ser sus tutoras en caso de que la asamblea de Calafou acepte su propuesta de investigación.&lt;br /&gt;
#. &#039;&#039;&#039;Las problemáticas investigadas deben ser relevantes y contribuir al desarrollo de Calafou.&#039;&#039;&#039;  Animamos las investigadoras a formular sus preguntas de investigación en colaboración con algunos miembros de la comunidad afín de poder reflejar las preocupaciones, inquietudes e intereses de la comunidad.  También animamos las investigadoras en pensar en que tipo de actividades y tareas se involucraran activamente mientras residen en Calafou para llevar a cabo su investigación.&lt;br /&gt;
#. &#039;&#039;&#039;Si la investigación se centrara en un proyecto autónomo productivo de Calafou&#039;&#039;&#039;, en tal caso las personas que amadrinen  esa investigación deberán comunicarlo en la asamblea de Calafou y definir de que manera la investigadora respectara el anonimato y derecho a la privacidad del resto de habitantes y proyectos de Calafou. Si se viese necesario el GT de comunicación podría dar apoyo metodológico en ese sentido.&lt;br /&gt;
#. &#039;&#039;&#039;La metodología de investigación&#039;&#039;&#039; debe definir claramente cómo se recogen los datos, como se analizan y comparten.  ¿Qué tipo de herramientas se utilizarán para ello?  Por ejemplo, preferimos alternativas libres como nuestra instalación local de Etherpad a los servicios comerciales, tales como Google Docs.  La investigadora también deberá cuidar la privacidad y/o anonimato de las participantes a su estudio según lo que se haya acordado.  Por ejemplo, preferimos almacenar información personal de manera encriptada y pedir que los resultados de los estudios sean anónimos.  Finalmente, se estudiara como compartir los datos del proceso, y no solo los resultados.  Por ejemplo, puede ser positivo compartir los datos brutos de las encuestas, las transcripciones de entrevistas, las notas de campo o las fotografías, etc.&lt;br /&gt;
#. &#039;&#039;&#039;Los resultados de la investigación&#039;&#039;&#039; deben ser presentado de vuelta a la comunidad de Calafou.  Los resultados deben ser presentados a Calafou de una manera más contextualizada y no simplemente enviar el producto terminado.  La investigadora debe reservar y planear un momento para explicar y discutir los resultados, preferiblemente en persona o a través de una vídeo-conferencia si no puede estar presente.&lt;br /&gt;
&lt;br /&gt;
Afín de poder detallar todos estos elementos, &#039;&#039;&#039;se pedirá a la persona investigadora trabajar de cerca con su tutora habitante de la comunidad de Calafou&#039;&#039;&#039; afin de hacer que el proceso de investigación resulte lo mas llevadero e interesante como sea posible. &lt;br /&gt;
&lt;br /&gt;
La publicación resultante de la investigación, deberá antes superar el protocolo de medios descrito aquí: [[Protocolo medios]]&lt;br /&gt;
&lt;br /&gt;
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++&lt;br /&gt;
&lt;br /&gt;
= Research Guidelines, Calafou =&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
Different perspectives exist on research in the Calafou community.  Some consider academic knowledge production useless, or worse.  Chosen research projects are assigned a tutor and get all necessary support. In general, we prefer research that is based on cooperative principles, such as activist research, engaged research, action research, co-research and so on.&lt;br /&gt;
&lt;br /&gt;
Research in or about Calafou can take place, without exception, only after negotiating and authorising the conditions of the research (goals, methodologies, etc.).  &#039;&#039;&#039;Research projects are authorised by the Calafou assembly and they require someone from the community who offers support for the researcher to be their guide during the development of the research.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
It is essential that any research or media production realised in or about Calafou must be released under a free license. If you plan to publish your research results under a strict copyright license, then Calafou is not the place for you. Researcher(s) must adopt the media protocol [0] in addition to these guidelines.&lt;br /&gt;
&lt;br /&gt;
== Expectations ==&lt;br /&gt;
&lt;br /&gt;
We use the following criteria to evaluate potential research projects:&lt;br /&gt;
&lt;br /&gt;
# &#039;&#039;&#039;Before contacting us&#039;&#039;&#039;, researcher(s) should study the available documentation. Through this process the researcher(s) avoids unnecessary questions and makes an investment in the project that matches the time we spend supporting the research. We will share with the researcher(s) a repository and archive of potentially useful materials and the documentation of previous research efforts that could feed into their work.&lt;br /&gt;
# &#039;&#039;&#039;We invite researchers to come for a few days to Calafou before they propose their research.&#039;&#039;&#039;  To this end, they may participate in the Open Days, which happen three times a year (generally two weeks in summer and one in spring).  If the dates are not viable, then it is best to follow the visit guidelines and contact us, propose a stay and see if someone is available as a host.  A host can be different from the person who oversees the research.&lt;br /&gt;
# &#039;&#039;&#039;The research questions&#039;&#039;&#039; should be relevant and contribute to the development of Calafou.  We encourage researcher(s) to formulate their research question in collaboration with some members of the community in order to reflect the current problems, preoccupations and interests.  We also encourage the researcher to consider the type of other activities and tasks they want to be actively involved while they are in Calafou to carry out the research.&lt;br /&gt;
# &#039;&#039;&#039;In all cases where the research revolves around an autonomous productive project of Calafou&#039;&#039;&#039;, the research guide has to consult the Calafou assembly to make sure that the anonimity and privacy of other inhabitants and projects are respected.  The communication working group can provide methodological support.&lt;br /&gt;
# &#039;&#039;&#039;The research methodology&#039;&#039;&#039; should define clearly how data is collected, analysed and shared.  Which tools will be used?  For example, we prefer free alternatives like our local Etherpad installation to proprietary and commercial services such as Google Docs.  How researcher(s) care for participants’ privacy and/or anonymity?  For example, we prefer to store personal information encrypted and may ask for results to be anonymised.  Why not share process data in addition to the results?  For example, it may be beneficial to share documentation such as the raw data of surveys, the transcripts of interviews, field notes or photographs. Etc.&lt;br /&gt;
# &#039;&#039;&#039;The research results&#039;&#039;&#039; should be fed back to Calafou.  At the minimum, results should be presented at Calafou in a more contextualised way than simply sending the finished product.  The researcher(s) should reserve and negotiate a time to explain and discuss the results, preferably in person or through video-conference in case they cannot be here.&lt;br /&gt;
&lt;br /&gt;
For this purpose we ask researcher(s) to work closely with someone from the Calafou community to make the process as bearable and interesting as possible.&lt;br /&gt;
&lt;br /&gt;
The outcome publication of the research, has to accomplish the media protocol described here: [[Protocolo medios|Media protocol]]&lt;/div&gt;</summary>
		<author><name>Dulzet</name></author>
	</entry>
	<entry>
		<id>http://wiki.calafou.org//index.php?title=Protocolo_medios&amp;diff=3928</id>
		<title>Protocolo medios</title>
		<link rel="alternate" type="text/html" href="http://wiki.calafou.org//index.php?title=Protocolo_medios&amp;diff=3928"/>
		<updated>2020-07-19T11:41:33Z</updated>

		<summary type="html">&lt;p&gt;Dulzet: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;CATALÀ&lt;br /&gt;
&lt;br /&gt;
Qualsevol persona o col.lectiu que vulguin fer una publicació i/o investigació sobre Calafou, ha de llegir i acceptar les condicions del protocol de mitjans i respondre i enviar-nos amb antelació les preguntes prèvies per a què valorem la proposta abans d&#039;acceptar el projecte.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Condicions a acceptar:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
- Respectar la privacitat de les persones que apareixen, que per defecte ha de ser anònim, i/o consensuar amb elles quina visibilitat i identitat es mostrarà.&lt;br /&gt;
&lt;br /&gt;
- Els llocs per a la gravació o captura també han de ser pactats.&lt;br /&gt;
&lt;br /&gt;
- Mostrar-nos el contingut prèviament abans de publicar (no es tracta de revisar/censurar opinions però sí d&#039;evitar malentesos)&lt;br /&gt;
&lt;br /&gt;
- S&#039;ha d&#039;assumir una llicencia de contingut lliure (creative commons, domini públic, etc). Calafou (i el món en general) hem de poder publicar el mateix contingut, editar-lo i fer-ne ús.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Preguntes prèvies a respondre per a valorar per calafou:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Nom de la publicació. Tipus de premsa, freelance, productora.&lt;br /&gt;
&lt;br /&gt;
Nom de l&#039;autora/es.&lt;br /&gt;
&lt;br /&gt;
Format de la publicació. Entrevista, article, reportatge, notícia, investigació, etc /+/ Escrit digital, audiovisual, sonor, publicació en paper, etc.&lt;br /&gt;
&lt;br /&gt;
Objectiu. Quina és la motivació, temàtica per desenvolupar.&lt;br /&gt;
&lt;br /&gt;
Públic (audiència)&lt;br /&gt;
&lt;br /&gt;
Llicència lliure concreta. Per defecte serà Creative commons 4.0 by-sa. [https://creativecommons.org/licenses/by-sa/4.0/]&lt;br /&gt;
&lt;br /&gt;
Compromís d&#039;accepteció de les condicions del protocol de mitjans. (només es validarà amb un &#039;Sí&#039;).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Si es tracta d&#039;una petició d&#039;investigació o recerca amb més profunditat, demanem que llegeixis i acceptis també el nostre [[Protocolo Investigación | Protocol per a investigadores]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
CASTELLA&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
ENGLISH VERSION&lt;/div&gt;</summary>
		<author><name>Dulzet</name></author>
	</entry>
	<entry>
		<id>http://wiki.calafou.org//index.php?title=Protocolo_medios&amp;diff=3927</id>
		<title>Protocolo medios</title>
		<link rel="alternate" type="text/html" href="http://wiki.calafou.org//index.php?title=Protocolo_medios&amp;diff=3927"/>
		<updated>2020-07-19T11:39:31Z</updated>

		<summary type="html">&lt;p&gt;Dulzet: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;CATALÀ&lt;br /&gt;
&lt;br /&gt;
Qualsevol persona o col.lectiu que vulguin fer una publicació i/o investigació sobre Calafou, ha de llegir i acceptar les condicions del protocol de mitjans i respondre i enviar-nos amb antelació les preguntes prèvies per a què valorem la proposta abans d&#039;acceptar el projecte.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Condicions a acceptar:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
- Respectar la privacitat de les persones que apareixen, que per defecte ha de ser anònim, i/o consensuar amb elles quina visibilitat i identitat es mostrarà.&lt;br /&gt;
&lt;br /&gt;
- Els llocs per a la gravació o captura també han de ser pactats.&lt;br /&gt;
&lt;br /&gt;
- Mostrar-nos el contingut prèviament abans de publicar (no es tracta de revisar/censurar opinions però sí d&#039;evitar malentesos)&lt;br /&gt;
&lt;br /&gt;
- S&#039;ha d&#039;assumir una llicencia de contingut lliure (creative commons, domini públic, etc). Calafou (i el món en general) hem de poder publicar el mateix contingut, editar-lo i fer-ne ús.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Preguntes prèvies a respondre per a valorar per calafou:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Nom de la publicació. Tipus de premsa, freelance, productora.&lt;br /&gt;
&lt;br /&gt;
Nom de l&#039;autora/es.&lt;br /&gt;
&lt;br /&gt;
Format de la publicació. Entrevista, article, reportatge, notícia, investigació, etc /+/ Escrit digital, audiovisual, sonor, publicació en paper, etc.&lt;br /&gt;
&lt;br /&gt;
Objectiu. Quina és la motivació, temàtica per desenvolupar.&lt;br /&gt;
&lt;br /&gt;
Públic (audiència)&lt;br /&gt;
&lt;br /&gt;
Llicència lliure concreta. Per defecte serà Creative commons 4.0 by-sa. [https://creativecommons.org/licenses/by-sa/4.0/]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Si es tracta d&#039;una petició d&#039;investigació o recerca amb més profunditat, demanem que llegeixis i acceptis també el nostre [[Protocolo Investigación | Protocol per a investigadores]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
CASTELLA&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
ENGLISH VERSION&lt;/div&gt;</summary>
		<author><name>Dulzet</name></author>
	</entry>
	<entry>
		<id>http://wiki.calafou.org//index.php?title=Protocolo_medios&amp;diff=3926</id>
		<title>Protocolo medios</title>
		<link rel="alternate" type="text/html" href="http://wiki.calafou.org//index.php?title=Protocolo_medios&amp;diff=3926"/>
		<updated>2020-07-19T11:32:41Z</updated>

		<summary type="html">&lt;p&gt;Dulzet: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;CATALÀ&lt;br /&gt;
&lt;br /&gt;
Qualsevol persona o col.lectiu que vulguin fer una publicació i/o investigació sobre Calafou, ha de llegir i acceptar les condicions del protocol de mitjans i respondre i enviar-nos amb antelació les preguntes prèvies per a què valorem la proposta abans d&#039;acceptar el projecte.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Condicions a acceptar:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
- Respectar la privacitat de les persones que apareixen, que per defecte ha de ser anònim, i/o consensuar amb elles quina visibilitat i identitat es mostrarà.&lt;br /&gt;
&lt;br /&gt;
- Els llocs per a la gravació o captura també han de ser pactats.&lt;br /&gt;
&lt;br /&gt;
- Mostrar-nos el contingut prèviament abans de publicar (no es tracta de revisar/censurar opinions però sí d&#039;evitar malentesos)&lt;br /&gt;
&lt;br /&gt;
- S&#039;ha d&#039;assumir una llicencia de contingut lliure (creative commons, domini públic, etc). Calafou (i el món en general) hem de poder publicar el mateix contingut, editar-lo i fer-ne ús.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Preguntes prèvies a respondre per a valorar per calafou:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Nom de la publicació. Tipus de premsa, freelance, productora.&lt;br /&gt;
&lt;br /&gt;
Nom de l&#039;autora/es.&lt;br /&gt;
&lt;br /&gt;
Format de la publicació. Entrevista, article, reportatge, notícia, investigació, etc /+/ Escrit digital, audiovisual, sonor, publicació en paper, etc.&lt;br /&gt;
&lt;br /&gt;
Objectiu. Quina és la motivació, temàtica per desenvolupar.&lt;br /&gt;
&lt;br /&gt;
Públic (audiència)&lt;br /&gt;
&lt;br /&gt;
Llicència lliure concreta. Per defecte serà Creative commons 4.0 by-sa. [https://creativecommons.org/licenses/by-sa/4.0/]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
CASTELLA&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
ENGLISH VERSION&lt;/div&gt;</summary>
		<author><name>Dulzet</name></author>
	</entry>
	<entry>
		<id>http://wiki.calafou.org//index.php?title=Portada&amp;diff=3925</id>
		<title>Portada</title>
		<link rel="alternate" type="text/html" href="http://wiki.calafou.org//index.php?title=Portada&amp;diff=3925"/>
		<updated>2020-07-19T11:25:17Z</updated>

		<summary type="html">&lt;p&gt;Dulzet: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&amp;lt;strong&amp;gt;Welcome to Calafou Wiki   Benviguts a la Wiki de Calafou&amp;lt;/strong&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:proyecots-th.png]]&lt;br /&gt;
&lt;br /&gt;
== Procesos ==&lt;br /&gt;
&lt;br /&gt;
Esta sección incluye información para las visitas y habitantes de Calafou.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;[[INFO BÁSICA]]&#039;&#039;&#039;  (Información que todx visitante debería leer antes de venir a Calafou)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;[[Protocolo Visitas]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;[[Protocolo Investigación]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;[[Protocolo medios]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;[[Protocolo Proyectos]]&#039;&#039;&#039; (se actualizará en breve)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;[[Principios Básicos Proyectos]]&#039;&#039;&#039; (se actualizará en breve)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;[[Protocolo Covid19]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;[[Per a madrines i amadrinades]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== How Tos==&lt;br /&gt;
&lt;br /&gt;
How-To Edit Wiki: [[In a nutshell]]&lt;br /&gt;
&lt;br /&gt;
Informació tècnica de la servidora [[Essun]]&lt;br /&gt;
&lt;br /&gt;
Com Instal·lar [[Riot]]&lt;br /&gt;
&lt;br /&gt;
Aplicació audio [[Mumble-Plumble]]&lt;br /&gt;
&lt;br /&gt;
Núvol intern [[Nextcloud]]&lt;br /&gt;
&lt;br /&gt;
Connexió a la xarxa de calafou des de l&#039;experior amb [[Open VPN]]&lt;br /&gt;
&lt;br /&gt;
[[Internal Channels of Communication (Cat, Cast, Eng)]]&lt;br /&gt;
&lt;br /&gt;
[[Utilisar el systemo de sonido]] en el centro social&lt;br /&gt;
&lt;br /&gt;
== Áreas de Gestión ==&lt;br /&gt;
&lt;br /&gt;
Economía Legal  &lt;br /&gt;
 &lt;br /&gt;
Proyectos productivos, talleres labs, residencias &lt;br /&gt;
&lt;br /&gt;
Rehab y espacios verdes&lt;br /&gt;
&lt;br /&gt;
Comunicación y documentación  &lt;br /&gt;
&lt;br /&gt;
Habitatge y Vida comunitaria&lt;br /&gt;
&lt;br /&gt;
== Proyectos ==&lt;br /&gt;
&lt;br /&gt;
Esta sección incluye proyectos productivos, talleres, laboratorios y residencias (artísticas o de investigación) en desarrollo en calafou.&lt;br /&gt;
&lt;br /&gt;
=== Proyectos productivos === &lt;br /&gt;
&lt;br /&gt;
[[Coop EN]]&lt;br /&gt;
&lt;br /&gt;
[[Ecosec]]&lt;br /&gt;
&lt;br /&gt;
[[Huerto]]&lt;br /&gt;
&lt;br /&gt;
[[La conquista del pan]]&lt;br /&gt;
&lt;br /&gt;
[[La Frita]]&lt;br /&gt;
&lt;br /&gt;
[[La Infraleve - Teatro Gestual y de Títeres]]&lt;br /&gt;
&lt;br /&gt;
[[Motivadas del plástico]]&lt;br /&gt;
&lt;br /&gt;
[[El observatorio de pájaros]]&lt;br /&gt;
&lt;br /&gt;
[[Servipergola 15A]]&lt;br /&gt;
&lt;br /&gt;
[[Taller de cerámica]]&lt;br /&gt;
&lt;br /&gt;
=== Residencias === &lt;br /&gt;
&lt;br /&gt;
==== Residencias caus ==== &lt;br /&gt;
&lt;br /&gt;
[[Tasques per currar amb Caus]]&lt;br /&gt;
&lt;br /&gt;
==== Residencias artísticas ==== &lt;br /&gt;
&lt;br /&gt;
[[Paintings]]&lt;br /&gt;
&lt;br /&gt;
==== Residencias investigación ==== &lt;br /&gt;
&lt;br /&gt;
[[Investigaciones]]&lt;br /&gt;
&lt;br /&gt;
=== Laboratorios === &lt;br /&gt;
&lt;br /&gt;
[[Code and Hardware]]&lt;br /&gt;
&lt;br /&gt;
[[Flossophies]]&lt;br /&gt;
&lt;br /&gt;
[[Radio Calafou]] (eng)&lt;br /&gt;
&lt;br /&gt;
[[Bookscanner]] [[Bookscanning]]&lt;br /&gt;
&lt;br /&gt;
[[AG Permacultura]]&lt;br /&gt;
&lt;br /&gt;
[[Soberanía micológica]]&lt;br /&gt;
&lt;br /&gt;
[[Fermentados]]&lt;br /&gt;
&lt;br /&gt;
[[BioRemediation and more]]&lt;br /&gt;
&lt;br /&gt;
[[Riendo Anoia]]&lt;br /&gt;
&lt;br /&gt;
[[Precious-plastic]]&lt;br /&gt;
&lt;br /&gt;
[[Quizás poesía fanzines]]&lt;br /&gt;
&lt;br /&gt;
[[Social Economy, Gender and more]]&lt;br /&gt;
&lt;br /&gt;
[[Vocabularios nuevxs para mundos nuevxs]]&lt;br /&gt;
&lt;br /&gt;
== Eventos ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;[[Events]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Próximo Evento: &#039;&#039;&#039;Puertas abiertas 2019&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
Puedes encontrar una información más actualizada en la web de Calafou [[https://calafou.org]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
[[Cooperativa de viviendas]] versión beta&lt;br /&gt;
&lt;br /&gt;
[[Cuerpo Europeo de Solidaridad]]- Servicio Voluntario Europeo&lt;br /&gt;
&lt;br /&gt;
Cómo se hizo la: [[Reparaci%C3%B3n_tejado_talleres_colectivos_2018]]&lt;br /&gt;
&lt;br /&gt;
Hacer imagenes simbiotikas: [[video SIMBIOTIKA]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[Separar lombrices de la vermicompostera]]&lt;br /&gt;
&lt;br /&gt;
[[Food and Drinkings]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Free your mobile phone from Android]]&lt;br /&gt;
&lt;br /&gt;
[[Compartir un secreto]] primer intento&lt;br /&gt;
&lt;br /&gt;
[[Listen to the invisible]]&lt;/div&gt;</summary>
		<author><name>Dulzet</name></author>
	</entry>
	<entry>
		<id>http://wiki.calafou.org//index.php?title=Protocolo_Investigaci%C3%B3n&amp;diff=3924</id>
		<title>Protocolo Investigación</title>
		<link rel="alternate" type="text/html" href="http://wiki.calafou.org//index.php?title=Protocolo_Investigaci%C3%B3n&amp;diff=3924"/>
		<updated>2020-07-19T11:21:26Z</updated>

		<summary type="html">&lt;p&gt;Dulzet: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[English version below]&lt;br /&gt;
&lt;br /&gt;
= Protocolo Investigación, Calafou =&lt;br /&gt;
&lt;br /&gt;
Actualizado 2017-09-24&lt;br /&gt;
&lt;br /&gt;
== Introducción ==&lt;br /&gt;
&lt;br /&gt;
Dentro de la comunidad de Calafou existen puntos de vista diferentes acerca de la investigación y su valor.  Algunas personas consideran que la producción de conocimiento desde el ámbito académico puede ser inútil, o incluso ser nefasta.  En general, preferimos la investigación que se basa en principios cooperativos, como la investigación activista, la investigación orientada hacia la transformación social, la investigación-acción, la co-investigación y así sucesivamente. &lt;br /&gt;
&lt;br /&gt;
Sin embargo, se pueden realizar investigaciones en Calafou o acerca de Calafou después de pedir permiso y negociar las condiciones (objetivos, metodologías, etc). &#039;&#039;&#039;Los proyectos de investigación aceptados por la asamblea de Calafou, también requieren que alguien de la comunidad quiera brindar el apoyo necesario a la persona investigadora siendo su tutora durante el tiempo de desarrollo de la investigación.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Es esencial que toda la producción y resultados de la investigación sean liberados bajo una licencia libre.  Si piensas publicar los resultados de la investigación bajo una licencia estricta de derecho de autor, entonces Calafou no es el lugar adecuado para ti.  Antes que nada se pide a todas las posibles investigadoras leerse y rellenar el protocolo de comunicación [0], así como aceptar las siguientes condiciones.&lt;br /&gt;
&lt;br /&gt;
== Expectativas ==&lt;br /&gt;
&lt;br /&gt;
Utilizamos los siguientes criterios para evaluar los posibles proyectos de investigación:&lt;br /&gt;
&lt;br /&gt;
#. &#039;&#039;&#039;Antes de contactar-nos&#039;&#039;&#039;, las investigadoras deben estudiar la documentación disponible. A través de este proceso se evitan las preguntas innecesarias y se hace una inversión en la comprensión del proyecto que coincide con el tiempo que brindaremos en apoyar a la investigación. Compartiremos con las investigadoras un archivo de materiales potencialmente útiles así como la documentación de los esfuerzos previos de investigación que podrían alimentar su propio trabajo.&lt;br /&gt;
#. &#039;&#039;&#039;Invitamos las investigadoras en venir pasar unos días en calafou antes de proponernos hacer una investigación.&#039;&#039;&#039; Para ello pueden acudir a las jornadas de puertas abiertas que se celebran 3 veces al año (generalmente dos semanas en verano, una semana en otoño y una semana en primavera). Si no pudieran venirse para esas fechas, entonces lo mejor es seguir el protocolo de visitas y escribirnos, proponer una residencia y ver si personas de la comunidad de animan a recibirlas y amadrinarlas. Tengan en cuenta que eso no significaría que estas mismas personas aceptarían ser sus tutoras en caso de que la asamblea de Calafou acepte su propuesta de investigación.&lt;br /&gt;
#. &#039;&#039;&#039;Las problemáticas investigadas deben ser relevantes y contribuir al desarrollo de Calafou.&#039;&#039;&#039;  Animamos las investigadoras a formular sus preguntas de investigación en colaboración con algunos miembros de la comunidad afín de poder reflejar las preocupaciones, inquietudes e intereses de la comunidad.  También animamos las investigadoras en pensar en que tipo de actividades y tareas se involucraran activamente mientras residen en Calafou para llevar a cabo su investigación.&lt;br /&gt;
#. &#039;&#039;&#039;Si la investigación se centrara en un proyecto autónomo productivo de Calafou&#039;&#039;&#039;, en tal caso las personas que amadrinen  esa investigación deberán comunicarlo en la asamblea de Calafou y definir de que manera la investigadora respectara el anonimato y derecho a la privacidad del resto de habitantes y proyectos de Calafou. Si se viese necesario el GT de comunicación podría dar apoyo metodológico en ese sentido.&lt;br /&gt;
#. &#039;&#039;&#039;La metodología de investigación&#039;&#039;&#039; debe definir claramente cómo se recogen los datos, como se analizan y comparten.  ¿Qué tipo de herramientas se utilizarán para ello?  Por ejemplo, preferimos alternativas libres como nuestra instalación local de Etherpad a los servicios comerciales, tales como Google Docs.  La investigadora también deberá cuidar la privacidad y/o anonimato de las participantes a su estudio según lo que se haya acordado.  Por ejemplo, preferimos almacenar información personal de manera encriptada y pedir que los resultados de los estudios sean anónimos.  Finalmente, se estudiara como compartir los datos del proceso, y no solo los resultados.  Por ejemplo, puede ser positivo compartir los datos brutos de las encuestas, las transcripciones de entrevistas, las notas de campo o las fotografías, etc.&lt;br /&gt;
#. &#039;&#039;&#039;Los resultados de la investigación&#039;&#039;&#039; deben ser presentado de vuelta a la comunidad de Calafou.  Los resultados deben ser presentados a Calafou de una manera más contextualizada y no simplemente enviar el producto terminado.  La investigadora debe reservar y planear un momento para explicar y discutir los resultados, preferiblemente en persona o a través de una vídeo-conferencia si no puede estar presente.&lt;br /&gt;
&lt;br /&gt;
Afín de poder detallar todos estos elementos, &#039;&#039;&#039;se pedirá a la persona investigadora trabajar de cerca con su tutora habitante de la comunidad de Calafou&#039;&#039;&#039; afin de hacer que el proceso de investigación resulte lo mas llevadero e interesante como sea posible. &lt;br /&gt;
&lt;br /&gt;
La publicación resultante de la investigación, deberá antes superar el protocolo de medios descrito aquí: [[Protocolo medios]]&lt;br /&gt;
&lt;br /&gt;
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++&lt;br /&gt;
&lt;br /&gt;
= Research Guidelines, Calafou =&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
Different perspectives exist on research in the Calafou community.  Some consider academic knowledge production useless, or worse.  Chosen research projects are assigned a tutor and get all necessary support. In general, we prefer research that is based on cooperative principles, such as activist research, engaged research, action research, co-research and so on.&lt;br /&gt;
&lt;br /&gt;
Research in or about Calafou can take place, without exception, only after negotiating and authorising the conditions of the research (goals, methodologies, etc.).  &#039;&#039;&#039;Research projects are authorised by the Calafou assembly and they require someone from the community who offers support for the researcher to be their guide during the development of the research.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
It is essential that any research or media production realised in or about Calafou must be released under a free license. If you plan to publish your research results under a strict copyright license, then Calafou is not the place for you. Researcher(s) must adopt the media protocol [0] in addition to these guidelines.&lt;br /&gt;
&lt;br /&gt;
== Expectations ==&lt;br /&gt;
&lt;br /&gt;
We use the following criteria to evaluate potential research projects:&lt;br /&gt;
&lt;br /&gt;
# &#039;&#039;&#039;Before contacting us&#039;&#039;&#039;, researcher(s) should study the available documentation. Through this process the researcher(s) avoids unnecessary questions and makes an investment in the project that matches the time we spend supporting the research. We will share with the researcher(s) a repository and archive of potentially useful materials and the documentation of previous research efforts that could feed into their work.&lt;br /&gt;
# &#039;&#039;&#039;We invite researchers to come for a few days to Calafou before they propose their research.&#039;&#039;&#039;  To this end, they may participate in the Open Days, which happen three times a year (generally two weeks in summer and one in spring).  If the dates are not viable, then it is best to follow the visit guidelines and contact us, propose a stay and see if someone is available as a host.  A host can be different from the person who oversees the research.&lt;br /&gt;
# &#039;&#039;&#039;The research questions&#039;&#039;&#039; should be relevant and contribute to the development of Calafou.  We encourage researcher(s) to formulate their research question in collaboration with some members of the community in order to reflect the current problems, preoccupations and interests.  We also encourage the researcher to consider the type of other activities and tasks they want to be actively involved while they are in Calafou to carry out the research.&lt;br /&gt;
# &#039;&#039;&#039;In all cases where the research revolves around an autonomous productive project of Calafou&#039;&#039;&#039;, the research guide has to consult the Calafou assembly to make sure that the anonimity and privacy of other inhabitants and projects are respected.  The communication working group can provide methodological support.&lt;br /&gt;
# &#039;&#039;&#039;The research methodology&#039;&#039;&#039; should define clearly how data is collected, analysed and shared.  Which tools will be used?  For example, we prefer free alternatives like our local Etherpad installation to proprietary and commercial services such as Google Docs.  How researcher(s) care for participants’ privacy and/or anonymity?  For example, we prefer to store personal information encrypted and may ask for results to be anonymised.  Why not share process data in addition to the results?  For example, it may be beneficial to share documentation such as the raw data of surveys, the transcripts of interviews, field notes or photographs. Etc.&lt;br /&gt;
# &#039;&#039;&#039;The research results&#039;&#039;&#039; should be fed back to Calafou.  At the minimum, results should be presented at Calafou in a more contextualised way than simply sending the finished product.  The researcher(s) should reserve and negotiate a time to explain and discuss the results, preferably in person or through video-conference in case they cannot be here.&lt;br /&gt;
&lt;br /&gt;
For this purpose we ask researcher(s) to work closely with someone from the Calafou community to make the process as bearable and interesting as possible.&lt;br /&gt;
&lt;br /&gt;
The outcome publication of the research, has to accomplish the media protocol described here: [[Protocolo medios|Media protocol]]&lt;/div&gt;</summary>
		<author><name>Dulzet</name></author>
	</entry>
	<entry>
		<id>http://wiki.calafou.org//index.php?title=Portada&amp;diff=3923</id>
		<title>Portada</title>
		<link rel="alternate" type="text/html" href="http://wiki.calafou.org//index.php?title=Portada&amp;diff=3923"/>
		<updated>2020-07-19T11:13:25Z</updated>

		<summary type="html">&lt;p&gt;Dulzet: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&amp;lt;strong&amp;gt;Welcome to Calafou Wiki   Benviguts a la Wiki de Calafou&amp;lt;/strong&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:proyecots-th.png]]&lt;br /&gt;
&lt;br /&gt;
== Procesos ==&lt;br /&gt;
&lt;br /&gt;
Esta sección incluye información para las visitas y habitantes de Calafou.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;[[INFO BÁSICA]]&#039;&#039;&#039;  (Información que todx visitante debería leer antes de venir a Calafou)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;[[Protocolo Visitas]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;[[Protocolo Investigación]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;[[Protocolo medios]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;[[Protocolo Proyectos]]&#039;&#039;&#039; (se actualizará en breve)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;[[Principios Básicos Proyectos]]&#039;&#039;&#039; (se actualizará en breve)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;[[Protocolo Covid19]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Áreas de Gestión ==&lt;br /&gt;
&lt;br /&gt;
Economía Legal  &lt;br /&gt;
 &lt;br /&gt;
Proyectos productivos, talleres labs, residencias &lt;br /&gt;
&lt;br /&gt;
Rehab y espacios verdes&lt;br /&gt;
&lt;br /&gt;
Comunicación y documentación  &lt;br /&gt;
&lt;br /&gt;
Habitatge y Vida comunitaria&lt;br /&gt;
&lt;br /&gt;
== Proyectos ==&lt;br /&gt;
&lt;br /&gt;
Esta sección incluye proyectos productivos, talleres, laboratorios y residencias (artísticas o de investigación) en desarrollo en calafou.&lt;br /&gt;
&lt;br /&gt;
=== Proyectos productivos === &lt;br /&gt;
&lt;br /&gt;
[[Coop EN]]&lt;br /&gt;
&lt;br /&gt;
[[Ecosec]]&lt;br /&gt;
&lt;br /&gt;
[[Huerto]]&lt;br /&gt;
&lt;br /&gt;
[[La conquista del pan]]&lt;br /&gt;
&lt;br /&gt;
[[La Frita]]&lt;br /&gt;
&lt;br /&gt;
[[La Infraleve - Teatro Gestual y de Títeres]]&lt;br /&gt;
&lt;br /&gt;
[[Motivadas del plástico]]&lt;br /&gt;
&lt;br /&gt;
[[El observatorio de pájaros]]&lt;br /&gt;
&lt;br /&gt;
[[Servipergola 15A]]&lt;br /&gt;
&lt;br /&gt;
[[Taller de cerámica]]&lt;br /&gt;
&lt;br /&gt;
=== Residencias === &lt;br /&gt;
&lt;br /&gt;
==== Residencias caus ==== &lt;br /&gt;
&lt;br /&gt;
[[Tasques per currar amb Caus]]&lt;br /&gt;
&lt;br /&gt;
==== Residencias artísticas ==== &lt;br /&gt;
&lt;br /&gt;
[[Paintings]]&lt;br /&gt;
&lt;br /&gt;
==== Residencias investigación ==== &lt;br /&gt;
&lt;br /&gt;
[[Investigaciones]]&lt;br /&gt;
&lt;br /&gt;
=== Laboratorios === &lt;br /&gt;
&lt;br /&gt;
[[Code and Hardware]]&lt;br /&gt;
&lt;br /&gt;
[[Flossophies]]&lt;br /&gt;
&lt;br /&gt;
[[Radio Calafou]] (eng)&lt;br /&gt;
&lt;br /&gt;
[[Bookscanner]] [[Bookscanning]]&lt;br /&gt;
&lt;br /&gt;
[[AG Permacultura]]&lt;br /&gt;
&lt;br /&gt;
[[Soberanía micológica]]&lt;br /&gt;
&lt;br /&gt;
[[Fermentados]]&lt;br /&gt;
&lt;br /&gt;
[[BioRemediation and more]]&lt;br /&gt;
&lt;br /&gt;
[[Riendo Anoia]]&lt;br /&gt;
&lt;br /&gt;
[[Precious-plastic]]&lt;br /&gt;
&lt;br /&gt;
[[Quizás poesía fanzines]]&lt;br /&gt;
&lt;br /&gt;
[[Social Economy, Gender and more]]&lt;br /&gt;
&lt;br /&gt;
[[Vocabularios nuevxs para mundos nuevxs]]&lt;br /&gt;
&lt;br /&gt;
== Eventos ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;[[Events]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Próximo Evento: &#039;&#039;&#039;Puertas abiertas 2019&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
Puedes encontrar una información más actualizada en la web de Calafou [[https://calafou.org]]&lt;br /&gt;
&lt;br /&gt;
== How Tos==&lt;br /&gt;
&lt;br /&gt;
How-To Edit Wiki: [[In a nutshell]]&lt;br /&gt;
&lt;br /&gt;
[[Essun]]&lt;br /&gt;
&lt;br /&gt;
Com Instal·lar [[Riot]]&lt;br /&gt;
&lt;br /&gt;
[[Mumble-Plumble]]&lt;br /&gt;
&lt;br /&gt;
[[Nextcloud]]&lt;br /&gt;
&lt;br /&gt;
[[Open VPN]]&lt;br /&gt;
&lt;br /&gt;
[[Internal Channels of Communication (Cat, Cast, Eng)]]&lt;br /&gt;
&lt;br /&gt;
[[Utilisar el systemo de sonido]] en el centro social&lt;br /&gt;
&lt;br /&gt;
[[Cooperativa de viviendas]] versión beta&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
[[Per a madrines i amadrinades]]&lt;br /&gt;
&lt;br /&gt;
[[Cuerpo Europeo de Solidaridad]]- Servicio Voluntario Europeo&lt;br /&gt;
&lt;br /&gt;
Cómo se hizo la: [[Reparaci%C3%B3n_tejado_talleres_colectivos_2018]]&lt;br /&gt;
&lt;br /&gt;
Hacer imagenes simbiotikas: [[video SIMBIOTIKA]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[Separar lombrices de la vermicompostera]]&lt;br /&gt;
&lt;br /&gt;
[[Food and Drinkings]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Free your mobile phone from Android]]&lt;br /&gt;
&lt;br /&gt;
[[Compartir un secreto]] primer intento&lt;br /&gt;
&lt;br /&gt;
[[Listen to the invisible]]&lt;/div&gt;</summary>
		<author><name>Dulzet</name></author>
	</entry>
	<entry>
		<id>http://wiki.calafou.org//index.php?title=Protocolo_Investigaci%C3%B3n&amp;diff=3922</id>
		<title>Protocolo Investigación</title>
		<link rel="alternate" type="text/html" href="http://wiki.calafou.org//index.php?title=Protocolo_Investigaci%C3%B3n&amp;diff=3922"/>
		<updated>2020-07-19T11:09:16Z</updated>

		<summary type="html">&lt;p&gt;Dulzet: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[English version below]&lt;br /&gt;
&lt;br /&gt;
= Protocolo Investigación, Calafou =&lt;br /&gt;
&lt;br /&gt;
Actualizado 2017-09-24&lt;br /&gt;
&lt;br /&gt;
== Introducción ==&lt;br /&gt;
&lt;br /&gt;
Dentro de la comunidad de Calafou existen puntos de vista diferentes acerca de la investigación y su valor.  Algunas personas consideran que la producción de conocimiento desde el ámbito académico puede ser inútil, o incluso ser nefasta.  En general, preferimos la investigación que se basa en principios cooperativos, como la investigación activista, la investigación orientada hacia la transformación social, la investigación-acción, la co-investigación y así sucesivamente. &lt;br /&gt;
&lt;br /&gt;
Sin embargo, se pueden realizar investigaciones en Calafou o acerca de Calafou después de pedir permiso y negociar las condiciones (objetivos, metodologías, etc). &#039;&#039;&#039;Los proyectos de investigación aceptados por la asamblea de Calafou, también requieren que alguien de la comunidad quiera brindar el apoyo necesario a la persona investigadora siendo su tutora durante el tiempo de desarrollo de la investigación.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Es esencial que toda la producción y resultados de la investigación sean liberados bajo una licencia libre.  Si piensas publicar los resultados de la investigación bajo una licencia estricta de derecho de autor, entonces Calafou no es el lugar adecuado para ti.  Antes que nada se pide a todas las posibles investigadoras leerse y rellenar el protocolo de comunicación [0], así como aceptar las siguientes condiciones.&lt;br /&gt;
&lt;br /&gt;
== Expectativas ==&lt;br /&gt;
&lt;br /&gt;
Utilizamos los siguientes criterios para evaluar los posibles proyectos de investigación:&lt;br /&gt;
&lt;br /&gt;
#. &#039;&#039;&#039;Antes de contactar-nos&#039;&#039;&#039;, las investigadoras deben estudiar la documentación disponible. A través de este proceso se evitan las preguntas innecesarias y se hace una inversión en la comprensión del proyecto que coincide con el tiempo que brindaremos en apoyar a la investigación. Compartiremos con las investigadoras un archivo de materiales potencialmente útiles así como la documentación de los esfuerzos previos de investigación que podrían alimentar su propio trabajo.&lt;br /&gt;
#. &#039;&#039;&#039;Invitamos las investigadoras en venir pasar unos días en calafou antes de proponernos hacer una investigación.&#039;&#039;&#039; Para ello pueden acudir a las jornadas de puertas abiertas que se celebran 3 veces al año (generalmente dos semanas en verano, una semana en otoño y una semana en primavera). Si no pudieran venirse para esas fechas, entonces lo mejor es seguir el protocolo de visitas y escribirnos, proponer una residencia y ver si personas de la comunidad de animan a recibirlas y amadrinarlas. Tengan en cuenta que eso no significaría que estas mismas personas aceptarían ser sus tutoras en caso de que la asamblea de Calafou acepte su propuesta de investigación.&lt;br /&gt;
#. &#039;&#039;&#039;Las problemáticas investigadas deben ser relevantes y contribuir al desarrollo de Calafou.&#039;&#039;&#039;  Animamos las investigadoras a formular sus preguntas de investigación en colaboración con algunos miembros de la comunidad afín de poder reflejar las preocupaciones, inquietudes e intereses de la comunidad.  También animamos las investigadoras en pensar en que tipo de actividades y tareas se involucraran activamente mientras residen en Calafou para llevar a cabo su investigación.&lt;br /&gt;
#. &#039;&#039;&#039;Si la investigación se centrara en un proyecto autónomo productivo de Calafou&#039;&#039;&#039;, en tal caso las personas que amadrinen  esa investigación deberán comunicarlo en la asamblea de Calafou y definir de que manera la investigadora respectara el anonimato y derecho a la privacidad del resto de habitantes y proyectos de Calafou. Si se viese necesario el GT de comunicación podría dar apoyo metodológico en ese sentido.&lt;br /&gt;
#. &#039;&#039;&#039;La metodología de investigación&#039;&#039;&#039; debe definir claramente cómo se recogen los datos, como se analizan y comparten.  ¿Qué tipo de herramientas se utilizarán para ello?  Por ejemplo, preferimos alternativas libres como nuestra instalación local de Etherpad a los servicios comerciales, tales como Google Docs.  La investigadora también deberá cuidar la privacidad y/o anonimato de las participantes a su estudio según lo que se haya acordado.  Por ejemplo, preferimos almacenar información personal de manera encriptada y pedir que los resultados de los estudios sean anónimos.  Finalmente, se estudiara como compartir los datos del proceso, y no solo los resultados.  Por ejemplo, puede ser positivo compartir los datos brutos de las encuestas, las transcripciones de entrevistas, las notas de campo o las fotografías, etc.&lt;br /&gt;
#. &#039;&#039;&#039;Los resultados de la investigación&#039;&#039;&#039; deben ser presentado de vuelta a la comunidad de Calafou.  Los resultados deben ser presentados a Calafou de una manera más contextualizada y no simplemente enviar el producto terminado.  La investigadora debe reservar y planear un momento para explicar y discutir los resultados, preferiblemente en persona o a través de una vídeo-conferencia si no puede estar presente.&lt;br /&gt;
&lt;br /&gt;
Afín de poder detallar todos estos elementos, &#039;&#039;&#039;se pedirá a la persona investigadora trabajar de cerca con su tutora habitante de la comunidad de Calafou&#039;&#039;&#039; afin de hacer que el proceso de investigación resulte lo mas llevadero e interesante como sea posible. &lt;br /&gt;
&lt;br /&gt;
La publicación resultante de la investigación, deberá antes superar el protocolo de medios descrito aquí: [[Protocolo medios]]&lt;br /&gt;
&lt;br /&gt;
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++&lt;br /&gt;
&lt;br /&gt;
= Research Guidelines, Calafou =&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
Different perspectives exist on research in the Calafou community.  Some consider academic knowledge production useless, or worse.  Chosen research projects are assigned a tutor and get all necessary support. In general, we prefer research that is based on cooperative principles, such as activist research, engaged research, action research, co-research and so on.&lt;br /&gt;
&lt;br /&gt;
Research in or about Calafou can take place, without exception, only after negotiating and authorising the conditions of the research (goals, methodologies, etc.).  &#039;&#039;&#039;Research projects are authorised by the Calafou assembly and they require someone from the community who offers support for the researcher to be their guide during the development of the research.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
It is essential that any research or media production realised in or about Calafou must be released under a free license. If you plan to publish your research results under a strict copyright license, then Calafou is not the place for you. Researcher(s) must adopt the media protocol [0] in addition to these guidelines.&lt;br /&gt;
&lt;br /&gt;
== Expectations ==&lt;br /&gt;
&lt;br /&gt;
We use the following criteria to evaluate potential research projects:&lt;br /&gt;
&lt;br /&gt;
# &#039;&#039;&#039;Before contacting us&#039;&#039;&#039;, researcher(s) should study the available documentation. Through this process the researcher(s) avoids unnecessary questions and makes an investment in the project that matches the time we spend supporting the research. We will share with the researcher(s) a repository and archive of potentially useful materials and the documentation of previous research efforts that could feed into their work.&lt;br /&gt;
# &#039;&#039;&#039;We invite researchers to come for a few days to Calafou before they propose their research.&#039;&#039;&#039;  To this end, they may participate in the Open Days, which happen three times a year (generally two weeks in summer and one in spring).  If the dates are not viable, then it is best to follow the visit guidelines and contact us, propose a stay and see if someone is available as a host.  A host can be different from the person who oversees the research.&lt;br /&gt;
# &#039;&#039;&#039;The research questions&#039;&#039;&#039; should be relevant and contribute to the development of Calafou.  We encourage researcher(s) to formulate their research question in collaboration with some members of the community in order to reflect the current problems, preoccupations and interests.  We also encourage the researcher to consider the type of other activities and tasks they want to be actively involved while they are in Calafou to carry out the research.&lt;br /&gt;
# &#039;&#039;&#039;In all cases where the research revolves around an autonomous productive project of Calafou&#039;&#039;&#039;, the research guide has to consult the Calafou assembly to make sure that the anonimity and privacy of other inhabitants and projects are respected.  The communication working group can provide methodological support.&lt;br /&gt;
# &#039;&#039;&#039;The research methodology&#039;&#039;&#039; should define clearly how data is collected, analysed and shared.  Which tools will be used?  For example, we prefer free alternatives like our local Etherpad installation to proprietary and commercial services such as Google Docs.  How researcher(s) care for participants’ privacy and/or anonymity?  For example, we prefer to store personal information encrypted and may ask for results to be anonymised.  Why not share process data in addition to the results?  For example, it may be beneficial to share documentation such as the raw data of surveys, the transcripts of interviews, field notes or photographs. Etc.&lt;br /&gt;
# &#039;&#039;&#039;The research results&#039;&#039;&#039; should be fed back to Calafou.  At the minimum, results should be presented at Calafou in a more contextualised way than simply sending the finished product.  The researcher(s) should reserve and negotiate a time to explain and discuss the results, preferably in person or through video-conference in case they cannot be here.&lt;br /&gt;
&lt;br /&gt;
For this purpose we ask researcher(s) to work closely with someone from the Calafou community to make the process as bearable and interesting as possible.&lt;br /&gt;
&lt;br /&gt;
The outcome publication of the research, has to accomplish the media protocol described here: [[Protocolo medios|Media protocol]]&lt;br /&gt;
[0] https://calafou.org/en/contentprotocolo-medios-v10&lt;/div&gt;</summary>
		<author><name>Dulzet</name></author>
	</entry>
	<entry>
		<id>http://wiki.calafou.org//index.php?title=Protocolo_medios&amp;diff=3921</id>
		<title>Protocolo medios</title>
		<link rel="alternate" type="text/html" href="http://wiki.calafou.org//index.php?title=Protocolo_medios&amp;diff=3921"/>
		<updated>2020-07-19T11:02:16Z</updated>

		<summary type="html">&lt;p&gt;Dulzet: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;CATALÀ&lt;br /&gt;
&lt;br /&gt;
Qualsevol persona o col.lectiu que vulguin fer una publicació i/o investigació sobre Calafou, ha de llegir i acceptar les condicions del protocol de mitjans i respondre i enviar-nos prèviament les preguntes prèvies per a què valorem la proposta abans d&#039;engegar el projecte.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Condicions a acceptar:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
- Respectar la privacitat de les persones que apareixen, que per defecte ha de ser anònim, i/o consensuar amb elles quina visibilitat i identitat es mostrarà.&lt;br /&gt;
&lt;br /&gt;
- Els llocs per a la gravació o captura també han de ser pactats.&lt;br /&gt;
&lt;br /&gt;
- Mostrar-nos el contingut prèviament abans de publicar (no es tracta de revisar/censurar opinions però sí d&#039;evitar malentesos)&lt;br /&gt;
&lt;br /&gt;
- S&#039;ha d&#039;assumir una llicencia de contingut lliure (creative commons, domini públic, etc). Calafou (i el món en general) hem de poder publicar el mateix contingut, editar-lo i fer-ne ús.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Preguntes prèvies a respondre per a valorar per calafou:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Nom de la publicació. Tipus de premsa, freelance, productora.&lt;br /&gt;
&lt;br /&gt;
Nom de l&#039;autora/es.&lt;br /&gt;
&lt;br /&gt;
Format de la publicació. Entrevista, article, reportatge, notícia, investigació, etc /+/ Escrit digital, audiovisual, sonor, publicació en paper, etc.&lt;br /&gt;
&lt;br /&gt;
Objectiu. Quina és la motivació, temàtica per desenvolupar.&lt;br /&gt;
&lt;br /&gt;
Públic (audiència)&lt;br /&gt;
&lt;br /&gt;
Llicència lliure concreta. Per defecte serà Creative commons 4.0 by-sa. [https://creativecommons.org/licenses/by-sa/4.0/]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
CASTELLA&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
ENGLISH VERSION&lt;/div&gt;</summary>
		<author><name>Dulzet</name></author>
	</entry>
	<entry>
		<id>http://wiki.calafou.org//index.php?title=Protocolo_medios&amp;diff=3920</id>
		<title>Protocolo medios</title>
		<link rel="alternate" type="text/html" href="http://wiki.calafou.org//index.php?title=Protocolo_medios&amp;diff=3920"/>
		<updated>2020-07-19T10:59:07Z</updated>

		<summary type="html">&lt;p&gt;Dulzet: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Qualsevol persona o col.lectiu que vulguin fer una publicació i/o investigació sobre Calafou, ha de llegir i acceptar les condicions del protocol de mitjans i respondre i enviar-nos prèviament les preguntes prèvies per a què valorem la proposta abans d&#039;engegar el projecte.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Condicions a acceptar:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
- Respectar la privacitat de les persones que apareixen, que per defecte ha de ser anònim, i/o consensuar amb elles quina visibilitat i identitat es mostrarà.&lt;br /&gt;
&lt;br /&gt;
- Els llocs per a la gravació o captura també han de ser pactats.&lt;br /&gt;
&lt;br /&gt;
- Mostrar-nos el contingut prèviament abans de publicar (no es tracta de revisar/censurar opinions però sí d&#039;evitar malentesos)&lt;br /&gt;
&lt;br /&gt;
- S&#039;ha d&#039;assumir una llicencia de contingut lliure (creative commons, domini públic, etc). Calafou (i el món en general) hem de poder publicar el mateix contingut, editar-lo i fer-ne ús.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Preguntes prèvies a respondre per a valorar per calafou:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Nom de la publicació. Tipus de premsa, freelance, productora.&lt;br /&gt;
&lt;br /&gt;
Nom de l&#039;autora/es.&lt;br /&gt;
&lt;br /&gt;
Format de la publicació. Entrevista, article, reportatge, notícia, investigació, etc /+/ Escrit digital, audiovisual, sonor, publicació en paper, etc.&lt;br /&gt;
&lt;br /&gt;
Objectiu. Quina és la motivació, temàtica per desenvolupar.&lt;br /&gt;
&lt;br /&gt;
Públic (audiència)&lt;br /&gt;
&lt;br /&gt;
Llicència lliure concreta. Per defecte serà Creative commons 4.0 by-sa. [https://creativecommons.org/licenses/by-sa/4.0/]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
ENGLISH VERSION&lt;br /&gt;
&lt;br /&gt;
Conditions: I will respect privacy and anonymity, the agreed places where to film (audio-visual), show your content prior to its release (we want to review it. Don&#039;t censor opinions. Check dates / names / images so that no mistakes are made), the usage of a free/libre license&lt;/div&gt;</summary>
		<author><name>Dulzet</name></author>
	</entry>
	<entry>
		<id>http://wiki.calafou.org//index.php?title=Protocolo_medios&amp;diff=3919</id>
		<title>Protocolo medios</title>
		<link rel="alternate" type="text/html" href="http://wiki.calafou.org//index.php?title=Protocolo_medios&amp;diff=3919"/>
		<updated>2020-07-19T10:47:15Z</updated>

		<summary type="html">&lt;p&gt;Dulzet: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Qualsevol persona o col.lectiu que vulguin fer una publicació i/o investigació sobre calafou, ha de llegir i acceptar les condicions del protocol de mitjans i respondre i enviar-nos prèviament les preguntes per què valorem la proposta i es tiri endavant el projecte.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Condicions a acceptar:&lt;br /&gt;
&lt;br /&gt;
- Respectar la privacidad de les persones que apareixen, que per defecte ha de ser anònim, i/o consensuar amb elles quina visibilitat i identitat es mostrarà.&lt;br /&gt;
&lt;br /&gt;
- Llocs pactats per a la seva gravació o captura&lt;br /&gt;
&lt;br /&gt;
- Ensenyar el contingut prèviament abans de publicar (no es tracta de revisar/censurar opinions però sí per evitar malentesos)&lt;br /&gt;
&lt;br /&gt;
- S&#039;ha d&#039;assumir una llicencia de contingut lliure, Calafou (i el món en general) hem de poder publicar el mateix contingut i fer-ne ús.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Preguntes prèvies a respondre per a valorar per calafou:&lt;br /&gt;
&lt;br /&gt;
Nom de la publicació, tipus de premsa, freelance, productora&lt;br /&gt;
&lt;br /&gt;
Nom de l&#039;autora/es&lt;br /&gt;
&lt;br /&gt;
Format de la publicació (entrevista, article, reportatge, notícia, investigació, etc /+/ escrit digital, audiovisual, sonor, publicació en paper, etc)&lt;br /&gt;
&lt;br /&gt;
Objectiu (quina és la motivació, temàtica per desenvolupar...)&lt;br /&gt;
&lt;br /&gt;
Públic (audiència)&lt;br /&gt;
&lt;br /&gt;
Llicència concreta:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
ENGLISH VERSION&lt;br /&gt;
&lt;br /&gt;
Conditions: I will respect privacy and anonymity, the agreed places where to film (audio-visual), show your content prior to its release (we want to review it. Don&#039;t censor opinions. Check dates / names / images so that no mistakes are made), the usage of a free/libre license&lt;/div&gt;</summary>
		<author><name>Dulzet</name></author>
	</entry>
	<entry>
		<id>http://wiki.calafou.org//index.php?title=Protocolo_medios&amp;diff=3918</id>
		<title>Protocolo medios</title>
		<link rel="alternate" type="text/html" href="http://wiki.calafou.org//index.php?title=Protocolo_medios&amp;diff=3918"/>
		<updated>2020-07-19T10:43:01Z</updated>

		<summary type="html">&lt;p&gt;Dulzet: Created page with &amp;quot;Condicions: - Respectar la privacidad de les persones que apareixen, que per defecte ha de ser anònim, i/o consensuar amb elles quina visibilitat i identitat es mostrarà. -...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Condicions:&lt;br /&gt;
- Respectar la privacidad de les persones que apareixen, que per defecte ha de ser anònim, i/o consensuar amb elles quina visibilitat i identitat es mostrarà.&lt;br /&gt;
- Llocs pactats per a la seva gravació o captura&lt;br /&gt;
- Ensenyar el contingut prèviament abans de publicar (no es tracta de revisar/censurar opinions però sí per evitar malentesos)&lt;br /&gt;
- S&#039;ha d&#039;assumir una llicencia de contingut lliure, Calafou (i el món en general) hem de poder publicar el mateix contingut i fer-ne ús.&lt;br /&gt;
&lt;br /&gt;
Nom de la publicació, tipus de premsa, freelance, productora&lt;br /&gt;
Nom de l&#039;autora&lt;br /&gt;
Format de la publicació (article, reportatge, notícia, referència // escrit digital, audiovisual, sonor, etc)&lt;br /&gt;
Objectiu (quina és la motivació, temàtica per desenvolupar..)&lt;br /&gt;
Públic (audiència)&lt;br /&gt;
Llicència concreta:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
ENGLISH VERSION&lt;br /&gt;
&lt;br /&gt;
Conditions: I will respect privacy and anonymity, the agreed places where to film (audio-visual), show your content prior to its release (we want to review it. Don&#039;t censor opinions. Check dates / names / images so that no mistakes are made), the usage of a free/libre license&lt;/div&gt;</summary>
		<author><name>Dulzet</name></author>
	</entry>
	<entry>
		<id>http://wiki.calafou.org//index.php?title=Protocolo_Investigaci%C3%B3n&amp;diff=3917</id>
		<title>Protocolo Investigación</title>
		<link rel="alternate" type="text/html" href="http://wiki.calafou.org//index.php?title=Protocolo_Investigaci%C3%B3n&amp;diff=3917"/>
		<updated>2020-07-19T10:28:21Z</updated>

		<summary type="html">&lt;p&gt;Dulzet: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[English version below]&lt;br /&gt;
&lt;br /&gt;
= Protocolo Investigación, Calafou =&lt;br /&gt;
&lt;br /&gt;
Actualizado 2017-09-24&lt;br /&gt;
&lt;br /&gt;
== Introducción ==&lt;br /&gt;
&lt;br /&gt;
Dentro de la comunidad de Calafou existen puntos de vista diferentes acerca de la investigación y su valor.  Algunas personas consideran que la producción de conocimiento desde el ámbito académico puede ser inútil, o incluso ser nefasta.  En general, preferimos la investigación que se basa en principios cooperativos, como la investigación activista, la investigación orientada hacia la transformación social, la investigación-acción, la co-investigación y así sucesivamente. &lt;br /&gt;
&lt;br /&gt;
Sin embargo, se pueden realizar investigaciones en Calafou o acerca de Calafou después de pedir permiso y negociar las condiciones (objetivos, metodologías, etc). &#039;&#039;&#039;Los proyectos de investigación aceptados por la asamblea de Calafou, también requieren que alguien de la comunidad quiera brindar el apoyo necesario a la persona investigadora siendo su tutora durante el tiempo de desarrollo de la investigación.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Es esencial que toda la producción y resultados de la investigación sean liberados bajo una licencia libre.  Si piensas publicar los resultados de la investigación bajo una licencia estricta de derecho de autor, entonces Calafou no es el lugar adecuado para ti.  Antes que nada se pide a todas las posibles investigadoras leerse y rellenar el protocolo de comunicación [0], así como aceptar las siguientes condiciones.&lt;br /&gt;
&lt;br /&gt;
== Expectativas ==&lt;br /&gt;
&lt;br /&gt;
Utilizamos los siguientes criterios para evaluar los posibles proyectos de investigación:&lt;br /&gt;
&lt;br /&gt;
#. &#039;&#039;&#039;Antes de contactar-nos&#039;&#039;&#039;, las investigadoras deben estudiar la documentación disponible. A través de este proceso se evitan las preguntas innecesarias y se hace una inversión en la comprensión del proyecto que coincide con el tiempo que brindaremos en apoyar a la investigación. Compartiremos con las investigadoras un archivo de materiales potencialmente útiles así como la documentación de los esfuerzos previos de investigación que podrían alimentar su propio trabajo.&lt;br /&gt;
#. &#039;&#039;&#039;Invitamos las investigadoras en venir pasar unos días en calafou antes de proponernos hacer una investigación.&#039;&#039;&#039; Para ello pueden acudir a las jornadas de puertas abiertas que se celebran 3 veces al año (generalmente dos semanas en verano, una semana en otoño y una semana en primavera). Si no pudieran venirse para esas fechas, entonces lo mejor es seguir el protocolo de visitas y escribirnos, proponer una residencia y ver si personas de la comunidad de animan a recibirlas y amadrinarlas. Tengan en cuenta que eso no significaría que estas mismas personas aceptarían ser sus tutoras en caso de que la asamblea de Calafou acepte su propuesta de investigación.&lt;br /&gt;
#. &#039;&#039;&#039;Las problemáticas investigadas deben ser relevantes y contribuir al desarrollo de Calafou.&#039;&#039;&#039;  Animamos las investigadoras a formular sus preguntas de investigación en colaboración con algunos miembros de la comunidad afín de poder reflejar las preocupaciones, inquietudes e intereses de la comunidad.  También animamos las investigadoras en pensar en que tipo de actividades y tareas se involucraran activamente mientras residen en Calafou para llevar a cabo su investigación.&lt;br /&gt;
#. &#039;&#039;&#039;Si la investigación se centrara en un proyecto autónomo productivo de Calafou&#039;&#039;&#039;, en tal caso las personas que amadrinen  esa investigación deberán comunicarlo en la asamblea de Calafou y definir de que manera la investigadora respectara el anonimato y derecho a la privacidad del resto de habitantes y proyectos de Calafou. Si se viese necesario el GT de comunicación podría dar apoyo metodológico en ese sentido.&lt;br /&gt;
#. &#039;&#039;&#039;La metodología de investigación&#039;&#039;&#039; debe definir claramente cómo se recogen los datos, como se analizan y comparten.  ¿Qué tipo de herramientas se utilizarán para ello?  Por ejemplo, preferimos alternativas libres como nuestra instalación local de Etherpad a los servicios comerciales, tales como Google Docs.  La investigadora también deberá cuidar la privacidad y/o anonimato de las participantes a su estudio según lo que se haya acordado.  Por ejemplo, preferimos almacenar información personal de manera encriptada y pedir que los resultados de los estudios sean anónimos.  Finalmente, se estudiara como compartir los datos del proceso, y no solo los resultados.  Por ejemplo, puede ser positivo compartir los datos brutos de las encuestas, las transcripciones de entrevistas, las notas de campo o las fotografías, etc.&lt;br /&gt;
#. &#039;&#039;&#039;Los resultados de la investigación&#039;&#039;&#039; deben ser presentado de vuelta a la comunidad de Calafou.  Los resultados deben ser presentados a Calafou de una manera más contextualizada y no simplemente enviar el producto terminado.  La investigadora debe reservar y planear un momento para explicar y discutir los resultados, preferiblemente en persona o a través de una vídeo-conferencia si no puede estar presente.&lt;br /&gt;
&lt;br /&gt;
Afín de poder detallar todos estos elementos, &#039;&#039;&#039;se pedirá a la persona investigadora trabajar de cerca con su tutora habitante de la comunidad de Calafou&#039;&#039;&#039; afin de hacer que el proceso de investigación resulte lo mas llevadero e interesante como sea posible. &lt;br /&gt;
&lt;br /&gt;
[0] https://calafou.org/en/contentprotocolo-medios-v10&lt;br /&gt;
[[Protocolo medios]]&lt;br /&gt;
&lt;br /&gt;
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++&lt;br /&gt;
&lt;br /&gt;
= Research Guidelines, Calafou =&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
Different perspectives exist on research in the Calafou community.  Some consider academic knowledge production useless, or worse.  Chosen research projects are assigned a tutor and get all necessary support. In general, we prefer research that is based on cooperative principles, such as activist research, engaged research, action research, co-research and so on.&lt;br /&gt;
&lt;br /&gt;
Research in or about Calafou can take place, without exception, only after negotiating and authorising the conditions of the research (goals, methodologies, etc.).  &#039;&#039;&#039;Research projects are authorised by the Calafou assembly and they require someone from the community who offers support for the researcher to be their guide during the development of the research.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
It is essential that any research or media production realised in or about Calafou must be released under a free license. If you plan to publish your research results under a strict copyright license, then Calafou is not the place for you. Researcher(s) must adopt the media protocol [0] in addition to these guidelines.&lt;br /&gt;
&lt;br /&gt;
== Expectations ==&lt;br /&gt;
&lt;br /&gt;
We use the following criteria to evaluate potential research projects:&lt;br /&gt;
&lt;br /&gt;
# &#039;&#039;&#039;Before contacting us&#039;&#039;&#039;, researcher(s) should study the available documentation. Through this process the researcher(s) avoids unnecessary questions and makes an investment in the project that matches the time we spend supporting the research. We will share with the researcher(s) a repository and archive of potentially useful materials and the documentation of previous research efforts that could feed into their work.&lt;br /&gt;
# &#039;&#039;&#039;We invite researchers to come for a few days to Calafou before they propose their research.&#039;&#039;&#039;  To this end, they may participate in the Open Days, which happen three times a year (generally two weeks in summer and one in spring).  If the dates are not viable, then it is best to follow the visit guidelines and contact us, propose a stay and see if someone is available as a host.  A host can be different from the person who oversees the research.&lt;br /&gt;
# &#039;&#039;&#039;The research questions&#039;&#039;&#039; should be relevant and contribute to the development of Calafou.  We encourage researcher(s) to formulate their research question in collaboration with some members of the community in order to reflect the current problems, preoccupations and interests.  We also encourage the researcher to consider the type of other activities and tasks they want to be actively involved while they are in Calafou to carry out the research.&lt;br /&gt;
# &#039;&#039;&#039;In all cases where the research revolves around an autonomous productive project of Calafou&#039;&#039;&#039;, the research guide has to consult the Calafou assembly to make sure that the anonimity and privacy of other inhabitants and projects are respected.  The communication working group can provide methodological support.&lt;br /&gt;
# &#039;&#039;&#039;The research methodology&#039;&#039;&#039; should define clearly how data is collected, analysed and shared.  Which tools will be used?  For example, we prefer free alternatives like our local Etherpad installation to proprietary and commercial services such as Google Docs.  How researcher(s) care for participants’ privacy and/or anonymity?  For example, we prefer to store personal information encrypted and may ask for results to be anonymised.  Why not share process data in addition to the results?  For example, it may be beneficial to share documentation such as the raw data of surveys, the transcripts of interviews, field notes or photographs. Etc.&lt;br /&gt;
# &#039;&#039;&#039;The research results&#039;&#039;&#039; should be fed back to Calafou.  At the minimum, results should be presented at Calafou in a more contextualised way than simply sending the finished product.  The researcher(s) should reserve and negotiate a time to explain and discuss the results, preferably in person or through video-conference in case they cannot be here.&lt;br /&gt;
&lt;br /&gt;
For this purpose we ask researcher(s) to work closely with someone from the Calafou community to make the process as bearable and interesting as possible.&lt;br /&gt;
&lt;br /&gt;
[0] https://calafou.org/en/contentprotocolo-medios-v10&lt;/div&gt;</summary>
		<author><name>Dulzet</name></author>
	</entry>
	<entry>
		<id>http://wiki.calafou.org//index.php?title=Essun&amp;diff=3831</id>
		<title>Essun</title>
		<link rel="alternate" type="text/html" href="http://wiki.calafou.org//index.php?title=Essun&amp;diff=3831"/>
		<updated>2020-01-10T08:47:44Z</updated>

		<summary type="html">&lt;p&gt;Dulzet: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Essun =&lt;br /&gt;
&lt;br /&gt;
Essun is the mediaserver of Calafou local network.  It is running Debian, the Universal Operating System.  It is providing services for the people who are on the territory of Calafou. It is 8Gb ram and has 4 discs in it: 160Gb for system, 1Tb mirror discs, 3T for mediateca&lt;br /&gt;
&lt;br /&gt;
=== What does &amp;quot;Essun&amp;quot; mean? ===&lt;br /&gt;
&lt;br /&gt;
TODO&lt;br /&gt;
&lt;br /&gt;
= Boot sequence: What happens when you turn on the machine? =&lt;br /&gt;
&lt;br /&gt;
# BIOS&lt;br /&gt;
## Here you can press F12 to choose boot device. The default is to boot the system on the hard drive. This is useful if you want to boot a rescue or install image from a pendrive, for example.&lt;br /&gt;
## Here you can press F2 to enter the BIOS configuration, but we have to find out the BIOS password. At the moment, we have no idea what is the BIOS password! We have to search how to reset this password...&lt;br /&gt;
# GRUB&lt;br /&gt;
## Here you can choose to start the system as usual, or to enter rescue mode. It is also possible to modify the kernel boot parameters. This is useful if you forgot the root password and want to reset it, for example.&lt;br /&gt;
# Initramfs&lt;br /&gt;
## Here cryptsetup asks for the LUKS encryption password.  The password can be typed in using a keyboard connected to essun, or through SSH if your SSH keys are installed in initramfs.  For the second option, use the &amp;lt;code&amp;gt;unlock-essun.sh&amp;lt;/code&amp;gt; script.  The actual password can be found in the calafou keyringer repository, and you can see it from your computer like this: &amp;lt;code&amp;gt;keyringer calafou decrypt lan.essun.luks.system&amp;lt;/code&amp;gt;&lt;br /&gt;
# Systemd&lt;br /&gt;
## The hard drives (&amp;quot;block devices&amp;quot;) specified in &amp;lt;code&amp;gt;/etc/crypttab&amp;lt;/code&amp;gt; are unlocked, usually using key files in &amp;lt;code&amp;gt;/etc/luks/&amp;lt;/code&amp;gt;.&lt;br /&gt;
## The hard drives (&amp;quot;block devices&amp;quot;) specified in &amp;lt;code&amp;gt;/etc/fstab&amp;lt;/code&amp;gt; are mounted, such as &amp;lt;code&amp;gt;/mnt/3t&amp;lt;/code&amp;gt; (a big hard drive for mediateca) and &amp;lt;code&amp;gt;/mnt/mirror&amp;lt;/code&amp;gt; (a mirrored drive for services).&lt;br /&gt;
## Systemd manages the services, so when the computer starts, it tries to turn on the web server (apache2), etc.&lt;br /&gt;
# System&lt;br /&gt;
## You can log in if your SSH key is installed in the system: &amp;lt;code&amp;gt;ssh $USERNAME@essun.calafou.org&amp;lt;/code&amp;gt; (where $USERNAME is your username).&lt;br /&gt;
&lt;br /&gt;
= Services =&lt;br /&gt;
&lt;br /&gt;
Most of these services are only available from the local network!&lt;br /&gt;
&lt;br /&gt;
== Web Server ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;http://essun.calafou.org/&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;systemctl status apache2&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;/etc/apache2/sites-available/essun.calafou.org&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The web server shows a page that explains Essum and links to the other services.&lt;br /&gt;
&lt;br /&gt;
== Pads ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;http://etherpad.calafou.org&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;systemctl status etherpad&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;/opt/etherpad-lite/settings.json&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The etherpad is providing real-time multi-user editable shared persistent documents.&lt;br /&gt;
&lt;br /&gt;
A few plug-ins have been installed from this framasoft list (all did not instal ...) https://github.com/YunoHost-Apps/etherpad_mypads_ynh&lt;br /&gt;
&lt;br /&gt;
== Streaming ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;http://essun.calafou.org:8000&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;systemctl status icecast2&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;/etc/icecast2/icecast.xml&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Icecast2 is providing a stream (&amp;quot;radio&amp;quot;) that you can play on your computer, for example with &amp;lt;code&amp;gt;mplayer&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;mpv&amp;lt;/code&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;mplayer http://essun.calafou.org:8000&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;mpv http://essun.calafou.org:8000&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== File server ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ftp://essun.calafou.org&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;systemctl status proftpd&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;/etc/proftpd/conf.d/anonftp&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The file server is for uploading and downloading files.  You can access it with &amp;lt;code&amp;gt;FileZilla&amp;lt;/code&amp;gt; from popular operating systems.  Or you can use a command line client such as &amp;lt;code&amp;gt;ncftp&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ncftp ftp://essun.calafou.org&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== NextCloud ==&lt;br /&gt;
&lt;br /&gt;
We could try to install it like this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;https://docs.nextcloud.com/server/17/admin_manual/installation/source_installation.html#example-installation-on-ubuntu-18-04-lts-server&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>Dulzet</name></author>
	</entry>
	<entry>
		<id>http://wiki.calafou.org//index.php?title=Omnius&amp;diff=3830</id>
		<title>Omnius</title>
		<link rel="alternate" type="text/html" href="http://wiki.calafou.org//index.php?title=Omnius&amp;diff=3830"/>
		<updated>2020-01-10T07:40:56Z</updated>

		<summary type="html">&lt;p&gt;Dulzet: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;R.I.P. and thank you, Omnius.&lt;br /&gt;
&lt;br /&gt;
Long life [[Essun]] !!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
From here on, this is deprecated.&lt;br /&gt;
&lt;br /&gt;
Omnius WAS the main server providing services on the calafou internal network (&amp;quot;.calafou&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
= Services =&lt;br /&gt;
&lt;br /&gt;
Ideally, a short description of services should be available at http://omnius.calafou (this address is only accessible from the local network, e.g. if you are physically in Calafou or use a VPN to connect to the Calafou network).&lt;br /&gt;
&lt;br /&gt;
== apt-cacher-ng (OLD) ==&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Cache para tu distro de linux, cuanto mas la uses más rápido bajarás tus paquetes.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
You can use apt-cacher-ng to install/upgrade Debian and Ubuntu packages on your computer faster than usual and saving a little bandwidth for the community.  It saves to the local disk all the packages people request and if the package is already on the disk then it will serve it.  Therefore, if you or somebody else used the package you want to install/upgrade before, then apt-cacher-ng will serve it to you faster and without downloading it again from the Internet.  This is most useful in workshops when a group of people wants to install a concrete package at the same time, but it is also good to use it in your everyday life.&lt;br /&gt;
&lt;br /&gt;
=== How to configure my computer to use the apt-cacher-ng in omnius? ===&lt;br /&gt;
&lt;br /&gt;
The instructions are here: http://omnius.calafou:3142/&lt;br /&gt;
&lt;br /&gt;
= Software setup =&lt;br /&gt;
&lt;br /&gt;
Omnius runs the current Debian GNU/Linux stable (codename jessie).&lt;br /&gt;
&lt;br /&gt;
One big change in this Debian version is that systemd is used to manage services.&lt;br /&gt;
&lt;br /&gt;
= Hardware setup =&lt;br /&gt;
&lt;br /&gt;
== How the disks are connected? ==&lt;br /&gt;
&lt;br /&gt;
Omnius has an old motherboard with no SATA support. The workaround is that there is a RAID controller card installed in a PCI slot. However, the RAID controller card driver is not working in Debian Jessie, so we actually use software RAIDs. The function of the RAID controller card is simply to provide 4 SATA ports where we can connect hard drives.&lt;br /&gt;
&lt;br /&gt;
The only disk that is connected directly to the motherboard through an IDE cable (&#039;&#039;not&#039;&#039; SATA) is the operating system disk.&lt;br /&gt;
&lt;br /&gt;
== Which disks are connected? ==&lt;br /&gt;
&lt;br /&gt;
There are many disks in omnius. The best way to get an overview is to run `lsblk --fs`. It gives a &#039;&#039;&#039;similar&#039;&#039;&#039; output:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
root@omnius:~# lsblk --fs -o +SIZE&lt;br /&gt;
NAME                    FSTYPE            LABEL             UUID                                   MOUNTPOINT          SIZE&lt;br /&gt;
sda                                                                                                                  931.5G&lt;br /&gt;
└─sda1                  linux_raid_member seldon:alexandria 18a48690-b180-cb51-582e-9ab45af523be                     931.5G&lt;br /&gt;
  └─md127               crypto_LUKS                         eb337def-eca9-4d6e-8614-b65ea58b4266                       1.8T&lt;br /&gt;
    └─alexandria        ext4                                b95eeee3-d8ca-4b90-a060-70073dd7a116   /var/alexandria     1.8T&lt;br /&gt;
sdb                                                                                                                  931.5G&lt;br /&gt;
└─sdb1                  linux_raid_member seldon:alexandria 18a48690-b180-cb51-582e-9ab45af523be                     931.5G&lt;br /&gt;
  └─md127               crypto_LUKS                         eb337def-eca9-4d6e-8614-b65ea58b4266                       1.8T&lt;br /&gt;
    └─alexandria        ext4                                b95eeee3-d8ca-4b90-a060-70073dd7a116   /var/alexandria     1.8T&lt;br /&gt;
sdc                                                                                                                  931.5G&lt;br /&gt;
└─sdc1                  ext4                                e81c5f79-bbba-4eb2-9e85-0fb3c3110b6f   /srv/istanbul     931.5G&lt;br /&gt;
sdd                                                                                                                  465.8G&lt;br /&gt;
└─sdd1                  ext3                                ca5cb667-3fc3-4e97-93ef-467f4e9b04c8   /mnt/externaldisk 465.8G&lt;br /&gt;
sde                                                                                                                  465.8G&lt;br /&gt;
└─sde1                  ext4                                ff50c30a-1688-46df-b736-21a28e56450e   /mnt/tmp          465.8G&lt;br /&gt;
sdf                                                                                                                   74.5G&lt;br /&gt;
├─sdf1                  ext2                                a20aee5f-b77c-4677-acd5-9e1f651233ff   /boot               243M&lt;br /&gt;
├─sdf2                                                                                                                   1K&lt;br /&gt;
└─sdf5                  crypto_LUKS                         7a1612aa-40d5-4157-a4d7-1ffccdc487dc                      74.3G&lt;br /&gt;
  └─sda5_crypt          LVM2_member                         TOH5Xi-JSBJ-05UP-bQpy-xkG6-nZls-Zne8gF                    74.3G&lt;br /&gt;
    ├─omnius--vg-root   ext4                                86be33dd-17b7-4e0b-b5f2-dd885fd6189e   /                  72.3G&lt;br /&gt;
    └─omnius--vg-swap_1 swap                                118669de-118b-4681-bffb-d852a6842820   [SWAP]                2G&lt;br /&gt;
root@omnius:~# &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
# Operating system on &amp;lt;code&amp;gt;/dev/sdf&amp;lt;/code&amp;gt;:&lt;br /&gt;
## &amp;lt;code&amp;gt;/dev/sdf1&amp;lt;/code&amp;gt; is &amp;lt;code&amp;gt;/boot&amp;lt;/code&amp;gt;.&lt;br /&gt;
## &amp;lt;code&amp;gt;/dev/sdf2&amp;lt;/code&amp;gt; is not seem to be used, maybe it was planned to be part of a RAID1 volume for the root file system.&lt;br /&gt;
## &amp;lt;code&amp;gt;/dev/sdf5&amp;lt;/code&amp;gt; encrypted root file system (&amp;lt;code&amp;gt;/&amp;lt;/code&amp;gt;) and swap file system. &lt;br /&gt;
# apt-cacher (proxy for caching Debian packages) on &amp;lt;code&amp;gt;/dev/sde&amp;lt;/code&amp;gt;.&lt;br /&gt;
## &amp;lt;code&amp;gt;/dev/sde1&amp;lt;/code&amp;gt; is a file system with all the old packages we were caching (so, useless).&lt;br /&gt;
# pxe (network booting for installing Linux on machines that are connected to the local network)&lt;br /&gt;
## &amp;lt;code&amp;gt;/dev/sdc1&amp;lt;/code&amp;gt; mounted on &amp;lt;code&amp;gt;/src/istanbul&amp;lt;/code&amp;gt;.&lt;br /&gt;
# Alexandria (mainly media files like films and music) on &amp;lt;code&amp;gt;/dev/sda&amp;lt;/code&amp;gt; (this is in RAID0 with the next disk).&lt;br /&gt;
## &amp;lt;code&amp;gt;/dev/sda1&amp;lt;/code&amp;gt; is part of the RAID volume &amp;lt;code&amp;gt;/dev/md127&amp;lt;/code&amp;gt; (also called &amp;lt;code&amp;gt;/dev/md/alexandria&amp;lt;/code&amp;gt;).&lt;br /&gt;
# Alexandria (mainly media files like films and music) on &amp;lt;code&amp;gt;/dev/sdb&amp;lt;/code&amp;gt; (this is in RAID0 with the previous disk).&lt;br /&gt;
## &amp;lt;code&amp;gt;/dev/sdb1&amp;lt;/code&amp;gt; is part of the RAID volume &amp;lt;code&amp;gt;/dev/md127&amp;lt;/code&amp;gt; (also called &amp;lt;code&amp;gt;/dev/md/alexandria&amp;lt;/code&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
Nota bene: The last few lines of &amp;lt;code&amp;gt;/etc/fstab&amp;lt;/code&amp;gt; show that some directories on &amp;lt;code&amp;gt;/srv/instanbul&amp;lt;/code&amp;gt; are mounted on &amp;lt;code&amp;gt;/var/alexandria/&amp;lt;/code&amp;gt;!&lt;br /&gt;
&lt;br /&gt;
=== How healthy are the disks? ===&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;code&amp;gt;smartmontools&amp;lt;/code&amp;gt; package in Debian provides the &amp;lt;code&amp;gt;smartctl&amp;lt;/code&amp;gt; command to check disk health.  Modern hard disks support the SMART standard, which is for keeping a diary of errors and comparing it with the ideal performance of the disk as it was specified by the vendor.  It is useful for finding out when the disk is getting old and starts to make mistakes.  After some time making mistakes, the disk can die easily.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
root@omnius: for disk in sda sdb sdc sde sdf ; do smartctl -x /dev/$disk &amp;gt; /root/reinstall/smartinfo/$disk.txt ; done &lt;br /&gt;
&lt;br /&gt;
root@omnius:~/reinstall/smartinfo# rgrep Raw_Read_Error_Rate *txt&lt;br /&gt;
sda.txt:  1 Raw_Read_Error_Rate     POSR-K   200   200   051    -    0&lt;br /&gt;
sdb.txt:  1 Raw_Read_Error_Rate     POSR-K   200   200   051    -    0&lt;br /&gt;
sdc.txt:  1 Raw_Read_Error_Rate     POSR-K   200   200   051    -    4&lt;br /&gt;
sdd.txt:  1 Raw_Read_Error_Rate     PO-R--   100   100   050    -    0&lt;br /&gt;
sde.txt:  1 Raw_Read_Error_Rate     POSR--   100   253   006    -    0&lt;br /&gt;
sdf.txt:  1 Raw_Read_Error_Rate     POSR--   108   092   006    -    66333935&lt;br /&gt;
root@omnius:~/reinstall/smartinfo# &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It is also possible to run different kinds of health checks on the disk using the same command.  The three adjacent columns in the above output are between 001 and 254, where 254 is the best and 001 is the worst.  The first column is the current health value, the second column is the worst ever measured health value, and the third column is the manufacture-assigned limit where the disk should be replaced.  For example, the output above shows bigger numbers in the first and second column than in the third, which means that Raw Read Error Rate is within healthy limnits in all the disks.&lt;br /&gt;
&lt;br /&gt;
== Where are the disks connected? ==&lt;br /&gt;
&lt;br /&gt;
The box of omnius has a lot of space for hard disks:&lt;br /&gt;
&lt;br /&gt;
# EMPTY&lt;br /&gt;
# EMPTY&lt;br /&gt;
# alexandria&lt;br /&gt;
# alexandria&lt;br /&gt;
# EMPTY&lt;br /&gt;
# EMPTY&lt;br /&gt;
# EMPTY&lt;br /&gt;
# omnius-os&lt;br /&gt;
# EMTPY&lt;br /&gt;
# EMPTY&lt;br /&gt;
# apt-cacher&lt;br /&gt;
&lt;br /&gt;
== BIOS problems ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Blinking cursor:&#039;&#039;&#039; After the message &amp;quot;Successfully installed BIOS&amp;quot; the screen goes black and there is only a blinking cursor. The solution to this problem is to turn off the &amp;quot;BBS support&amp;quot; option in the RAID controller menu, in the SATA configuration section (enter with Control-A when booting).&lt;br /&gt;
&lt;br /&gt;
== Specifications ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1GB RAM:&#039;&#039;&#039; omnius has 1GB of RAM. The motherboard has 4 slots which are divided into two banks. Each bank has to have identical amount of RAM. At the moment only the first bank is used and there are two 512MB RAMs (PC2100) installed in them.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2x2.66Ghz CPU:&#039;&#039;&#039; It seems that omnius has 2 Intel(R) Xeon(TM) CPU 2.66GHz CPUs (single core).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;(2x)1TB HDD:&#039;&#039;&#039; alexandria has two 1TB HDDs in RAID0, so they effectively look like a 2TB disk.&lt;br /&gt;
&lt;br /&gt;
=== More details ===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Power supply:&#039;&#039;&#039; ATX, with at least 4 SATA connectors. The motherboard connector is a 4x2 ping connector. At the moment we don&#039;t use more the other cables on the power supply.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NICs:&#039;&#039;&#039; There are two ethernet sockets, one 10/100Mbit and another 1Gbit.  The first is turned off in BIOS, the other is used as the primary network interface (e.g. eth0).&lt;br /&gt;
&lt;br /&gt;
= Backups =&lt;br /&gt;
&lt;br /&gt;
== 1. RAID1 for alexandria (BROKEN: now it is a RAID0)==&lt;br /&gt;
&lt;br /&gt;
alexandria is automatically copied to another disk. So if one disk fails, they should still work without interruption.&lt;br /&gt;
&lt;br /&gt;
== 2. Offsite backup for alexandria (BROKEN: NAS failed)==&lt;br /&gt;
&lt;br /&gt;
Backup happens every day at 3am using a software called &amp;quot;restic&amp;quot;, to hypatia, which is a NAS (Network Attached Storage) far from the hacklab.&lt;br /&gt;
&lt;br /&gt;
= LUKS =&lt;br /&gt;
&lt;br /&gt;
There are three ways to book omnius:&lt;br /&gt;
&lt;br /&gt;
== Manual ==&lt;br /&gt;
&lt;br /&gt;
Going to the hacklab and typing in the passphrase using the monitor and keyboard that is connected to omnius.&lt;br /&gt;
&lt;br /&gt;
== Semi-automatic ==&lt;br /&gt;
&lt;br /&gt;
Using a bash script executed from another computer on the local network.&lt;br /&gt;
&lt;br /&gt;
This works because there is ssh baked into the initrd (the disk partition that is alive at boot time) of omnius.&lt;br /&gt;
&lt;br /&gt;
Why this can fail?&lt;br /&gt;
&lt;br /&gt;
# Network problems: the two computers cannot ping each other.&lt;br /&gt;
# SSH is not available on omnius initrd: ssh is not in initrd of omnius any more, because of some upgrades.&lt;br /&gt;
# SSH is not available on the other computer: ssh is not installed, try &amp;quot;apt-get install openssh-client&amp;quot;.&lt;br /&gt;
# Password incorrect: the script has an old password.&lt;br /&gt;
&lt;br /&gt;
== Automatic (BROKEN: Raspi needs fixing) ==&lt;br /&gt;
&lt;br /&gt;
Mandotron is another computer (a Raspberry Pi) which should under normal circumstances boot omnius.&lt;br /&gt;
&lt;br /&gt;
This works because there is mandotron-client baked into the initrd (the disk partition that is alive at boot time) of omnius, and it is installed and configured on the other machine (mandotron).&lt;br /&gt;
&lt;br /&gt;
Why this can fail?&lt;br /&gt;
&lt;br /&gt;
# mandos has a timeout: if it cannot see omnius for some time, it will refuse to serve the LUKS passphrase. The timer can be reset manually by logging in to mandotron. Check the mandos documentation.&lt;br /&gt;
# mandotron itself is not working: the other machine with mandos is not online. The most common problem with Raspberry Pi is that a surge in electricity can leave the SD card which holds the file system in an inconsistent state. Try to pull out the SD card and run &amp;quot;fsck&amp;quot; on it from another computer.&lt;/div&gt;</summary>
		<author><name>Dulzet</name></author>
	</entry>
	<entry>
		<id>http://wiki.calafou.org//index.php?title=Omnius&amp;diff=3829</id>
		<title>Omnius</title>
		<link rel="alternate" type="text/html" href="http://wiki.calafou.org//index.php?title=Omnius&amp;diff=3829"/>
		<updated>2020-01-10T07:38:56Z</updated>

		<summary type="html">&lt;p&gt;Dulzet: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;R.I.P. and thank you, Omnius &lt;br /&gt;
long life [[Essun]] !!&lt;br /&gt;
&lt;br /&gt;
Omnius WAS the main server providing services on the calafou internal network (&amp;quot;.calafou&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
= Services =&lt;br /&gt;
&lt;br /&gt;
Ideally, a short description of services should be available at http://omnius.calafou (this address is only accessible from the local network, e.g. if you are physically in Calafou or use a VPN to connect to the Calafou network).&lt;br /&gt;
&lt;br /&gt;
== apt-cacher-ng (OLD) ==&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Cache para tu distro de linux, cuanto mas la uses más rápido bajarás tus paquetes.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
You can use apt-cacher-ng to install/upgrade Debian and Ubuntu packages on your computer faster than usual and saving a little bandwidth for the community.  It saves to the local disk all the packages people request and if the package is already on the disk then it will serve it.  Therefore, if you or somebody else used the package you want to install/upgrade before, then apt-cacher-ng will serve it to you faster and without downloading it again from the Internet.  This is most useful in workshops when a group of people wants to install a concrete package at the same time, but it is also good to use it in your everyday life.&lt;br /&gt;
&lt;br /&gt;
=== How to configure my computer to use the apt-cacher-ng in omnius? ===&lt;br /&gt;
&lt;br /&gt;
The instructions are here: http://omnius.calafou:3142/&lt;br /&gt;
&lt;br /&gt;
= Software setup =&lt;br /&gt;
&lt;br /&gt;
Omnius runs the current Debian GNU/Linux stable (codename jessie).&lt;br /&gt;
&lt;br /&gt;
One big change in this Debian version is that systemd is used to manage services.&lt;br /&gt;
&lt;br /&gt;
= Hardware setup =&lt;br /&gt;
&lt;br /&gt;
== How the disks are connected? ==&lt;br /&gt;
&lt;br /&gt;
Omnius has an old motherboard with no SATA support. The workaround is that there is a RAID controller card installed in a PCI slot. However, the RAID controller card driver is not working in Debian Jessie, so we actually use software RAIDs. The function of the RAID controller card is simply to provide 4 SATA ports where we can connect hard drives.&lt;br /&gt;
&lt;br /&gt;
The only disk that is connected directly to the motherboard through an IDE cable (&#039;&#039;not&#039;&#039; SATA) is the operating system disk.&lt;br /&gt;
&lt;br /&gt;
== Which disks are connected? ==&lt;br /&gt;
&lt;br /&gt;
There are many disks in omnius. The best way to get an overview is to run `lsblk --fs`. It gives a &#039;&#039;&#039;similar&#039;&#039;&#039; output:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
root@omnius:~# lsblk --fs -o +SIZE&lt;br /&gt;
NAME                    FSTYPE            LABEL             UUID                                   MOUNTPOINT          SIZE&lt;br /&gt;
sda                                                                                                                  931.5G&lt;br /&gt;
└─sda1                  linux_raid_member seldon:alexandria 18a48690-b180-cb51-582e-9ab45af523be                     931.5G&lt;br /&gt;
  └─md127               crypto_LUKS                         eb337def-eca9-4d6e-8614-b65ea58b4266                       1.8T&lt;br /&gt;
    └─alexandria        ext4                                b95eeee3-d8ca-4b90-a060-70073dd7a116   /var/alexandria     1.8T&lt;br /&gt;
sdb                                                                                                                  931.5G&lt;br /&gt;
└─sdb1                  linux_raid_member seldon:alexandria 18a48690-b180-cb51-582e-9ab45af523be                     931.5G&lt;br /&gt;
  └─md127               crypto_LUKS                         eb337def-eca9-4d6e-8614-b65ea58b4266                       1.8T&lt;br /&gt;
    └─alexandria        ext4                                b95eeee3-d8ca-4b90-a060-70073dd7a116   /var/alexandria     1.8T&lt;br /&gt;
sdc                                                                                                                  931.5G&lt;br /&gt;
└─sdc1                  ext4                                e81c5f79-bbba-4eb2-9e85-0fb3c3110b6f   /srv/istanbul     931.5G&lt;br /&gt;
sdd                                                                                                                  465.8G&lt;br /&gt;
└─sdd1                  ext3                                ca5cb667-3fc3-4e97-93ef-467f4e9b04c8   /mnt/externaldisk 465.8G&lt;br /&gt;
sde                                                                                                                  465.8G&lt;br /&gt;
└─sde1                  ext4                                ff50c30a-1688-46df-b736-21a28e56450e   /mnt/tmp          465.8G&lt;br /&gt;
sdf                                                                                                                   74.5G&lt;br /&gt;
├─sdf1                  ext2                                a20aee5f-b77c-4677-acd5-9e1f651233ff   /boot               243M&lt;br /&gt;
├─sdf2                                                                                                                   1K&lt;br /&gt;
└─sdf5                  crypto_LUKS                         7a1612aa-40d5-4157-a4d7-1ffccdc487dc                      74.3G&lt;br /&gt;
  └─sda5_crypt          LVM2_member                         TOH5Xi-JSBJ-05UP-bQpy-xkG6-nZls-Zne8gF                    74.3G&lt;br /&gt;
    ├─omnius--vg-root   ext4                                86be33dd-17b7-4e0b-b5f2-dd885fd6189e   /                  72.3G&lt;br /&gt;
    └─omnius--vg-swap_1 swap                                118669de-118b-4681-bffb-d852a6842820   [SWAP]                2G&lt;br /&gt;
root@omnius:~# &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
# Operating system on &amp;lt;code&amp;gt;/dev/sdf&amp;lt;/code&amp;gt;:&lt;br /&gt;
## &amp;lt;code&amp;gt;/dev/sdf1&amp;lt;/code&amp;gt; is &amp;lt;code&amp;gt;/boot&amp;lt;/code&amp;gt;.&lt;br /&gt;
## &amp;lt;code&amp;gt;/dev/sdf2&amp;lt;/code&amp;gt; is not seem to be used, maybe it was planned to be part of a RAID1 volume for the root file system.&lt;br /&gt;
## &amp;lt;code&amp;gt;/dev/sdf5&amp;lt;/code&amp;gt; encrypted root file system (&amp;lt;code&amp;gt;/&amp;lt;/code&amp;gt;) and swap file system. &lt;br /&gt;
# apt-cacher (proxy for caching Debian packages) on &amp;lt;code&amp;gt;/dev/sde&amp;lt;/code&amp;gt;.&lt;br /&gt;
## &amp;lt;code&amp;gt;/dev/sde1&amp;lt;/code&amp;gt; is a file system with all the old packages we were caching (so, useless).&lt;br /&gt;
# pxe (network booting for installing Linux on machines that are connected to the local network)&lt;br /&gt;
## &amp;lt;code&amp;gt;/dev/sdc1&amp;lt;/code&amp;gt; mounted on &amp;lt;code&amp;gt;/src/istanbul&amp;lt;/code&amp;gt;.&lt;br /&gt;
# Alexandria (mainly media files like films and music) on &amp;lt;code&amp;gt;/dev/sda&amp;lt;/code&amp;gt; (this is in RAID0 with the next disk).&lt;br /&gt;
## &amp;lt;code&amp;gt;/dev/sda1&amp;lt;/code&amp;gt; is part of the RAID volume &amp;lt;code&amp;gt;/dev/md127&amp;lt;/code&amp;gt; (also called &amp;lt;code&amp;gt;/dev/md/alexandria&amp;lt;/code&amp;gt;).&lt;br /&gt;
# Alexandria (mainly media files like films and music) on &amp;lt;code&amp;gt;/dev/sdb&amp;lt;/code&amp;gt; (this is in RAID0 with the previous disk).&lt;br /&gt;
## &amp;lt;code&amp;gt;/dev/sdb1&amp;lt;/code&amp;gt; is part of the RAID volume &amp;lt;code&amp;gt;/dev/md127&amp;lt;/code&amp;gt; (also called &amp;lt;code&amp;gt;/dev/md/alexandria&amp;lt;/code&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
Nota bene: The last few lines of &amp;lt;code&amp;gt;/etc/fstab&amp;lt;/code&amp;gt; show that some directories on &amp;lt;code&amp;gt;/srv/instanbul&amp;lt;/code&amp;gt; are mounted on &amp;lt;code&amp;gt;/var/alexandria/&amp;lt;/code&amp;gt;!&lt;br /&gt;
&lt;br /&gt;
=== How healthy are the disks? ===&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;code&amp;gt;smartmontools&amp;lt;/code&amp;gt; package in Debian provides the &amp;lt;code&amp;gt;smartctl&amp;lt;/code&amp;gt; command to check disk health.  Modern hard disks support the SMART standard, which is for keeping a diary of errors and comparing it with the ideal performance of the disk as it was specified by the vendor.  It is useful for finding out when the disk is getting old and starts to make mistakes.  After some time making mistakes, the disk can die easily.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
root@omnius: for disk in sda sdb sdc sde sdf ; do smartctl -x /dev/$disk &amp;gt; /root/reinstall/smartinfo/$disk.txt ; done &lt;br /&gt;
&lt;br /&gt;
root@omnius:~/reinstall/smartinfo# rgrep Raw_Read_Error_Rate *txt&lt;br /&gt;
sda.txt:  1 Raw_Read_Error_Rate     POSR-K   200   200   051    -    0&lt;br /&gt;
sdb.txt:  1 Raw_Read_Error_Rate     POSR-K   200   200   051    -    0&lt;br /&gt;
sdc.txt:  1 Raw_Read_Error_Rate     POSR-K   200   200   051    -    4&lt;br /&gt;
sdd.txt:  1 Raw_Read_Error_Rate     PO-R--   100   100   050    -    0&lt;br /&gt;
sde.txt:  1 Raw_Read_Error_Rate     POSR--   100   253   006    -    0&lt;br /&gt;
sdf.txt:  1 Raw_Read_Error_Rate     POSR--   108   092   006    -    66333935&lt;br /&gt;
root@omnius:~/reinstall/smartinfo# &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It is also possible to run different kinds of health checks on the disk using the same command.  The three adjacent columns in the above output are between 001 and 254, where 254 is the best and 001 is the worst.  The first column is the current health value, the second column is the worst ever measured health value, and the third column is the manufacture-assigned limit where the disk should be replaced.  For example, the output above shows bigger numbers in the first and second column than in the third, which means that Raw Read Error Rate is within healthy limnits in all the disks.&lt;br /&gt;
&lt;br /&gt;
== Where are the disks connected? ==&lt;br /&gt;
&lt;br /&gt;
The box of omnius has a lot of space for hard disks:&lt;br /&gt;
&lt;br /&gt;
# EMPTY&lt;br /&gt;
# EMPTY&lt;br /&gt;
# alexandria&lt;br /&gt;
# alexandria&lt;br /&gt;
# EMPTY&lt;br /&gt;
# EMPTY&lt;br /&gt;
# EMPTY&lt;br /&gt;
# omnius-os&lt;br /&gt;
# EMTPY&lt;br /&gt;
# EMPTY&lt;br /&gt;
# apt-cacher&lt;br /&gt;
&lt;br /&gt;
== BIOS problems ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Blinking cursor:&#039;&#039;&#039; After the message &amp;quot;Successfully installed BIOS&amp;quot; the screen goes black and there is only a blinking cursor. The solution to this problem is to turn off the &amp;quot;BBS support&amp;quot; option in the RAID controller menu, in the SATA configuration section (enter with Control-A when booting).&lt;br /&gt;
&lt;br /&gt;
== Specifications ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1GB RAM:&#039;&#039;&#039; omnius has 1GB of RAM. The motherboard has 4 slots which are divided into two banks. Each bank has to have identical amount of RAM. At the moment only the first bank is used and there are two 512MB RAMs (PC2100) installed in them.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2x2.66Ghz CPU:&#039;&#039;&#039; It seems that omnius has 2 Intel(R) Xeon(TM) CPU 2.66GHz CPUs (single core).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;(2x)1TB HDD:&#039;&#039;&#039; alexandria has two 1TB HDDs in RAID0, so they effectively look like a 2TB disk.&lt;br /&gt;
&lt;br /&gt;
=== More details ===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Power supply:&#039;&#039;&#039; ATX, with at least 4 SATA connectors. The motherboard connector is a 4x2 ping connector. At the moment we don&#039;t use more the other cables on the power supply.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NICs:&#039;&#039;&#039; There are two ethernet sockets, one 10/100Mbit and another 1Gbit.  The first is turned off in BIOS, the other is used as the primary network interface (e.g. eth0).&lt;br /&gt;
&lt;br /&gt;
= Backups =&lt;br /&gt;
&lt;br /&gt;
== 1. RAID1 for alexandria (BROKEN: now it is a RAID0)==&lt;br /&gt;
&lt;br /&gt;
alexandria is automatically copied to another disk. So if one disk fails, they should still work without interruption.&lt;br /&gt;
&lt;br /&gt;
== 2. Offsite backup for alexandria (BROKEN: NAS failed)==&lt;br /&gt;
&lt;br /&gt;
Backup happens every day at 3am using a software called &amp;quot;restic&amp;quot;, to hypatia, which is a NAS (Network Attached Storage) far from the hacklab.&lt;br /&gt;
&lt;br /&gt;
= LUKS =&lt;br /&gt;
&lt;br /&gt;
There are three ways to book omnius:&lt;br /&gt;
&lt;br /&gt;
== Manual ==&lt;br /&gt;
&lt;br /&gt;
Going to the hacklab and typing in the passphrase using the monitor and keyboard that is connected to omnius.&lt;br /&gt;
&lt;br /&gt;
== Semi-automatic ==&lt;br /&gt;
&lt;br /&gt;
Using a bash script executed from another computer on the local network.&lt;br /&gt;
&lt;br /&gt;
This works because there is ssh baked into the initrd (the disk partition that is alive at boot time) of omnius.&lt;br /&gt;
&lt;br /&gt;
Why this can fail?&lt;br /&gt;
&lt;br /&gt;
# Network problems: the two computers cannot ping each other.&lt;br /&gt;
# SSH is not available on omnius initrd: ssh is not in initrd of omnius any more, because of some upgrades.&lt;br /&gt;
# SSH is not available on the other computer: ssh is not installed, try &amp;quot;apt-get install openssh-client&amp;quot;.&lt;br /&gt;
# Password incorrect: the script has an old password.&lt;br /&gt;
&lt;br /&gt;
== Automatic (BROKEN: Raspi needs fixing) ==&lt;br /&gt;
&lt;br /&gt;
Mandotron is another computer (a Raspberry Pi) which should under normal circumstances boot omnius.&lt;br /&gt;
&lt;br /&gt;
This works because there is mandotron-client baked into the initrd (the disk partition that is alive at boot time) of omnius, and it is installed and configured on the other machine (mandotron).&lt;br /&gt;
&lt;br /&gt;
Why this can fail?&lt;br /&gt;
&lt;br /&gt;
# mandos has a timeout: if it cannot see omnius for some time, it will refuse to serve the LUKS passphrase. The timer can be reset manually by logging in to mandotron. Check the mandos documentation.&lt;br /&gt;
# mandotron itself is not working: the other machine with mandos is not online. The most common problem with Raspberry Pi is that a surge in electricity can leave the SD card which holds the file system in an inconsistent state. Try to pull out the SD card and run &amp;quot;fsck&amp;quot; on it from another computer.&lt;/div&gt;</summary>
		<author><name>Dulzet</name></author>
	</entry>
</feed>