Compare commits

...

3 Commits

Author SHA1 Message Date
~lucidiot 26ae4cb2e0
Restore SSL verification on the Bulgarian Ministry of Transport and Communications
continuous-integration/drone/push Build is passing Details
2024-03-04 13:49:22 +00:00
~lucidiot 0754009bd9
Fix XML schema URLs in ATSB 2024-02-25 23:58:34 +00:00
~lucidiot c1a1de3bcf
Use absolute path to XQuery script 2024-02-25 23:58:10 +00:00
3 changed files with 10 additions and 10 deletions

View File

@ -155,10 +155,10 @@
<frequency>3 reports/year</frequency>
<url>https://www.mtc.government.bg/en/category/180/nbamrai-field-railway-accident-investigation-and-incidents</url>
<feed lang="Bulgarian" format="rss" id="raiu-bg">
<link verify-ssl="false">https://www.mtc.government.bg/bg/taxonomy/term/183/feed</link>
<link>https://www.mtc.government.bg/bg/taxonomy/term/183/feed</link>
</feed>
<feed lang="English" format="rss" id="raiu-en">
<link verify-ssl="false">https://www.mtc.government.bg/en/taxonomy/term/183/feed</link>
<link>https://www.mtc.government.bg/en/taxonomy/term/183/feed</link>
</feed>
</source>
@ -169,10 +169,10 @@
<frequency>1-5 reports/year</frequency>
<url>https://www.mtc.government.bg/en/category/188/nbamrai-field-investigation-aviation</url>
<feed lang="Bulgarian" format="rss" id="aaiu-bg">
<link verify-ssl="false">https://www.mtc.government.bg/bg/taxonomy/term/193/feed</link>
<link>https://www.mtc.government.bg/bg/taxonomy/term/193/feed</link>
</feed>
<feed lang="English" format="rss" id="aaiu-en">
<link verify-ssl="false">https://www.mtc.government.bg/en/taxonomy/term/193/feed</link>
<link>https://www.mtc.government.bg/en/taxonomy/term/193/feed</link>
</feed>
</source>
@ -183,10 +183,10 @@
<frequency>0-3 reports/year</frequency>
<url>https://www.mtc.government.bg/en/category/198/marine-safety-investigation</url>
<feed lang="Bulgarian" format="rss" id="maib-bg-bg">
<link verify-ssl="false">https://www.mtc.government.bg/bg/taxonomy/term/201/feed</link>
<link>https://www.mtc.government.bg/bg/taxonomy/term/201/feed</link>
</feed>
<feed lang="English" format="rss" id="maib-bg-en">
<link verify-ssl="false">https://www.mtc.government.bg/en/taxonomy/term/201/feed</link>
<link>https://www.mtc.government.bg/en/taxonomy/term/201/feed</link>
</feed>
</source>

View File

@ -7,10 +7,10 @@
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:webfeeds="http://webfeeds.org/rss/1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="xsd/rss.xsd"
xsi:noNamespaceSchemaLocation="https://envs.net/~lucidiot/rsrsss/xsd/rss.xsd"
xsi:schemaLocation="
http://purl.org/rss/1.0/modules/syndication/ xsd/syndication.xsd
http://webfeeds.org/rss/1.0 xsd/webfeeds.xsd
http://purl.org/rss/1.0/modules/syndication/ https://envs.net/~lucidiot/rsrsss/xsd/syndication.xsd
http://webfeeds.org/rss/1.0 https://envs.net/~lucidiot/rsrsss/xsd/webfeeds.xsd
"
>
<channel>

View File

@ -304,7 +304,7 @@ rm "$DIR/.itsb-feedgen"]]></xsl:text>
<xsl:text>xml</xsl:text>
</xsl:otherwise>
</xsl:choose>
<xsl:text> --extract-kind=xquery3 --extract-file='xquery/</xsl:text>
<xsl:text> --extract-kind=xquery3 --extract-file="$DIR"'/xquery/</xsl:text>
<xsl:call-template name="escape">
<xsl:with-param name="text" select="@path" />
</xsl:call-template>