kind of working
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
#!/usr/bin/perl
|
||||
print "Content-type:text/plain\n\nAccess denies.";
|
||||
exit;
|
||||
__END__
|
||||
#print "Content-type:text/plain\n\nAccess denies.";
|
||||
#exit;
|
||||
#__END__
|
||||
|
||||
<config>
|
||||
|
||||
Define DOMAIN localhost
|
||||
Define BASE_DIR /home/calcms/racalmas/website
|
||||
Define BASE_DIR /var/www/html/website
|
||||
|
||||
# default project from database
|
||||
project my-project
|
||||
@@ -100,7 +100,7 @@ domain ${DOMAIN}
|
||||
</permissions>
|
||||
|
||||
<access>
|
||||
hostname localhost
|
||||
hostname db
|
||||
port 3306
|
||||
database calcms
|
||||
|
||||
|
||||
87
website/agenda/templates/coloradio/aura.xml
Normal file
87
website/agenda/templates/coloradio/aura.xml
Normal file
@@ -0,0 +1,87 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<import
|
||||
xmlns="https://roko.li/_schema/aura/import-0.1"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="https://roko.li/_schema/aura/import-0.1 import.xsd"
|
||||
version="0.1"
|
||||
>
|
||||
<created-at datetime="2024-10-11T02:28:16" timezone="Europe/Berlin">11. Oktober 2024</created-at>
|
||||
<!-- Das System aus dem dieses Dokument exportiert wurde (URL ist empfohlen). -->
|
||||
<exported-from>https:<TMPL_VAR base_domain></exported-from>
|
||||
<defaults>
|
||||
<import-operation>update-or-create</import-operation>
|
||||
</defaults>
|
||||
<payload>
|
||||
<episode id="DMF-1">
|
||||
<title><TMPL_VAR full_title></title>
|
||||
<summary><TMPL_VAR excerpt></summary>
|
||||
<description> <TMPL_VAR content ESCAPE=0><!-- TODO: find way to get description --> </description>
|
||||
|
||||
<created-at datetime="<TMPL_VAR created_at>" timezone="Europe/Berlin">11. Oktober 2024</created-at>
|
||||
|
||||
<!-- List of tags here, but do they exist? -->
|
||||
<tag>Sendung</tag>
|
||||
|
||||
<!-- Bild dieser Episode -->
|
||||
<image-ref ref="https:<TMPL_VAR base_domain><TMPL_VAR image_url>"/>
|
||||
|
||||
<!-- Mitwirkende an dieser Episode -->
|
||||
<contributor-ref ref="person-konrad"/>
|
||||
|
||||
<!-- Sprachen dieser Episode -->
|
||||
<language-ref ref="https://aura.roko.li/steering/api/v1/languages/20/"/>
|
||||
<language-ref ref="https://aura.roko.li/steering/api/v1/languages/9/"/>
|
||||
|
||||
<!-- Themen dieser Episode -->
|
||||
<topic-ref ref="https://aura.roko.li/steering/api/v1/topics/3/"/>
|
||||
<topic-ref ref="<TMPL_VAR topic ESCAPE=0"/>
|
||||
|
||||
<media>
|
||||
<!-- Dieses Playable wird direkt in AURA hochgeladen (HTTP Upload) -->
|
||||
<TMPL_IF media_url>
|
||||
<playable>
|
||||
<audio src="<TMPL_VAR media_url"/>
|
||||
</playable>
|
||||
</TMPL_IF>
|
||||
</media>
|
||||
</episode>
|
||||
|
||||
<license id="license-cc-by-sa-4.0">
|
||||
<identifier>CC-BY-SA</identifier>
|
||||
<needs-author>true</needs-author>
|
||||
</license>
|
||||
<license id="license-unsplash">
|
||||
<identifier>Unsplash</identifier>
|
||||
</license>
|
||||
|
||||
<topic id="topic-soziales">
|
||||
<name>Soziales</name>
|
||||
</topic>
|
||||
|
||||
<profile id="person-konrad">
|
||||
<name>Bastian Baltasar Bux</name>
|
||||
</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>
|
||||
</import>
|
||||
|
||||
|
||||
87
website/agenda/templates/default/aura.xml
Normal file
87
website/agenda/templates/default/aura.xml
Normal file
@@ -0,0 +1,87 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<import
|
||||
xmlns="https://roko.li/_schema/aura/import-0.1"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="https://roko.li/_schema/aura/import-0.1 import.xsd"
|
||||
version="0.1"
|
||||
>
|
||||
<created-at datetime="2024-10-11T02:28:16" timezone="Europe/Berlin">11. Oktober 2024</created-at>
|
||||
<!-- Das System aus dem dieses Dokument exportiert wurde (URL ist empfohlen). -->
|
||||
<exported-from>https:<TMPL_VAR base_domain></exported-from>
|
||||
<defaults>
|
||||
<import-operation>update-or-create</import-operation>
|
||||
</defaults>
|
||||
<payload>
|
||||
<episode id="DMF-1">
|
||||
<title><TMPL_VAR full_title></title>
|
||||
<summary><TMPL_VAR excerpt></summary>
|
||||
<description> <TMPL_VAR content ESCAPE=0><!-- TODO: find way to get description --> </description>
|
||||
|
||||
<created-at datetime="<TMPL_VAR created_at>" timezone="Europe/Berlin">11. Oktober 2024</created-at>
|
||||
|
||||
<!-- List of tags here, but do they exist? -->
|
||||
<tag>Sendung</tag>
|
||||
|
||||
<!-- Bild dieser Episode -->
|
||||
<image-ref ref="https:<TMPL_VAR base_domain><TMPL_VAR image_url>"/>
|
||||
|
||||
<!-- Mitwirkende an dieser Episode -->
|
||||
<contributor-ref ref="person-konrad"/>
|
||||
|
||||
<!-- Sprachen dieser Episode -->
|
||||
<language-ref ref="https://aura.roko.li/steering/api/v1/languages/20/"/>
|
||||
<language-ref ref="https://aura.roko.li/steering/api/v1/languages/9/"/>
|
||||
|
||||
<!-- Themen dieser Episode -->
|
||||
<topic-ref ref="https://aura.roko.li/steering/api/v1/topics/3/"/>
|
||||
<topic-ref ref="<TMPL_VAR topic ESCAPE=0"/>
|
||||
|
||||
<media>
|
||||
<!-- Dieses Playable wird direkt in AURA hochgeladen (HTTP Upload) -->
|
||||
<TMPL_IF media_url>
|
||||
<playable>
|
||||
<audio src="<TMPL_VAR media_url"/>
|
||||
</playable>
|
||||
</TMPL_IF>
|
||||
</media>
|
||||
</episode>
|
||||
|
||||
<license id="license-cc-by-sa-4.0">
|
||||
<identifier>CC-BY-SA</identifier>
|
||||
<needs-author>true</needs-author>
|
||||
</license>
|
||||
<license id="license-unsplash">
|
||||
<identifier>Unsplash</identifier>
|
||||
</license>
|
||||
|
||||
<topic id="topic-soziales">
|
||||
<name>Soziales</name>
|
||||
</topic>
|
||||
|
||||
<profile id="person-konrad">
|
||||
<name>Bastian Baltasar Bux</name>
|
||||
</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>
|
||||
</import>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user