1
0

Update: Dockerfile

This commit is contained in:
Luca Rullo 2024-11-22 23:57:15 +01:00
parent ec7eb3f00b
commit 23d91d767e
No known key found for this signature in database
GPG Key ID: B4F223E232E0C82A
160 changed files with 1389 additions and 0 deletions

14
Dockerfile Normal file
View File

@ -0,0 +1,14 @@
FROM debian:stable-slim as build
RUN apt update -y && \
apt install -y hugo
WORKDIR /app
COPY inc .
RUN hugo -b "https://public.audio-lab.org/beireapi/"
FROM httpd:latest
COPY --from=build /app/public/ /usr/local/apache2/htdocs/

View File

Before

Width:  |  Height:  |  Size: 4.9 MiB

After

Width:  |  Height:  |  Size: 4.9 MiB

View File

Before

Width:  |  Height:  |  Size: 5.9 MiB

After

Width:  |  Height:  |  Size: 5.9 MiB

View File

Before

Width:  |  Height:  |  Size: 7.7 MiB

After

Width:  |  Height:  |  Size: 7.7 MiB

View File

Before

Width:  |  Height:  |  Size: 2.7 MiB

After

Width:  |  Height:  |  Size: 2.7 MiB

View File

Before

Width:  |  Height:  |  Size: 1.2 MiB

After

Width:  |  Height:  |  Size: 1.2 MiB

View File

Before

Width:  |  Height:  |  Size: 1.2 MiB

After

Width:  |  Height:  |  Size: 1.2 MiB

View File

Before

Width:  |  Height:  |  Size: 16 MiB

After

Width:  |  Height:  |  Size: 16 MiB

View File

Before

Width:  |  Height:  |  Size: 237 KiB

After

Width:  |  Height:  |  Size: 237 KiB

View File

Before

Width:  |  Height:  |  Size: 2.0 MiB

After

Width:  |  Height:  |  Size: 2.0 MiB

View File

Before

Width:  |  Height:  |  Size: 695 KiB

After

Width:  |  Height:  |  Size: 695 KiB

View File

Before

Width:  |  Height:  |  Size: 5.7 MiB

After

Width:  |  Height:  |  Size: 5.7 MiB

View File

Before

Width:  |  Height:  |  Size: 2.3 MiB

After

Width:  |  Height:  |  Size: 2.3 MiB

View File

Before

Width:  |  Height:  |  Size: 914 KiB

After

Width:  |  Height:  |  Size: 914 KiB

View File

Before

Width:  |  Height:  |  Size: 1.3 MiB

After

Width:  |  Height:  |  Size: 1.3 MiB

View File

Before

Width:  |  Height:  |  Size: 11 MiB

After

Width:  |  Height:  |  Size: 11 MiB

View File

Before

Width:  |  Height:  |  Size: 13 MiB

After

Width:  |  Height:  |  Size: 13 MiB

View File

Before

Width:  |  Height:  |  Size: 7.7 MiB

After

Width:  |  Height:  |  Size: 7.7 MiB

View File

Before

Width:  |  Height:  |  Size: 15 MiB

After

Width:  |  Height:  |  Size: 15 MiB

View File

Before

Width:  |  Height:  |  Size: 15 MiB

After

Width:  |  Height:  |  Size: 15 MiB

View File

Before

Width:  |  Height:  |  Size: 7.7 MiB

After

Width:  |  Height:  |  Size: 7.7 MiB

View File

Before

Width:  |  Height:  |  Size: 11 MiB

After

Width:  |  Height:  |  Size: 11 MiB

View File

Before

Width:  |  Height:  |  Size: 371 KiB

After

Width:  |  Height:  |  Size: 371 KiB

View File

Before

Width:  |  Height:  |  Size: 1.2 MiB

After

Width:  |  Height:  |  Size: 1.2 MiB

View File

Before

Width:  |  Height:  |  Size: 17 MiB

After

Width:  |  Height:  |  Size: 17 MiB

View File

Before

Width:  |  Height:  |  Size: 10 MiB

After

Width:  |  Height:  |  Size: 10 MiB

View File

Before

Width:  |  Height:  |  Size: 1.0 MiB

After

Width:  |  Height:  |  Size: 1.0 MiB

View File

Before

Width:  |  Height:  |  Size: 684 KiB

After

Width:  |  Height:  |  Size: 684 KiB

View File

Before

Width:  |  Height:  |  Size: 6.2 MiB

After

Width:  |  Height:  |  Size: 6.2 MiB

View File

Before

Width:  |  Height:  |  Size: 8.9 MiB

After

Width:  |  Height:  |  Size: 8.9 MiB

View File

@ -0,0 +1,12 @@
<!DOCTYPE html>
<html>
<link rel="stylesheet" href=https://public.audio-lab.org/beireapi/scss/main.min.f18d11e814b0988f8eee852238763dc9a02a0d41e808d56520632fc83d161543.css integrity="sha256-8Y0R6BSwmI&#43;O7oUiOHY9yaAqDUHoCNVlIGMvyD0WFUM=">
<body><div id="content">
<h3>Items</h3>
<ul class="posts">
</ul>
</div></body>
</html>

View File

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Categories on Beire - Backend API</title>
<link>https://public.audio-lab.org/beireapi/categories/</link>
<description>Recent content in Categories on Beire - Backend API</description>
<generator>Hugo -- gohugo.io</generator>
<language>es</language><atom:link href="https://public.audio-lab.org/beireapi/categories/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>

13
inc/public/index.html Normal file
View File

@ -0,0 +1,13 @@
<!DOCTYPE html>
<html>
<link rel="stylesheet" href=https://public.audio-lab.org/beireapi/scss/main.min.f18d11e814b0988f8eee852238763dc9a02a0d41e808d56520632fc83d161543.css integrity="sha256-8Y0R6BSwmI&#43;O7oUiOHY9yaAqDUHoCNVlIGMvyD0WFUM=">
<body><div id="content">
<h1>API Service</h1>
<h2>Descarga del contenido para mostrar la web del proyecto Landarte Beire 2020</h2>
<ul>
<li><a href="https://public.audio-lab.org/beireapi/items/index.json">Items</a></li>
<li><a href="https://public.audio-lab.org/beireapi/pages/index.json">Pages</a></li>
</ul>
</div></body>
</html>

283
inc/public/index.xml Normal file
View File

@ -0,0 +1,283 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Beire - Backend API</title>
<link>https://public.audio-lab.org/beireapi/</link>
<description>Recent content on Beire - Backend API</description>
<generator>Hugo -- gohugo.io</generator>
<language>es</language>
<lastBuildDate>Mon, 19 Oct 2020 00:00:00 +0000</lastBuildDate><atom:link href="https://public.audio-lab.org/beireapi/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Escaleras Arizona</title>
<link>https://public.audio-lab.org/beireapi/items/escaleras-arizona/index.json</link>
<pubDate>Mon, 19 Oct 2020 00:00:00 +0000</pubDate>
<guid>https://public.audio-lab.org/beireapi/items/escaleras-arizona/index.json</guid>
<description></description>
</item>
<item>
<title>Mar de Tierra</title>
<link>https://public.audio-lab.org/beireapi/items/mar-de-tierra/index.json</link>
<pubDate>Mon, 19 Oct 2020 00:00:00 +0000</pubDate>
<guid>https://public.audio-lab.org/beireapi/items/mar-de-tierra/index.json</guid>
<description></description>
</item>
<item>
<title>About</title>
<link>https://public.audio-lab.org/beireapi/items/about/index.json</link>
<pubDate>Sun, 18 Oct 2020 00:00:00 +0000</pubDate>
<guid>https://public.audio-lab.org/beireapi/items/about/index.json</guid>
<description>Una propuesta de Maite Redondo y Luca Rullo para el programa Landarte, Cultura contemporánea y ruralidad
Con la ayuda de
JESUSA — PAZ — LOLA — JUANA — CATALINA — ARACELI — BLANQUI — YASMIN — ANGÉLICA — MIREN — NAIARA — NOA — TERE — AMAYA — IDOIA — PATRICIA — DAVID — LUIS MARI — PAULA — DAVID — JUAN — MARI CARMEN — AINARA — MARGARITA RUBIO — FERMINA [BURRA] — AZAHARA — ASIER — JUDITH — MARKEL — ION — NIEZYELA — SAAD — ALICIA — OIHANE — JOAQUIN — JAVIER GORRIA — ALFONSO — MARI — PEPÍN — BERTA — JOSÉ PIERRE — BRUNO — VIRGINIA — POLI — VALENTÍN — CHARO — CECILIA — FERMINA — FLAVIO — CASINO DE BEIRE — MARI — PEDRO LUIS — HILDA — BAR BARIAIN — ANGÉLICA — MARGARITA ONGAY — VICTOR — EDUARDO — CARLOS — IGNACIO — ESCALERAS ARIZONA — ESCUELA DE MÚSICA DE OLITE — GERMÁN — JAVIER CLEMENTE — AMETS — MIKEL — GARAZI — PERU — NURIA — JON — ANNE — MARC</description>
</item>
<item>
<title>Árboles</title>
<link>https://public.audio-lab.org/beireapi/items/arboles/index.json</link>
<pubDate>Sun, 18 Oct 2020 00:00:00 +0000</pubDate>
<guid>https://public.audio-lab.org/beireapi/items/arboles/index.json</guid>
<description></description>
</item>
<item>
<title>Argentina - Paris</title>
<link>https://public.audio-lab.org/beireapi/items/argentina-paris/index.json</link>
<pubDate>Sun, 18 Oct 2020 00:00:00 +0000</pubDate>
<guid>https://public.audio-lab.org/beireapi/items/argentina-paris/index.json</guid>
<description></description>
</item>
<item>
<title>Corsetera y conservera</title>
<link>https://public.audio-lab.org/beireapi/items/corsetera-conservera/index.json</link>
<pubDate>Sun, 18 Oct 2020 00:00:00 +0000</pubDate>
<guid>https://public.audio-lab.org/beireapi/items/corsetera-conservera/index.json</guid>
<description></description>
</item>
<item>
<title>El museo colgante</title>
<link>https://public.audio-lab.org/beireapi/items/valentin/index.json</link>
<pubDate>Sun, 18 Oct 2020 00:00:00 +0000</pubDate>
<guid>https://public.audio-lab.org/beireapi/items/valentin/index.json</guid>
<description></description>
</item>
<item>
<title>Josefina Fresán</title>
<link>https://public.audio-lab.org/beireapi/items/josefina-fresan/index.json</link>
<pubDate>Sun, 18 Oct 2020 00:00:00 +0000</pubDate>
<guid>https://public.audio-lab.org/beireapi/items/josefina-fresan/index.json</guid>
<description></description>
</item>
<item>
<title>La caída del Rey</title>
<link>https://public.audio-lab.org/beireapi/items/pino/index.json</link>
<pubDate>Sun, 18 Oct 2020 00:00:00 +0000</pubDate>
<guid>https://public.audio-lab.org/beireapi/items/pino/index.json</guid>
<description></description>
</item>
<item>
<title>La virgen de Ujué</title>
<link>https://public.audio-lab.org/beireapi/items/la-virgen-de-ujue/index.json</link>
<pubDate>Sun, 18 Oct 2020 00:00:00 +0000</pubDate>
<guid>https://public.audio-lab.org/beireapi/items/la-virgen-de-ujue/index.json</guid>
<description></description>
</item>
<item>
<title>Los de fuera</title>
<link>https://public.audio-lab.org/beireapi/items/fronton/index.json</link>
<pubDate>Sun, 18 Oct 2020 00:00:00 +0000</pubDate>
<guid>https://public.audio-lab.org/beireapi/items/fronton/index.json</guid>
<description></description>
</item>
<item>
<title>Noche</title>
<link>https://public.audio-lab.org/beireapi/items/noche/index.json</link>
<pubDate>Sun, 18 Oct 2020 00:00:00 +0000</pubDate>
<guid>https://public.audio-lab.org/beireapi/items/noche/index.json</guid>
<description></description>
</item>
<item>
<title>Olivos</title>
<link>https://public.audio-lab.org/beireapi/items/olivos/index.json</link>
<pubDate>Sun, 18 Oct 2020 00:00:00 +0000</pubDate>
<guid>https://public.audio-lab.org/beireapi/items/olivos/index.json</guid>
<description></description>
</item>
<item>
<title>Silencio</title>
<link>https://public.audio-lab.org/beireapi/items/silencio/index.json</link>
<pubDate>Sun, 18 Oct 2020 00:00:00 +0000</pubDate>
<guid>https://public.audio-lab.org/beireapi/items/silencio/index.json</guid>
<description></description>
</item>
<item>
<title>Tren</title>
<link>https://public.audio-lab.org/beireapi/items/tren/index.json</link>
<pubDate>Sun, 18 Oct 2020 00:00:00 +0000</pubDate>
<guid>https://public.audio-lab.org/beireapi/items/tren/index.json</guid>
<description></description>
</item>
<item>
<title>Victor Bustince</title>
<link>https://public.audio-lab.org/beireapi/items/victor/index.json</link>
<pubDate>Sun, 18 Oct 2020 00:00:00 +0000</pubDate>
<guid>https://public.audio-lab.org/beireapi/items/victor/index.json</guid>
<description></description>
</item>
<item>
<title>Yasmin Crisostomo</title>
<link>https://public.audio-lab.org/beireapi/items/yasmin/index.json</link>
<pubDate>Sun, 18 Oct 2020 00:00:00 +0000</pubDate>
<guid>https://public.audio-lab.org/beireapi/items/yasmin/index.json</guid>
<description></description>
</item>
<item>
<title>Baratza</title>
<link>https://public.audio-lab.org/beireapi/items/baratza/index.json</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://public.audio-lab.org/beireapi/items/baratza/index.json</guid>
<description></description>
</item>
<item>
<title>Buscadorxs de tesoros</title>
<link>https://public.audio-lab.org/beireapi/items/tesoros/index.json</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://public.audio-lab.org/beireapi/items/tesoros/index.json</guid>
<description></description>
</item>
<item>
<title>Cartografías sonoras</title>
<link>https://public.audio-lab.org/beireapi/items/escuela/index.json</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://public.audio-lab.org/beireapi/items/escuela/index.json</guid>
<description></description>
</item>
<item>
<title>Fermina</title>
<link>https://public.audio-lab.org/beireapi/items/fermina/index.json</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://public.audio-lab.org/beireapi/items/fermina/index.json</guid>
<description></description>
</item>
<item>
<title>La plaga</title>
<link>https://public.audio-lab.org/beireapi/items/plaga/index.json</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://public.audio-lab.org/beireapi/items/plaga/index.json</guid>
<description></description>
</item>
<item>
<title>Las manos que nos hablan</title>
<link>https://public.audio-lab.org/beireapi/items/home/index.json</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://public.audio-lab.org/beireapi/items/home/index.json</guid>
<description></description>
</item>
<item>
<title>Ovejas</title>
<link>https://public.audio-lab.org/beireapi/items/ovejas/index.json</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://public.audio-lab.org/beireapi/items/ovejas/index.json</guid>
<description></description>
</item>
<item>
<title>Paisaje tropical</title>
<link>https://public.audio-lab.org/beireapi/items/paisaje-tropical/index.json</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://public.audio-lab.org/beireapi/items/paisaje-tropical/index.json</guid>
<description></description>
</item>
<item>
<title>Paula</title>
<link>https://public.audio-lab.org/beireapi/items/paula/index.json</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://public.audio-lab.org/beireapi/items/paula/index.json</guid>
<description></description>
</item>
<item>
<title>Piedra</title>
<link>https://public.audio-lab.org/beireapi/items/piedra/index.json</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://public.audio-lab.org/beireapi/items/piedra/index.json</guid>
<description></description>
</item>
<item>
<title>Rio</title>
<link>https://public.audio-lab.org/beireapi/items/rio/index.json</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://public.audio-lab.org/beireapi/items/rio/index.json</guid>
<description></description>
</item>
<item>
<title>Vidas beirejas</title>
<link>https://public.audio-lab.org/beireapi/items/pueblo/index.json</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://public.audio-lab.org/beireapi/items/pueblo/index.json</guid>
<description></description>
</item>
<item>
<title>Zánganos</title>
<link>https://public.audio-lab.org/beireapi/items/zanganos/index.json</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://public.audio-lab.org/beireapi/items/zanganos/index.json</guid>
<description></description>
</item>
</channel>
</rss>

View File

@ -0,0 +1,16 @@
{
"data" : {
"name": "about",
"title": "About",
"permalink": "https://public.audio-lab.org/beireapi/items/about/index.json",
"featuredImage": "",
"featuredVideo": "",
"featuredAudio": "",
"n":"",
"s":"",
"e":"",
"o":"",
"content": "\u003cp\u003eUna propuesta de \u003cstrong\u003eMaite Redondo\u003c/strong\u003e y \u003cstrong\u003eLuca Rullo\u003c/strong\u003e para el programa \u003cstrong\u003eLandarte, Cultura contemporánea y ruralidad\u003c/strong\u003e\u003c/p\u003e\n\u003cp\u003eCon la ayuda de\u003c/p\u003e\n\u003cp\u003eJESUSA — PAZ — LOLA — JUANA — CATALINA — ARACELI — BLANQUI — YASMIN — ANGÉLICA — MIREN — NAIARA — NOA — TERE — AMAYA — IDOIA — PATRICIA — DAVID — LUIS MARI — PAULA — DAVID — JUAN — MARI CARMEN — AINARA — MARGARITA RUBIO — FERMINA [BURRA] — AZAHARA — ASIER — JUDITH — MARKEL — ION — NIEZYELA — SAAD — ALICIA — OIHANE — JOAQUIN — JAVIER GORRIA — ALFONSO — MARI — PEPÍN — BERTA — JOSÉ PIERRE — BRUNO — VIRGINIA — POLI — VALENTÍN — CHARO — CECILIA — FERMINA — FLAVIO — CASINO DE BEIRE — MARI — PEDRO LUIS — HILDA — BAR BARIAIN — ANGÉLICA — MARGARITA ONGAY — VICTOR — EDUARDO — CARLOS — IGNACIO — ESCALERAS ARIZONA — ESCUELA DE MÚSICA DE OLITE — GERMÁN — JAVIER CLEMENTE — AMETS — MIKEL — GARAZI — PERU — NURIA — JON — ANNE — MARC\u003c/p\u003e\n"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 MiB

View File

@ -0,0 +1,16 @@
{
"data" : {
"name": "arboles",
"title": "Árboles",
"permalink": "https://public.audio-lab.org/beireapi/items/arboles/index.json",
"featuredImage": "arboles.gif",
"featuredVideo": "",
"featuredAudio": "https://lrullo.audio-lab.org/files/2020/12/ARBOLES_V00.mp3",
"n":"paula",
"s":"pino",
"e":"mar-de-tierra",
"o":"plaga",
"content": ""
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 MiB

View File

@ -0,0 +1,16 @@
{
"data" : {
"name": "argentina-paris",
"title": "Argentina - Paris",
"permalink": "https://public.audio-lab.org/beireapi/items/argentina-paris/index.json",
"featuredImage": "argentina-paris.gif",
"featuredVideo": "",
"featuredAudio": "https://lrullo.audio-lab.org/files/2020/12/Argentina-Paris.mp3",
"n":"yasmin",
"s":"corsetera-conservera",
"e":"fronton",
"o":"paisaje-tropical",
"content": ""
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.7 MiB

View File

@ -0,0 +1,16 @@
{
"data" : {
"name": "baratza",
"title": "Baratza",
"permalink": "https://public.audio-lab.org/beireapi/items/baratza/index.json",
"featuredImage": "baratza.gif",
"featuredVideo": "474373970",
"featuredAudio": "",
"n":"rio",
"s":"paula",
"e":"home",
"o":"piedra",
"content": ""
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 MiB

View File

@ -0,0 +1,16 @@
{
"data" : {
"name": "corsetera-conservera",
"title": "Corsetera y conservera",
"permalink": "https://public.audio-lab.org/beireapi/items/corsetera-conservera/index.json",
"featuredImage": "corsetera-conservera.gif",
"featuredVideo": "",
"featuredAudio": "https://lrullo.audio-lab.org/files/2020/12/Corsetera-y-conservera.mp3",
"n":"argentina-paris",
"s":"home",
"e":"tesoros",
"o":"rio",
"content": ""
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

View File

@ -0,0 +1,16 @@
{
"data" : {
"name": "escaleras-arizona",
"title": "Escaleras Arizona",
"permalink": "https://public.audio-lab.org/beireapi/items/escaleras-arizona/index.json",
"featuredImage": "escaleras_arizona.gif",
"featuredVideo": "",
"featuredAudio": "https://lrullo.audio-lab.org/files/2020/12/ESCALERAS_v000_1.mp3",
"n":"olivos",
"s":"ovejas",
"e":"rio",
"o":"tesoros",
"content": ""
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

View File

@ -0,0 +1,16 @@
{
"data" : {
"name": "escuela",
"title": "Cartografías sonoras",
"permalink": "https://public.audio-lab.org/beireapi/items/escuela/index.json",
"featuredImage": "cartografson.gif",
"featuredVideo": "",
"featuredAudio": "https://lrullo.audio-lab.org/files/2020/11/20201001_TALLERESCUELA_BEIRE.mp3",
"n":"victor",
"s":"victor",
"e":"ovejas",
"o":"pueblo",
"content": ""
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 MiB

View File

@ -0,0 +1,16 @@
{
"data" : {
"name": "fermina",
"title": "Fermina",
"permalink": "https://public.audio-lab.org/beireapi/items/fermina/index.json",
"featuredImage": "burra.gif",
"featuredVideo": "480396824",
"featuredAudio": "",
"n":"pueblo",
"s":"noche",
"e":"victor",
"o":"tren",
"content": ""
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 237 KiB

View File

@ -0,0 +1,16 @@
{
"data" : {
"name": "fronton",
"title": "Los de fuera",
"permalink": "https://public.audio-lab.org/beireapi/items/fronton/index.json",
"featuredImage": "fronton.jpg",
"featuredVideo": "",
"featuredAudio": "https://www.soinumapa.net/wp-content/uploads/2020/10/20200911_FRONTON_BEIRE.mp3",
"n":"noche",
"s":"tesoros",
"e":"olivos",
"o":"argentina-paris",
"content": ""
}
}

View File

@ -0,0 +1,16 @@
{
"data" : {
"name": "home",
"title": "Las manos que nos hablan",
"permalink": "https://public.audio-lab.org/beireapi/items/home/index.json",
"featuredImage": "output.gif",
"featuredVideo": "",
"featuredAudio": "https://www.soinumapa.net/wp-content/uploads/2020/10/20200909_BEIRE_PLAZA_MIRANDO_FOTOS_ANTIGUAS_1.mp3",
"n":"corsetera-conservera",
"s":"tren",
"e":"pueblo",
"o":"baratza",
"content": ""
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 MiB

459
inc/public/items/index.json Normal file
View File

@ -0,0 +1,459 @@
{
"data" :
{
"section" : "items",
"count" : "30",
"items" : [
{
"name": "escaleras-arizona",
"title": "Escaleras Arizona",
"permalink": "https://public.audio-lab.org/beireapi/items/escaleras-arizona/index.json",
"featuredImage": "escaleras_arizona.gif",
"featuredVideo": "",
"featuredAudio": "https://lrullo.audio-lab.org/files/2020/12/ESCALERAS_v000_1.mp3",
"n":"olivos",
"s":"ovejas",
"e":"rio",
"o":"tesoros",
"content": ""
}
, {
"name": "mar-de-tierra",
"title": "Mar de Tierra",
"permalink": "https://public.audio-lab.org/beireapi/items/mar-de-tierra/index.json",
"featuredImage": "mar-de-tierra.gif",
"featuredVideo": "490797646",
"featuredAudio": "",
"n":"olivos",
"s":"ovejas",
"e":"rio",
"o":"tesoros",
"content": ""
}
, {
"name": "about",
"title": "About",
"permalink": "https://public.audio-lab.org/beireapi/items/about/index.json",
"featuredImage": "",
"featuredVideo": "",
"featuredAudio": "",
"n":"",
"s":"",
"e":"",
"o":"",
"content": "\u003cp\u003eUna propuesta de \u003cstrong\u003eMaite Redondo\u003c/strong\u003e y \u003cstrong\u003eLuca Rullo\u003c/strong\u003e para el programa \u003cstrong\u003eLandarte, Cultura contemporánea y ruralidad\u003c/strong\u003e\u003c/p\u003e\n\u003cp\u003eCon la ayuda de\u003c/p\u003e\n\u003cp\u003eJESUSA — PAZ — LOLA — JUANA — CATALINA — ARACELI — BLANQUI — YASMIN — ANGÉLICA — MIREN — NAIARA — NOA — TERE — AMAYA — IDOIA — PATRICIA — DAVID — LUIS MARI — PAULA — DAVID — JUAN — MARI CARMEN — AINARA — MARGARITA RUBIO — FERMINA [BURRA] — AZAHARA — ASIER — JUDITH — MARKEL — ION — NIEZYELA — SAAD — ALICIA — OIHANE — JOAQUIN — JAVIER GORRIA — ALFONSO — MARI — PEPÍN — BERTA — JOSÉ PIERRE — BRUNO — VIRGINIA — POLI — VALENTÍN — CHARO — CECILIA — FERMINA — FLAVIO — CASINO DE BEIRE — MARI — PEDRO LUIS — HILDA — BAR BARIAIN — ANGÉLICA — MARGARITA ONGAY — VICTOR — EDUARDO — CARLOS — IGNACIO — ESCALERAS ARIZONA — ESCUELA DE MÚSICA DE OLITE — GERMÁN — JAVIER CLEMENTE — AMETS — MIKEL — GARAZI — PERU — NURIA — JON — ANNE — MARC\u003c/p\u003e\n"
}
, {
"name": "arboles",
"title": "Árboles",
"permalink": "https://public.audio-lab.org/beireapi/items/arboles/index.json",
"featuredImage": "arboles.gif",
"featuredVideo": "",
"featuredAudio": "https://lrullo.audio-lab.org/files/2020/12/ARBOLES_V00.mp3",
"n":"paula",
"s":"pino",
"e":"mar-de-tierra",
"o":"plaga",
"content": ""
}
, {
"name": "argentina-paris",
"title": "Argentina - Paris",
"permalink": "https://public.audio-lab.org/beireapi/items/argentina-paris/index.json",
"featuredImage": "argentina-paris.gif",
"featuredVideo": "",
"featuredAudio": "https://lrullo.audio-lab.org/files/2020/12/Argentina-Paris.mp3",
"n":"yasmin",
"s":"corsetera-conservera",
"e":"fronton",
"o":"paisaje-tropical",
"content": ""
}
, {
"name": "corsetera-conservera",
"title": "Corsetera y conservera",
"permalink": "https://public.audio-lab.org/beireapi/items/corsetera-conservera/index.json",
"featuredImage": "corsetera-conservera.gif",
"featuredVideo": "",
"featuredAudio": "https://lrullo.audio-lab.org/files/2020/12/Corsetera-y-conservera.mp3",
"n":"argentina-paris",
"s":"home",
"e":"tesoros",
"o":"rio",
"content": ""
}
, {
"name": "valentin",
"title": "El museo colgante",
"permalink": "https://public.audio-lab.org/beireapi/items/valentin/index.json",
"featuredImage": "museo.gif",
"featuredVideo": "",
"featuredAudio": "https://lrullo.audio-lab.org/files/2020/12/VALENTIN_V00.mp3",
"n":"ovejas",
"s":"la-virgen-de-ujue",
"e":"zanganos",
"o":"victor",
"content": ""
}
, {
"name": "josefina-fresan",
"title": "Josefina Fresán",
"permalink": "https://public.audio-lab.org/beireapi/items/josefina-fresan/index.json",
"featuredImage": "josefina-fresan.gif",
"featuredVideo": "",
"featuredAudio": "https://lrullo.audio-lab.org/files/2020/12/Josefina-Fresan.mp3",
"n":"mar-de-tierra",
"s":"yasmin",
"e":"corsetera-conservera",
"o":"argentina-paris",
"content": ""
}
, {
"name": "pino",
"title": "La caída del Rey",
"permalink": "https://public.audio-lab.org/beireapi/items/pino/index.json",
"featuredImage": "rey.gif",
"featuredVideo": "474229363",
"featuredAudio": "",
"n":"arboles",
"s":"paisaje-tropical",
"e":"home",
"o":"home",
"content": ""
}
, {
"name": "la-virgen-de-ujue",
"title": "La virgen de Ujué",
"permalink": "https://public.audio-lab.org/beireapi/items/la-virgen-de-ujue/index.json",
"featuredImage": "ujue.gif",
"featuredVideo": "",
"featuredAudio": "https://lrullo.audio-lab.org/files/2020/12/IGNACIO_v000_1.mp3",
"n":"valentin",
"s":"olivos",
"e":"yasmin",
"o":"noche",
"content": ""
}
, {
"name": "fronton",
"title": "Los de fuera",
"permalink": "https://public.audio-lab.org/beireapi/items/fronton/index.json",
"featuredImage": "fronton.jpg",
"featuredVideo": "",
"featuredAudio": "https://www.soinumapa.net/wp-content/uploads/2020/10/20200911_FRONTON_BEIRE.mp3",
"n":"noche",
"s":"tesoros",
"e":"olivos",
"o":"argentina-paris",
"content": ""
}
, {
"name": "noche",
"title": "Noche",
"permalink": "https://public.audio-lab.org/beireapi/items/noche/index.json",
"featuredImage": "noche.gif",
"featuredVideo": "474370241",
"featuredAudio": "",
"n":"fermina",
"s":"fronton",
"e":"la-virgen-de-ujue",
"o":"yasmin",
"content": ""
}
, {
"name": "olivos",
"title": "Olivos",
"permalink": "https://public.audio-lab.org/beireapi/items/olivos/index.json",
"featuredImage": "olivos.gif",
"featuredVideo": "",
"featuredAudio": "https://lrullo.audio-lab.org/files/2020/12/OLIVOS_v000.mp3",
"n":"la-virgen-de-ujue",
"s":"escaleras-arizona",
"e":"paisaje-tropical",
"o":"fronton",
"content": ""
}
, {
"name": "silencio",
"title": "Silencio",
"permalink": "https://public.audio-lab.org/beireapi/items/silencio/index.json",
"featuredImage": "silencio.gif",
"featuredVideo": "488984103",
"featuredAudio": "",
"n":"",
"s":"noche",
"e":"",
"o":"",
"content": ""
}
, {
"name": "tren",
"title": "Tren",
"permalink": "https://public.audio-lab.org/beireapi/items/tren/index.json",
"featuredImage": "tren.gif",
"featuredVideo": "",
"featuredAudio": "https://lrullo.audio-lab.org/files/2020/12/TREN_REVISADO.mp3",
"n":"home",
"s":"mar-de-tierra",
"e":"fermina",
"o":"paula",
"content": ""
}
, {
"name": "victor",
"title": "Victor Bustince",
"permalink": "https://public.audio-lab.org/beireapi/items/victor/index.json",
"featuredImage": "victor_bustince.gif",
"featuredVideo": "",
"featuredAudio": "https://lrullo.audio-lab.org/files/2020/11/20201001_VICTORBUSTINCE_BEIRE.mp3",
"n":"escuela",
"s":"escuela",
"e":"valentin",
"o":"fermina",
"content": ""
}
, {
"name": "yasmin",
"title": "Yasmin Crisostomo",
"permalink": "https://public.audio-lab.org/beireapi/items/yasmin/index.json",
"featuredImage": "yasmin.gif",
"featuredVideo": "",
"featuredAudio": "https://lrullo.audio-lab.org/files/2020/12/Yasmin-Crisostomo-Espinal.mp3",
"n":"josefina-fresan",
"s":"argentina-paris",
"e":"noche",
"o":"la-virgen-de-ujue",
"content": ""
}
, {
"name": "baratza",
"title": "Baratza",
"permalink": "https://public.audio-lab.org/beireapi/items/baratza/index.json",
"featuredImage": "baratza.gif",
"featuredVideo": "474373970",
"featuredAudio": "",
"n":"rio",
"s":"paula",
"e":"home",
"o":"piedra",
"content": ""
}
, {
"name": "tesoros",
"title": "Buscadorxs de tesoros",
"permalink": "https://public.audio-lab.org/beireapi/items/tesoros/index.json",
"featuredImage": "tesoros.gif",
"featuredVideo": "476882332",
"featuredAudio": "",
"n":"fronton",
"s":"pueblo",
"e":"escaleras-arizona",
"o":"corsetera-conservera",
"content": ""
}
, {
"name": "escuela",
"title": "Cartografías sonoras",
"permalink": "https://public.audio-lab.org/beireapi/items/escuela/index.json",
"featuredImage": "cartografson.gif",
"featuredVideo": "",
"featuredAudio": "https://lrullo.audio-lab.org/files/2020/11/20201001_TALLERESCUELA_BEIRE.mp3",
"n":"victor",
"s":"victor",
"e":"ovejas",
"o":"pueblo",
"content": ""
}
, {
"name": "fermina",
"title": "Fermina",
"permalink": "https://public.audio-lab.org/beireapi/items/fermina/index.json",
"featuredImage": "burra.gif",
"featuredVideo": "480396824",
"featuredAudio": "",
"n":"pueblo",
"s":"noche",
"e":"victor",
"o":"tren",
"content": ""
}
, {
"name": "plaga",
"title": "La plaga",
"permalink": "https://public.audio-lab.org/beireapi/items/plaga/index.json",
"featuredImage": "plaga.gif",
"featuredVideo": "476659372",
"featuredAudio": "",
"n":"zanganos",
"s":"piedra",
"e":"arboles",
"o":"mar-de-tierra",
"content": ""
}
, {
"name": "home",
"title": "Las manos que nos hablan",
"permalink": "https://public.audio-lab.org/beireapi/items/home/index.json",
"featuredImage": "output.gif",
"featuredVideo": "",
"featuredAudio": "https://www.soinumapa.net/wp-content/uploads/2020/10/20200909_BEIRE_PLAZA_MIRANDO_FOTOS_ANTIGUAS_1.mp3",
"n":"corsetera-conservera",
"s":"tren",
"e":"pueblo",
"o":"baratza",
"content": ""
}
, {
"name": "ovejas",
"title": "Ovejas",
"permalink": "https://public.audio-lab.org/beireapi/items/ovejas/index.json",
"featuredImage": "ovejas.gif",
"featuredVideo": "475946150",
"featuredAudio": "",
"n":"escaleras-arizona",
"s":"valentin",
"e":"piedra",
"o":"escuela",
"content": ""
}
, {
"name": "paisaje-tropical",
"title": "Paisaje tropical",
"permalink": "https://public.audio-lab.org/beireapi/items/paisaje-tropical/index.json",
"featuredImage": "tropical.gif",
"featuredVideo": "477234110",
"featuredAudio": "",
"n":"pino",
"s":"rio",
"e":"argentina-paris",
"o":"olivos",
"content": ""
}
, {
"name": "paula",
"title": "Paula",
"permalink": "https://public.audio-lab.org/beireapi/items/paula/index.json",
"featuredImage": "paula.gif",
"featuredVideo": "480410917",
"featuredAudio": "",
"n":"baratza",
"s":"arboles",
"e":"tren",
"o":"zanganos",
"content": ""
}
, {
"name": "piedra",
"title": "Piedra",
"permalink": "https://public.audio-lab.org/beireapi/items/piedra/index.json",
"featuredImage": "piedra.gif",
"featuredVideo": "475643749",
"featuredAudio": "",
"n":"plaga",
"s":"zanganos",
"e":"baratza",
"o":"ovejas",
"content": ""
}
, {
"name": "rio",
"title": "Rio",
"permalink": "https://public.audio-lab.org/beireapi/items/rio/index.json",
"featuredImage": "rio.gif",
"featuredVideo": "478214774",
"featuredAudio": "",
"n":"paisaje-tropical",
"s":"baratza",
"e":"corsetera-conservera",
"o":"escaleras-arizona",
"content": ""
}
, {
"name": "pueblo",
"title": "Vidas beirejas",
"permalink": "https://public.audio-lab.org/beireapi/items/pueblo/index.json",
"featuredImage": "pueblo.gif",
"featuredVideo": "478217407",
"featuredAudio": "",
"n":"tesoros",
"s":"fermina",
"e":"escuela",
"o":"home",
"content": ""
}
, {
"name": "zanganos",
"title": "Zánganos",
"permalink": "https://public.audio-lab.org/beireapi/items/zanganos/index.json",
"featuredImage": "zanganos.gif",
"featuredVideo": "480402557",
"featuredAudio": "",
"n":"piedra",
"s":"plaga",
"e":"paula",
"o":"valentin",
"content": ""
}
]
}
}

View File

@ -0,0 +1,16 @@
{
"data" : {
"name": "josefina-fresan",
"title": "Josefina Fresán",
"permalink": "https://public.audio-lab.org/beireapi/items/josefina-fresan/index.json",
"featuredImage": "josefina-fresan.gif",
"featuredVideo": "",
"featuredAudio": "https://lrullo.audio-lab.org/files/2020/12/Josefina-Fresan.mp3",
"n":"mar-de-tierra",
"s":"yasmin",
"e":"corsetera-conservera",
"o":"argentina-paris",
"content": ""
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 MiB

View File

@ -0,0 +1,16 @@
{
"data" : {
"name": "la-virgen-de-ujue",
"title": "La virgen de Ujué",
"permalink": "https://public.audio-lab.org/beireapi/items/la-virgen-de-ujue/index.json",
"featuredImage": "ujue.gif",
"featuredVideo": "",
"featuredAudio": "https://lrullo.audio-lab.org/files/2020/12/IGNACIO_v000_1.mp3",
"n":"valentin",
"s":"olivos",
"e":"yasmin",
"o":"noche",
"content": ""
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 695 KiB

View File

@ -0,0 +1,16 @@
{
"data" : {
"name": "mar-de-tierra",
"title": "Mar de Tierra",
"permalink": "https://public.audio-lab.org/beireapi/items/mar-de-tierra/index.json",
"featuredImage": "mar-de-tierra.gif",
"featuredVideo": "490797646",
"featuredAudio": "",
"n":"olivos",
"s":"ovejas",
"e":"rio",
"o":"tesoros",
"content": ""
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 MiB

View File

@ -0,0 +1,16 @@
{
"data" : {
"name": "noche",
"title": "Noche",
"permalink": "https://public.audio-lab.org/beireapi/items/noche/index.json",
"featuredImage": "noche.gif",
"featuredVideo": "474370241",
"featuredAudio": "",
"n":"fermina",
"s":"fronton",
"e":"la-virgen-de-ujue",
"o":"yasmin",
"content": ""
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 914 KiB

View File

@ -0,0 +1,16 @@
{
"data" : {
"name": "olivos",
"title": "Olivos",
"permalink": "https://public.audio-lab.org/beireapi/items/olivos/index.json",
"featuredImage": "olivos.gif",
"featuredVideo": "",
"featuredAudio": "https://lrullo.audio-lab.org/files/2020/12/OLIVOS_v000.mp3",
"n":"la-virgen-de-ujue",
"s":"escaleras-arizona",
"e":"paisaje-tropical",
"o":"fronton",
"content": ""
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

View File

@ -0,0 +1,16 @@
{
"data" : {
"name": "ovejas",
"title": "Ovejas",
"permalink": "https://public.audio-lab.org/beireapi/items/ovejas/index.json",
"featuredImage": "ovejas.gif",
"featuredVideo": "475946150",
"featuredAudio": "",
"n":"escaleras-arizona",
"s":"valentin",
"e":"piedra",
"o":"escuela",
"content": ""
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 MiB

Some files were not shown because too many files have changed in this diff Show More