Compare commits
6 Commits
3349ea882d
...
aura_expor
| Author | SHA1 | Date | |
|---|---|---|---|
| a5f818116c | |||
| 62d7044721 | |||
| 852aa897a2 | |||
| 2d63521d0b | |||
| 425ec77b14 | |||
| 196d242e95 |
@@ -31,4 +31,4 @@ EXPOSE 80
|
|||||||
|
|
||||||
# Start both Apache and MariaDB
|
# Start both Apache and MariaDB
|
||||||
CMD service apache2 restart && \
|
CMD service apache2 restart && \
|
||||||
tail -f /var/log/apache2/access.log
|
tail -f /var/log/apache2/access.log & tail -f /var/log/apache2/error.log
|
||||||
|
|||||||
@@ -20,4 +20,5 @@ services:
|
|||||||
- "3306:3306"
|
- "3306:3306"
|
||||||
volumes:
|
volumes:
|
||||||
- ../install/init.sql:/docker-entrypoint-initdb.d/01-init.sql
|
- ../install/init.sql:/docker-entrypoint-initdb.d/01-init.sql
|
||||||
- ../install/create.sql:/docker-entrypoint-initdb.d/02-create.sql
|
#- ../install/create.sql:/docker-entrypoint-initdb.d/02-create.sql
|
||||||
|
- ./calcms.sql:/docker-entrypoint-initdb.d/03-calcms.sql
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ Define DOMAIN localhost
|
|||||||
Define BASE_DIR /var/www/html/website
|
Define BASE_DIR /var/www/html/website
|
||||||
|
|
||||||
# default project from database
|
# default project from database
|
||||||
project my-project
|
project coloradio
|
||||||
domain ${DOMAIN}
|
domain ${DOMAIN}
|
||||||
|
|
||||||
<filter>
|
<filter>
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
Content-type:application/rss+xml; charset=UTF-8
|
||||||
|
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<import
|
<import
|
||||||
xmlns="https://roko.li/_schema/aura/import-0.1"
|
xmlns="https://roko.li/_schema/aura/import-0.1"
|
||||||
@@ -5,46 +7,42 @@
|
|||||||
xsi:schemaLocation="https://roko.li/_schema/aura/import-0.1 import.xsd"
|
xsi:schemaLocation="https://roko.li/_schema/aura/import-0.1 import.xsd"
|
||||||
version="0.1"
|
version="0.1"
|
||||||
>
|
>
|
||||||
<created-at datetime="2024-10-11T02:28:16" timezone="Europe/Berlin">11. Oktober 2024</created-at>
|
<created-at datetime="<TMPL_VAR modified_at_datetime_utc>" timezone="Europe/Berlin"><TMPL_VAR modified_at_datetime_utc></created-at>
|
||||||
<!-- Das System aus dem dieses Dokument exportiert wurde (URL ist empfohlen). -->
|
|
||||||
<exported-from>https:<TMPL_VAR base_domain></exported-from>
|
<exported-from>https:<TMPL_VAR base_domain></exported-from>
|
||||||
<defaults>
|
<defaults>
|
||||||
<import-operation>update-or-create</import-operation>
|
<import-operation>update-or-create</import-operation>
|
||||||
</defaults>
|
</defaults>
|
||||||
<payload>
|
<payload>
|
||||||
<episode id="DMF-1">
|
<TMPL_LOOP events>
|
||||||
<title><TMPL_VAR full_title></title>
|
<episode id="<TMPL_VAR project_name><TMPL_VAR event_id>">
|
||||||
<summary><TMPL_VAR excerpt></summary>
|
<title><TMPL_VAR full_title></title>
|
||||||
<description> <TMPL_VAR content ESCAPE=0><!-- TODO: find way to get description --> </description>
|
<summary><TMPL_VAR excerpt></summary>
|
||||||
|
<description>
|
||||||
|
<![CDATA[<TMPL_VAR html_content>]]>
|
||||||
|
</description>
|
||||||
|
|
||||||
<created-at datetime="<TMPL_VAR created_at>" timezone="Europe/Berlin">11. Oktober 2024</created-at>
|
<TMPL_IF NAME="tag">
|
||||||
|
<tag><TMPL_VAR tag></tag>
|
||||||
|
</TMPL_IF>
|
||||||
|
|
||||||
<!-- List of tags here, but do they exist? -->
|
<TMPL_IF NAME="image_url">
|
||||||
<tag>Sendung</tag>
|
|
||||||
|
|
||||||
<!-- Bild dieser Episode -->
|
|
||||||
<image-ref ref="https:<TMPL_VAR base_domain><TMPL_VAR image_url>"/>
|
<image-ref ref="https:<TMPL_VAR base_domain><TMPL_VAR image_url>"/>
|
||||||
|
</TMPL_IF>
|
||||||
|
|
||||||
<!-- Mitwirkende an dieser Episode -->
|
<media>
|
||||||
<contributor-ref ref="person-konrad"/>
|
<TMPL_IF NAME="archive_url">
|
||||||
|
<playable>
|
||||||
<!-- Sprachen dieser Episode -->
|
<audio src="https://<TMPL_VAR archive_url>"/>
|
||||||
<language-ref ref="https://aura.roko.li/steering/api/v1/languages/20/"/>
|
</playable>
|
||||||
<language-ref ref="https://aura.roko.li/steering/api/v1/languages/9/"/>
|
</TMPL_IF>
|
||||||
|
<TMPL_IF NAME="podcast_url">
|
||||||
<!-- Themen dieser Episode -->
|
<playable>
|
||||||
<topic-ref ref="https://aura.roko.li/steering/api/v1/topics/3/"/>
|
<audio src="https://<TMPL_VAR podcast_url>"/>
|
||||||
<topic-ref ref="<TMPL_VAR topic ESCAPE=0"/>
|
</playable>
|
||||||
|
</TMPL_IF>
|
||||||
<media>
|
</media>
|
||||||
<!-- Dieses Playable wird direkt in AURA hochgeladen (HTTP Upload) -->
|
</episode>
|
||||||
<TMPL_IF media_url>
|
</TMPL_LOOP>
|
||||||
<playable>
|
|
||||||
<audio src="<TMPL_VAR media_url"/>
|
|
||||||
</playable>
|
|
||||||
</TMPL_IF>
|
|
||||||
</media>
|
|
||||||
</episode>
|
|
||||||
|
|
||||||
<license id="license-cc-by-sa-4.0">
|
<license id="license-cc-by-sa-4.0">
|
||||||
<identifier>CC-BY-SA</identifier>
|
<identifier>CC-BY-SA</identifier>
|
||||||
@@ -54,33 +52,9 @@
|
|||||||
<identifier>Unsplash</identifier>
|
<identifier>Unsplash</identifier>
|
||||||
</license>
|
</license>
|
||||||
|
|
||||||
<topic id="topic-soziales">
|
<profile id="<TMPL_VAR project_name>">
|
||||||
<name>Soziales</name>
|
<name><TMPL_VAR project_name></name>
|
||||||
</topic>
|
|
||||||
|
|
||||||
<profile id="person-konrad">
|
|
||||||
<name>Bastian Baltasar Bux</name>
|
|
||||||
</profile>
|
</profile>
|
||||||
|
|
||||||
<image id="image-01">
|
|
||||||
<filename>28771759517_54ecd90cf9_o.jpg</filename>
|
|
||||||
<author>Enrico Strocchi</author>
|
|
||||||
<alt>Ein abgesägter und von Moos überzogener Baumstamm</alt>
|
|
||||||
<license-ref ref="license-cc-by-sa-4.0"/>
|
|
||||||
<img src="file:///28771759517_54ecd90cf9_o-800x.jpg"/>
|
|
||||||
</image>
|
|
||||||
|
|
||||||
<image id="image-02">
|
|
||||||
<filename>ilnur-kalimullin-KJedOlSAdO8-unsplash.jpg</filename>
|
|
||||||
<author>Ilnur Kalimullin</author>
|
|
||||||
<author-grants-use>true</author-grants-use>
|
|
||||||
<alt>Große Balkons mit integrierten Pflanzenkübeln an einem Plattenbau</alt>
|
|
||||||
<attribution>
|
|
||||||
<![CDATA[Foto von <a href="https://unsplash.com/de/@kalimullin">Ilnur Kalimullin</a> auf <a href="https://unsplash.com/de/fotos/gebaude-aus-grauem-beton-KJedOlSAdO8">Unsplash</a>]]>
|
|
||||||
</attribution>
|
|
||||||
<license-ref ref="license-unsplash"/>
|
|
||||||
<img src="file:///ilnur-kalimullin-KJedOlSAdO8-unsplash-800x.jpg"/>
|
|
||||||
</image>
|
|
||||||
</payload>
|
</payload>
|
||||||
</import>
|
</import>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user